Commit Graph

7 Commits

Author SHA1 Message Date
TrueCharts Bot e889750d9d
chore(deps): update container image ghcr.io/anotherstranger/borg-server to v2.2.2@5330dba by renovate (#16655)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/anotherstranger/borg-server](https://togithub.com/AnotherStranger/docker-borg-backup)
| patch | `2.2.1` -> `2.2.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.2.2`](https://togithub.com/AnotherStranger/docker-borg-backup/blob/HEAD/CHANGELOG.md#222-2023-12-28)

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

##### Build System

- **release:** 2.2.2-rc.1
([b4b4797](b4b4797b7f))
- **deps:** update github/codeql-action action to v3
([e6109dd](e6109dd9d9))

##### Code Refactoring

- **dependencies:** ⬆️ Update OPENSSH Version
([95e6ba4](95e6ba490b))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-31 15:51:38 +01:00
Max 35dfd9e2c1
fix(borg-server): add SYS_CHROOT capability (#15514)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->

⚒️ Fixes  #15510 

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

I've applied the proposed changes live on my kubernetes deployment.

I generated the manifests using `helm template` to ensure the results of
the changes is the expected ones.

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 15:13:07 +01:00
TrueCharts Bot 42bacf1873
chore(deps): update container image ghcr.io/anotherstranger/borg-server to v2.2.1@cb6d584 (#16041)
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](d6f03b4845))

##### Code Refactoring

- **docs:** 📝 update documentation for BORG_AUTHORIZED_KEYS
([d0ba5ca](d0ba5ca8ea))
- ♻️ keep old way of adding authorized keys in docker-compose.yml
([607bdea](607bdea704))

###
[`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](cf5ff486e6))
- **release:** 2.2.0-rc.1
([44e7fff](44e7fffb3a)),
closes
[#&#8203;68](https://togithub.com/AnotherStranger/docker-borg-backup/issues/68)

##### Features

- ♻️ 🔀 Merge pull request
[#&#8203;68](https://togithub.com/AnotherStranger/docker-borg-backup/issues/68)
from Spice-King/patch-1
([34a827a](34a827acb9))

##### Code Refactoring

- **deps:** ⬆️ update pre-commit hooks
([7f30ae0](7f30ae0d64))

</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-->
2023-12-13 13:41:47 +01:00
TrueCharts Bot 1f5d665084
chore(deps): update container image ghcr.io/anotherstranger/borg-server to v2.1.4@68ad2ef (#15923)
This PR contains the following updates:

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

---

> [!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.1.4`](https://togithub.com/AnotherStranger/docker-borg-backup/blob/HEAD/CHANGELOG.md#214-2023-12-09)

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

##### Build System

- **release:** 2.1.4-rc.1
([c7dc1e2](c7dc1e215e))
- **deps:** update actions/setup-python action to v5
([13b8b04](13b8b04c3f))

##### Code Refactoring

- **deps:** ⬆️ update package dependencies
([15f30c4](15f30c4855))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy44OS41IiwidXBkYXRlZEluVmVyIjoiMzcuODkuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-09 19:17:10 +01:00
TrueCharts Bot ceb098451c
chore(deps): update container image ghcr.io/anotherstranger/borg-server to v2.1.3@b1490b2 (#15626)
This PR contains the following updates:

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

---

> [!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.1.3`](https://togithub.com/AnotherStranger/docker-borg-backup/blob/HEAD/CHANGELOG.md#213-2023-12-02)

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

##### Build System

- **release:** 2.1.3-rc.1
([ff845a2](ff845a2f06))
- **release:** 2.1.3-rc.2
([acfdd80](acfdd80663))

##### Bug Fixes

- 🐛 add build-base as dependency to fix missing gcc
([021bbde](021bbde1bc))

##### Code Refactoring

- **deps:** ⬆️ upgrade Borgbackup to 1.2.7
([995b3ae](995b3aecc3))
- **deps:** ⬆️ upgrade python to 3.12
([c5b749e](c5b749e835))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4wIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-04 01:43:05 +01:00
TrueCharts Bot 56dfb4e74d
chore(deps): update container image ghcr.io/anotherstranger/borg-server to v2.1.2@03fd54c (#15608)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/anotherstranger/borg-server](https://togithub.com/AnotherStranger/docker-borg-backup)
| patch | `2.1.1` -> `2.1.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.1.2`](https://togithub.com/AnotherStranger/docker-borg-backup/blob/HEAD/CHANGELOG.md#212-2023-12-02)

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

##### Build System

- **release:** 2.1.2-rc.1
([7aebfd3](7aebfd39fd))

##### Code Refactoring

- **deps:** update openssl
([f9d26e1](f9d26e1557))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4wIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-02 14:53:48 +01:00
Xstar97TheNoob d09e70f4db
feat(borg-server) move to stable (#15283) 2023-11-23 15:06:27 +01:00