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.
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 ([#​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 ([#​921](https://github.com/garethgeorge/backrest/issues/921)) ([d9b7715](https://github.com/garethgeorge/backrest/commit/d9b77155f3ea8b4bd44d78d3f2489e53fd4a0e6d))
##### Bug Fixes
- avoid shared cache memory databases ([#​926](https://github.com/garethgeorge/backrest/issues/926)) ([e8e9429](https://github.com/garethgeorge/backrest/commit/e8e94295ccc8890c048b9d8808f1ca9a5de775ce))
- getOperationEvents use create EmptySchema not javascript empty object ([#​951](https://github.com/garethgeorge/backrest/issues/951)) ([ecf74f9](https://github.com/garethgeorge/backrest/commit/ecf74f9112ee51268c56f82ccb68798c37633a73))
- improve JSON parsing resilience ([#​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 ([#​903](https://github.com/garethgeorge/backrest/issues/903)) ([3ccb883](https://github.com/garethgeorge/backrest/commit/3ccb883b2f47880017dcb0dd3383cfdf58836929))
- remove scheduled task time limit for Windows 2012 ([#​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 ([#​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` ([#​931](https://github.com/garethgeorge/backrest/issues/931)) ([2ced790](https://github.com/garethgeorge/backrest/commit/2ced7903402c5346c9dc6189fe083ff3fc493ef0))
- update restic version to 0.18.1 ([#​910](https://github.com/garethgeorge/backrest/issues/910)) ([b34ea4c](https://github.com/garethgeorge/backrest/commit/b34ea4c5987d9c93f36e37bcf4d8cd517b4420ac))
- use default locale for formatting dates ([#​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==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v1.9.2->v1.10.1Release Notes
garethgeorge/backrest (docker.io/garethgeorge/backrest)
v1.10.1Compare Source
A slightly spooky 👻 halloween bug-patch for the October release.
Bug Fixes
v1.10.0Compare 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-trayto display the tray icon, elsewise it starts in the background.Features
Bug Fixes
.float-center-right(#931) (2ced790)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.
This PR has been generated by Renovate Bot.