Commit Graph

75 Commits

Author SHA1 Message Date
TrueCharts Bot d6d8e83cdb chore(deps): update oci.trueforge.org/containerforge/devcontainer:3.0.2 docker digest digest to 41b9c1d (#44545)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer)
([source](https://trueforge.org)) | image | digest | `ced6c05` ->
`41b9c1d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvLmRldmNvbnRhaW5lciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-05 00:01:47 +01:00
TrueCharts Bot 02e2dd0e08 chore(deps): update oci.trueforge.org/containerforge/devcontainer:3.0.2 docker digest digest to ced6c05 (#44440)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer)
([source](https://trueforge.org)) | image | digest | `cd94f58` ->
`ced6c05` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvLmRldmNvbnRhaW5lciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-02 04:44:43 +01:00
TrueCharts Bot bdbf77261b fix(deps): update oci.trueforge.org/containerforge/devcontainer docker tag 3.0.1 → 3.0.2 (#44433)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer)
([source](https://trueforge.org)) | image | patch | `3.0.1` -> `3.0.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvLmRldmNvbnRhaW5lciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-02-01 22:40:47 +01:00
Alfred Göppel 13283a1cc9 fix(charts): Update fixed containers from containerforge (#44412)
**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
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 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:**

- [x] ⚖️ 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 changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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._
2026-02-01 11:23:54 +01:00
TrueCharts Bot cc6cf5a95b chore(deps): update oci.trueforge.org/containerforge/devcontainer:3.0.1 docker digest digest to 218881d (#44404)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer)
([source](https://trueforge.org)) | image | digest | `cc362bb` ->
`218881d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvLmRldmNvbnRhaW5lciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-01 05:51:39 +01:00
TrueCharts Bot 07ea0ccefb fix(deps): update oci.trueforge.org/containerforge/devcontainer docker tag 3.0.0 → 3.0.1 (#44397)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer)
([source](https://trueforge.org)) | image | patch | `3.0.0` -> `3.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**: 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvLmRldmNvbnRhaW5lciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-01-31 23:46:04 +01:00
TrueCharts Bot d6f881caa6 chore(deps): update oci.trueforge.org/containerforge/devcontainer:3.0.0 docker digest digest to 4cac629 (#44372)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer)
([source](https://trueforge.org)) | image | digest | `47a3e7f` ->
`4cac629` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvLmRldmNvbnRhaW5lciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-01-31 11:11:31 +01:00
TrueCharts Bot 4316d760bf chore(deps): update oci.trueforge.org/containerforge/devcontainer:3.0.0 docker digest digest to 47a3e7f (#44341)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer)
([source](https://trueforge.org)) | image | digest | `d41af0e` ->
`47a3e7f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvLmRldmNvbnRhaW5lciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-01-30 22:40:22 +01:00
Alfred Göppel 370a3344d9 fix(ci): update ci to forgetool (#44327)
**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
- [ ] 📜 Documentation Changes

**🧪 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 changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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._
2026-01-30 15:37:18 +01:00
TrueCharts Bot 474647675f chore(deps): update oci.trueforge.org/containerforge/devcontainer:2.0.6 docker digest digest to 13eec79 (#44147)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer)
([source](https://truecharts.org)) | image | digest | `30e422d` ->
`13eec79` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvLmRldmNvbnRhaW5lciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-01-26 20:39:23 +01:00
alfi0812 aa19389e34 update extensions 2026-01-25 15:43:25 +00:00
TrueCharts Bot 4eae4c37d4 chore(deps): update oci.trueforge.org/containerforge/devcontainer:2.0.6 docker digest digest to 30e422d (#44095)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer)
([source](https://truecharts.org)) | image | digest | `b8f8a95` ->
`30e422d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvLmRldmNvbnRhaW5lciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-01-25 16:34:28 +01:00
alfi0812 3726a93605 update extensions 2026-01-25 15:31:44 +00:00
alfi0812 85923c37d9 update devcontainer setup 2026-01-25 15:23:44 +00:00
alfi0812 572264f31a Update devcontainer name 2026-01-25 13:53:52 +01:00
alfi0812 3f3aafc5d0 update devcontainer to new version 2026-01-25 13:52:22 +01:00
Oliver Simons 2eb7770519 fix(devcontainer): Export KREW_PATH to fish shell (#40021)
**Description**

This allow us to actually use krew and installed plugins from fish
shells inside our devcontainer

**⚙️ 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
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**

On local vs-code install, I was hitting
```
talos_clustertool on  main [$] 
⬢ [Docker] ❯ kubectl krew
error: unknown command "krew" for "kubectl"

talos_clustertool on  main [$] 
⬢ [Docker] ❯ kubectl pv-mounter
error: unknown command "pv-mounter" for "kubectl"
```
before fix inside a devcontainer. After exporting the krew path to fish,
we can find the installed plugins.

```
talos_clustertool on  main [!] 
⬢ [Docker] ❯ kubectl pv-mounter
pv-mounter is a kubectl plugin that allows you to easily mount and unmount
Kubernetes PersistentVolumeClaims (PVCs) locally via SSHFS.

It transparently manages proxy pods, ephemeral containers, port-forwarding,
and SSHFS connections.
...
``` 

**📃 Notes:**
Not sure if relevant, but I used:
```
(base) ➜  truecharts git:(orippler/export_krew_path_to_fish) code --version
1.104.1
0f0d87fa9e96c856c5212fc86db137ac0d783365
x64
```
on Ubuntu 22.04
**✔️ 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 changes to the documentation
- [ ] 🧪 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
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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._
2025-09-26 06:05:35 +02:00
TrueCharts Bot af18a0181b chore(container): update oci.trueforge.org/tccr/devcontainer:v2.0.6 docker digest to 5292842 (#39422)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/tccr/devcontainer](https://redirect.github.com/trueforge-org/truecharts)
| image | digest | `daba59b` -> `5292842` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-11 15:46:32 +02:00
TrueCharts Bot b278d89bc3 chore(container): update oci.trueforge.org/tccr/devcontainer docker tag to v2.0.6 (#39276)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/tccr/devcontainer](https://redirect.github.com/trueforge-org/truecharts)
| image | patch | `v2.0.0` -> `v2.0.6` |

---

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

---

### Release Notes

<details>
<summary>trueforge-org/truecharts
(oci.trueforge.org/tccr/devcontainer)</summary>

###
[`v2.0.6`](https://redirect.github.com/trueforge-org/truecharts/releases/tag/v2.0.6):
clustertool-v2.0.6

[Compare
Source](https://redirect.github.com/trueforge-org/truecharts/compare/v2.0.0...v2.0.6)

#### Changelog

-
[`19f6863`](https://redirect.github.com/trueforge-org/truecharts/commit/19f6863026c16a119d71b5e639dea842b3d6f93c)
chore(flux): update image blocky 18.8.1 → 18.8.2 (clustertool)
([#&#8203;39231](https://redirect.github.com/trueforge-org/truecharts/issues/39231))

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-08 08:13:33 +02:00
TrueCharts Bot 0e2716d39f chore(container): update oci.trueforge.org/tccr/devcontainer:v2.0.0 docker digest to e2a9db1 (#39255)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/tccr/devcontainer](https://redirect.github.com/trueforge-org/truecharts)
| image | digest | `c327a58` -> `e2a9db1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-09-08 03:56:20 +00:00
Kjeld Schouten fd8f1add2a Change tccr.io into oci.trueforge.org (#38868)
**Description**
We're moving from tccr.io to oci.trueforge.org

TCCR meant "TrueCharts Container Repository" however, it mostly stores
chart artefacts.
At the same time, we want to more clearly allow us to store
containers/artifacts not related to truecharts.

Its also worth noting that an additional .io domain carries additional
costs.

**⚙️ 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
- [ ] 📜 Documentation Changes

**🧪 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 changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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._
2025-08-29 14:44:36 +02:00
TrueCharts Bot 1aa59a928e chore(container): update tccr.io/tccr/devcontainer:v2.0.0 docker digest to c327a58 (#37424) 2025-07-11 20:06:01 +02:00
TrueCharts Bot 44e92b7843 chore(container): update tccr.io/tccr/devcontainer:v2.0.0 docker digest to 0ea5a09 (#37401) 2025-07-11 14:08:47 +02:00
TrueCharts Bot 18539055b4 chore(container): update tccr.io/tccr/devcontainer:v2.0.0 docker digest to 4be9c3d (#36757)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | digest | `d8a1207` -> `4be9c3d` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-06-28 14:06:08 +02:00
Alfred Göppel 4bd8ce5f8c fix(devcontainer): Make independent devcontainer & try to avoid version dependency (#36651)
**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
- [ ] 📜 Documentation Changes

**🧪 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 changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-06-25 18:29:35 +02:00
Alfred Göppel f8a3bbb0e4 fix(devcontainer): update version (#34308)
**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
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 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:**

- [x] ⚖️ 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 changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-04-14 11:02:11 +02:00
Alfred Göppel 8e0f07af7d fix(devcontainer): Update version (#31602)
**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._

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2025-02-04 19:40:35 -05:00
TrueCharts Bot e165afc168 chore(container): update tccr.io/tccr/devcontainer docker tag to v1.0.4 (#31606)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | patch | `v1.0.1` -> `v1.0.4` |

---

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

---

### Release Notes

<details>
<summary>truecharts/public (tccr.io/tccr/devcontainer)</summary>

###
[`v1.0.4`](https://redirect.github.com/truecharts/public/releases/tag/v1.0.4):
clustertool-v1.0.4

[Compare
Source](https://redirect.github.com/truecharts/public/compare/v1.0.1...v1.0.4)

#### Changelog

-
[`fd981e9`](https://redirect.github.com/truecharts/public/commit/fd981e9e807f2038bc8169979344944061d98351)
chore(deps): update ghcr.io/siderolabs/installer docker tag to v1.9.3
(clustertool)
([#&#8203;31342](https://redirect.github.com/truecharts/public/issues/31342))
-
[`9e96576`](https://redirect.github.com/truecharts/public/commit/9e96576d01c41d5eaae6349d470bb285f2dca0d0)
chore(flux): update helm release openebs 4.1.2 → 4.1.3 (clustertool)
([#&#8203;31366](https://redirect.github.com/truecharts/public/issues/31366))
-
[`442baf8`](https://redirect.github.com/truecharts/public/commit/442baf8839f01b8d66afabe0fafe42f25a52170a)
chore(flux): update image blocky 16.11.0 → 16.12.0 (clustertool)
([#&#8203;31196](https://redirect.github.com/truecharts/public/issues/31196))
-
[`c5cabbf`](https://redirect.github.com/truecharts/public/commit/c5cabbfa36268bdfc0a13e0f100c7423a340e8cf)
chore(flux): update image blocky 16.12.0 → 16.13.0 (clustertool)
([#&#8203;31250](https://redirect.github.com/truecharts/public/issues/31250))
-
[`6d22a37`](https://redirect.github.com/truecharts/public/commit/6d22a37cacd0665fae7fd01cbbcc92819bd70247)
chore(flux): update image blocky 16.13.0 → 16.13.1 (clustertool)
([#&#8203;31294](https://redirect.github.com/truecharts/public/issues/31294))
-
[`8d29cfe`](https://redirect.github.com/truecharts/public/commit/8d29cfe3227d432c84a59e693db7440218982d64)
chore(flux): update image blocky 16.13.1 → 16.13.2 (clustertool)
([#&#8203;31343](https://redirect.github.com/truecharts/public/issues/31343))
-
[`4cd744d`](https://redirect.github.com/truecharts/public/commit/4cd744dd5220218da8216b7223bab222554c0f92)
chore(flux): update image cert-manager 6.4.1 → 6.4.2 (clustertool)
([#&#8203;31165](https://redirect.github.com/truecharts/public/issues/31165))
-
[`f14b405`](https://redirect.github.com/truecharts/public/commit/f14b4056a18bab1a4b08311dba437bfed75aa518)
chore(flux): update image cert-manager 6.4.2 → 6.5.1 (clustertool)
([#&#8203;31197](https://redirect.github.com/truecharts/public/issues/31197))
-
[`8802a0b`](https://redirect.github.com/truecharts/public/commit/8802a0b029425622e4bd815fc752f9698d75244a)
chore(flux): update image cert-manager 6.5.1 → 6.5.2 (clustertool)
([#&#8203;31295](https://redirect.github.com/truecharts/public/issues/31295))
-
[`a47b25e`](https://redirect.github.com/truecharts/public/commit/a47b25ef3bd1f9e723fb26de26e23d47c97e35ac)
chore(flux): update image clusterissuer 9.4.1 → 9.5.0 (clustertool)
([#&#8203;31198](https://redirect.github.com/truecharts/public/issues/31198))
-
[`5962237`](https://redirect.github.com/truecharts/public/commit/59622377beef8a0766d62acf8fdca8d137d2b70c)
chore(flux): update image clusterissuer 9.5.0 → 9.5.1 (clustertool)
([#&#8203;31296](https://redirect.github.com/truecharts/public/issues/31296))
-
[`3b3ffd7`](https://redirect.github.com/truecharts/public/commit/3b3ffd7ce45e2036a2360c2de928827524261b14)
chore(flux): update image kubelet-csr-approver 1.3.2 → 1.4.0
(clustertool)
([#&#8203;31200](https://redirect.github.com/truecharts/public/issues/31200))
-
[`112a337`](https://redirect.github.com/truecharts/public/commit/112a3378cec6a6e6523538910e1f079c531f9f09)
chore(flux): update image kubelet-csr-approver 1.4.0 → 1.4.1
(clustertool)
([#&#8203;31298](https://redirect.github.com/truecharts/public/issues/31298))
-
[`d5ceb56`](https://redirect.github.com/truecharts/public/commit/d5ceb5632c91073646b89e33d5a66f7059dc0fa7)
chore(flux): update image kubernetes-dashboard 1.12.1 → 1.13.0
(clustertool)
([#&#8203;31201](https://redirect.github.com/truecharts/public/issues/31201))
-
[`728f1ea`](https://redirect.github.com/truecharts/public/commit/728f1eafee75ee06b4251b74b6b0a7a45e4f2333)
chore(flux): update image kubernetes-dashboard 1.13.0 → 1.13.1
(clustertool)
([#&#8203;31299](https://redirect.github.com/truecharts/public/issues/31299))
-
[`c37cc7c`](https://redirect.github.com/truecharts/public/commit/c37cc7c37c2893dae32b9214ce9c758ddb9c1c63)
chore(flux): update image kubernetes-dashboard 1.13.1 → 1.13.2
(clustertool)
([#&#8203;31345](https://redirect.github.com/truecharts/public/issues/31345))
-
[`c751abc`](https://redirect.github.com/truecharts/public/commit/c751abcd704f8990fcab624ebbd7d496cc4eed34)
chore(flux): update image kubernetes-reflector 6.4.0 → 6.5.0
(clustertool)
([#&#8203;31202](https://redirect.github.com/truecharts/public/issues/31202))
-
[`023921a`](https://redirect.github.com/truecharts/public/commit/023921aefde701caea4e8691c0a352d730a1431c)
chore(flux): update image kubernetes-reflector 6.5.0 → 6.5.1
(clustertool)
([#&#8203;31300](https://redirect.github.com/truecharts/public/issues/31300))
-
[`955bd96`](https://redirect.github.com/truecharts/public/commit/955bd964c28dd20562a7e4a499aba652e5c15798)
chore(flux): update image metallb-config 8.4.1 → 8.5.0 (clustertool)
([#&#8203;31203](https://redirect.github.com/truecharts/public/issues/31203))
-
[`c45546d`](https://redirect.github.com/truecharts/public/commit/c45546dbda95ddda65ecab29602edb43a478b4c5)
chore(flux): update image metallb-config 8.5.0 → 8.5.1 (clustertool)
([#&#8203;31301](https://redirect.github.com/truecharts/public/issues/31301))
-
[`44fa11e`](https://redirect.github.com/truecharts/public/commit/44fa11ec9a8bb25d529ffa06ec95726b566c0a31)
chore(flux): update image prometheus-operator 10.1.2 → 10.1.3
(clustertool)
([#&#8203;31303](https://redirect.github.com/truecharts/public/issues/31303))
-
[`8dda692`](https://redirect.github.com/truecharts/public/commit/8dda6925a768009acebf91172406503601447049)
chore(flux): update image prometheus-operator 10.1.3 → 10.1.4
(clustertool)
([#&#8203;31368](https://redirect.github.com/truecharts/public/issues/31368))
-
[`22530e3`](https://redirect.github.com/truecharts/public/commit/22530e32d3c9ca77e139590fb16117d585e090ad)
chore(flux): update image prometheus-operator 9.4.0 → 10.1.2
(clustertool)
([#&#8203;31260](https://redirect.github.com/truecharts/public/issues/31260))
-
[`b0eb46c`](https://redirect.github.com/truecharts/public/commit/b0eb46c4292f4e6eebd65faacf6a8264dde6218f)
chore(flux): update image snapshot-controller 3.6.0 → 3.7.0
(clustertool)
([#&#8203;31205](https://redirect.github.com/truecharts/public/issues/31205))
-
[`6b43197`](https://redirect.github.com/truecharts/public/commit/6b43197241bdf315ff84a51bd00ef66513204aad)
chore(flux): update image snapshot-controller 3.7.0 → 3.7.1
(clustertool)
([#&#8203;31304](https://redirect.github.com/truecharts/public/issues/31304))
-
[`27ddd98`](https://redirect.github.com/truecharts/public/commit/27ddd981ad0fa325cdfa42ec7e155f8466ad317a)
chore(flux): update image spegel 2.2.2 → 3.1.0 (clustertool)
([#&#8203;31261](https://redirect.github.com/truecharts/public/issues/31261))
-
[`6459b5d`](https://redirect.github.com/truecharts/public/commit/6459b5d8a06f3a363ef1fcaa5c7d36e89e1e4d18)
chore(flux): update image spegel 2.2.2 → 3.1.0 (clustertool)
([#&#8203;31261](https://redirect.github.com/truecharts/public/issues/31261))
-
[`8401e59`](https://redirect.github.com/truecharts/public/commit/8401e5988617be7fc4f3d74372c9fc7adb218645)
chore(flux): update image spegel 3.1.0 → 3.1.1 (clustertool)
([#&#8203;31305](https://redirect.github.com/truecharts/public/issues/31305))
-
[`3c4d944`](https://redirect.github.com/truecharts/public/commit/3c4d944e13015435c7fe71ce74f51ab58d1c2293)
chore(flux): update image traefik 30.3.2 → 30.4.1 (clustertool)
([#&#8203;31206](https://redirect.github.com/truecharts/public/issues/31206))
-
[`516fa16`](https://redirect.github.com/truecharts/public/commit/516fa1695b629f30753938fd7d570e09d74c9786)
chore(flux): update image traefik 30.4.1 → 30.4.2 (clustertool)
([#&#8203;31346](https://redirect.github.com/truecharts/public/issues/31346))
-
[`d79b6d3`](https://redirect.github.com/truecharts/public/commit/d79b6d3c65f3a9771125b0c93d825f2bd2026755)
chore(flux): update image traefik-crds 3.4.0 → 3.5.0 (clustertool)
([#&#8203;31207](https://redirect.github.com/truecharts/public/issues/31207))
-
[`658c745`](https://redirect.github.com/truecharts/public/commit/658c7451a16d3ae21a594c27a682553813ba2967)
chore(flux): update image traefik-crds 3.5.0 → 3.5.1 (clustertool)
([#&#8203;31306](https://redirect.github.com/truecharts/public/issues/31306))
-
[`093aa18`](https://redirect.github.com/truecharts/public/commit/093aa184460659062859265e6fc21b56e3e4904e)
chore(flux): update image volsync 2.7.0 → 2.8.0 (clustertool)
([#&#8203;31209](https://redirect.github.com/truecharts/public/issues/31209))
-
[`8833c65`](https://redirect.github.com/truecharts/public/commit/8833c65f102c839fc94bbcf550e9966a402628ac)
chore(flux): update image volsync 2.8.0 → 2.8.1 (clustertool)
([#&#8203;31308](https://redirect.github.com/truecharts/public/issues/31308))
-
[`be53f96`](https://redirect.github.com/truecharts/public/commit/be53f96af92cd70fadea023adeeed5f0877b01f0)
fix some clustertool dependency issues
-
[`567064d`](https://redirect.github.com/truecharts/public/commit/567064dafad0178a77b859d454cee7a0f62e2aa0)
fix(clustertool): fix clustertool dependency references
-
[`1c8ffdc`](https://redirect.github.com/truecharts/public/commit/1c8ffdc79306da2c3d74fca4d9a31ac3e0a6d418)
fix(deps): update module github.com/getsops/sops/v3 v3.9.3 → v3.9.4
(clustertool)
([#&#8203;31194](https://redirect.github.com/truecharts/public/issues/31194))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-02-04 02:38:54 +01:00
alfi0812 ec50b8f3a0 fix(devcontainer): Update ClusterTool pull (#30805) 2025-01-11 11:17:36 +02:00
TrueCharts Bot eb86e0ad7d chore(container): update tccr.io/tccr/devcontainer docker tag to v1.0.1 (#30543)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | patch | `v1.0.0` -> `v1.0.1` |

---

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

---

### Release Notes

<details>
<summary>truecharts/public (tccr.io/tccr/devcontainer)</summary>

###
[`v1.0.1`](https://redirect.github.com/truecharts/public/releases/tag/v1.0.1):
clustertool-v1.0.1

[Compare
Source](https://redirect.github.com/truecharts/public/compare/v1.0.0...v1.0.1)

#### Changelog

-
[`4bb18a0`](https://redirect.github.com/truecharts/public/commit/4bb18a089beef864311d668adbe7ced8f91a4a9d)
chore(clustertool) whitespace cleanup
([#&#8203;30426](https://redirect.github.com/truecharts/public/issues/30426))
-
[`b92ab98`](https://redirect.github.com/truecharts/public/commit/b92ab98394e930699ed5241b20104f7f82925874)
chore(deps): update ghcr.io/siderolabs/installer docker tag to v1.8.4
(clustertool)
([#&#8203;30063](https://redirect.github.com/truecharts/public/issues/30063))
-
[`5b8761e`](https://redirect.github.com/truecharts/public/commit/5b8761e2aeeb19311413c3223f4011860c3f2436)
chore(deps): update ghcr.io/siderolabs/installer docker tag to v1.9.1
(clustertool)
([#&#8203;30168](https://redirect.github.com/truecharts/public/issues/30168))
-
[`359e6ad`](https://redirect.github.com/truecharts/public/commit/359e6adbfb7adf1669135c2bf9ef820c74e0c522)
chore(deps): update ghcr.io/siderolabs/kubelet docker tag to v1.31.3
(clustertool)
([#&#8203;29677](https://redirect.github.com/truecharts/public/issues/29677))
-
[`7b13dc0`](https://redirect.github.com/truecharts/public/commit/7b13dc055fcbedc6bb892e6d33957946039a98fc)
chore(deps): update ghcr.io/siderolabs/kubelet docker tag to v1.31.4
(clustertool)
([#&#8203;30064](https://redirect.github.com/truecharts/public/issues/30064))
-
[`089d4f5`](https://redirect.github.com/truecharts/public/commit/089d4f57cdc1beffb010dab85a1df2f6c8ef9f9d)
chore(deps): update ghcr.io/siderolabs/kubelet docker tag to v1.32.0
(clustertool)
([#&#8203;30169](https://redirect.github.com/truecharts/public/issues/30169))
-
[`fe3e7e3`](https://redirect.github.com/truecharts/public/commit/fe3e7e366bd3dfb323a12249d8270b6335d4d9ac)
chore(flux): update helm release cilium 1.16.3 → 1.16.4 (clustertool)
([#&#8203;29638](https://redirect.github.com/truecharts/public/issues/29638))
-
[`8cbc7e1`](https://redirect.github.com/truecharts/public/commit/8cbc7e1bb38653f2d78e1aeda9b41ca52236fb8d)
chore(flux): update helm release cilium 1.16.4 → 1.16.5 (clustertool)
([#&#8203;30065](https://redirect.github.com/truecharts/public/issues/30065))
-
[`753bda6`](https://redirect.github.com/truecharts/public/commit/753bda6b9ab407b1c221065d2c1c9f9a899ec655)
chore(flux): update helm release metallb 0.14.8 → 0.14.9 (clustertool)
([#&#8203;30066](https://redirect.github.com/truecharts/public/issues/30066))
-
[`c9ef877`](https://redirect.github.com/truecharts/public/commit/c9ef877ddf04d1a1c5782dd207ae1eaad6ffeaff)
chore(flux): update image app-template 3.5.1 → 3.6.0 (clustertool)
([#&#8203;30170](https://redirect.github.com/truecharts/public/issues/30170))
-
[`4c42678`](https://redirect.github.com/truecharts/public/commit/4c426780aff2ea5f087d27bbb6a8abf428e07d9e)
chore(flux): update image blocky 16.6.4 → 16.7.0 (clustertool)
([#&#8203;30359](https://redirect.github.com/truecharts/public/issues/30359))
-
[`602794f`](https://redirect.github.com/truecharts/public/commit/602794f59a49d51b04836fb3a7b53794c297e129)
chore(flux): update image blocky 16.7.0 → 16.7.1 (clustertool)
([#&#8203;30388](https://redirect.github.com/truecharts/public/issues/30388))
-
[`c2670af`](https://redirect.github.com/truecharts/public/commit/c2670afb6ace110f5b15e931dcff52d39ed6fa75)
chore(flux): update image blocky 16.7.1 → 16.7.2 (clustertool)
([#&#8203;30434](https://redirect.github.com/truecharts/public/issues/30434))
-
[`888042d`](https://redirect.github.com/truecharts/public/commit/888042d1fd64cd79896f9781c8958af297114312)
chore(flux): update image blocky 16.7.2 → 16.8.0 (clustertool)
([#&#8203;30461](https://redirect.github.com/truecharts/public/issues/30461))
-
[`981182b`](https://redirect.github.com/truecharts/public/commit/981182b789efb1bfa75906601f02b5607340c100)
chore(flux): update image blocky 16.8.0 → 16.9.1 (clustertool)
([#&#8203;30502](https://redirect.github.com/truecharts/public/issues/30502))
-
[`a221dd1`](https://redirect.github.com/truecharts/public/commit/a221dd12e8ca99bcb626420336ef85db66f9175f)
chore(flux): update image cert-manager 6.2.3 → 6.3.0 (clustertool)
([#&#8203;30360](https://redirect.github.com/truecharts/public/issues/30360))
-
[`b1897e1`](https://redirect.github.com/truecharts/public/commit/b1897e1e0c041c22c90d71b3478647f63f0605a6)
chore(flux): update image cert-manager 6.3.0 → 6.3.1 (clustertool)
([#&#8203;30389](https://redirect.github.com/truecharts/public/issues/30389))
-
[`d083fb3`](https://redirect.github.com/truecharts/public/commit/d083fb398aad1209a5c6cf06b7188eca695923e1)
chore(flux): update image cert-manager 6.3.1 → 6.3.2 (clustertool)
([#&#8203;30435](https://redirect.github.com/truecharts/public/issues/30435))
-
[`d685ff8`](https://redirect.github.com/truecharts/public/commit/d685ff827846d155924ae75e3f3a641dc378fdb5)
chore(flux): update image cert-manager 6.3.2 → 6.4.0 (clustertool)
([#&#8203;30503](https://redirect.github.com/truecharts/public/issues/30503))
-
[`eb50882`](https://redirect.github.com/truecharts/public/commit/eb50882ebda052352a4f2997da36cd763f278569)
chore(flux): update image clusterissuer 9.2.5 → 9.2.6 (clustertool)
([#&#8203;30343](https://redirect.github.com/truecharts/public/issues/30343))
-
[`2861b90`](https://redirect.github.com/truecharts/public/commit/2861b90d87f11c646b1405c2dd16b91dc53fb0ff)
chore(flux): update image clusterissuer 9.2.6 → 9.3.1 (clustertool)
([#&#8203;30361](https://redirect.github.com/truecharts/public/issues/30361))
-
[`051aa7f`](https://redirect.github.com/truecharts/public/commit/051aa7f90d24b67b346260c0e0269178eab2c4c7)
chore(flux): update image clusterissuer 9.3.1 → 9.3.2 (clustertool)
([#&#8203;30436](https://redirect.github.com/truecharts/public/issues/30436))
-
[`1eb3a35`](https://redirect.github.com/truecharts/public/commit/1eb3a359dd2abe278936d6b2b2d33a7347fd0e50)
chore(flux): update image clusterissuer 9.3.2 → 9.4.0 (clustertool)
([#&#8203;30504](https://redirect.github.com/truecharts/public/issues/30504))
-
[`bcce4c0`](https://redirect.github.com/truecharts/public/commit/bcce4c04f8551b98294fbc03aabed8f28b1995c2)
chore(flux): update image kubelet-csr-approver 1.1.3 → 1.2.0
(clustertool)
([#&#8203;30363](https://redirect.github.com/truecharts/public/issues/30363))
-
[`18b666e`](https://redirect.github.com/truecharts/public/commit/18b666e108099d2a7fb2776610fc4284f5bd5a84)
chore(flux): update image kubelet-csr-approver 1.2.0 → 1.2.1
(clustertool)
([#&#8203;30391](https://redirect.github.com/truecharts/public/issues/30391))
-
[`dc18ced`](https://redirect.github.com/truecharts/public/commit/dc18cedfec6719abdcf8c39b5c09f884981aa7d4)
chore(flux): update image kubelet-csr-approver 1.2.1 → 1.2.2
(clustertool)
([#&#8203;30438](https://redirect.github.com/truecharts/public/issues/30438))
-
[`245dff3`](https://redirect.github.com/truecharts/public/commit/245dff38e9a7f48dcb326cc216754b2f0674f80e)
chore(flux): update image kubelet-csr-approver 1.2.2 → 1.3.0
(clustertool)
([#&#8203;30506](https://redirect.github.com/truecharts/public/issues/30506))
-
[`97eafeb`](https://redirect.github.com/truecharts/public/commit/97eafebcb457151b62af614f8222d970cb7a0136)
chore(flux): update image kubernetes-dashboard 1.10.1 → 1.11.0
(clustertool)
([#&#8203;30364](https://redirect.github.com/truecharts/public/issues/30364))
-
[`1e59df1`](https://redirect.github.com/truecharts/public/commit/1e59df10b0d9ca8a3234aacadad101bb969bb15e)
chore(flux): update image kubernetes-dashboard 1.11.0 → 1.11.1
(clustertool)
([#&#8203;30392](https://redirect.github.com/truecharts/public/issues/30392))
-
[`a02ca74`](https://redirect.github.com/truecharts/public/commit/a02ca742cf4fc6651be6b42802f20b36898cfd51)
chore(flux): update image kubernetes-dashboard 1.11.1 → 1.11.2
(clustertool)
([#&#8203;30439](https://redirect.github.com/truecharts/public/issues/30439))
-
[`6bf304d`](https://redirect.github.com/truecharts/public/commit/6bf304d90b47c18fae2db965efb8d5de32695cd6)
chore(flux): update image kubernetes-dashboard 1.11.2 → 1.12.0
(clustertool)
([#&#8203;30507](https://redirect.github.com/truecharts/public/issues/30507))
-
[`5a5aef8`](https://redirect.github.com/truecharts/public/commit/5a5aef8cfdaf1d88aa7e698742483e2febc5a5a6)
chore(flux): update image kubernetes-reflector 6.2.2 → 6.3.0
(clustertool)
([#&#8203;30365](https://redirect.github.com/truecharts/public/issues/30365))
-
[`0ff9b1f`](https://redirect.github.com/truecharts/public/commit/0ff9b1f718406377fca7355cb04cc6c19e547dc0)
chore(flux): update image kubernetes-reflector 6.3.0 → 6.3.1
(clustertool)
([#&#8203;30393](https://redirect.github.com/truecharts/public/issues/30393))
-
[`27bcc7a`](https://redirect.github.com/truecharts/public/commit/27bcc7af94c7dc96694724a4a89f3e583e7c4123)
chore(flux): update image kubernetes-reflector 6.3.1 → 6.3.2
(clustertool)
([#&#8203;30440](https://redirect.github.com/truecharts/public/issues/30440))
-
[`1cdfceb`](https://redirect.github.com/truecharts/public/commit/1cdfceb15c15e0f7b38e5c84a25ca2716645440c)
chore(flux): update image kubernetes-reflector 6.3.2 → 6.4.0
(clustertool)
([#&#8203;30508](https://redirect.github.com/truecharts/public/issues/30508))
-
[`c109a6e`](https://redirect.github.com/truecharts/public/commit/c109a6e7c90e1b529c0191fb939a9b17c8724aef)
chore(flux): update image kyverno 3.3.3 → 3.3.4 (clustertool)
([#&#8203;30068](https://redirect.github.com/truecharts/public/issues/30068))
-
[`66bec15`](https://redirect.github.com/truecharts/public/commit/66bec1563ea8938c7434f1f029809e826fcdd719)
chore(flux): update image metallb-config 8.2.4 → 8.2.5 (clustertool)
([#&#8203;30344](https://redirect.github.com/truecharts/public/issues/30344))
-
[`298d76c`](https://redirect.github.com/truecharts/public/commit/298d76cc4c781ff31cb5fe2e59c3c4b2d5737287)
chore(flux): update image metallb-config 8.2.5 → 8.3.1 (clustertool)
([#&#8203;30366](https://redirect.github.com/truecharts/public/issues/30366))
-
[`4029b2d`](https://redirect.github.com/truecharts/public/commit/4029b2d8e1efb987a3190841584a759c65b21458)
chore(flux): update image metallb-config 8.3.1 → 8.3.3 (clustertool)
([#&#8203;30441](https://redirect.github.com/truecharts/public/issues/30441))
-
[`fe24f0b`](https://redirect.github.com/truecharts/public/commit/fe24f0b7b549c9fd7cb80aed8eeac20a2a9c13a9)
chore(flux): update image metallb-config 8.3.3 → 8.4.0 (clustertool)
([#&#8203;30509](https://redirect.github.com/truecharts/public/issues/30509))
-
[`7384a12`](https://redirect.github.com/truecharts/public/commit/7384a1244fbc07f2c17d8fa3aae91893f2361705)
chore(flux): update image prometheus-operator 8.11.1 → 8.12.0
(clustertool)
([#&#8203;30368](https://redirect.github.com/truecharts/public/issues/30368))
-
[`64da69f`](https://redirect.github.com/truecharts/public/commit/64da69fc6553a2adeb568d6019c2c53ab3a71d9e)
chore(flux): update image prometheus-operator 8.12.0 → 9.0.1
(clustertool)
([#&#8203;30421](https://redirect.github.com/truecharts/public/issues/30421))
-
[`15714a9`](https://redirect.github.com/truecharts/public/commit/15714a946142cea276449fd82e4670228e714d0d)
chore(flux): update image prometheus-operator 9.0.1 → 9.0.2
(clustertool)
([#&#8203;30443](https://redirect.github.com/truecharts/public/issues/30443))
-
[`f019e70`](https://redirect.github.com/truecharts/public/commit/f019e703ea0e7d46161aa236dec63e98140f5cba)
chore(flux): update image prometheus-operator 9.0.2 → 9.1.0
(clustertool)
([#&#8203;30511](https://redirect.github.com/truecharts/public/issues/30511))
-
[`2662ce3`](https://redirect.github.com/truecharts/public/commit/2662ce3a1dbe1dc88ae2eec863050e9fcd6a77cb)
chore(flux): update image snapshot-controller 3.3.2 → 3.5.0
(clustertool)
([#&#8203;30369](https://redirect.github.com/truecharts/public/issues/30369))
-
[`3d41269`](https://redirect.github.com/truecharts/public/commit/3d41269cd19aac76fdb65db786b51fed97067622)
chore(flux): update image snapshot-controller 3.5.0 → 3.5.1
(clustertool)
([#&#8203;30395](https://redirect.github.com/truecharts/public/issues/30395))
-
[`c107400`](https://redirect.github.com/truecharts/public/commit/c1074005ced2e72f7051876a5334bfcf714838a0)
chore(flux): update image snapshot-controller 3.5.1 → 3.5.2
(clustertool)
([#&#8203;30444](https://redirect.github.com/truecharts/public/issues/30444))
-
[`2e092e2`](https://redirect.github.com/truecharts/public/commit/2e092e2c031dfbd46405e47e13dbac94d40dd555)
chore(flux): update image snapshot-controller 3.5.2 → 3.6.0
(clustertool)
([#&#8203;30512](https://redirect.github.com/truecharts/public/issues/30512))
-
[`65c7306`](https://redirect.github.com/truecharts/public/commit/65c7306c4f52a15dcd13d6e0b6df5489765f284f)
chore(flux): update image spegel 2.0.8 → 2.1.1 (clustertool)
([#&#8203;30370](https://redirect.github.com/truecharts/public/issues/30370))
-
[`3a5dfd1`](https://redirect.github.com/truecharts/public/commit/3a5dfd18d350ae4044296e2fcbf99e3d1512297b)
chore(flux): update image spegel 2.1.1 → 2.1.2 (clustertool)
([#&#8203;30396](https://redirect.github.com/truecharts/public/issues/30396))
-
[`4b50f58`](https://redirect.github.com/truecharts/public/commit/4b50f58c38bbe775b8de17c9939947141b7df51d)
chore(flux): update image spegel 2.1.2 → 2.1.3 (clustertool)
([#&#8203;30445](https://redirect.github.com/truecharts/public/issues/30445))
-
[`635bee7`](https://redirect.github.com/truecharts/public/commit/635bee76204158198bc232c8dbcfa94c07c6ee9e)
chore(flux): update image spegel 2.1.3 → 2.2.0 (clustertool)
([#&#8203;30513](https://redirect.github.com/truecharts/public/issues/30513))
-
[`a6408d4`](https://redirect.github.com/truecharts/public/commit/a6408d40259051d0603925dc3c0439d3ab6a1a49)
chore(flux): update image traefik 30.0.3 → 30.0.4 (clustertool)
([#&#8203;29731](https://redirect.github.com/truecharts/public/issues/29731))
-
[`852e230`](https://redirect.github.com/truecharts/public/commit/852e2305e385d55893f415ef81eb97fe11358546)
chore(flux): update image traefik 30.0.4 → 30.1.0 (clustertool)
([#&#8203;30371](https://redirect.github.com/truecharts/public/issues/30371))
-
[`6cad34a`](https://redirect.github.com/truecharts/public/commit/6cad34a4e2d833c7fbfc1180be234aeb5464673f)
chore(flux): update image traefik 30.1.0 → 30.1.1 (clustertool)
([#&#8203;30397](https://redirect.github.com/truecharts/public/issues/30397))
-
[`82ef877`](https://redirect.github.com/truecharts/public/commit/82ef877b1953f782a2b935cddac83b55739eea52)
chore(flux): update image traefik 30.1.1 → 30.1.2 (clustertool)
([#&#8203;30407](https://redirect.github.com/truecharts/public/issues/30407))
-
[`60fccde`](https://redirect.github.com/truecharts/public/commit/60fccde29616c520ad79d61adb73ad354180e6c1)
chore(flux): update image traefik 30.1.2 → 30.1.3 (clustertool)
([#&#8203;30446](https://redirect.github.com/truecharts/public/issues/30446))
-
[`69cce81`](https://redirect.github.com/truecharts/public/commit/69cce81656909c41fd40cdfec0807e0970df2bd1)
chore(flux): update image traefik 30.1.3 → 30.2.0 (clustertool)
([#&#8203;30514](https://redirect.github.com/truecharts/public/issues/30514))
-
[`c63c34b`](https://redirect.github.com/truecharts/public/commit/c63c34b6d4146befeaea8d41189ff4b247950cfb)
chore(flux): update image traefik-crds 3.2.4 → 3.3.0 (clustertool)
([#&#8203;30372](https://redirect.github.com/truecharts/public/issues/30372))
-
[`f982d23`](https://redirect.github.com/truecharts/public/commit/f982d2300c92b7b1c44bafa60cf8faedb0e25004)
chore(flux): update image traefik-crds 3.3.0 → 3.3.1 (clustertool)
([#&#8203;30398](https://redirect.github.com/truecharts/public/issues/30398))
-
[`75fc141`](https://redirect.github.com/truecharts/public/commit/75fc141298ea3f8ff487a6380409b91a4fec9fb9)
chore(flux): update image traefik-crds 3.3.1 → 3.3.2 (clustertool)
([#&#8203;30447](https://redirect.github.com/truecharts/public/issues/30447))
-
[`a844922`](https://redirect.github.com/truecharts/public/commit/a8449224d0a678fde6b28baa322f474dd911ad55)
chore(flux): update image traefik-crds 3.3.2 → 3.4.0 (clustertool)
([#&#8203;30515](https://redirect.github.com/truecharts/public/issues/30515))
-
[`ddcc71f`](https://redirect.github.com/truecharts/public/commit/ddcc71fdc16d223321510764fcfe1d64f723aac0)
chore(flux): update image volsync 2.5.1 → 2.6.1 (clustertool)
([#&#8203;30374](https://redirect.github.com/truecharts/public/issues/30374))
-
[`b15ef5f`](https://redirect.github.com/truecharts/public/commit/b15ef5f759641a08b7fa1f50e5bf9b33e8254e73)
chore(flux): update image volsync 2.6.1 → 2.6.2 (clustertool)
([#&#8203;30400](https://redirect.github.com/truecharts/public/issues/30400))
-
[`130c9ba`](https://redirect.github.com/truecharts/public/commit/130c9ba0ba075f364a43d933aab13906e399ac58)
chore(flux): update image volsync 2.6.2 → 2.6.4 (clustertool)
([#&#8203;30449](https://redirect.github.com/truecharts/public/issues/30449))
-
[`d0f099f`](https://redirect.github.com/truecharts/public/commit/d0f099f983dd3822f948925c1694e10bb8658d6c)
chore(flux): update image volsync 2.6.4 → 2.7.0 (clustertool)
([#&#8203;30517](https://redirect.github.com/truecharts/public/issues/30517))
-
[`ea45407`](https://redirect.github.com/truecharts/public/commit/ea45407593bf5aa43f2a38542b6caa2451bdbe41)
feat(website): Clustertool News article
([#&#8203;29655](https://redirect.github.com/truecharts/public/issues/29655))
-
[`1d9724c`](https://redirect.github.com/truecharts/public/commit/1d9724cb755ea1840ae677b93229793452a4c67c)
fix(deps): update kubernetes packages v0.31.2 → v0.31.3 (clustertool)
(patch)
([#&#8203;29693](https://redirect.github.com/truecharts/public/issues/29693))
-
[`8756290`](https://redirect.github.com/truecharts/public/commit/87562901260aeee0d220bd0cd66cdad078a24d7d)
fix(deps): update kubernetes packages v0.31.3 → v0.31.4 (clustertool)
(patch)
([#&#8203;30152](https://redirect.github.com/truecharts/public/issues/30152))
-
[`7ee5579`](https://redirect.github.com/truecharts/public/commit/7ee5579439b02bd0bfc302540e9a851213766607)
fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.10 →
v3.0.14 (clustertool)
([#&#8203;30153](https://redirect.github.com/truecharts/public/issues/30153))
-
[`e2d0168`](https://redirect.github.com/truecharts/public/commit/e2d0168db16eded48ddc85bea8c6cf5a46716399)
fix(deps): update module github.com/getsops/sops/v3 v3.9.1 → v3.9.2
(clustertool)
([#&#8203;30154](https://redirect.github.com/truecharts/public/issues/30154))
-
[`1a523b1`](https://redirect.github.com/truecharts/public/commit/1a523b1188c1624d64f761f290321e0d169d42b3)
fix(deps): update module github.com/go-git/go-git/v5 v5.12.0 → v5.13.0
(clustertool)
([#&#8203;30410](https://redirect.github.com/truecharts/public/issues/30410))
-
[`9cff379`](https://redirect.github.com/truecharts/public/commit/9cff3791374cfb51204f11256af1fac4f3bc3a9d)
fix(deps): update module github.com/masterminds/semver/v3 v3.3.0 →
v3.3.1 (clustertool)
([#&#8203;29607](https://redirect.github.com/truecharts/public/issues/29607))
-
[`09ab290`](https://redirect.github.com/truecharts/public/commit/09ab290450e4691ff35c097c2cb7262582496775)
fix(deps): update module helm.sh/helm/v3 v3.16.3 → v3.16.4 (clustertool)
([#&#8203;30156](https://redirect.github.com/truecharts/public/issues/30156))
-
[`d9f1f47`](https://redirect.github.com/truecharts/public/commit/d9f1f4702f4f2a63aedb30a0361cd8477aeb7e79)
fix(deps): update module sigs.k8s.io/controller-runtime v0.19.1 →
v0.19.2 (clustertool)
([#&#8203;29694](https://redirect.github.com/truecharts/public/issues/29694))
-
[`a7e53f7`](https://redirect.github.com/truecharts/public/commit/a7e53f789c17aecf69f24beb613ee8c7a5b9ce0c)
fix(deps): update module sigs.k8s.io/controller-runtime v0.19.2 →
v0.19.3 (clustertool)
([#&#8203;30157](https://redirect.github.com/truecharts/public/issues/30157))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-01-01 02:40:56 +01:00
TrueCharts Bot e1ce9e0944 chore(container): update tccr.io/tccr/devcontainer:v1.0.0 docker digest to 89ac0c0 (#30337)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | digest | `df84b68` -> `89ac0c0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-28 05:58:19 +01:00
TrueCharts Bot b6db45c8c1 chore(deps): pin tccr.io/tccr/devcontainer docker tag to df84b68 (#29838)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | pinDigest | -> `df84b68` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiXX0=-->
2024-12-28 06:30:14 +02:00
alfi0812 ea7a259e79 Update Dockerfile (#29793)
Remove krew install. As it does not work in the docker file

**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._

---------

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-27 13:57:55 +00:00
alfi0812 db62c9469a Update devcontainer.json (#29703)
**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._

---------

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-24 15:01:21 +01:00
TrueCharts Bot fe694b1e77 chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to 4d155ce (#29706)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | digest | `b8c8c19` -> `4d155ce` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-23 02:48:07 +01:00
TrueCharts Bot 2542f27f9b chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to b8c8c19 (#29658) 2024-11-22 02:41:26 +01:00
TrueCharts Bot 62c585ccc9 chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to c55ed8c (#29620) 2024-11-21 02:39:32 +01:00
TrueCharts Bot 96b0a3644f chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to f3c78b2 (#29569)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | digest | `31ec097` -> `f3c78b2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-20 02:43:15 +01:00
TrueCharts Bot 5244b0a18b chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to 31ec097 (#29534) 2024-11-19 02:38:21 +01:00
TrueCharts Bot f5a5f5a5a5 chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to d2b8977 (#29498) 2024-11-18 02:37:49 +01:00
TrueCharts Bot fe613cfc1c chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to 80c0558 (#29466)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | digest | `da4c4cd` -> `80c0558` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-16 10:12:16 +01:00
TrueCharts Bot 2533b43b2f chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to da4c4cd (#29396)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | digest | `264f3c3` -> `da4c4cd` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-15 09:14:07 +01:00
TrueCharts Bot 2f833f2502 chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to 264f3c3 (#29342)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | digest | `8232881` -> `264f3c3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-14 09:12:07 +01:00
TrueCharts Bot 89751bd392 chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to 8232881 (#29279)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | digest | `99bab70` -> `8232881` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-13 09:13:08 +01:00
TrueCharts Bot d75c9e0011 chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to 99bab70 (#29170) 2024-11-12 09:13:01 +01:00
TrueCharts Bot e8f4c6e19a chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to 59986ae (#29119)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | digest | `5335b92` -> `59986ae` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-11 09:12:18 +01:00
TrueCharts Bot afba7eddb6 chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to 5335b92 (#29085)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | digest | `f78a392` -> `5335b92` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-10 09:13:12 +01:00
TrueCharts Bot b94b87d782 chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to f78a392 (#29036)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | digest | `db6cfe2` -> `f78a392` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-09 09:12:24 +01:00
TrueCharts Bot 86599fc004 chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to db6cfe2 (#28981)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | digest | `e053ad6` -> `db6cfe2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-08 09:10:11 +01:00
TrueCharts Bot 367851607f chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to e053ad6 (#28948)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public)
| image | digest | `4ab0925` -> `e053ad6` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-07 09:10:20 +01:00