mirror of
https://github.com/truecharts/charts.git
synced 2026-07-07 06:01:47 -03:00
fix(backrest): update image docker.io/garethgeorge/backrest v1.11.1 → v1.11.2 (#44182)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/garethgeorge/backrest](https://redirect.github.com/garethgeorge/backrest) | patch | `aeb0e20` -> `6ecf259` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>garethgeorge/backrest (docker.io/garethgeorge/backrest)</summary> ### [`v1.11.2`](https://redirect.github.com/garethgeorge/backrest/releases/tag/v1.11.2) [Compare Source](https://redirect.github.com/garethgeorge/backrest/compare/v1.11.1...v1.11.2) Happy to announce the 1.11.2 bug patch release, this includes a number of fixes which polish up Backrest's UI rewrite onto the Chakra framework. This release includes significant polishing work on the translations that were introduced in v1.11 and a number of UI tweaks. The windows installer now bundles `restic.exe` at the cost that the portable windows build will no longer automatically download restic, on Windows please either use the installer or manually download a restic release and place it alongside backrest. ##### Bug Fixes - add a --version flag which prints the current backrest version info ([ef3ea4a](ef3ea4aacb)) - add expansion of recent nodes in operation tree ([4102853](410285395a)) - add settings ui preference for language ([e0c5511](e0c5511238)) - bundle restic into windows installer ([#​1072](https://redirect.github.com/garethgeorge/backrest/issues/1072)) ([a4aab03](a4aab035e3)) - correctly display previously selected clock value ([811e91f](811e91ff08)) - display well formatted language names in settings panel ([3c5682a](3c5682ae70)) - improve Russian UI localization wording and consistency ([#​1068](https://redirect.github.com/garethgeorge/backrest/issues/1068)) ([3ee7f20](3ee7f20eb6)) - keep the current repo / plan visibly selected in the side nav ([e222ec0](e222ec0280)) - llm generated translation fixes ([4934031](4934031570)) - minor update in Italian translations - it.json ([#​1069](https://redirect.github.com/garethgeorge/backrest/issues/1069)) ([0247c41](0247c41bb5)) - prerendering expensive children in accordion ([d772dce](d772dce5fa)) - properly format filename in downloadhandler ([70a0bfc](70a0bfc72b)) - truncate too long repo/plan names ([#​1084](https://redirect.github.com/garethgeorge/backrest/issues/1084)) ([27697c0](27697c09cc)) - update German translations for backrest messages ([#​1081](https://redirect.github.com/garethgeorge/backrest/issues/1081)) ([ce57682](ce5768298e)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYmFja3Jlc3QiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.11.1
|
||||
appVersion: 1.11.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.37
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/backrest
|
||||
- https://hub.docker.com/r/garethgeorge/backrest
|
||||
type: application
|
||||
version: 1.0.8
|
||||
version: 1.0.9
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/garethgeorge/backrest
|
||||
tag: v1.11.1@sha256:aeb0e208365981a645e94ef38e44ef5a98c6d2c8049787254db0480a4a7bc84f
|
||||
tag: v1.11.2@sha256:6ecf25925dafcb6b37ab871d23c1d424a6f5008191a631c0b520641ec22a3f84
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user