Commit Graph

38381 Commits

Author SHA1 Message Date
TrueCharts Bot
df0367bdd0 chore(helm): update image docker.io/nginxinc/nginx-unprivileged 1.27.2 → 1.27.3 (#30102)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/nginxinc/nginx-unprivileged](https://redirect.github.com/nginxinc/docker-nginx-unprivileged)
| patch | `890b828` -> `4cc7a90` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>nginxinc/docker-nginx-unprivileged
(docker.io/nginxinc/nginx-unprivileged)</summary>

###
[`v1.27.3`](https://redirect.github.com/nginxinc/docker-nginx-unprivileged/releases/tag/1.27.3)

[Compare
Source](https://redirect.github.com/nginxinc/docker-nginx-unprivileged/compare/1.27.2...1.27.3)

1.27.3 (mainline)

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-29 15:56:46 +00:00
TrueCharts Bot
1bb97a261d chore(helm): update image docker.io/mrbrax/twitchautomator digest to 20abcea (#30419)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/mrbrax/twitchautomator | digest | `8fbf06d` -> `20abcea` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NC4xIiwidXBkYXRlZEluVmVyIjoiMzkuODQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-29 15:24:54 +00:00
TrueCharts Bot
478e0c9128 chore(helm): update image tccr.io/tccr/nextcloud-fpm digest to a67e751 (#30420)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/nextcloud-fpm](https://redirect.github.com/truecharts/public)
| digest | `22d788e` -> `a67e751` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NC4xIiwidXBkYXRlZEluVmVyIjoiMzkuODQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-29 15:19:25 +00:00
Malar Kannan
082f772c1e fix(authelia): authelia configuration.yaml configmap for public client secret should be empty string (#29496)
**Description**
See
https://www.authelia.com/configuration/identity-providers/openid-connect/clients/#client_secret
for explanation
<!--
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  # <!--(issue)-->

**⚙️ 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
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->
This would fix support for oidc auth with authelia for dashy chart

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ 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
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

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

- [ ] 🖼️ 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: Malar Kannan <malarkannan.invention@gmail.com>
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-12-29 14:53:53 +01:00
Boemeltrein
27da28c363 [Renovate] Exceptions for Talos and Kubelet and cleanup (#29823)
**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  # <!--(issue)-->

**⚙️ Type of change**

- [x ] ⚙️ Feature/App addition
- [ ] 🪛 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
-->

**📃 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
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

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

- [ ] 🖼️ 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: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com>
2024-12-29 14:52:57 +01:00
TrueCharts Bot
699c60ae62 chore(helm): update chart kong 2.42.0 → 2.46.0 (#30171)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kong](https://konghq.com/)
([source](https://redirect.github.com/Kong/charts)) | minor | `2.42.0`
-> `2.46.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Kong/charts (kong)</summary>

###
[`v2.46.0`](https://redirect.github.com/Kong/charts/releases/tag/kong-2.46.0)

[Compare
Source](https://redirect.github.com/Kong/charts/compare/kong-2.45.0...kong-2.46.0)

The Cloud-Native Ingress and API-management

###
[`v2.45.0`](https://redirect.github.com/Kong/charts/releases/tag/kong-2.45.0)

[Compare
Source](https://redirect.github.com/Kong/charts/compare/kong-2.44.1...kong-2.45.0)

The Cloud-Native Ingress and API-management

###
[`v2.44.1`](https://redirect.github.com/Kong/charts/releases/tag/kong-2.44.1)

[Compare
Source](https://redirect.github.com/Kong/charts/compare/kong-2.44.0...kong-2.44.1)

The Cloud-Native Ingress and API-management

###
[`v2.44.0`](https://redirect.github.com/Kong/charts/releases/tag/kong-2.44.0)

[Compare
Source](https://redirect.github.com/Kong/charts/compare/kong-2.43.0...kong-2.44.0)

The Cloud-Native Ingress and API-management

###
[`v2.43.0`](https://redirect.github.com/Kong/charts/releases/tag/kong-2.43.0)

[Compare
Source](https://redirect.github.com/Kong/charts/compare/kong-2.42.0...kong-2.43.0)

The Cloud-Native Ingress and API-management

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
2024-12-29 14:51:15 +01:00
TrueCharts Bot
3f53d8eeab chore(container): update alpine docker tag to v3.21.0 (#30164)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| alpine | final | minor | `3.20.3` -> `3.21.0` |
| alpine | stage | minor | `3.20.3` -> `3.21.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-12-29 14:50:58 +01:00
TrueCharts Bot
5cbc49d550 chore(container): update alpine:3.20.3 docker digest to 1e42bbe (#29840)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| alpine | final | digest | `beefdbd` -> `1e42bbe` |
| alpine | stage | digest | `beefdbd` -> `1e42bbe` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-29 14:49:30 +01:00
TrueCharts Bot
235c43d8ce chore(helm): update chart redis 15.3.2 → 15.4.1 (#30379)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [redis](https://truecharts.org/charts/stable/redis)
([source](https://redirect.github.com/bitnami/bitnami-docker-redis)) |
minor | `15.3.2` -> `15.4.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
2024-12-29 14:48:15 +01:00
TrueCharts Bot
7e5170e654 chore(helm): update chart mongodb 15.0.4 → 15.1.1 (#30378)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mongodb](https://truecharts.org/charts/stable/mongodb)
([source](https://redirect.github.com/bitnami/bitnami-docker-mongodb)) |
minor | `15.0.4` -> `15.1.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
2024-12-29 14:47:56 +01:00
TrueCharts Bot
3c07e6a162 chore(helm): update chart memcached 14.2.7 → 14.3.1 (#30377)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [memcached](https://truecharts.org/charts/stable/memcached)
([source](https://redirect.github.com/bitnami/bitnami-docker-memcached))
| minor | `14.2.7` -> `14.3.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
2024-12-29 14:47:43 +01:00
TrueCharts Bot
fc6b6838f2 chore(helm): update chart mariadb 15.4.7 → 15.6.1 (#30376)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mariadb](https://truecharts.org/charts/stable/mariadb)
([source](https://redirect.github.com/bitnami/bitnami-docker-mariadb)) |
minor | `15.4.7` -> `15.6.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
2024-12-29 14:47:32 +01:00
TrueCharts Bot
468b6bb983 chore(helm): update image ghcr.io/cloudnative-pg/postgresql 15.8 → 15.10 (#30339)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/cloudnative-pg/postgresql | minor |  ->  |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - "on the first day of the month" (UTC),
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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-29 14:46:56 +01:00
TrueCharts Bot
64da69fc65 chore(flux): update image prometheus-operator 8.12.0 → 9.0.1 (clustertool) (#30421)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[prometheus-operator](https://truecharts.org/charts/system/prometheus-operator)
([source](https://redirect.github.com/prometheus-operator)) | major |
`8.12.0` -> `9.0.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NC4xIiwidXBkYXRlZEluVmVyIjoiMzkuODQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2024-12-29 14:46:37 +01:00
TrueCharts Bot
6804fc6e14 chore(helm): update image renovate/renovate 39.84.0 → 39.85.0 (#30417)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | minor |
-> |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>renovatebot/renovate (renovate/renovate)</summary>

###
[`v39.85.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.85.0)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.84.1...39.85.0)

##### Features

- **preset:** Add SlimMessageBus monorepo group
([#&#8203;33315](https://redirect.github.com/renovatebot/renovate/issues/33315))
([ab1ed9c](ab1ed9c421))

###
[`v39.84.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.84.1)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.84.0...39.84.1)

##### Bug Fixes

- **platform/github:** use correct url to find pr when only using branch
name
([#&#8203;33324](https://redirect.github.com/renovatebot/renovate/issues/33324))
([a42069d](a42069da44))

##### Miscellaneous Chores

- **deps:** update dependency memfs to v4.15.1
([#&#8203;33327](https://redirect.github.com/renovatebot/renovate/issues/33327))
([a4042bb](a4042bb863))

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-29 14:46:06 +01:00
TrueCharts Bot
7c601118cf chore(helm): update image tccr.io/tccr/gluetun v3.39.0 → v3.40.0 (#30384)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tccr.io/tccr/gluetun](https://redirect.github.com/truecharts/public)
| minor | `043522d` -> `f5d4348` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-29 14:45:49 +01:00
TrueCharts Bot
a2f0efd24d chore(helm): update image tccr.io/tccr/code-server v4.93.1 → v4.96.2 (#30383)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/code-server](https://redirect.github.com/truecharts/public)
| minor | `0f6d7b4` -> `24675f2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-29 14:45:36 +01:00
TrueCharts Bot
0abaacb231 chore(helm): update image tccr.io/tccr/tailscale v1.76.6 → v1.78.3 (#30385)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/tailscale](https://redirect.github.com/truecharts/public)
| minor | `b1ba1b2` -> `2d2714b` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-29 14:45:15 +01:00
Kjeld Schouten
ee336b12a7 disable ingress being enabled by default on unimportant chart ci-testing values 2024-12-29 14:30:02 +01:00
TrueCharts Bot
36b91b5aa4 chore(helm): update chart common 25.2.4 → 25.2.5 (#30408)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.2.4` ->
`25.2.5` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-12-29 14:20:05 +01:00
TrueCharts Bot
5960c98b53 chore(helm): update chart clickhouse 14.7.4 → 14.9.1 (#30375)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/stable/clickhouse)
([source](https://clickhouse.com/)) | minor | `14.7.4` -> `14.9.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
2024-12-29 13:14:43 +00:00
TrueCharts Bot
588930eeaf chore(helm): update image docker.io/seafileltd/seafile-mc 11.0.12 → 11.0.13 (#30110)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/seafileltd/seafile-mc | patch | `d0c66e4` -> `1239b08` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-29 13:11:28 +00:00
TrueCharts Bot
0f831c65e9 chore(helm): update image docker.io/jc21/nginx-proxy-manager 2.12.1 → 2.12.2 (#30414) 2024-12-29 14:11:20 +01:00
TrueCharts Bot
6abaac3370 chore(helm): update image ghcr.io/autobrr/autobrr v1.56.0 → v1.56.1 (#30409)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/autobrr](https://redirect.github.com/autobrr/autobrr)
| patch | `f05a75c` -> `ece84c7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>autobrr/autobrr (ghcr.io/autobrr/autobrr)</summary>

###
[`v1.56.1`](https://redirect.github.com/autobrr/autobrr/releases/tag/v1.56.1)

[Compare
Source](https://redirect.github.com/autobrr/autobrr/compare/v1.56.0...v1.56.1)

#### Changelog

##### New Features

-
[`79f8a98`](79f8a98e73):
feat(indexers): implement AnimeWorld announce types
([#&#8203;1900](https://redirect.github.com/autobrr/autobrr/issues/1900))
([@&#8203;martylukyy](https://redirect.github.com/martylukyy))
-
[`c13844e`](c13844e8b0):
feat(lists): ui enhancements
([#&#8203;1898](https://redirect.github.com/autobrr/autobrr/issues/1898))
([@&#8203;fabricionaweb](https://redirect.github.com/fabricionaweb))

##### Bug fixes

-
[`6b4f1d9`](6b4f1d9f63):
fix(database): migrations to update PTP IRC channel
([#&#8203;1906](https://redirect.github.com/autobrr/autobrr/issues/1906))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`7bb3487`](7bb3487e5e):
fix(lists): handle NULL clientID for non-arr lists on Postgres
([#&#8203;1904](https://redirect.github.com/autobrr/autobrr/issues/1904))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`0104ca4`](0104ca4a28):
fix(lists): plaintext only accept URLs
([#&#8203;1901](https://redirect.github.com/autobrr/autobrr/issues/1901))
([@&#8203;s0up4200](https://redirect.github.com/s0up4200))
-
[`c1c97d2`](c1c97d2d97):
fix(lists): toggle toast message
([#&#8203;1897](https://redirect.github.com/autobrr/autobrr/issues/1897))
([@&#8203;s0up4200](https://redirect.github.com/s0up4200))
-
[`af3907d`](af3907df9b):
fix(releases): handle NULL hybrid field
([#&#8203;1905](https://redirect.github.com/autobrr/autobrr/issues/1905))
([@&#8203;zze0s](https://redirect.github.com/zze0s))

**Full Changelog**:
https://github.com/autobrr/autobrr/compare/v1.56.0...v1.56.1

#### Docker images

-   `docker pull ghcr.io/autobrr/autobrr:v1.56.1`

#### What to do next?

-   Read the [documentation](https://autobrr.com)
-   Join our [Discord server](https://discord.gg/WQ2eUycxyT)

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-29 13:11:15 +00:00
TrueCharts Bot
19e9fd71e8 chore(helm): update image docker.io/vaultwarden/server 1.32.5 → 1.32.7 (#30115)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/vaultwarden/server](https://redirect.github.com/dani-garcia/vaultwarden)
| patch | `84015c9` -> `7a0aa23` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>dani-garcia/vaultwarden
(docker.io/vaultwarden/server)</summary>

###
[`v1.32.7`](https://redirect.github.com/dani-garcia/vaultwarden/releases/tag/1.32.7)

[Compare
Source](https://redirect.github.com/dani-garcia/vaultwarden/compare/1.32.6...1.32.7)

#### Security Fixes

This release contains a security fix for the following CVE
https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-g65h-982x-4m5m.

This vulnerability affects any installations that have the
`ORG_GROUPS_ENABLED` setting enabled, and we urge anyone doing so to
update as soon as possible.

#### What's Changed

- feat: mask \_smtp_img_src in support string by
[@&#8203;tessus](https://redirect.github.com/tessus) in
[https://github.com/dani-garcia/vaultwarden/pull/5281](https://redirect.github.com/dani-garcia/vaultwarden/pull/5281)
- Some refactoring, optimizations and security fixes by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5291](https://redirect.github.com/dani-garcia/vaultwarden/pull/5291)
- Allow adding connect-src entries by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5293](https://redirect.github.com/dani-garcia/vaultwarden/pull/5293)
- Use updated fern instead of patch by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5298](https://redirect.github.com/dani-garcia/vaultwarden/pull/5298)

**Full Changelog**:
https://github.com/dani-garcia/vaultwarden/compare/1.32.6...1.32.7

###
[`v1.32.6`](https://redirect.github.com/dani-garcia/vaultwarden/releases/tag/1.32.6)

[Compare
Source](https://redirect.github.com/dani-garcia/vaultwarden/compare/1.32.5...1.32.6)

#### What's Changed

- Fix push not working by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5214](https://redirect.github.com/dani-garcia/vaultwarden/pull/5214)
- Fix editing members which have access-all rights by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5213](https://redirect.github.com/dani-garcia/vaultwarden/pull/5213)
- chore: fix some comments by
[@&#8203;chuangjinglu](https://redirect.github.com/chuangjinglu) in
[https://github.com/dani-garcia/vaultwarden/pull/5224](https://redirect.github.com/dani-garcia/vaultwarden/pull/5224)
- Update Rust and crates by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5248](https://redirect.github.com/dani-garcia/vaultwarden/pull/5248)
- Update Alpine to version 3.21 by
[@&#8203;dfunkt](https://redirect.github.com/dfunkt) in
[https://github.com/dani-garcia/vaultwarden/pull/5256](https://redirect.github.com/dani-garcia/vaultwarden/pull/5256)
- Fix another sync issue with native clients by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5259](https://redirect.github.com/dani-garcia/vaultwarden/pull/5259)
- Update crates by [@&#8203;dfunkt](https://redirect.github.com/dfunkt)
in
[https://github.com/dani-garcia/vaultwarden/pull/5268](https://redirect.github.com/dani-garcia/vaultwarden/pull/5268)
- Some Backend Admin fixes and updates by
[@&#8203;BlackDex](https://redirect.github.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/5272](https://redirect.github.com/dani-garcia/vaultwarden/pull/5272)

#### New Contributors

- [@&#8203;chuangjinglu](https://redirect.github.com/chuangjinglu) made
their first contribution in
[https://github.com/dani-garcia/vaultwarden/pull/5224](https://redirect.github.com/dani-garcia/vaultwarden/pull/5224)

**Full Changelog**:
https://github.com/dani-garcia/vaultwarden/compare/1.32.5...1.32.6

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-29 13:10:48 +00:00
TrueCharts Bot
e24a98ffdb chore(helm): update image ghcr.io/elfhosted/jackett 0.22.1136 → 0.22.1141 (#30415)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `bf532ef` -> `3896aae` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-29 14:09:33 +01:00
TrueCharts Bot
1c1b0da405 chore(helm): update image docker.io/deluan/navidrome 0.54.2 → 0.54.3 (#30413) 2024-12-29 14:03:27 +01:00
TrueCharts Bot
96a9ff69db chore(helm): update image docker.io/collabora/code 24.04.8.2.1 → 24.04.11.1.1 (#29734)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/collabora/code | patch | `4531077` -> `d5b2d6e` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM5LjgyLjkiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2024-12-29 13:03:16 +00:00
TrueCharts Bot
c3536b7d7f chore(helm): update image docker.io/2fauth/2fauth 5.3.1 → 5.3.2 (#30074)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/2fauth/2fauth](https://redirect.github.com/Bubka/2FAuth) |
patch | `ef60fa4` -> `9a922d5` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Bubka/2FAuth (docker.io/2fauth/2fauth)</summary>

###
[`v5.3.2`](https://redirect.github.com/Bubka/2FAuth/blob/HEAD/changelog.md#532---2024-10-26)

[Compare
Source](https://redirect.github.com/Bubka/2FAuth/compare/v5.3.1...v5.3.2)

##### Fixed

- [issue
#&#8203;402](https://redirect.github.com/Bubka/2FAuth/issues/402) Error
asking me to log out when using multiple devices, pressing back logs me
in anyway

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-29 13:03:03 +00:00
TrueCharts Bot
e73897761a chore(helm): update image docker.io/gitea/gitea 1.22.3 → 1.22.6 (#30089)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/gitea/gitea](https://redirect.github.com/go-gitea/gitea) |
patch | `6b068c7` -> `4216d61` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>go-gitea/gitea (docker.io/gitea/gitea)</summary>

###
[`v1.22.6`](https://redirect.github.com/go-gitea/gitea/releases/tag/v1.22.6)

[Compare
Source](https://redirect.github.com/go-gitea/gitea/compare/v1.22.5...v1.22.6)

#### SECURITY

- Fix misuse of
PublicKeyCallback([#&#8203;32810](https://redirect.github.com/go-gitea/gitea/issues/32810))

#### BUGFIXES

- Fix lfs migration
([#&#8203;32812](https://redirect.github.com/go-gitea/gitea/issues/32812))
([#&#8203;32818](https://redirect.github.com/go-gitea/gitea/issues/32818))
- Add missing two sync feed for refs/pull
([#&#8203;32815](https://redirect.github.com/go-gitea/gitea/issues/32815))

#### TESTING

- Avoid MacOS keychain dialog in integration tests
([#&#8203;32813](https://redirect.github.com/go-gitea/gitea/issues/32813))
([#&#8203;32816](https://redirect.github.com/go-gitea/gitea/issues/32816))

Instances on **[Gitea Cloud](https://cloud.gitea.com)** will be
automatically upgraded to this version during the specified maintenance
window.

###
[`v1.22.5`](https://redirect.github.com/go-gitea/gitea/releases/tag/v1.22.5)

[Compare
Source](https://redirect.github.com/go-gitea/gitea/compare/v1.22.4...v1.22.5)

#### SECURITY

- Upgrade crypto library
([#&#8203;32791](https://redirect.github.com/go-gitea/gitea/issues/32791))
- Fix delete branch perm checking
([#&#8203;32654](https://redirect.github.com/go-gitea/gitea/issues/32654))
([#&#8203;32707](https://redirect.github.com/go-gitea/gitea/issues/32707))

#### BUGFIXES

- Add standard-compliant route to serve outdated R packages
([#&#8203;32783](https://redirect.github.com/go-gitea/gitea/issues/32783))
([#&#8203;32789](https://redirect.github.com/go-gitea/gitea/issues/32789))
- Fix internal server error when updating labels without write
permission
([#&#8203;32776](https://redirect.github.com/go-gitea/gitea/issues/32776))
([#&#8203;32785](https://redirect.github.com/go-gitea/gitea/issues/32785))
- Add Swift login endpoint
([#&#8203;32693](https://redirect.github.com/go-gitea/gitea/issues/32693))
([#&#8203;32701](https://redirect.github.com/go-gitea/gitea/issues/32701))
- Fix fork page branch selection
([#&#8203;32711](https://redirect.github.com/go-gitea/gitea/issues/32711))
([#&#8203;32725](https://redirect.github.com/go-gitea/gitea/issues/32725))
- Fix word overflow in file search page
([#&#8203;32695](https://redirect.github.com/go-gitea/gitea/issues/32695))
([#&#8203;32699](https://redirect.github.com/go-gitea/gitea/issues/32699))
- Fix gogit `GetRefCommitID`
([#&#8203;32705](https://redirect.github.com/go-gitea/gitea/issues/32705))
([#&#8203;32712](https://redirect.github.com/go-gitea/gitea/issues/32712))
- Fix race condition in mermaid observer
([#&#8203;32599](https://redirect.github.com/go-gitea/gitea/issues/32599))
([#&#8203;32673](https://redirect.github.com/go-gitea/gitea/issues/32673))
- Fixe a keystring misuse and refactor duplicates keystrings
([#&#8203;32668](https://redirect.github.com/go-gitea/gitea/issues/32668))
([#&#8203;32792](https://redirect.github.com/go-gitea/gitea/issues/32792))
- Bump relative-time-element to v4.4.4
([#&#8203;32739](https://redirect.github.com/go-gitea/gitea/issues/32739))

#### PERFORMANCE

- Make wiki pages visit fast
([#&#8203;32732](https://redirect.github.com/go-gitea/gitea/issues/32732))
([#&#8203;32745](https://redirect.github.com/go-gitea/gitea/issues/32745))

#### MISC

- Don't create action when syncing mirror pull refs
([#&#8203;32659](https://redirect.github.com/go-gitea/gitea/issues/32659))
([#&#8203;32664](https://redirect.github.com/go-gitea/gitea/issues/32664))

Instances on **[Gitea Cloud](https://cloud.gitea.com)** will be
automatically upgraded to this version during the specified maintenance
window.

###
[`v1.22.4`](https://redirect.github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1224---2024-11-14)

[Compare
Source](https://redirect.github.com/go-gitea/gitea/compare/v1.22.3...v1.22.4)

-   SECURITY
- Fix basic auth with webauthn
([#&#8203;32531](https://redirect.github.com/go-gitea/gitea/issues/32531))
([#&#8203;32536](https://redirect.github.com/go-gitea/gitea/issues/32536))
- Refactor internal routers (partial backport, auth token const time
comparing)
([#&#8203;32473](https://redirect.github.com/go-gitea/gitea/issues/32473))
([#&#8203;32479](https://redirect.github.com/go-gitea/gitea/issues/32479))
-   PERFORMANCE
- Remove transaction for archive download
([#&#8203;32186](https://redirect.github.com/go-gitea/gitea/issues/32186))
([#&#8203;32520](https://redirect.github.com/go-gitea/gitea/issues/32520))
-   BUGFIXES
- Fix `missing signature key` error when pulling Docker images with
`SERVE_DIRECT` enabled
([#&#8203;32365](https://redirect.github.com/go-gitea/gitea/issues/32365))
([#&#8203;32397](https://redirect.github.com/go-gitea/gitea/issues/32397))
- Fix get reviewers fails when selecting user without pull request
permissions unit
([#&#8203;32415](https://redirect.github.com/go-gitea/gitea/issues/32415))
([#&#8203;32616](https://redirect.github.com/go-gitea/gitea/issues/32616))
- Fix adding index files to tmp directory
([#&#8203;32360](https://redirect.github.com/go-gitea/gitea/issues/32360))
([#&#8203;32593](https://redirect.github.com/go-gitea/gitea/issues/32593))
- Fix PR creation on forked repositories via API
([#&#8203;31863](https://redirect.github.com/go-gitea/gitea/issues/31863))
([#&#8203;32591](https://redirect.github.com/go-gitea/gitea/issues/32591))
- Fix missing menu tabs in organization project view page
([#&#8203;32313](https://redirect.github.com/go-gitea/gitea/issues/32313))
([#&#8203;32592](https://redirect.github.com/go-gitea/gitea/issues/32592))
- Support HTTP POST requests to `/userinfo`, aligning to OpenID Core
specification
([#&#8203;32578](https://redirect.github.com/go-gitea/gitea/issues/32578))
([#&#8203;32594](https://redirect.github.com/go-gitea/gitea/issues/32594))
- Fix debian package clean up cron job
([#&#8203;32351](https://redirect.github.com/go-gitea/gitea/issues/32351))
([#&#8203;32590](https://redirect.github.com/go-gitea/gitea/issues/32590))
- Fix GetInactiveUsers
([#&#8203;32540](https://redirect.github.com/go-gitea/gitea/issues/32540))
([#&#8203;32588](https://redirect.github.com/go-gitea/gitea/issues/32588))
- Allow the actions user to login via the jwt token
([#&#8203;32527](https://redirect.github.com/go-gitea/gitea/issues/32527))
([#&#8203;32580](https://redirect.github.com/go-gitea/gitea/issues/32580))
- Fix submodule parsing
([#&#8203;32571](https://redirect.github.com/go-gitea/gitea/issues/32571))
([#&#8203;32577](https://redirect.github.com/go-gitea/gitea/issues/32577))
- Refactor find forks and fix possible bugs that weaken permissions
check
([#&#8203;32528](https://redirect.github.com/go-gitea/gitea/issues/32528))
([#&#8203;32547](https://redirect.github.com/go-gitea/gitea/issues/32547))
- Fix some places that don't respect org full name setting
([#&#8203;32243](https://redirect.github.com/go-gitea/gitea/issues/32243))
([#&#8203;32550](https://redirect.github.com/go-gitea/gitea/issues/32550))
- Refactor push mirror find and add check for updating push mirror
([#&#8203;32539](https://redirect.github.com/go-gitea/gitea/issues/32539))
([#&#8203;32549](https://redirect.github.com/go-gitea/gitea/issues/32549))
- Fix basic auth with webauthn
([#&#8203;32531](https://redirect.github.com/go-gitea/gitea/issues/32531))
([#&#8203;32536](https://redirect.github.com/go-gitea/gitea/issues/32536))
- Fix artifact v4 upload above 8MB
([#&#8203;31664](https://redirect.github.com/go-gitea/gitea/issues/31664))
([#&#8203;32523](https://redirect.github.com/go-gitea/gitea/issues/32523))
- Fix oauth2 error handle not return immediately
([#&#8203;32514](https://redirect.github.com/go-gitea/gitea/issues/32514))
([#&#8203;32516](https://redirect.github.com/go-gitea/gitea/issues/32516))
- Fix action not triggered when commit message is too long
([#&#8203;32498](https://redirect.github.com/go-gitea/gitea/issues/32498))
([#&#8203;32507](https://redirect.github.com/go-gitea/gitea/issues/32507))
- Fix `GetRepoLink` nil pointer dereference on dashboard feed page when
repo is deleted with actions enabled
([#&#8203;32501](https://redirect.github.com/go-gitea/gitea/issues/32501))
([#&#8203;32502](https://redirect.github.com/go-gitea/gitea/issues/32502))
- Fix `missing signature key` error when pulling Docker images with
`SERVE_DIRECT` enabled
([#&#8203;32397](https://redirect.github.com/go-gitea/gitea/issues/32397))
([#&#8203;32397](https://redirect.github.com/go-gitea/gitea/issues/32397))
- Fix the permission check for user search API and limit the number of
returned users for `/user/search`
([#&#8203;32310](https://redirect.github.com/go-gitea/gitea/issues/32310))
- Fix SearchIssues swagger docs
([#&#8203;32208](https://redirect.github.com/go-gitea/gitea/issues/32208))
([#&#8203;32298](https://redirect.github.com/go-gitea/gitea/issues/32298))
- Fix dropdown content overflow
([#&#8203;31610](https://redirect.github.com/go-gitea/gitea/issues/31610))
([#&#8203;32250](https://redirect.github.com/go-gitea/gitea/issues/32250))
- Disable Oauth check if oauth disabled
([#&#8203;32368](https://redirect.github.com/go-gitea/gitea/issues/32368))
([#&#8203;32480](https://redirect.github.com/go-gitea/gitea/issues/32480))
- Respect renamed dependencies of Cargo registry
([#&#8203;32430](https://redirect.github.com/go-gitea/gitea/issues/32430))
([#&#8203;32478](https://redirect.github.com/go-gitea/gitea/issues/32478))
- Fix mermaid diagram height when initially hidden
([#&#8203;32457](https://redirect.github.com/go-gitea/gitea/issues/32457))
([#&#8203;32464](https://redirect.github.com/go-gitea/gitea/issues/32464))
- Fix broken releases when re-pushing tags
([#&#8203;32435](https://redirect.github.com/go-gitea/gitea/issues/32435))
([#&#8203;32449](https://redirect.github.com/go-gitea/gitea/issues/32449))
- Only provide the commit summary for Discord webhook push events
([#&#8203;32432](https://redirect.github.com/go-gitea/gitea/issues/32432))
([#&#8203;32447](https://redirect.github.com/go-gitea/gitea/issues/32447))
- Only query team tables if repository is under org when getting
assignees
([#&#8203;32414](https://redirect.github.com/go-gitea/gitea/issues/32414))
([#&#8203;32426](https://redirect.github.com/go-gitea/gitea/issues/32426))
- Fix created_unix for mirroring
([#&#8203;32342](https://redirect.github.com/go-gitea/gitea/issues/32342))
([#&#8203;32406](https://redirect.github.com/go-gitea/gitea/issues/32406))
- Respect UI.ExploreDefaultSort setting again
([#&#8203;32357](https://redirect.github.com/go-gitea/gitea/issues/32357))
([#&#8203;32385](https://redirect.github.com/go-gitea/gitea/issues/32385))
- Fix broken image when editing comment with non-image attachments
([#&#8203;32319](https://redirect.github.com/go-gitea/gitea/issues/32319))
([#&#8203;32345](https://redirect.github.com/go-gitea/gitea/issues/32345))
- Fix disable 2fa bug
([#&#8203;32320](https://redirect.github.com/go-gitea/gitea/issues/32320))
([#&#8203;32330](https://redirect.github.com/go-gitea/gitea/issues/32330))
- Always update expiration time when creating an artifact
([#&#8203;32281](https://redirect.github.com/go-gitea/gitea/issues/32281))
([#&#8203;32285](https://redirect.github.com/go-gitea/gitea/issues/32285))
- Fix null errors on conversation holder
([#&#8203;32258](https://redirect.github.com/go-gitea/gitea/issues/32258))
([#&#8203;32266](https://redirect.github.com/go-gitea/gitea/issues/32266))
([#&#8203;32282](https://redirect.github.com/go-gitea/gitea/issues/32282))
- Only rename a user when they should receive a different name
([#&#8203;32247](https://redirect.github.com/go-gitea/gitea/issues/32247))
([#&#8203;32249](https://redirect.github.com/go-gitea/gitea/issues/32249))
- Fix checkbox bug on private/archive filter
([#&#8203;32236](https://redirect.github.com/go-gitea/gitea/issues/32236))
([#&#8203;32240](https://redirect.github.com/go-gitea/gitea/issues/32240))
- Add a doctor check to disable the "Actions" unit for mirrors
([#&#8203;32424](https://redirect.github.com/go-gitea/gitea/issues/32424))
([#&#8203;32497](https://redirect.github.com/go-gitea/gitea/issues/32497))
- Quick fix milestone deadline 9999
([#&#8203;32423](https://redirect.github.com/go-gitea/gitea/issues/32423))
- Make `show stats` work when only one file changed
([#&#8203;32244](https://redirect.github.com/go-gitea/gitea/issues/32244))
([#&#8203;32268](https://redirect.github.com/go-gitea/gitea/issues/32268))
- Make `owner/repo/pulls` handlers use "PR reader" permission
([#&#8203;32254](https://redirect.github.com/go-gitea/gitea/issues/32254))
([#&#8203;32265](https://redirect.github.com/go-gitea/gitea/issues/32265))
- Update scheduled tasks even if changes are pushed by "ActionsUser"
([#&#8203;32246](https://redirect.github.com/go-gitea/gitea/issues/32246))
([#&#8203;32252](https://redirect.github.com/go-gitea/gitea/issues/32252))
-   MISC
- Remove unnecessary code: `GetPushMirrorsByRepoID` called on all repo
pages
([#&#8203;32560](https://redirect.github.com/go-gitea/gitea/issues/32560))
([#&#8203;32567](https://redirect.github.com/go-gitea/gitea/issues/32567))
- Improve some sanitizer rules
([#&#8203;32534](https://redirect.github.com/go-gitea/gitea/issues/32534))
- Update nix development environment vor v1.22.x
([#&#8203;32495](https://redirect.github.com/go-gitea/gitea/issues/32495))
- Add warn log when deleting inactive users
([#&#8203;32318](https://redirect.github.com/go-gitea/gitea/issues/32318))
([#&#8203;32321](https://redirect.github.com/go-gitea/gitea/issues/32321))
- Update github.com/go-enry/go-enry to v2.9.1
([#&#8203;32295](https://redirect.github.com/go-gitea/gitea/issues/32295))
([#&#8203;32296](https://redirect.github.com/go-gitea/gitea/issues/32296))
- Warn users when they try to use a non-root-url to sign in/up
([#&#8203;32272](https://redirect.github.com/go-gitea/gitea/issues/32272))
([#&#8203;32273](https://redirect.github.com/go-gitea/gitea/issues/32273))

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-29 13:02:18 +00:00
TrueCharts Bot
edf299d2bf chore(helm): update chart mariadb 15.4.2 → 15.4.7 (#30070) 2024-12-29 13:37:54 +01:00
TrueCharts Bot
2aa7fd2a96 chore(helm): update chart memcached 14.2.1 → 14.2.7 (#30071)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [memcached](https://truecharts.org/charts/stable/memcached)
([source](https://redirect.github.com/bitnami/bitnami-docker-memcached))
| patch | `14.2.1` -> `14.2.7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2024-12-29 12:37:40 +00:00
TrueCharts Bot
557b3e6d2e chore(helm): update authentik 2024.8.3 → 2024.8.6 (patch) (#29680)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/goauthentik/ldap](https://goauthentik.io)
([source](https://redirect.github.com/goauthentik/authentik)) | patch |
`6b50f78` -> `dac3536` |
| [ghcr.io/goauthentik/proxy](https://goauthentik.io)
([source](https://redirect.github.com/goauthentik/authentik)) | patch |
`0818797` -> `09703a2` |
| [ghcr.io/goauthentik/radius](https://goauthentik.io)
([source](https://redirect.github.com/goauthentik/authentik)) | patch |
`487c2cc` -> `b94cb1a` |
| [ghcr.io/goauthentik/server](https://goauthentik.io)
([source](https://redirect.github.com/goauthentik/authentik)) | patch |
`b71e734` -> `f2e5c18` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-12-29 12:27:59 +00:00
TrueCharts Bot
4360e56e4e chore(helm): update image tccr.io/tccr/nextcloud-fpm digest to 22d788e (#29726)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/nextcloud-fpm](https://redirect.github.com/truecharts/public)
| digest | `e22c382` -> `22d788e` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM5LjgyLjkiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2024-12-29 12:27:50 +00:00
TrueCharts Bot
b98d3e7d6c chore(helm): update image docker.io/nginxinc/nginx-unprivileged digest to 890b828 (#29542)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/nginxinc/nginx-unprivileged](https://redirect.github.com/nginxinc/docker-nginx-unprivileged)
| digest | `d7f8c13` -> `890b828` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM5LjgyLjkiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2024-12-29 12:26:33 +00:00
TrueCharts Bot
cae36ffa94 chore(helm): update image docker.io/clamav/clamav digest to a7b4e7d (#29500)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/clamav/clamav](https://redirect.github.com/Cisco-Talos/clamav.git)
([source](https://redirect.github.com/Cisco-Talos/clamav)) | digest |
`7651ec2` -> `a7b4e7d` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM5LjgyLjkiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2024-12-29 12:26:20 +00:00
TrueCharts Bot
4509f9314f chore(github-action): update actions/checkout action v2 → v4 (#30316)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | major | `ee0669b` -> `11bd719` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422)

[Compare
Source](https://redirect.github.com/actions/checkout/compare/v3...v4)

- `url-helper.ts` now leverages well-known environment variables by
[@&#8203;jww3](https://redirect.github.com/jww3) in
[https://github.com/actions/checkout/pull/1941](https://redirect.github.com/actions/checkout/pull/1941)
- Expand unit test coverage for `isGhes` by
[@&#8203;jww3](https://redirect.github.com/jww3) in
[https://github.com/actions/checkout/pull/1946](https://redirect.github.com/actions/checkout/pull/1946)

###
[`v3`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v360)

[Compare
Source](https://redirect.github.com/actions/checkout/compare/v2...v3)

- [Fix: Mark test scripts with Bash'isms to be run via
Bash](https://redirect.github.com/actions/checkout/pull/1377)
- [Add option to fetch tags even if fetch-depth >
0](https://redirect.github.com/actions/checkout/pull/579)

</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 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL21ham9yIl19-->
2024-12-29 13:43:02 +02:00
TrueCharts Bot
4b5d15a402 chore(github-action): update azure/setup-helm action v3 → v4 (#30317)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [azure/setup-helm](https://redirect.github.com/azure/setup-helm) |
action | major | `5119fcb` -> `fe7b79c` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>azure/setup-helm (azure/setup-helm)</summary>

### [`v4`](https://redirect.github.com/azure/setup-helm/compare/v3...v4)

[Compare
Source](https://redirect.github.com/azure/setup-helm/compare/v3...v4)

</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 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL21ham9yIl19-->
2024-12-29 13:41:57 +02:00
Stavros Kois
f609a0e873 chore(ci): install traefik when needed (#30404)
**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  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 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
-->

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 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
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

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

- [ ] 🖼️ 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._
2024-12-29 13:40:25 +02:00
jogotcha
34e9fd64a6 fix(common, metallb-config) change deprecated annotation prefix to metallb.io (#30405)
**Description**

metallb deprecated the old annotation prefix metallb.universe.tf in
favor of metallb.io. See
[release-notes](https://metallb.universe.tf/release-notes/) and
[pr-2495](https://github.com/metallb/metallb/pull/2495)

This currently leads to warnings in logs for pods using loadbalancer
ips.

⚒️ Fixes  # <!--(issue)-->

**⚙️ 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
-->

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 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
- [ ] 🧪 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
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

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

- [ ] 🖼️ 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: jogotcha <johanneszitz@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-12-29 13:40:10 +02:00
Boemeltrein
fc03256777 (Website) update manual VM TruenasScale - Sync (#30412)
**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  # <!--(issue)-->

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 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
-->

**📃 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
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

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

- [ ] 🖼️ 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: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com>
Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-12-29 11:39:53 +00:00
TrueCharts Bot
2836362ef6 chore(helm): update image docker.io/shlinkio/shlink 4.3.1 → 4.4.0 (#30380) 2024-12-29 04:34:12 +01:00
TrueCharts Bot
04096c8fd7 chore(helm): update image renovate/renovate 39.83.6 → 39.84.0 (#30382) 2024-12-29 04:34:08 +01:00
TrueCharts Bot
be4f330357 chore(helm): update image ghcr.io/atuinsh/atuin 18.3.0 → 18.4.0 (#30381)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/atuinsh/atuin | minor | `678def8` -> `8c6fa0a` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-29 04:34:05 +01:00
TrueCharts Bot
1a523b1188 fix(deps): update module github.com/go-git/go-git/v5 v5.12.0 → v5.13.0 (clustertool) (#30410)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/go-git/go-git/v5](https://redirect.github.com/go-git/go-git)
| require | minor | `v5.12.0` -> `v5.13.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>go-git/go-git (github.com/go-git/go-git/v5)</summary>

###
[`v5.13.0`](https://redirect.github.com/go-git/go-git/releases/tag/v5.13.0)

[Compare
Source](https://redirect.github.com/go-git/go-git/compare/v5.12.0...v5.13.0)

#### What's Changed

- build: bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 in
/cli/go-git by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1065](https://redirect.github.com/go-git/go-git/pull/1065)
- build: bump golang.org/x/net from 0.22.0 to 0.23.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1068](https://redirect.github.com/go-git/go-git/pull/1068)
- build: bump golang.org/x/net from 0.23.0 to 0.24.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1071](https://redirect.github.com/go-git/go-git/pull/1071)
- Properly support skipping of non-mandatory extensions by
[@&#8203;codablock](https://redirect.github.com/codablock) in
[https://github.com/go-git/go-git/pull/1066](https://redirect.github.com/go-git/go-git/pull/1066)
- git: Refine some codes in test and non-test. by
[@&#8203;onee-only](https://redirect.github.com/onee-only) in
[https://github.com/go-git/go-git/pull/1077](https://redirect.github.com/go-git/go-git/pull/1077)
- plumbing: protocol/packp, client-side filter capability support by
[@&#8203;edigaryev](https://redirect.github.com/edigaryev) in
[https://github.com/go-git/go-git/pull/1000](https://redirect.github.com/go-git/go-git/pull/1000)
- build: bump golang.org/x/net from 0.22.0 to 0.23.0 in /cli/go-git by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1078](https://redirect.github.com/go-git/go-git/pull/1078)
- plumbing: fix sideband demux on flush by
[@&#8203;aymanbagabas](https://redirect.github.com/aymanbagabas) in
[https://github.com/go-git/go-git/pull/1084](https://redirect.github.com/go-git/go-git/pull/1084)
- storage: dotgit, head reference usually comes first by
[@&#8203;aymanbagabas](https://redirect.github.com/aymanbagabas) in
[https://github.com/go-git/go-git/pull/1085](https://redirect.github.com/go-git/go-git/pull/1085)
- build: bump golang.org/x/text from 0.14.0 to 0.15.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1091](https://redirect.github.com/go-git/go-git/pull/1091)
- build: bump golang.org/x/crypto from 0.22.0 to 0.23.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1094](https://redirect.github.com/go-git/go-git/pull/1094)
- build: bump golang.org/x/net from 0.24.0 to 0.25.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1093](https://redirect.github.com/go-git/go-git/pull/1093)
- git: Added an example for Repository.Branches by
[@&#8203;johnmatthiggins](https://redirect.github.com/johnmatthiggins)
in
[https://github.com/go-git/go-git/pull/1088](https://redirect.github.com/go-git/go-git/pull/1088)
- git: worktree_commit, Modify checking empty commit. Fixes
[#&#8203;723](https://redirect.github.com/go-git/go-git/issues/723) by
[@&#8203;onee-only](https://redirect.github.com/onee-only) in
[https://github.com/go-git/go-git/pull/1050](https://redirect.github.com/go-git/go-git/pull/1050)
- plumbing: transport/http, Wrap http errors to return reason. Fixes
[#&#8203;1097](https://redirect.github.com/go-git/go-git/issues/1097) by
[@&#8203;ggambetti](https://redirect.github.com/ggambetti) in
[https://github.com/go-git/go-git/pull/1100](https://redirect.github.com/go-git/go-git/pull/1100)
- build: bump golang.org/x/sys from 0.20.0 to 0.21.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1106](https://redirect.github.com/go-git/go-git/pull/1106)
- build: bump golang.org/x/text from 0.15.0 to 0.16.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1107](https://redirect.github.com/go-git/go-git/pull/1107)
- Bumps Go versions and go-billy by
[@&#8203;pjbgf](https://redirect.github.com/pjbgf) in
[https://github.com/go-git/go-git/pull/1056](https://redirect.github.com/go-git/go-git/pull/1056)
- \_examples: Fixed a dead link COMPATIBILITY.md by
[@&#8203;gecko655](https://redirect.github.com/gecko655) in
[https://github.com/go-git/go-git/pull/1109](https://redirect.github.com/go-git/go-git/pull/1109)
- build: bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 in
/cli/go-git by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1115](https://redirect.github.com/go-git/go-git/pull/1115)
- build: bump github.com/elazarl/goproxy from
v0.0.0-20230808193330-2592e75ae04a to v0.0.0-20240618083138-03be62527ccb
by [@&#8203;hbelmiro](https://redirect.github.com/hbelmiro) in
[https://github.com/go-git/go-git/pull/1124](https://redirect.github.com/go-git/go-git/pull/1124)
- build: bump golang.org/x/net from 0.25.0 to 0.26.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1104](https://redirect.github.com/go-git/go-git/pull/1104)
- Add option approximating `git clean -x` flag. by
[@&#8203;msuozzo](https://redirect.github.com/msuozzo) in
[https://github.com/go-git/go-git/pull/995](https://redirect.github.com/go-git/go-git/pull/995)
- Revert "Add option approximating `git clean -x` flag." by
[@&#8203;pjbgf](https://redirect.github.com/pjbgf) in
[https://github.com/go-git/go-git/pull/1129](https://redirect.github.com/go-git/go-git/pull/1129)
- Fix reference updated concurrently error for the filesystem storer by
[@&#8203;Javier-varez](https://redirect.github.com/Javier-varez) in
[https://github.com/go-git/go-git/pull/1116](https://redirect.github.com/go-git/go-git/pull/1116)
- build: bump golang.org/x/net from 0.26.0 to 0.27.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1134](https://redirect.github.com/go-git/go-git/pull/1134)
- utils: merkletrie, Align error message with upstream by
[@&#8203;pjbgf](https://redirect.github.com/pjbgf) in
[https://github.com/go-git/go-git/pull/1142](https://redirect.github.com/go-git/go-git/pull/1142)
- plumbing: transport/file, Change paths to absolute by
[@&#8203;pjbgf](https://redirect.github.com/pjbgf) in
[https://github.com/go-git/go-git/pull/1141](https://redirect.github.com/go-git/go-git/pull/1141)
- plumbing: gitignore, Fix loading of ignored .gitignore files. by
[@&#8203;Achilleshiel](https://redirect.github.com/Achilleshiel) in
[https://github.com/go-git/go-git/pull/1114](https://redirect.github.com/go-git/go-git/pull/1114)
- build: bump github.com/skeema/knownhosts from 1.2.2 to 1.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1147](https://redirect.github.com/go-git/go-git/pull/1147)
- plumbing: transport/ssh, Add support for SSH
[@&#8203;cert-authority](https://redirect.github.com/cert-authority). by
[@&#8203;Javier-varez](https://redirect.github.com/Javier-varez) in
[https://github.com/go-git/go-git/pull/1157](https://redirect.github.com/go-git/go-git/pull/1157)
- build: run example tests during CI workflow by
[@&#8203;crazybolillo](https://redirect.github.com/crazybolillo) in
[https://github.com/go-git/go-git/pull/1030](https://redirect.github.com/go-git/go-git/pull/1030)
- storage: filesystem, Fix object cache not working due to uninitialised
objects being put into cache by
[@&#8203;SatelliteMind](https://redirect.github.com/SatelliteMind) in
[https://github.com/go-git/go-git/pull/1138](https://redirect.github.com/go-git/go-git/pull/1138)
- git: Fix fetching missing commits by
[@&#8203;AriehSchneier](https://redirect.github.com/AriehSchneier) in
[https://github.com/go-git/go-git/pull/1032](https://redirect.github.com/go-git/go-git/pull/1032)
- plumbing: format/packfile, remove duplicate checks in findMatch() by
[@&#8203;edigaryev](https://redirect.github.com/edigaryev) in
[https://github.com/go-git/go-git/pull/1152](https://redirect.github.com/go-git/go-git/pull/1152)
- git: worktree, Fix file reported as `Untracked` while it is committed
by [@&#8203;rodrigocam](https://redirect.github.com/rodrigocam) in
[https://github.com/go-git/go-git/pull/1023](https://redirect.github.com/go-git/go-git/pull/1023)
- build: bump golang.org/x/sys from 0.22.0 to 0.23.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1160](https://redirect.github.com/go-git/go-git/pull/1160)
- plumbing: filemode, Remove check for setting size of .git/index file
by [@&#8203;nicholasSUSE](https://redirect.github.com/nicholasSUSE) in
[https://github.com/go-git/go-git/pull/1159](https://redirect.github.com/go-git/go-git/pull/1159)
- build: bump golang.org/x/net from 0.27.0 to 0.28.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1163](https://redirect.github.com/go-git/go-git/pull/1163)
- Fix some lint warning and increase stalebot to 180 days by
[@&#8203;pjbgf](https://redirect.github.com/pjbgf) in
[https://github.com/go-git/go-git/pull/1128](https://redirect.github.com/go-git/go-git/pull/1128)
- adjust path extracted from file: url on Windows by
[@&#8203;tomqwpl](https://redirect.github.com/tomqwpl) in
[https://github.com/go-git/go-git/pull/416](https://redirect.github.com/go-git/go-git/pull/416)
- build: bump golang.org/x/sys from 0.23.0 to 0.24.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1164](https://redirect.github.com/go-git/go-git/pull/1164)
- Add RestoreStaged to Worktree that mimics the behaviour of git restore
--staged <file>... by
[@&#8203;ben-tbotlabs](https://redirect.github.com/ben-tbotlabs) in
[https://github.com/go-git/go-git/pull/493](https://redirect.github.com/go-git/go-git/pull/493)
- plumbing: signature, support the same x509 signature formats as git by
[@&#8203;yoavamit](https://redirect.github.com/yoavamit) in
[https://github.com/go-git/go-git/pull/1169](https://redirect.github.com/go-git/go-git/pull/1169)
- fix: allow discovery of non bare repos in fsLoader by
[@&#8203;jakobmoellerdev](https://redirect.github.com/jakobmoellerdev)
in
[https://github.com/go-git/go-git/pull/1170](https://redirect.github.com/go-git/go-git/pull/1170)
- build: bump golang.org/x/sys from 0.24.0 to 0.25.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1178](https://redirect.github.com/go-git/go-git/pull/1178)
- build: bump golang.org/x/text from 0.17.0 to 0.18.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1179](https://redirect.github.com/go-git/go-git/pull/1179)
- build: bump golang.org/x/net from 0.28.0 to 0.29.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1184](https://redirect.github.com/go-git/go-git/pull/1184)
- Consume push URLs when they are provided by
[@&#8203;mcepl](https://redirect.github.com/mcepl) in
[https://github.com/go-git/go-git/pull/1191](https://redirect.github.com/go-git/go-git/pull/1191)
- \*: use gocheck's MkDir instead of TempDir for tests. Fixes
[#&#8203;807](https://redirect.github.com/go-git/go-git/issues/807) by
[@&#8203;uragirii](https://redirect.github.com/uragirii) in
[https://github.com/go-git/go-git/pull/1194](https://redirect.github.com/go-git/go-git/pull/1194)
- build: bump golang.org/x/net from 0.29.0 to 0.30.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1200](https://redirect.github.com/go-git/go-git/pull/1200)
- worktree: .git/index not correctly generated when running on Windows
by [@&#8203;BeChris](https://redirect.github.com/BeChris) in
[https://github.com/go-git/go-git/pull/1198](https://redirect.github.com/go-git/go-git/pull/1198)
- git: worktree, Fix sparse reset. Fixes
[#&#8203;90](https://redirect.github.com/go-git/go-git/issues/90) by
[@&#8203;onee-only](https://redirect.github.com/onee-only) in
[https://github.com/go-git/go-git/pull/1101](https://redirect.github.com/go-git/go-git/pull/1101)
- git: worktree, Pass context on updateSubmodules. Fixes
[#&#8203;1098](https://redirect.github.com/go-git/go-git/issues/1098) by
[@&#8203;onee-only](https://redirect.github.com/onee-only) in
[https://github.com/go-git/go-git/pull/1154](https://redirect.github.com/go-git/go-git/pull/1154)
- build: bump github.com/go-git/go-billy/v5 from
5.5.1-0.20240427054813-8453aa90c6ec to 5.6.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1211](https://redirect.github.com/go-git/go-git/pull/1211)
- Update contributing guidelines by
[@&#8203;pjbgf](https://redirect.github.com/pjbgf) in
[https://github.com/go-git/go-git/pull/1217](https://redirect.github.com/go-git/go-git/pull/1217)
- build: bump github.com/ProtonMail/go-crypto from 1.0.0 to 1.1.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1222](https://redirect.github.com/go-git/go-git/pull/1222)
- build: bump golang.org/x/sys from 0.26.0 to 0.27.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1223](https://redirect.github.com/go-git/go-git/pull/1223)
- build: bump golang.org/x/crypto from 0.28.0 to 0.29.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1221](https://redirect.github.com/go-git/go-git/pull/1221)
- build: bump github.com/ProtonMail/go-crypto from 1.1.1 to 1.1.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1226](https://redirect.github.com/go-git/go-git/pull/1226)
- build: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1232](https://redirect.github.com/go-git/go-git/pull/1232)
- build: bump github.com/ProtonMail/go-crypto from 1.1.2 to 1.1.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1231](https://redirect.github.com/go-git/go-git/pull/1231)
- build: General improvements around fuzzing by
[@&#8203;pjbgf](https://redirect.github.com/pjbgf) in
[https://github.com/go-git/go-git/pull/1229](https://redirect.github.com/go-git/go-git/pull/1229)
- build: bump golang.org/x/net from 0.30.0 to 0.32.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1241](https://redirect.github.com/go-git/go-git/pull/1241)
- build: group dependabot updates for golang.org by
[@&#8203;AriehSchneier](https://redirect.github.com/AriehSchneier) in
[https://github.com/go-git/go-git/pull/1243](https://redirect.github.com/go-git/go-git/pull/1243)
- build: bump github/codeql-action from 2.22.11 to 3.27.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1244](https://redirect.github.com/go-git/go-git/pull/1244)
- build: bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /cli/go-git
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1246](https://redirect.github.com/go-git/go-git/pull/1246)
- build: bump golang.org/x/crypto from 0.30.0 to 0.31.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1247](https://redirect.github.com/go-git/go-git/pull/1247)
- build: bump github.com/gliderlabs/ssh from 0.3.7 to 0.3.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1248](https://redirect.github.com/go-git/go-git/pull/1248)
- add comment preventing people from creating invalid trees by
[@&#8203;petar](https://redirect.github.com/petar) in
[https://github.com/go-git/go-git/pull/732](https://redirect.github.com/go-git/go-git/pull/732)
- build: bump github/codeql-action from 3.27.6 to 3.27.9 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1250](https://redirect.github.com/go-git/go-git/pull/1250)
- plumbing: Properly encode index version 4 by
[@&#8203;BeChris](https://redirect.github.com/BeChris) in
[https://github.com/go-git/go-git/pull/1251](https://redirect.github.com/go-git/go-git/pull/1251)
- Fix typos by [@&#8203;deining](https://redirect.github.com/deining) in
[https://github.com/go-git/go-git/pull/1148](https://redirect.github.com/go-git/go-git/pull/1148)
- Fix reset files in subfolders by
[@&#8203;linglo](https://redirect.github.com/linglo) in
[https://github.com/go-git/go-git/pull/1177](https://redirect.github.com/go-git/go-git/pull/1177)
- git: update switch cases by
[@&#8203;hezhizhen](https://redirect.github.com/hezhizhen) in
[https://github.com/go-git/go-git/pull/1182](https://redirect.github.com/go-git/go-git/pull/1182)
- build: bump golang.org/x/net from 0.32.0 to 0.33.0 in the golang-org
group by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1256](https://redirect.github.com/go-git/go-git/pull/1256)
- fix(1212): Fix invalid reference name error while cloning branches
containing /- by
[@&#8203;varmakarthik12](https://redirect.github.com/varmakarthik12) in
[https://github.com/go-git/go-git/pull/1257](https://redirect.github.com/go-git/go-git/pull/1257)
- pktline : accept upercase hexadecimal value as pktline length
information by [@&#8203;BeChris](https://redirect.github.com/BeChris) in
[https://github.com/go-git/go-git/pull/1220](https://redirect.github.com/go-git/go-git/pull/1220)
- build: bump github/codeql-action from 3.27.9 to 3.28.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1260](https://redirect.github.com/go-git/go-git/pull/1260)
- build: bump github.com/elazarl/goproxy from
0.0.0-20240618083138-03be62527ccb to 1.2.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-git/go-git/pull/1262](https://redirect.github.com/go-git/go-git/pull/1262)
- git: worktree_commit, sanitize author and commiter name and email
before creating the commit object. Fixes
[#&#8203;680](https://redirect.github.com/go-git/go-git/issues/680) by
[@&#8203;BeChris](https://redirect.github.com/BeChris) in
[https://github.com/go-git/go-git/pull/1261](https://redirect.github.com/go-git/go-git/pull/1261)

#### New Contributors

- [@&#8203;johnmatthiggins](https://redirect.github.com/johnmatthiggins)
made their first contribution in
[https://github.com/go-git/go-git/pull/1088](https://redirect.github.com/go-git/go-git/pull/1088)
- [@&#8203;ggambetti](https://redirect.github.com/ggambetti) made their
first contribution in
[https://github.com/go-git/go-git/pull/1100](https://redirect.github.com/go-git/go-git/pull/1100)
- [@&#8203;gecko655](https://redirect.github.com/gecko655) made their
first contribution in
[https://github.com/go-git/go-git/pull/1109](https://redirect.github.com/go-git/go-git/pull/1109)
- [@&#8203;hbelmiro](https://redirect.github.com/hbelmiro) made their
first contribution in
[https://github.com/go-git/go-git/pull/1124](https://redirect.github.com/go-git/go-git/pull/1124)
- [@&#8203;msuozzo](https://redirect.github.com/msuozzo) made their
first contribution in
[https://github.com/go-git/go-git/pull/995](https://redirect.github.com/go-git/go-git/pull/995)
- [@&#8203;Javier-varez](https://redirect.github.com/Javier-varez) made
their first contribution in
[https://github.com/go-git/go-git/pull/1116](https://redirect.github.com/go-git/go-git/pull/1116)
- [@&#8203;Achilleshiel](https://redirect.github.com/Achilleshiel) made
their first contribution in
[https://github.com/go-git/go-git/pull/1114](https://redirect.github.com/go-git/go-git/pull/1114)
- [@&#8203;crazybolillo](https://redirect.github.com/crazybolillo) made
their first contribution in
[https://github.com/go-git/go-git/pull/1030](https://redirect.github.com/go-git/go-git/pull/1030)
- [@&#8203;SatelliteMind](https://redirect.github.com/SatelliteMind)
made their first contribution in
[https://github.com/go-git/go-git/pull/1138](https://redirect.github.com/go-git/go-git/pull/1138)
- [@&#8203;rodrigocam](https://redirect.github.com/rodrigocam) made
their first contribution in
[https://github.com/go-git/go-git/pull/1023](https://redirect.github.com/go-git/go-git/pull/1023)
- [@&#8203;nicholasSUSE](https://redirect.github.com/nicholasSUSE) made
their first contribution in
[https://github.com/go-git/go-git/pull/1159](https://redirect.github.com/go-git/go-git/pull/1159)
- [@&#8203;tomqwpl](https://redirect.github.com/tomqwpl) made their
first contribution in
[https://github.com/go-git/go-git/pull/416](https://redirect.github.com/go-git/go-git/pull/416)
- [@&#8203;ben-tbotlabs](https://redirect.github.com/ben-tbotlabs) made
their first contribution in
[https://github.com/go-git/go-git/pull/493](https://redirect.github.com/go-git/go-git/pull/493)
- [@&#8203;yoavamit](https://redirect.github.com/yoavamit) made their
first contribution in
[https://github.com/go-git/go-git/pull/1169](https://redirect.github.com/go-git/go-git/pull/1169)
- [@&#8203;uragirii](https://redirect.github.com/uragirii) made their
first contribution in
[https://github.com/go-git/go-git/pull/1194](https://redirect.github.com/go-git/go-git/pull/1194)
- [@&#8203;petar](https://redirect.github.com/petar) made their first
contribution in
[https://github.com/go-git/go-git/pull/732](https://redirect.github.com/go-git/go-git/pull/732)
- [@&#8203;deining](https://redirect.github.com/deining) made their
first contribution in
[https://github.com/go-git/go-git/pull/1148](https://redirect.github.com/go-git/go-git/pull/1148)
- [@&#8203;linglo](https://redirect.github.com/linglo) made their first
contribution in
[https://github.com/go-git/go-git/pull/1177](https://redirect.github.com/go-git/go-git/pull/1177)
- [@&#8203;varmakarthik12](https://redirect.github.com/varmakarthik12)
made their first contribution in
[https://github.com/go-git/go-git/pull/1257](https://redirect.github.com/go-git/go-git/pull/1257)

**Full Changelog**:
https://github.com/go-git/go-git/compare/v5.12.0...v5.13.0

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-29 04:00:55 +01:00
TrueCharts Bot
298d76cc4c chore(flux): update image metallb-config 8.2.5 → 8.3.1 (clustertool) (#30366)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [metallb-config](https://truecharts.org/charts/premium/metallb-config)
([source](https://redirect.github.com/metallb/metallb)) | minor |
`8.2.5` -> `8.3.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-29 03:21:19 +01:00
TrueCharts Bot
2861b90d87 chore(flux): update image clusterissuer 9.2.6 → 9.3.1 (clustertool) (#30361)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clusterissuer](https://truecharts.org/charts/premium/clusterissuer)
([source](https://cert-manager.io/)) | minor | `9.2.6` -> `9.3.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-29 03:20:33 +01:00
TrueCharts Bot
82ef877b19 chore(flux): update image traefik 30.1.1 → 30.1.2 (clustertool) (#30407)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [traefik](https://truecharts.org/charts/premium/traefik)
([source](https://redirect.github.com/traefik/traefik)) | patch |
`30.1.1` -> `30.1.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-29 02:41:36 +01:00
TrueCharts Bot
4f249b4eb2 chore(flux): update image jackett 23.1.2 → 23.1.3 (#30406)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jackett](https://truecharts.org/charts/stable/jackett)
([source](https://ghcr.io/elfhosted/jackett)) | patch | `23.1.2` ->
`23.1.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-29 02:41:10 +01:00
TrueCharts-Bot
27c6015d72 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-12-29 00:14:23 +00:00