From 6cd7e37af187034440a3e08e580105c672e5f0e2 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 27 Jan 2026 09:08:39 +0100 Subject: [PATCH] =?UTF-8?q?fix(backrest):=20update=20image=20docker.io/gar?= =?UTF-8?q?ethgeorge/backrest=20v1.11.1=20=E2=86=92=20v1.11.2=20(#44182)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
garethgeorge/backrest (docker.io/garethgeorge/backrest) ### [`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](https://redirect.github.com/garethgeorge/backrest/commit/ef3ea4aacbb7bbb7fbdf43c73e05bbbf046a86b1)) - add expansion of recent nodes in operation tree ([4102853](https://redirect.github.com/garethgeorge/backrest/commit/410285395a6d4e081133fdfb96a728ddf51e0f58)) - add settings ui preference for language ([e0c5511](https://redirect.github.com/garethgeorge/backrest/commit/e0c55112383041b8f927907c47a4cf455301ec46)) - bundle restic into windows installer ([#​1072](https://redirect.github.com/garethgeorge/backrest/issues/1072)) ([a4aab03](https://redirect.github.com/garethgeorge/backrest/commit/a4aab035e30b8fa70f1a6a6b5d05ff9631145ac4)) - correctly display previously selected clock value ([811e91f](https://redirect.github.com/garethgeorge/backrest/commit/811e91ff088b8b651367d8e908426138181e377c)) - display well formatted language names in settings panel ([3c5682a](https://redirect.github.com/garethgeorge/backrest/commit/3c5682ae70992d6d8e8b217a6418eb6179e324d2)) - improve Russian UI localization wording and consistency ([#​1068](https://redirect.github.com/garethgeorge/backrest/issues/1068)) ([3ee7f20](https://redirect.github.com/garethgeorge/backrest/commit/3ee7f20eb62092e020f2e0bfb982846116e8b793)) - keep the current repo / plan visibly selected in the side nav ([e222ec0](https://redirect.github.com/garethgeorge/backrest/commit/e222ec02802ddf9faed132af1f10616f408a4639)) - llm generated translation fixes ([4934031](https://redirect.github.com/garethgeorge/backrest/commit/4934031570cd7d1364e0c63ed6ba3950a39ab0c9)) - minor update in Italian translations - it.json ([#​1069](https://redirect.github.com/garethgeorge/backrest/issues/1069)) ([0247c41](https://redirect.github.com/garethgeorge/backrest/commit/0247c41bb5282bd3e124dcfb0d894bee37b53f28)) - prerendering expensive children in accordion ([d772dce](https://redirect.github.com/garethgeorge/backrest/commit/d772dce5fab7a8617516afdb0949feb31c2e8848)) - properly format filename in downloadhandler ([70a0bfc](https://redirect.github.com/garethgeorge/backrest/commit/70a0bfc72b6ea081bbe2b6c1beb20940befab5ba)) - truncate too long repo/plan names ([#​1084](https://redirect.github.com/garethgeorge/backrest/issues/1084)) ([27697c0](https://redirect.github.com/garethgeorge/backrest/commit/27697c09cc3fd7c99181031a765c17d2eb5259b9)) - update German translations for backrest messages ([#​1081](https://redirect.github.com/garethgeorge/backrest/issues/1081)) ([ce57682](https://redirect.github.com/garethgeorge/backrest/commit/ce5768298e5e1cdab836f498bf0ba65eec2e37ff))
--- ### 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. --- - [ ] 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). --- charts/stable/backrest/Chart.yaml | 4 ++-- charts/stable/backrest/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/backrest/Chart.yaml b/charts/stable/backrest/Chart.yaml index 7c4edaf0112..c216f4f572d 100644 --- a/charts/stable/backrest/Chart.yaml +++ b/charts/stable/backrest/Chart.yaml @@ -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 diff --git a/charts/stable/backrest/values.yaml b/charts/stable/backrest/values.yaml index a7c21052cb7..1d0d1638bbe 100644 --- a/charts/stable/backrest/values.yaml +++ b/charts/stable/backrest/values.yaml @@ -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: