Commit Graph

20 Commits

Author SHA1 Message Date
alexlebens 719b71cd80 feat: switch to backblaze
lint-test-helm / lint-helm (pull_request) Successful in 44s
lint-test-helm / validate-kubeconform (pull_request) Successful in 42s
render-manifests / render-manifests (pull_request) Successful in 1m7s
2026-05-08 21:04:01 -05:00
alexlebens 16d1b2e9ef feat: switch to backblaze
lint-test-helm / lint-helm (pull_request) Successful in 22s
lint-test-helm / validate-kubeconform (pull_request) Successful in 17s
render-manifests / render-manifests (pull_request) Successful in 1m20s
2026-05-08 18:02:33 -05:00
renovate-bot f7863815f5 chore(deps): update backrest to v1.13.0
lint-test-helm / lint-helm (pull_request) Successful in 33s
lint-test-helm / validate-kubeconform (pull_request) Successful in 28s
render-manifests / render-manifests (pull_request) Successful in 59s
2026-05-04 18:06:33 +00:00
alexlebens 515bf8b391 feat: remove protocol (#5360)
lint-test-helm / lint-helm (push) Successful in 31s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 1m36s
Reviewed-on: #5360
2026-04-01 02:34:33 +00:00
alexlebens 5c9cfc0c89 tmp/refactor-6 (#5139)
lint-test-helm / lint-helm (push) Successful in 1m46s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 1m48s
Reviewed-on: #5139
2026-03-26 01:36:28 +00:00
alexlebens 6f840f9380 tmp/refactor (#4999)
lint-test-helm / lint-helm (push) Successful in 46s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 2m28s
render-manifests / render-manifests (push) Successful in 5m29s
Reviewed-on: #4999
2026-03-23 04:01:11 +00:00
alexlebens 153f341c5b tmp/refactor (#4997)
lint-test-helm / lint-helm (push) Successful in 18s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 2m6s
Reviewed-on: #4997
2026-03-23 02:51:10 +00:00
renovate-bot 227ccd50b9 chore(deps): update dependency garethgeorge/backrest to v1.12.1 (#4665)
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 32s
renovate / renovate (push) Successful in 1m46s
2026-03-12 07:03:05 +00:00
alexlebens d964a690c5 feat: change volsync schedule
lint-test-helm / lint-helm (push) Successful in 33s
render-manifests-push / render-manifests-push (push) Successful in 1m2s
renovate / renovate (push) Has been cancelled
2026-03-11 17:30:43 -05:00
renovate-bot 07e974b121 chore(deps): update dependency garethgeorge/backrest to v1.12.0 (#4156)
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) Failing after 31m9s
renovate / renovate (push) Successful in 2m5s
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](https://github.com/garethgeorge/backrest/commit/b1d5403e1fcdbd827c5c9c33f91f26021522273f))
- add Dry Run Backup action ([#&#8203;1098](https://github.com/garethgeorge/backrest/issues/1098)) ([4063d8f](https://github.com/garethgeorge/backrest/commit/4063d8fafcf00e59ab259556002abc63e51fa20c))
- add japanese ([#&#8203;1114](https://github.com/garethgeorge/backrest/issues/1114)) ([92b8254](https://github.com/garethgeorge/backrest/commit/92b82546b8c0d604c9bdaaab75ca0b171f788880))
- SFTP configuration UI (enabled for `sftp:` URIs) with support for SSH key bootstrapping ([#&#8203;961](https://github.com/garethgeorge/backrest/issues/961)) ([3250ff4](https://github.com/garethgeorge/backrest/commit/3250ff481d3c8f5da4e38ab0b0c896e7608f8716))

##### Bug Fixes

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

</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: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/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
renovate-bot 7f74dc5aa8 chore(deps): update dependency garethgeorge/backrest to v1.11.2 (#3552)
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
renovate-bot 7d4a164496 Update garethgeorge/backrest Docker tag to v1.11.1 (#3239)
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](https://github.com/garethgeorge/backrest/commit/85b52f02b973d415ff20a2727ef30b64fb957995))

### [`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](https://github.com/garethgeorge/backrest/commit/1b4b4b1e9aec9273f66f09d6df20c0988d3c3af8))
- localization support ([#&#8203;1029](https://github.com/garethgeorge/backrest/issues/1029)) ([4c95556](https://github.com/garethgeorge/backrest/commit/4c955565737191d3879a40cf2abd0933482ed43c))
- overhaul backrest UI using chakra  ([#&#8203;1034](https://github.com/garethgeorge/backrest/issues/1034)) ([cedb7f8](https://github.com/garethgeorge/backrest/commit/cedb7f85f5791629d3bfa2ab67187d811126d79e))

##### Bug Fixes

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

</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: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/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
alexlebens 6e7464005c enable local
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
alexlebens c896e4a32f disable local
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
alexlebens c37f9cf23e enable local backups
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
alexlebens b67d15cdfc change schedule
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
alexlebens d1b88d31cd disable volsync
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
alexlebens f20c4483e8 update chart 2025-12-23 16:51:27 -06:00
alexlebens ce12aeb67d move volsync to chart
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
alexlebens b52d76cc58 migrate
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