This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/anotherstranger/borg-server](https://togithub.com/AnotherStranger/docker-borg-backup) | minor | `2.1.4` -> `2.2.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>AnotherStranger/docker-borg-backup (ghcr.io/anotherstranger/borg-server)</summary> ### [`v2.2.1`](https://togithub.com/AnotherStranger/docker-borg-backup/blob/HEAD/CHANGELOG.md#221-2023-12-13) [Compare Source](https://togithub.com/AnotherStranger/docker-borg-backup/compare/v2.2.0...v2.2.1) ##### Build System - **release:** 2.2.1-rc.1 ([d6f03b4](https://togithub.com/AnotherStranger/docker-borg-backup/commit/d6f03b48457e1a2cdb5b980d0bffd9c53718d740)) ##### Code Refactoring - **docs:** 📝 update documentation for BORG_AUTHORIZED_KEYS ([d0ba5ca](https://togithub.com/AnotherStranger/docker-borg-backup/commit/d0ba5ca8eac5550d7f5e2629d07070b0da094cb9)) - ♻️ keep old way of adding authorized keys in docker-compose.yml ([607bdea](https://togithub.com/AnotherStranger/docker-borg-backup/commit/607bdea704e52e976f805dbbfb27c7d2af0803f7)) ### [`v2.2.0`](https://togithub.com/AnotherStranger/docker-borg-backup/blob/HEAD/CHANGELOG.md#220-2023-12-13) [Compare Source](https://togithub.com/AnotherStranger/docker-borg-backup/compare/v2.1.4...v2.2.0) ##### Build System - **release:** 2.1.5-rc.1 ([cf5ff48](https://togithub.com/AnotherStranger/docker-borg-backup/commit/cf5ff486e6cd75d0e270e0aa9ed11d8961d54966)) - **release:** 2.2.0-rc.1 ([44e7fff](https://togithub.com/AnotherStranger/docker-borg-backup/commit/44e7fffb3abf0f85124e3f8b95b20fe3fd50d343)), closes [#​68](https://togithub.com/AnotherStranger/docker-borg-backup/issues/68) ##### Features - ♻️ 🔀 Merge pull request [#​68](https://togithub.com/AnotherStranger/docker-borg-backup/issues/68) from Spice-King/patch-1 ([34a827a](https://togithub.com/AnotherStranger/docker-borg-backup/commit/34a827acb9b652731fc5ebbbfc508781c7da4260)) ##### Code Refactoring - **deps:** ⬆️ update pre-commit hooks ([7f30ae0](https://togithub.com/AnotherStranger/docker-borg-backup/commit/7f30ae0d641592d487e70647407c9f1694b52095)) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS41IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
38 lines
1018 B
YAML
38 lines
1018 B
YAML
kubeVersion: '>=1.24.0-0'
|
|
apiVersion: v2
|
|
name: borg-server
|
|
version: 1.1.0
|
|
appVersion: 2.2.1
|
|
description: A borg Backup server
|
|
home: https://truecharts.org/charts/stable/borg-server
|
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.png
|
|
deprecated: false
|
|
sources:
|
|
- https://github.com/AnotherStranger/docker-borg-backup
|
|
- https://github.com/truecharts/charts/tree/master/charts/stable/borg-server
|
|
- https://ghcr.io/anotherstranger/borg-server
|
|
maintainers:
|
|
- name: TrueCharts
|
|
email: info@truecharts.org
|
|
url: https://truecharts.org
|
|
keywords:
|
|
- borg-server
|
|
- backup
|
|
dependencies:
|
|
- name: common
|
|
version: 14.3.5
|
|
repository: https://library-charts.truecharts.org
|
|
condition: ""
|
|
alias: ""
|
|
tags: []
|
|
import-values: []
|
|
annotations:
|
|
max_scale_version: 23.10.1
|
|
min_scale_version: 22.12.4
|
|
truecharts.org/SCALE-support: "true"
|
|
truecharts.org/category: backup
|
|
truecharts.org/max_helm_version: "3.13"
|
|
truecharts.org/min_helm_version: "3.12"
|
|
truecharts.org/train: stable
|
|
type: application
|