Commit Graph

11 Commits

Author SHA1 Message Date
07e974b121 chore(deps): update dependency garethgeorge/backrest to v1.12.0 (#4156)
Some checks are pending
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 11s
render-manifests-dispatch / render-manifests-dispatch (push) Has started running
renovate / renovate (push) Successful in 1m23s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [garethgeorge/backrest](https://github.com/garethgeorge/backrest) | minor | `v1.11.2` → `v1.12.0` |

---

### Release Notes

<details>
<summary>garethgeorge/backrest (garethgeorge/backrest)</summary>

### [`v1.12.0`](https://github.com/garethgeorge/backrest/releases/tag/v1.12.0)

[Compare Source](https://github.com/garethgeorge/backrest/compare/v1.11.2...v1.12.0)

Happy to announce 1.12.0 -- in particular I'd like to highlight simplified SFTP management. Backrest can now instantiate SSH keypairs for you (stored alongside your config.json) and can automate the process of installing them on your remote server and configuring your known\_hosts.

As usual, this release also comes with quality of life improvements and bug fixes including new translations, restoring some tool tips that were lost in the move to Chakra UI, and stricter cronexpr validations.

##### Features

- add a --from-source option to install.sh to build backrest locally ([b1d5403](b1d5403e1f))
- add Dry Run Backup action ([#&#8203;1098](https://github.com/garethgeorge/backrest/issues/1098)) ([4063d8f](4063d8fafc))
- add japanese ([#&#8203;1114](https://github.com/garethgeorge/backrest/issues/1114)) ([92b8254](92b82546b8))
- SFTP configuration UI (enabled for `sftp:` URIs) with support for SSH key bootstrapping ([#&#8203;961](https://github.com/garethgeorge/backrest/issues/961)) ([3250ff4](3250ff481d))

##### Bug Fixes

- enable systemd unit, change rc service ([#&#8203;1113](https://github.com/garethgeorge/backrest/issues/1113)) ([ec4764c](ec4764c909))
- spanish translations improved with context and standardized ([#&#8203;1117](https://github.com/garethgeorge/backrest/issues/1117)) ([844ed1d](844ed1db33))
- stricter cronexpr validation ([45d980b](45d980b16e))
- tooltips and section headers for check and prune policies ([9130539](91305396f8))
- use cmd.SysProcAttr.HideWindow to spawn background processes on Windows ([#&#8203;1101](https://github.com/garethgeorge/backrest/issues/1101)) ([7638b5f](7638b5f2dc))

</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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuOCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #4156
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-02-22 17:27:24 +00:00
7f74dc5aa8 chore(deps): update dependency garethgeorge/backrest to v1.11.2 (#3552)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 53s
renovate / renovate (push) Successful in 1m51s
2026-01-28 08:03:46 +00:00
7d4a164496 Update garethgeorge/backrest Docker tag to v1.11.1 (#3239)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 24s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [garethgeorge/backrest](https://github.com/garethgeorge/backrest) | minor | `v1.10.1` → `v1.11.1` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>garethgeorge/backrest (garethgeorge/backrest)</summary>

### [`v1.11.1`](https://github.com/garethgeorge/backrest/releases/tag/v1.11.1)

[Compare Source](https://github.com/garethgeorge/backrest/compare/v1.11.0...v1.11.1)

##### Bug Fixes

- Revert "fix: use .dotlk build tag for github.com/ncruces/go-sqlite3 to expand platform compatibility" ([85b52f0](85b52f02b9))

### [`v1.11.0`](https://github.com/garethgeorge/backrest/releases/tag/v1.11.0)

[Compare Source](https://github.com/garethgeorge/backrest/compare/v1.10.1...v1.11.0)

##### Features

- dual publish docker images to ghcr.io (github container registry) and dockerhub ([1b4b4b1](1b4b4b1e9a))
- localization support ([#&#8203;1029](https://github.com/garethgeorge/backrest/issues/1029)) ([4c95556](4c95556573))
- overhaul backrest UI using chakra  ([#&#8203;1034](https://github.com/garethgeorge/backrest/issues/1034)) ([cedb7f8](cedb7f85f5))

##### Bug Fixes

- allow browsing snapshots while repo is locked ([3850b8f](3850b8fed7))
- can't browse snapshots of repos removed and readded under a different name ([259af2e](259af2e429))
- CONDITION\_ANY\_ERROR does not trigger notification when backup target unreachable ([4c8e507](4c8e507665))
- don't open a visible shell when running hooks on windows ([39e0b23](39e0b23f0d))
- FormatSizeBytes reports incorrect sizes with fractional-gigabytes. ([#&#8203;1006](https://github.com/garethgeorge/backrest/issues/1006)) ([3d15793](3d15793b69))
- fr.json - French translation ([#&#8203;1055](https://github.com/garethgeorge/backrest/issues/1055)) ([8b99ec1](8b99ec1168))
- install.sh should start the systemd / openrc services after installation ([#&#8203;975](https://github.com/garethgeorge/backrest/issues/975)) ([039274e](039274e1f2))
- it.json - Italian translation improvements ([#&#8203;1031](https://github.com/garethgeorge/backrest/issues/1031)) ([4053b88](4053b88e75))
- loading progress indicators, fixed login layout ([90e1401](90e1401cbd))
- more UI refinements ([9bcf8fb](9bcf8fb567))
- multihost sync refinements ([#&#8203;830](https://github.com/garethgeorge/backrest/issues/830)) ([93becf3](93becf3e32))
- prevent renaming users after creation, remove and readd instead ([5f14f3c](5f14f3c3f5))
- restore may include ambiguous files ([#&#8203;1057](https://github.com/garethgeorge/backrest/issues/1057)) ([ecef46e](ecef46e08c))
- single column layout for item errors in backup details ([003010c](003010c81b))
- slightly improve schedule layout and minor ui bug fixes ([64abe7c](64abe7c8b1))
- snapshot browser can download paths conaining spaces and special chars ([5585c20](5585c207c9))
- sqlitestore creates backups periodically and prior to running database migrations or schema migrations ([5c93d99](5c93d99a40))
- use .dotlk build tag for github.com/ncruces/go-sqlite3 to expand platform compatibility ([3d4cc38](3d4cc3806c))
- zh.json - Simplified Chinese translation ([#&#8203;1032](https://github.com/garethgeorge/backrest/issues/1032)) ([f7d4d5c](f7d4d5c3ed))

</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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #3239
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-16 18:38:03 +00:00
6e7464005c enable local
All checks were successful
lint-test-helm / lint-helm (push) Successful in 19s
render-manifests-push / render-manifests-push (push) Successful in 1m11s
renovate / renovate (push) Successful in 1m24s
2026-01-01 23:41:24 -06:00
c896e4a32f disable local
All checks were successful
lint-test-helm / lint-helm (push) Successful in 11s
renovate / renovate (push) Successful in 2m7s
render-manifests-push / render-manifests-push (push) Successful in 2m1s
2025-12-27 18:27:55 -06:00
c37f9cf23e enable local backups
All checks were successful
lint-test-helm / lint-helm (push) Successful in 15s
render-manifests-push / render-manifests-push (push) Successful in 1m58s
renovate / renovate (push) Successful in 1m29s
2025-12-27 17:45:51 -06:00
b67d15cdfc change schedule
Some checks failed
lint-test-helm / lint-helm (push) Successful in 23s
renovate / renovate (push) Has been cancelled
render-manifests-push / render-manifests-push (push) Successful in 4m23s
2025-12-27 13:40:57 -06:00
d1b88d31cd disable volsync
Some checks failed
renovate / renovate (push) Waiting to run
lint-test-docker / lint-docker-compose (push) Failing after 36s
lint-test-helm / lint-helm (push) Failing after 1m17s
render-manifests-push / render-manifests-push (push) Waiting to run
2025-12-27 10:59:42 -06:00
f20c4483e8 update chart 2025-12-23 16:51:27 -06:00
ce12aeb67d move volsync to chart
Some checks failed
render-manifests-push / render-manifests-push (push) Successful in 53s
renovate / renovate (push) Successful in 3m55s
lint-test-helm / lint-helm (push) Failing after 10m8s
2025-12-15 18:34:21 -06:00
b52d76cc58 migrate
Some checks failed
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m18s
render-manifests / render-manifests-helm (push) Failing after 2m22s
2025-12-01 20:50:19 -06:00