chore(deps): update container image ghcr.io/anotherstranger/borg-server to v2.6.2@9fdf995 by renovate (#25013)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/anotherstranger/borg-server](https://togithub.com/AnotherStranger/docker-borg-backup)
| patch | `2.6.1` -> `2.6.2` |

---

> [!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.6.2`](https://togithub.com/AnotherStranger/docker-borg-backup/blob/HEAD/CHANGELOG.md#262-2024-08-11)

[Compare
Source](https://togithub.com/AnotherStranger/docker-borg-backup/compare/v2.6.1...v2.6.2)

##### Build System

- **release:** 2.6.2-rc.1
([6599872](https://togithub.com/AnotherStranger/docker-borg-backup/commit/65998728fcab7dd3c42184c5fa89b2d845b23ee9))
- **release:** 2.6.2-rc.2
([25a6c87](https://togithub.com/AnotherStranger/docker-borg-backup/commit/25a6c879cdadf52e5d93fa661a5a12488e0434cf))
- **release:** 2.6.2-rc.3
([d2d9169](https://togithub.com/AnotherStranger/docker-borg-backup/commit/d2d9169ec02985d62bbf64062321c079d4e83460))
- **release:** 2.6.2-rc.4
([232a07a](https://togithub.com/AnotherStranger/docker-borg-backup/commit/232a07af7e8f3c1ede5677d7ea9667ddc5354b2d))

##### Code Refactoring

- **deps:** update docker/build-push-action digest to
[`16ebe77`](https://togithub.com/AnotherStranger/docker-borg-backup/commit/16ebe77)
([32266cb](https://togithub.com/AnotherStranger/docker-borg-backup/commit/32266cbe1872ae75fb85b895085ce9656ad2d78e))
- **deps:** update docker/setup-buildx-action digest to
[`988b5a0`](https://togithub.com/AnotherStranger/docker-borg-backup/commit/988b5a0)
([d44502c](https://togithub.com/AnotherStranger/docker-borg-backup/commit/d44502cbbc0d82d0581e4d0e11f7e6a89a72ca81))
- **deps:** update github/codeql-action digest to
[`eb055d7`](https://togithub.com/AnotherStranger/docker-borg-backup/commit/eb055d7)
([1f11c5a](https://togithub.com/AnotherStranger/docker-borg-backup/commit/1f11c5abf9936feaedfdbc797b62147f24c3a62a))
- **deps:** update python docker tag to v3.12.5-alpine3.20
([543ffd9](https://togithub.com/AnotherStranger/docker-borg-backup/commit/543ffd9ae095a2fe95d1e8edeb52ca370ba21a37))
- **deps:** update python:3.12.4-alpine3.20 docker digest to
[`63094ab`](https://togithub.com/AnotherStranger/docker-borg-backup/commit/63094ab)
([d827417](https://togithub.com/AnotherStranger/docker-borg-backup/commit/d827417b8702fc5229026db119a0a11f3ef021fc))
- **deps:** update python:3.12.4-alpine3.20 docker digest to
[`a0c22d8`](https://togithub.com/AnotherStranger/docker-borg-backup/commit/a0c22d8)
([eb3ff90](https://togithub.com/AnotherStranger/docker-borg-backup/commit/eb3ff90ae56bb101203acd7cf7cbcc8992a604cd))
- **deps:** update sigstore/cosign-installer action to v3.6.0
([4b80813](https://togithub.com/AnotherStranger/docker-borg-backup/commit/4b80813be5312821054e536e9d0ee5c43647ef2a))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMjUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
TrueCharts Bot
2024-08-11 20:28:30 +02:00
committed by GitHub
parent b5535a7ae1
commit 08986e5fc3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable truecharts.org/train: stable
apiVersion: v2 apiVersion: v2
appVersion: 2.6.1 appVersion: 2.6.2
dependencies: dependencies:
- name: common - name: common
version: 24.1.5 version: 24.1.5
@@ -33,4 +33,4 @@ sources:
- https://github.com/AnotherStranger/docker-borg-backup - https://github.com/AnotherStranger/docker-borg-backup
- https://github.com/truecharts/charts/tree/master/charts/stable/borg-server - https://github.com/truecharts/charts/tree/master/charts/stable/borg-server
type: application type: application
version: 6.3.1 version: 6.3.2
+1 -1
View File
@@ -1,7 +1,7 @@
image: image:
repository: ghcr.io/anotherstranger/borg-server repository: ghcr.io/anotherstranger/borg-server
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 2.6.1@sha256:055aec4b90d0e82b5e98ac27586833ff9ef90ad33564a3d5f693519c92df51a8 tag: 2.6.2@sha256:9fdf995effa2d720a96ac8516075463a9873fc134a0d19a6e495e907493bb09b
securityContext: securityContext:
container: container: