Update docker.io/garethgeorge/backrest Docker tag to v1.10.1 #77

Merged
Ghost merged 0 commits from refs/pull/77/head into main 2025-11-02 21:05:33 +05:30
Ghost commented 2025-11-02 17:59:59 +05:30 (Migrated from repo.local.ryuu.in)

This PR contains the following updates:

Package Update Change
docker.io/garethgeorge/backrest minor v1.9.2 -> v1.10.1

Release Notes

garethgeorge/backrest (docker.io/garethgeorge/backrest)

v1.10.1

Compare Source

A slightly spooky 👻 halloween bug-patch for the October release.

Bug Fixes
  • database migration fails for some users due to legacy repo_guids (3a58090)
  • set --windows-tray=true by default (5b3d23b)

v1.10.0

Compare Source

Excited to announce a fairly unspooky 👻 October release of Backrest including a slate of bug fixes, some performance improvements, and new quality of life features. Particularly, support for new telegram notification options and for direct download of files from snapshots through the WebUI. Also of note, this release bumps the restic dependency to the latest patch release (restic 0.18.1).

Note: breaking change for portable backrest windows users (not applicable if using the windows installer), backrest must be run as .\backrest.exe --windows-tray to display the tray icon, elsewise it starts in the background.

Features
  • add telegram notification hook (#​963) (b2b206e)
  • allow direct downloading files and folders through backrest webui without restoring first (#​921) (d9b7715)
Bug Fixes
  • avoid shared cache memory databases (#​926) (e8e9429)
  • getOperationEvents use create EmptySchema not javascript empty object (#​951) (ecf74f9)
  • improve JSON parsing resilience (#​928) (e41c357)
  • merge windows tray functionality into backrest.exe for single binary install on windows (#​903) (3ccb883)
  • remove scheduled task time limit for Windows 2012 (#​899) (6cf7df2)
  • restic process should run in the background on windows (20bd9a4)
  • support backrest installation as an openrc service (#​947) (32ead81)
  • update css to actually center elements having class .float-center-right (#​931) (2ced790)
  • update restic version to 0.18.1 (#​910) (b34ea4c)
  • use default locale for formatting dates (#​950) (c4d333e)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/garethgeorge/backrest](https://github.com/garethgeorge/backrest) | minor | `v1.9.2` -> `v1.10.1` | --- ### Release Notes <details> <summary>garethgeorge/backrest (docker.io/garethgeorge/backrest)</summary> ### [`v1.10.1`](https://github.com/garethgeorge/backrest/releases/tag/v1.10.1) [Compare Source](https://github.com/garethgeorge/backrest/compare/v1.10.0...v1.10.1) A slightly spooky 👻 halloween bug-patch for the October release. ##### Bug Fixes - database migration fails for some users due to legacy repo\_guids ([3a58090](https://github.com/garethgeorge/backrest/commit/3a58090646d0fd00c5485864d3462cf6158824c8)) - set --windows-tray=true by default ([5b3d23b](https://github.com/garethgeorge/backrest/commit/5b3d23b42276f23180728695fbc23f94a840a103)) ### [`v1.10.0`](https://github.com/garethgeorge/backrest/releases/tag/v1.10.0) [Compare Source](https://github.com/garethgeorge/backrest/compare/v1.9.2...v1.10.0) Excited to announce a fairly unspooky 👻 October release of Backrest including a slate of bug fixes, some performance improvements, and new quality of life features. Particularly, support for new telegram notification options and for direct download of files from snapshots through the WebUI. Also of note, this release bumps the restic dependency to the latest patch release (restic 0.18.1). Note: breaking change for portable backrest windows users (not applicable if using the windows installer), backrest must be run as `.\backrest.exe --windows-tray` to display the tray icon, elsewise it starts in the background. ##### Features - add telegram notification hook ([#&#8203;963](https://github.com/garethgeorge/backrest/issues/963)) ([b2b206e](https://github.com/garethgeorge/backrest/commit/b2b206e5351a39c9ea0323803728b0f4bcc442cc)) - allow direct downloading files and folders through backrest webui without restoring first ([#&#8203;921](https://github.com/garethgeorge/backrest/issues/921)) ([d9b7715](https://github.com/garethgeorge/backrest/commit/d9b77155f3ea8b4bd44d78d3f2489e53fd4a0e6d)) ##### Bug Fixes - avoid shared cache memory databases ([#&#8203;926](https://github.com/garethgeorge/backrest/issues/926)) ([e8e9429](https://github.com/garethgeorge/backrest/commit/e8e94295ccc8890c048b9d8808f1ca9a5de775ce)) - getOperationEvents use create EmptySchema not javascript empty object ([#&#8203;951](https://github.com/garethgeorge/backrest/issues/951)) ([ecf74f9](https://github.com/garethgeorge/backrest/commit/ecf74f9112ee51268c56f82ccb68798c37633a73)) - improve JSON parsing resilience ([#&#8203;928](https://github.com/garethgeorge/backrest/issues/928)) ([e41c357](https://github.com/garethgeorge/backrest/commit/e41c357d30bd8aa16a1ee209e3fdc42f1d3dc87a)) - merge windows tray functionality into backrest.exe for single binary install on windows ([#&#8203;903](https://github.com/garethgeorge/backrest/issues/903)) ([3ccb883](https://github.com/garethgeorge/backrest/commit/3ccb883b2f47880017dcb0dd3383cfdf58836929)) - remove scheduled task time limit for Windows 2012 ([#&#8203;899](https://github.com/garethgeorge/backrest/issues/899)) ([6cf7df2](https://github.com/garethgeorge/backrest/commit/6cf7df23b89c4317ec75f6b3a271a6b9c19aae78)) - restic process should run in the background on windows ([20bd9a4](https://github.com/garethgeorge/backrest/commit/20bd9a49e4ed4dc64176b581f1210d80400acded)) - support backrest installation as an openrc service ([#&#8203;947](https://github.com/garethgeorge/backrest/issues/947)) ([32ead81](https://github.com/garethgeorge/backrest/commit/32ead816229cf748c783fef9eed03a8407841450)) - update css to actually center elements having class `.float-center-right` ([#&#8203;931](https://github.com/garethgeorge/backrest/issues/931)) ([2ced790](https://github.com/garethgeorge/backrest/commit/2ced7903402c5346c9dc6189fe083ff3fc493ef0)) - update restic version to 0.18.1 ([#&#8203;910](https://github.com/garethgeorge/backrest/issues/910)) ([b34ea4c](https://github.com/garethgeorge/backrest/commit/b34ea4c5987d9c93f36e37bcf4d8cd517b4420ac)) - use default locale for formatting dates ([#&#8203;950](https://github.com/garethgeorge/backrest/issues/950)) ([c4d333e](https://github.com/garethgeorge/backrest/commit/c4d333e0ed2e299be7c6e6f6692b0da01900d142)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjguNSIsInVwZGF0ZWRJblZlciI6IjQxLjE2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ryuupendragon/docker-compose#77