Commit Graph

372 Commits

Author SHA1 Message Date
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
TrueCharts Bot e029443f5d chore(flux): update image clusterissuer 9.6.2 → 9.6.3 (clustertool) (#34350)
This PR contains the following updates:

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-14 02:21:37 +02:00
TrueCharts Bot 2477771fba chore(flux): update image blocky 16.13.14 → 16.13.15 (clustertool) (#34236)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | patch | `16.13.14` ->
`16.13.15` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-11 08:15:38 +02:00
Boemeltrein 770beff939 fix(clustertool and docs): nginx deprecated annotation (#34225)
**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.
-->

`metallb.universe.tf/ip-allocated-from-pool: main` is deprecated, only
`metallb.io/ip-allocated-from-pool: main` should be ok.
⚒️ 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
- [x] 📜 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: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-04-10 20:55:34 +02:00
TrueCharts Bot 967725f82d chore(flux): update image clusterissuer 9.6.1 → 9.6.2 (clustertool) (#34217)
This PR contains the following updates:

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-10 20:14:10 +02:00
Kjeld Schouten ca4ce5c094 fix(clustertool): revert clustertool fix 2025-04-10 13:28:28 +02:00
Kjeld Schouten fefe079cbc fix(clustertool): correct spegel repo 2025-04-10 13:23:12 +02:00
Alfred Göppel fd82d5748b fix(clustertool): fix indentation 2 (#34184)
**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
- [ ] ⬆️ 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-04-10 12:03:23 +02:00
Alfred Göppel ff8fd76ff8 fix(clustertool): Fix Namespace (#34183)
**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-04-09 22:38:20 +02:00
Kjeld Schouten 5b6f38f6e2 fix(clustertool): move metallb to home-ops oci mirror, as metallb oci is a dumpsterfire 2025-04-09 22:19:24 +02:00
Kjeld Schouten 959d587561 fix(clustertool): fix cloudnative-pg 2025-04-09 22:17:19 +02:00
Kjeld Schouten f97ab0b0d5 chore(clustertool): one more 2025-04-09 21:06:32 +02:00
Kjeld Schouten e6ee2ad963 fix(clustertool): correct type=oci on repos 2025-04-09 21:06:32 +02:00
Kjeld Schouten 47f80a7406 chore(clustertool): also get rid of longhorn in favor of OCI home-ops mirror 2025-04-09 20:54:55 +02:00
TrueCharts Bot 7934ef6dff chore(flux): update image kube-prometheus-stack 69.8.2 → 70.4.2 (clustertool) (#34070)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| major | `69.8.2` -> `70.4.2` |

---

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

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v70.4.2`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.4.2)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.4.1...kube-prometheus-stack-70.4.2)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] fix: Add 30s bucket to apiserver latency
metrics by [@&#8203;SuperQ](https://redirect.github.com/SuperQ) in
[https://github.com/prometheus-community/helm-charts/pull/5516](https://redirect.github.com/prometheus-community/helm-charts/pull/5516)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-state-metrics-5.31.1...kube-prometheus-stack-70.4.2

###
[`v70.4.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.4.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.4.0...kube-prometheus-stack-70.4.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- kube-prometheus-stack - Adding imagePullSecret to Admission webhook
Jobs by [@&#8203;arjunbnair97](https://redirect.github.com/arjunbnair97)
in
[https://github.com/prometheus-community/helm-charts/pull/5488](https://redirect.github.com/prometheus-community/helm-charts/pull/5488)

#### New Contributors

- [@&#8203;arjunbnair97](https://redirect.github.com/arjunbnair97) made
their first contribution in
[https://github.com/prometheus-community/helm-charts/pull/5488](https://redirect.github.com/prometheus-community/helm-charts/pull/5488)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.4.0...kube-prometheus-stack-70.4.1

###
[`v70.4.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.4.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.3.0...kube-prometheus-stack-70.4.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[CI] Update github-workflow dependency updates by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/prometheus-community/helm-charts/pull/5494](https://redirect.github.com/prometheus-community/helm-charts/pull/5494)
- \[ci] renovate post upgrade hooks: use local files instead shell
variables by [@&#8203;jkroepke](https://redirect.github.com/jkroepke) in
[https://github.com/prometheus-community/helm-charts/pull/5496](https://redirect.github.com/prometheus-community/helm-charts/pull/5496)
- \[kube-prometheus-stack] Update kube-prometheus-stack dependency
non-major updates by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/prometheus-community/helm-charts/pull/5495](https://redirect.github.com/prometheus-community/helm-charts/pull/5495)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-elasticsearch-exporter-6.7.1...kube-prometheus-stack-70.4.0

###
[`v70.3.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.3.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.2.1...kube-prometheus-stack-70.3.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] feat: allow setting scrapeProtocols for
Prometheus by
[@&#8203;KevinGimbel](https://redirect.github.com/KevinGimbel) in
[https://github.com/prometheus-community/helm-charts/pull/5474](https://redirect.github.com/prometheus-community/helm-charts/pull/5474)

#### New Contributors

- [@&#8203;KevinGimbel](https://redirect.github.com/KevinGimbel) made
their first contribution in
[https://github.com/prometheus-community/helm-charts/pull/5474](https://redirect.github.com/prometheus-community/helm-charts/pull/5474)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-operator-admission-webhook-0.21.0...kube-prometheus-stack-70.3.0

###
[`v70.2.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.2.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.2.0...kube-prometheus-stack-70.2.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Update reference URL and fix typo by
[@&#8203;blueswen](https://redirect.github.com/blueswen) in
[https://github.com/prometheus-community/helm-charts/pull/5467](https://redirect.github.com/prometheus-community/helm-charts/pull/5467)

#### New Contributors

- [@&#8203;blueswen](https://redirect.github.com/blueswen) made their
first contribution in
[https://github.com/prometheus-community/helm-charts/pull/5467](https://redirect.github.com/prometheus-community/helm-charts/pull/5467)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-snmp-exporter-9.1.0...kube-prometheus-stack-70.2.1

###
[`v70.2.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.2.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.1.1...kube-prometheus-stack-70.2.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[ci] more precise regex for renovate images detection by
[@&#8203;jkroepke](https://redirect.github.com/jkroepke) in
[https://github.com/prometheus-community/helm-charts/pull/5461](https://redirect.github.com/prometheus-community/helm-charts/pull/5461)
- \[kube-prometheus-stack] Update kube-prometheus-stack dependency
non-major updates by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/prometheus-community/helm-charts/pull/5445](https://redirect.github.com/prometheus-community/helm-charts/pull/5445)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-27.6.0...kube-prometheus-stack-70.2.0

###
[`v70.1.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.1.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.1.0...kube-prometheus-stack-70.1.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] make servicename as tpl by
[@&#8203;trouaux](https://redirect.github.com/trouaux) in
[https://github.com/prometheus-community/helm-charts/pull/5436](https://redirect.github.com/prometheus-community/helm-charts/pull/5436)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.1.0...kube-prometheus-stack-70.1.1

###
[`v70.1.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.1.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.0.3...kube-prometheus-stack-70.1.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Update kube-prometheus-stack dependency
non-major updates by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/prometheus-community/helm-charts/pull/5435](https://redirect.github.com/prometheus-community/helm-charts/pull/5435)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.0.3...kube-prometheus-stack-70.1.0

###
[`v70.0.3`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.0.3)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.0.2...kube-prometheus-stack-70.0.3)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[ci] added post-upgrade hooks for renovate by
[@&#8203;jkroepke](https://redirect.github.com/jkroepke) in
[https://github.com/prometheus-community/helm-charts/pull/5425](https://redirect.github.com/prometheus-community/helm-charts/pull/5425)
- \[kube-prometheus-stack] install jb command inside
renovate-post-upgrade-hook.sh by
[@&#8203;jkroepke](https://redirect.github.com/jkroepke) in
[https://github.com/prometheus-community/helm-charts/pull/5434](https://redirect.github.com/prometheus-community/helm-charts/pull/5434)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-cloudwatch-exporter-0.27.0...kube-prometheus-stack-70.0.3

###
[`v70.0.2`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.0.2)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.0.1...kube-prometheus-stack-70.0.2)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[CI] Update actions/create-github-app-token action to v1.11.6 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/prometheus-community/helm-charts/pull/5426](https://redirect.github.com/prometheus-community/helm-charts/pull/5426)
- \[kube-prometheus-stack] add renovate-post-upgrade-hook.sh by
[@&#8203;jkroepke](https://redirect.github.com/jkroepke) in
[https://github.com/prometheus-community/helm-charts/pull/5427](https://redirect.github.com/prometheus-community/helm-charts/pull/5427)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.0.1...kube-prometheus-stack-70.0.2

###
[`v70.0.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.0.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.0.0...kube-prometheus-stack-70.0.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[CI] Update github-workflow dependency updates by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/prometheus-community/helm-charts/pull/5424](https://redirect.github.com/prometheus-community/helm-charts/pull/5424)
- \[ci] use own renovate helper app to bump chart versions by
[@&#8203;jkroepke](https://redirect.github.com/jkroepke) in
[https://github.com/prometheus-community/helm-charts/pull/5423](https://redirect.github.com/prometheus-community/helm-charts/pull/5423)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-windows-exporter-0.9.1...kube-prometheus-stack-70.0.1

###
[`v70.0.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.0.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.8.2...kube-prometheus-stack-70.0.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] add serviceName option to prometheus CR by
[@&#8203;trouaux](https://redirect.github.com/trouaux) in
[https://github.com/prometheus-community/helm-charts/pull/5273](https://redirect.github.com/prometheus-community/helm-charts/pull/5273)

#### New Contributors

- [@&#8203;trouaux](https://redirect.github.com/trouaux) made their
first contribution in
[https://github.com/prometheus-community/helm-charts/pull/5273](https://redirect.github.com/prometheus-community/helm-charts/pull/5273)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.8.2...kube-prometheus-stack-70.0.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
2025-04-09 20:50:43 +02:00
Kjeld Schouten 4b1b47e12c chore(clustertool): move more things to OCI (mirrors) and remove unused registries 2025-04-09 20:45:54 +02:00
Kjeld Schouten dc6e9d6cb6 fix(clustertool): Only use OCI (mirror) for pre-installed charts using clustertool 2025-04-09 20:20:15 +02:00
Alfred Göppel 275d04f4d7 fix(clustertool): update deprecated charts & remove topolvm labels (#34172)
**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
- [ ] ⬆️ 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-04-09 18:05:16 +02:00
Kjeld Schouten 35a8ce339d fix(clustertool): revert dynamic trailing slash detection for now and fix jetstack 2025-04-08 08:48:59 +02:00
Kjeld Schouten 3ac3e8c2a9 fix(clustertool): remove home-ops-mirror trailing slash 2025-04-07 20:46:20 +02:00
TrueCharts Bot 1d5650d5aa chore(flux): update image blocky 16.13.13 → 16.13.14 (clustertool) (#34053)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | patch | `16.13.13` ->
`16.13.14` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzMuNSIsInVwZGF0ZWRJblZlciI6IjM5LjIzMy41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-07 20:18:36 +02:00
Kjeld Schouten 5bda52bb31 fix(clustertool): move cert-manager to jetstack oci 2025-04-07 13:16:51 +02:00
Boemeltrein d3a49f43d7 fix(clustertool): nginx (#34016)
**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.
-->
Add repo nginx

⚒️ Fixes  # <!--(issue)-->
[34015](https://github.com/truecharts/public/issues/34015)

**⚙️ 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
-->
Deployed now correctly on my test cluster

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

- [x] 🖼️ 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-04-07 13:10:05 +02:00
Boemeltrein 80332f81d3 fix(clustertool) memory request kube-prometheus-stack (#34017)
**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.
-->
With new Clustertool Beta 2, upstream `kube-prometheus-stack` takes a
memory request of: 2000Mi.
It would like to deploy 2x a POD so a total of 4000Mi.
My test cluster have memory of 8Gb. It cannot deploy this 2nd pod as the
request of a standard clustertool without this second pod is already
98.2%.
Will also block all other deployments.

Also the webpage manual changed.

Hopefully this is a good fix?

⚒️ 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
- [x] 📜 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
-->
Own cluster

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

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-04-07 13:09:30 +02:00
Boemeltrein 0194ff960c fix(clustertool): Adding namespaces to system-upgrade-controller-plans (#34018)
**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.
-->
system-upgrade-controller-plans Flux Kustomization will not work ->
`Plan/talos namespace not specified: the server could not find the
requested resource (patch plans.upgrade.cattle.io talos)`

Adding both namespaces fixes the Kustomization directly:
`flux-system system-upgrade-controller-plans main@sha1:a963250b False
True Applied revision: main@sha1:a963250b`

⚒️ 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
-->
On my own test cluster

**📃 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 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-04-07 13:06:41 +02:00
TrueCharts Bot 3574478a1e chore(flux): update image docker.io/rancher/system-upgrade-controller v0.14.2 → v0.15.2 (clustertool) (#33925)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/rancher/system-upgrade-controller](https://redirect.github.com/rancher/system-upgrade-controller)
| minor | `v0.14.2` -> `v0.15.2` |

---

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

---

### Release Notes

<details>
<summary>rancher/system-upgrade-controller
(docker.io/rancher/system-upgrade-controller)</summary>

###
[`v0.15.2`](https://redirect.github.com/rancher/system-upgrade-controller/releases/tag/v0.15.2)

[Compare
Source](https://redirect.github.com/rancher/system-upgrade-controller/compare/v0.15.1...v0.15.2)

#### What's Changed

- support k8s 1.32.2 by
[@&#8203;jiaqiluo](https://redirect.github.com/jiaqiluo) in
[https://github.com/rancher/system-upgrade-controller/pull/352](https://redirect.github.com/rancher/system-upgrade-controller/pull/352)

**Full Changelog**:
https://github.com/rancher/system-upgrade-controller/compare/v0.15.1...v0.15.2

###
[`v0.15.1`](https://redirect.github.com/rancher/system-upgrade-controller/releases/tag/v0.15.1)

[Compare
Source](https://redirect.github.com/rancher/system-upgrade-controller/compare/v0.15.0...v0.15.1)

#### What's Changed

- feat: add `org.opencontainers.image.source` docker label by
[@&#8203;viceice](https://redirect.github.com/viceice) in
[https://github.com/rancher/system-upgrade-controller/pull/350](https://redirect.github.com/rancher/system-upgrade-controller/pull/350)
- Make IgnoreUpdate secrets optional by
[@&#8203;brandond](https://redirect.github.com/brandond) in
[https://github.com/rancher/system-upgrade-controller/pull/351](https://redirect.github.com/rancher/system-upgrade-controller/pull/351)

#### New Contributors

- [@&#8203;viceice](https://redirect.github.com/viceice) made their
first contribution in
[https://github.com/rancher/system-upgrade-controller/pull/350](https://redirect.github.com/rancher/system-upgrade-controller/pull/350)

**Full Changelog**:
https://github.com/rancher/system-upgrade-controller/compare/v0.15.0...v0.15.1

###
[`v0.15.0`](https://redirect.github.com/rancher/system-upgrade-controller/releases/tag/v0.15.0)

[Compare
Source](https://redirect.github.com/rancher/system-upgrade-controller/compare/v0.14.2...v0.15.0)

#### What's Changed

- Multiple enhancements - leader election, events, time window, delay
after upgrading by
[@&#8203;brandond](https://redirect.github.com/brandond) in
[https://github.com/rancher/system-upgrade-controller/pull/335](https://redirect.github.com/rancher/system-upgrade-controller/pull/335)
- Include tz files in Docker image by
[@&#8203;brandond](https://redirect.github.com/brandond) in
[https://github.com/rancher/system-upgrade-controller/pull/343](https://redirect.github.com/rancher/system-upgrade-controller/pull/343)

**Full Changelog**:
https://github.com/rancher/system-upgrade-controller/compare/v0.14.2...v0.15.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-04 02:30:10 +02:00
TrueCharts Bot 60ad0f60f6 chore(flux): update image registry.k8s.io/kubectl v1.31.7 → v1.32.3 (clustertool) (#33926)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| registry.k8s.io/kubectl | minor | `v1.31.7` -> `v1.32.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-04 02:28:44 +02:00
TrueCharts Bot 2d044dc80c chore(flux): update image app-template 3.5.1 → 3.7.3 (clustertool) (#33924)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [app-template](https://redirect.github.com/bjw-s/helm-charts) | minor
| `3.5.1` -> `3.7.3` |

---

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

---

### Release Notes

<details>
<summary>bjw-s/helm-charts (app-template)</summary>

###
[`v3.7.3`](https://redirect.github.com/bjw-s/helm-charts/releases/tag/app-template-3.7.3)

[Compare
Source](https://redirect.github.com/bjw-s/helm-charts/compare/app-template-3.7.2...app-template-3.7.3)

#### Changelog:

##### Fixed

-   Fixed name suffix for HTTPRoute
-   Fixed incorrect default backendRefs values in HTTPRoute

###
[`v3.7.2`](https://redirect.github.com/bjw-s/helm-charts/releases/tag/app-template-3.7.2)

[Compare
Source](https://redirect.github.com/bjw-s/helm-charts/compare/app-template-3.7.1...app-template-3.7.2)

#### Changelog:

##### Fixed

-   The Apache 2.0 LICENSE file has been added to the chart.
-   Fixed non-deterministic selection of primary service and port.

###
[`v3.7.1`](https://redirect.github.com/bjw-s/helm-charts/releases/tag/app-template-3.7.1)

[Compare
Source](https://redirect.github.com/bjw-s/helm-charts/compare/app-template-3.7.0...app-template-3.7.1)

#### Changelog:

##### Fixed

- Values schema is now dereferenced before packaging so it no longer
relies on internet connectivity to validate the schema.

##### Changed

-   Updated library version to 3.7.1.
- [Upgrade instructions from
v2.x](https://bjw-s.github.io/helm-charts/docs/app-template/#from-2xx-to-30x)
- [Common library chart
definition](https://redirect.github.com/bjw-s/helm-charts/blob/main/charts/library/common/Chart.yaml)

###
[`v3.7.0`](https://redirect.github.com/bjw-s/helm-charts/compare/app-template-3.6.1...app-template-3.7.0)

[Compare
Source](https://redirect.github.com/bjw-s/helm-charts/compare/app-template-3.6.1...app-template-3.7.0)

###
[`v3.6.1`](https://redirect.github.com/bjw-s/helm-charts/compare/app-template-3.6.0...app-template-3.6.1)

[Compare
Source](https://redirect.github.com/bjw-s/helm-charts/compare/app-template-3.6.0...app-template-3.6.1)

###
[`v3.6.0`](https://redirect.github.com/bjw-s/helm-charts/compare/app-template-3.5.1...app-template-3.6.0)

[Compare
Source](https://redirect.github.com/bjw-s/helm-charts/compare/app-template-3.5.1...app-template-3.6.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-04 02:27:44 +02:00
Boemeltrein 81f98f2b5b fix(clustertool): indent corrections (#33919)
**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.
-->
Correct some indent details. Already was irritating on my cluster, so
why not change upstream. Also it is matching with the indent of the
`.Values` in the same file
⚒️ 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:**

- [ ] ⚖️ 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
- [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-04-03 22:33:20 +02:00
TrueCharts Bot fa059dbe2f chore(flux): update image registry.k8s.io/kubectl v1.31.1 → v1.31.7 (clustertool) (#33914)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| registry.k8s.io/kubectl | patch | `v1.31.1` -> `v1.31.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-03 20:19:27 +02:00
TrueCharts Bot 26d3d68333 chore(flux): update image docker.io/rancher/system-upgrade-controller v0.14.1 → v0.14.2 (clustertool) (#33912) 2025-04-03 20:13:10 +02:00
Kjeld Schouten 5e9554a3ce feat(clustertool): BREAKING CHANGE move to nginx 2025-04-03 17:37:59 +02:00
TrueCharts Bot 592af2ad06 chore(flux): update image volsync 2.11.0 → 2.11.1 (clustertool) (#33795)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [volsync](https://truecharts.org/charts/system/volsync)
([source](https://redirect.github.com/backube/helm-charts)) | patch |
`2.11.0` -> `2.11.1` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-01 02:25:18 +02:00
TrueCharts Bot ebed9238ed chore(flux): update image spegel 3.2.2 → 3.2.3 (clustertool) (#33710)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [spegel](https://truecharts.org/charts/system/spegel)
([source](https://ghcr.io/spegel-org/spegel)) | patch | `3.2.2` ->
`3.2.3` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-29 01:14:41 +01:00
TrueCharts Bot d92f67632d chore(flux): update image volsync 2.10.1 → 2.11.0 (clustertool) (#33656)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [volsync](https://truecharts.org/charts/system/volsync)
([source](https://redirect.github.com/backube/helm-charts)) | minor |
`2.10.1` -> `2.11.0` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTMuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIxMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-27 19:11:41 +01:00
TrueCharts Bot 24f8b5daf0 chore(flux): update image spegel 3.2.0 → 3.2.2 (clustertool) (#33648)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [spegel](https://truecharts.org/charts/system/spegel)
([source](https://ghcr.io/spegel-org/spegel)) | patch | `3.2.0` ->
`3.2.2` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTMuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIxMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-27 13:11:37 +01:00
TrueCharts Bot 87508d8b50 chore(flux): update image spegel 3.1.2 → 3.2.0 (clustertool) (#33632) 2025-03-27 01:20:49 +01:00
TrueCharts Bot c788d9094e chore(flux): update image volsync 2.10.0 → 2.10.1 (clustertool) (#33629)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [volsync](https://truecharts.org/charts/system/volsync)
([source](https://redirect.github.com/backube/helm-charts)) | patch |
`2.10.0` -> `2.10.1` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-27 00:20:38 +00:00
TrueCharts Bot 754751af38 chore(flux): update image kubernetes-dashboard 1.14.1 → 1.14.2 (clustertool) (#33628) 2025-03-27 01:20:25 +01:00
TrueCharts Bot a316073bb7 chore(flux): update image blocky 16.13.12 → 16.13.13 (clustertool) (#33438)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | patch | `16.13.12` ->
`16.13.13` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-19 19:30:57 +01:00
TrueCharts Bot 91eebec08b chore(flux): update helm release cilium 1.17.1 → 1.17.2 (clustertool) (#33290)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cilium](https://cilium.io/)
([source](https://redirect.github.com/cilium/cilium)) | patch | `1.17.1`
-> `1.17.2` |

---

### Release Notes

<details>
<summary>cilium/cilium (cilium)</summary>

###
[`v1.17.2`](https://redirect.github.com/cilium/cilium/releases/tag/v1.17.2):
1.17.2

[Compare
Source](https://redirect.github.com/cilium/cilium/compare/1.17.1...1.17.2)

## Summary of Changes

**Minor Changes:**

- docs: clarify wording of remote-nodes in context of a clustermesh
(Backport PR
[#&#8203;38104](https://redirect.github.com/cilium/cilium/issues/38104),
Upstream PR
[#&#8203;37989](https://redirect.github.com/cilium/cilium/issues/37989),
[@&#8203;oblazek](https://redirect.github.com/oblazek))
- Increase granularity of the `api_duration_seconds` metric buckets
(Backport PR
[#&#8203;38104](https://redirect.github.com/cilium/cilium/issues/38104),
Upstream PR
[#&#8203;37365](https://redirect.github.com/cilium/cilium/issues/37365),
[@&#8203;jaredledvina](https://redirect.github.com/jaredledvina))
- New agent option `--policy-restore-timeout` (default 3m) has been
added to bound the maximum time Cilium agent waits for endpoint policies
to regenerate before starting serving resources to `cilium-envoy` proxy.
(Backport PR
[#&#8203;37904](https://redirect.github.com/cilium/cilium/issues/37904),
Upstream PR
[#&#8203;37658](https://redirect.github.com/cilium/cilium/issues/37658),
[@&#8203;jrajahalme](https://redirect.github.com/jrajahalme))
- Set json output as default for `cilium-dbg endpoint get` (Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;36537](https://redirect.github.com/cilium/cilium/issues/36537),
[@&#8203;saiaunghlyanhtet](https://redirect.github.com/saiaunghlyanhtet))
- Set json output as default for `cilium-dbg endpoint get` (Backport PR
[#&#8203;37742](https://redirect.github.com/cilium/cilium/issues/37742),
Upstream PR
[#&#8203;36537](https://redirect.github.com/cilium/cilium/issues/36537),
[@&#8203;saiaunghlyanhtet](https://redirect.github.com/saiaunghlyanhtet))

**Bugfixes:**

- Apply Egress bandwith-limiting only once for traffic that is matched
by an Egress Gateway policy. (Backport PR
[#&#8203;37904](https://redirect.github.com/cilium/cilium/issues/37904),
Upstream PR
[#&#8203;37674](https://redirect.github.com/cilium/cilium/issues/37674),
[@&#8203;julianwiedmann](https://redirect.github.com/julianwiedmann))
- Auth policy is properly maintained also when covered by proxy
redirects. (Backport PR
[#&#8203;37904](https://redirect.github.com/cilium/cilium/issues/37904),
Upstream PR
[#&#8203;37685](https://redirect.github.com/cilium/cilium/issues/37685),
[@&#8203;jrajahalme](https://redirect.github.com/jrajahalme))
- Do not auto detect / auto select IPoIB devices (Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37553](https://redirect.github.com/cilium/cilium/issues/37553),
[@&#8203;dylandreimerink](https://redirect.github.com/dylandreimerink))
- Egress route reconciliation (Backport PR
[#&#8203;38118](https://redirect.github.com/cilium/cilium/issues/38118),
Upstream PR
[#&#8203;37962](https://redirect.github.com/cilium/cilium/issues/37962),
[@&#8203;dylandreimerink](https://redirect.github.com/dylandreimerink))
- Fix a regression that made it impossible to disable Hubble via Helm
charts (Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37587](https://redirect.github.com/cilium/cilium/issues/37587),
[@&#8203;devodev](https://redirect.github.com/devodev))
- Fix bug causing `cilium-dbg bpf` commands to fail with a map not found
error in IPv6-only clusters. (Backport PR
[#&#8203;37904](https://redirect.github.com/cilium/cilium/issues/37904),
Upstream PR
[#&#8203;37787](https://redirect.github.com/cilium/cilium/issues/37787),
[@&#8203;pchaigno](https://redirect.github.com/pchaigno))
- Fix creating ServiceMonitor for Hubble when dynamic metrics are
enabled in the Helm chart (Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37474](https://redirect.github.com/cilium/cilium/issues/37474),
[@&#8203;dustinspecker](https://redirect.github.com/dustinspecker))
- Fix creation and deletion of host port maps that would occasionally
leave pods without them (Backport PR
[#&#8203;37904](https://redirect.github.com/cilium/cilium/issues/37904),
Upstream PR
[#&#8203;37419](https://redirect.github.com/cilium/cilium/issues/37419),
[@&#8203;javanthropus](https://redirect.github.com/javanthropus))
- Fix dropped NodePort traffic to hostNetwork backends with Geneve+DSR
(Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;36978](https://redirect.github.com/cilium/cilium/issues/36978),
[@&#8203;tommasopozzetti](https://redirect.github.com/tommasopozzetti))
- Fix envoy metrics could not be obtained on IPv6-only clusters
(Backport PR
[#&#8203;37904](https://redirect.github.com/cilium/cilium/issues/37904),
Upstream PR
[#&#8203;37818](https://redirect.github.com/cilium/cilium/issues/37818),
[@&#8203;haozhangami](https://redirect.github.com/haozhangami))
- Fix helm charts to properly configure tls and peer service for dynamic
Hubble metrics. (Backport PR
[#&#8203;37904](https://redirect.github.com/cilium/cilium/issues/37904),
Upstream PR
[#&#8203;37543](https://redirect.github.com/cilium/cilium/issues/37543),
[@&#8203;rectified95](https://redirect.github.com/rectified95))
- Fix service id exceeds max limit (Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37191](https://redirect.github.com/cilium/cilium/issues/37191),
[@&#8203;haozhangami](https://redirect.github.com/haozhangami))
- Fix the `--dns-policy-unload-on-shutdown` feature for restored
endpoints (Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37532](https://redirect.github.com/cilium/cilium/issues/37532),
[@&#8203;antonipp](https://redirect.github.com/antonipp))
- Fix the possible race condition caused by async update from aws to
instance map in issue
[#&#8203;36428](https://redirect.github.com/cilium/cilium/issues/36428)
(Backport PR
[#&#8203;38104](https://redirect.github.com/cilium/cilium/issues/38104),
Upstream PR
[#&#8203;37650](https://redirect.github.com/cilium/cilium/issues/37650),
[@&#8203;liyihuang](https://redirect.github.com/liyihuang))
- Fix traffic not getting masqueraded with wildcard devices or
egress-masquerade-interfaces when enable-masquerade-to-route-source flag
is set. (Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37450](https://redirect.github.com/cilium/cilium/issues/37450),
[@&#8203;liyihuang](https://redirect.github.com/liyihuang))
- fix(helm): multiPoolPreAllocation fix conditional avoid null (Backport
PR
[#&#8203;37742](https://redirect.github.com/cilium/cilium/issues/37742),
Upstream PR
[#&#8203;37585](https://redirect.github.com/cilium/cilium/issues/37585),
[@&#8203;acelinkio](https://redirect.github.com/acelinkio))
- fix: cilium-config configmap was incorrectly resulting in values like
`2.09715…2e+06` instead of `2097152` (Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37236](https://redirect.github.com/cilium/cilium/issues/37236),
[@&#8203;dee-kryvenko](https://redirect.github.com/dee-kryvenko))
- fix: duplicate label maps in helm chart templates and add missing
commonlabels (Backport PR
[#&#8203;37742](https://redirect.github.com/cilium/cilium/issues/37742),
Upstream PR
[#&#8203;37693](https://redirect.github.com/cilium/cilium/issues/37693),
[@&#8203;cmergenthaler](https://redirect.github.com/cmergenthaler))
- Fix: Resolved an issue causing ArgoCD to report constant out-of-sync
status due to the hasKey check in Helm. The condition has been
simplified to ensure proper synchronization. No functional changes to
deployments. (Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37536](https://redirect.github.com/cilium/cilium/issues/37536),
[@&#8203;nicl-dev](https://redirect.github.com/nicl-dev))
- Fixed Envoy JSON log format conversion in Helm, preventing crashes.
(Backport PR
[#&#8203;37742](https://redirect.github.com/cilium/cilium/issues/37742),
Upstream PR
[#&#8203;37656](https://redirect.github.com/cilium/cilium/issues/37656),
[@&#8203;kahirokunn](https://redirect.github.com/kahirokunn))
- helm: fix large number handling (Backport PR
[#&#8203;37742](https://redirect.github.com/cilium/cilium/issues/37742),
Upstream PR
[#&#8203;37670](https://redirect.github.com/cilium/cilium/issues/37670),
[@&#8203;justin0u0](https://redirect.github.com/justin0u0))
- hubble: escape terminal special characters from observe output
(Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37401](https://redirect.github.com/cilium/cilium/issues/37401),
[@&#8203;devodev](https://redirect.github.com/devodev))
- hubble: fix locking of hubble metrics registry for dynamically
configured metrics (Backport PR
[#&#8203;38104](https://redirect.github.com/cilium/cilium/issues/38104),
Upstream PR
[#&#8203;37923](https://redirect.github.com/cilium/cilium/issues/37923),
[@&#8203;marseel](https://redirect.github.com/marseel))
- identity: fix bug where fromNodes/toNodes could be used to allow
custom endpoint (Backport PR
[#&#8203;38104](https://redirect.github.com/cilium/cilium/issues/38104),
Upstream PR
[#&#8203;36657](https://redirect.github.com/cilium/cilium/issues/36657),
[@&#8203;oblazek](https://redirect.github.com/oblazek))
- ipam/multi-pool: Periodically perform pool maintenance (Backport PR
[#&#8203;38104](https://redirect.github.com/cilium/cilium/issues/38104),
Upstream PR
[#&#8203;37895](https://redirect.github.com/cilium/cilium/issues/37895),
[@&#8203;gandro](https://redirect.github.com/gandro))
- operator: explicit controller-runtime controller names to avoid naming
conflicts (Backport PR
[#&#8203;37742](https://redirect.github.com/cilium/cilium/issues/37742),
Upstream PR
[#&#8203;37606](https://redirect.github.com/cilium/cilium/issues/37606),
[@&#8203;mhofstetter](https://redirect.github.com/mhofstetter))
- operator: Fix duplicate configurations (Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37293](https://redirect.github.com/cilium/cilium/issues/37293),
[@&#8203;joestringer](https://redirect.github.com/joestringer))
- Restore aggregration of network trace events for Egress Gateway reply
traffic on the gateway node (Backport PR
[#&#8203;38104](https://redirect.github.com/cilium/cilium/issues/38104),
Upstream PR
[#&#8203;38029](https://redirect.github.com/cilium/cilium/issues/38029),
[@&#8203;julianwiedmann](https://redirect.github.com/julianwiedmann))
- Updated Gateway API and GAMMA processing to remove incorrect behavior
when both parentRefs were present. (Backport PR
[#&#8203;38154](https://redirect.github.com/cilium/cilium/issues/38154),
Upstream PR
[#&#8203;38143](https://redirect.github.com/cilium/cilium/issues/38143),
[@&#8203;youngnick](https://redirect.github.com/youngnick))
- Workaround for iptables 1.8.10, used in OpenShift 4.16, 4.17 and 4.18,
returning a wrong error message `iptables: Incompatible with this
kernel` to `iptables -n -L CHAIN` when the chain does not exist. This
prevents iptables configuration and induced unnecessary loops and log
messages. (Backport PR
[#&#8203;38104](https://redirect.github.com/cilium/cilium/issues/38104),
Upstream PR
[#&#8203;37749](https://redirect.github.com/cilium/cilium/issues/37749),
[@&#8203;fgiloux](https://redirect.github.com/fgiloux))

**CI Changes:**

- .github: Remove misleading step from ipsec workflow (Backport PR
[#&#8203;37742](https://redirect.github.com/cilium/cilium/issues/37742),
Upstream PR
[#&#8203;37681](https://redirect.github.com/cilium/cilium/issues/37681),
[@&#8203;joestringer](https://redirect.github.com/joestringer))
- .github: s/enbaled/enabled/ (Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37449](https://redirect.github.com/cilium/cilium/issues/37449),
[@&#8203;chansuke](https://redirect.github.com/chansuke))
- bgpv1: wait for watchers to be ready in tests (Backport PR
[#&#8203;37904](https://redirect.github.com/cilium/cilium/issues/37904),
Upstream PR
[#&#8203;37884](https://redirect.github.com/cilium/cilium/issues/37884),
[@&#8203;harsimran-pabla](https://redirect.github.com/harsimran-pabla))
- CI: GKE backslash missing disable insecure kubelet (Backport PR
[#&#8203;37904](https://redirect.github.com/cilium/cilium/issues/37904),
Upstream PR
[#&#8203;37850](https://redirect.github.com/cilium/cilium/issues/37850),
[@&#8203;auriaave](https://redirect.github.com/auriaave))
- CI: GKE, disable insecure kubelet readonly port (Backport PR
[#&#8203;37904](https://redirect.github.com/cilium/cilium/issues/37904),
Upstream PR
[#&#8203;37844](https://redirect.github.com/cilium/cilium/issues/37844),
[@&#8203;auriaave](https://redirect.github.com/auriaave))
- ci: switch to monitor aggregation medium (Backport PR
[#&#8203;38104](https://redirect.github.com/cilium/cilium/issues/38104),
Upstream PR
[#&#8203;38036](https://redirect.github.com/cilium/cilium/issues/38036),
[@&#8203;marseel](https://redirect.github.com/marseel))
- gh: ci-e2e-upgrade: Add encryption leak checks for wireguard (Backport
PR
[#&#8203;37904](https://redirect.github.com/cilium/cilium/issues/37904),
Upstream PR
[#&#8203;37551](https://redirect.github.com/cilium/cilium/issues/37551),
[@&#8203;jschwinger233](https://redirect.github.com/jschwinger233))
- gh: ipsec-e2e: add concurrency for connectivity tests (Backport PR
[#&#8203;37925](https://redirect.github.com/cilium/cilium/issues/37925),
Upstream PR
[#&#8203;37891](https://redirect.github.com/cilium/cilium/issues/37891),
[@&#8203;julianwiedmann](https://redirect.github.com/julianwiedmann))
- gh: update naming for bpftrace leak detection script (Backport PR
[#&#8203;37904](https://redirect.github.com/cilium/cilium/issues/37904),
Upstream PR
[#&#8203;37865](https://redirect.github.com/cilium/cilium/issues/37865),
[@&#8203;julianwiedmann](https://redirect.github.com/julianwiedmann))

**Misc Changes:**

- always render enable-hubble in the Cilium configmap (Backport PR
[#&#8203;37904](https://redirect.github.com/cilium/cilium/issues/37904),
Upstream PR
[#&#8203;37703](https://redirect.github.com/cilium/cilium/issues/37703),
[@&#8203;kaworu](https://redirect.github.com/kaworu))
- bpf: Add option to utilize core maps via BPF_F_NO_COMMON_LRU (Backport
PR
[#&#8203;38104](https://redirect.github.com/cilium/cilium/issues/38104),
Upstream PR
[#&#8203;38037](https://redirect.github.com/cilium/cilium/issues/38037),
[@&#8203;borkmann](https://redirect.github.com/borkmann))
- bpf: minor clean-ups for the ENI symmetric routing feature (Backport
PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37379](https://redirect.github.com/cilium/cilium/issues/37379),
[@&#8203;julianwiedmann](https://redirect.github.com/julianwiedmann))
- chore(deps): update all github action dependencies (v1.17)
([#&#8203;37950](https://redirect.github.com/cilium/cilium/issues/37950),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update all-dependencies (v1.17)
([#&#8203;37944](https://redirect.github.com/cilium/cilium/issues/37944),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update all-dependencies (v1.17)
([#&#8203;38048](https://redirect.github.com/cilium/cilium/issues/38048),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update dependency cilium/cilium-cli to v0.17.0 (v1.17)
([#&#8203;37793](https://redirect.github.com/cilium/cilium/issues/37793),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update dependency cilium/cilium-cli to v0.18.0 (v1.17)
([#&#8203;37949](https://redirect.github.com/cilium/cilium/issues/37949),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update dependency cilium/cilium-cli to v0.18.2 (v1.17)
([#&#8203;38057](https://redirect.github.com/cilium/cilium/issues/38057),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update go to v1.23.7 (v1.17)
([#&#8203;37996](https://redirect.github.com/cilium/cilium/issues/37996),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update module github.com/go-jose/go-jose/v4 to v4.0.5
\[security] (v1.17)
([#&#8203;37833](https://redirect.github.com/cilium/cilium/issues/37833),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- chore(deps): update quay.io/cilium/cilium-envoy docker tag to
v1.31.5-1741765102-efed3defcc70ab5b263a0fc44c93d316b846a211 (v1.17)
([#&#8203;38148](https://redirect.github.com/cilium/cilium/issues/38148),
[@&#8203;cilium-renovate](https://redirect.github.com/cilium-renovate)\[bot])
- cilium-dbg: output parentIfIndex in bpf endpoint list (Backport PR
[#&#8203;37742](https://redirect.github.com/cilium/cilium/issues/37742),
Upstream PR
[#&#8203;37398](https://redirect.github.com/cilium/cilium/issues/37398),
[@&#8203;Mahdi-BZ](https://redirect.github.com/Mahdi-BZ))
- cilium: Allow to configure tunnel source port range (Backport PR
[#&#8203;37904](https://redirect.github.com/cilium/cilium/issues/37904),
Upstream PR
[#&#8203;37777](https://redirect.github.com/cilium/cilium/issues/37777),
[@&#8203;borkmann](https://redirect.github.com/borkmann))
- cilium: Pull in vxlan netlink Go fix and uncomment assertion in test
(Backport PR
[#&#8203;37904](https://redirect.github.com/cilium/cilium/issues/37904),
Upstream PR
[#&#8203;37808](https://redirect.github.com/cilium/cilium/issues/37808),
[@&#8203;borkmann](https://redirect.github.com/borkmann))
- docs: complete load balancer service manifest in kubeproxy-free
(Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37466](https://redirect.github.com/cilium/cilium/issues/37466),
[@&#8203;ybelleguic](https://redirect.github.com/ybelleguic))
- docs: fix broken links (Backport PR
[#&#8203;38104](https://redirect.github.com/cilium/cilium/issues/38104),
Upstream PR
[#&#8203;37995](https://redirect.github.com/cilium/cilium/issues/37995),
[@&#8203;nueavv](https://redirect.github.com/nueavv))
- docs: masquerading: mention that BPF masq also pulls in BPF
Host-Routing (Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37604](https://redirect.github.com/cilium/cilium/issues/37604),
[@&#8203;julianwiedmann](https://redirect.github.com/julianwiedmann))
- docs: use latest for rtd theme commit with fixed version selector
(Backport PR
[#&#8203;37614](https://redirect.github.com/cilium/cilium/issues/37614),
Upstream PR
[#&#8203;37421](https://redirect.github.com/cilium/cilium/issues/37421),
[@&#8203;ayuspin](https://redirect.github.com/ayuspin))
- envoy: remove duplicated service/endpointslice informers when
envoyConfig is enabled (Backport PR
[#&#8203;37742](https://redirect.github.com/cilium/cilium/issues/37742),
Upstream PR
[#&#8203;37683](https://redirect.github.com/cilium/cilium/issues/37683),
[@&#8203;marseel](https://redirect.github.com/marseel))
- Fix API generation and add trusted dependencies to renovate config
(Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;36957](https://redirect.github.com/cilium/cilium/issues/36957),
[@&#8203;aanm](https://redirect.github.com/aanm))
- Fix API generation and add trusted dependencies to renovate config
(Backport PR
[#&#8203;37742](https://redirect.github.com/cilium/cilium/issues/37742),
Upstream PR
[#&#8203;36957](https://redirect.github.com/cilium/cilium/issues/36957),
[@&#8203;aanm](https://redirect.github.com/aanm))
- Fix helm value for IPAM Multi-Pool (Backport PR
[#&#8203;38104](https://redirect.github.com/cilium/cilium/issues/38104),
Upstream PR
[#&#8203;37963](https://redirect.github.com/cilium/cilium/issues/37963),
[@&#8203;saintdle](https://redirect.github.com/saintdle))
- fqdn/dnsproxy: use `netip.Addr` for `DNSProxy.usedServers` (Backport
PR
[#&#8203;38104](https://redirect.github.com/cilium/cilium/issues/38104),
Upstream PR
[#&#8203;37985](https://redirect.github.com/cilium/cilium/issues/37985),
[@&#8203;tklauser](https://redirect.github.com/tklauser))
- gha: Update the helm flag for TLS related test (Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37428](https://redirect.github.com/cilium/cilium/issues/37428),
[@&#8203;sayboras](https://redirect.github.com/sayboras))
- ipcache: Slightly optimize calls to fetch tunnel and encrypt metadata
(Backport PR
[#&#8203;38104](https://redirect.github.com/cilium/cilium/issues/38104),
Upstream PR
[#&#8203;38021](https://redirect.github.com/cilium/cilium/issues/38021),
[@&#8203;christarazi](https://redirect.github.com/christarazi))
- labels: fix TestNewFrom test (Backport PR
[#&#8203;37904](https://redirect.github.com/cilium/cilium/issues/37904),
Upstream PR
[#&#8203;37846](https://redirect.github.com/cilium/cilium/issues/37846),
[@&#8203;giorio94](https://redirect.github.com/giorio94))
- Moves Unix socket listener configuration to a new file specifically
for Linux builds. (Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37399](https://redirect.github.com/cilium/cilium/issues/37399),
[@&#8203;ritwikranjan](https://redirect.github.com/ritwikranjan))
- operator: Explicitly init the FQDN regex LRU cache (Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37366](https://redirect.github.com/cilium/cilium/issues/37366),
[@&#8203;christarazi](https://redirect.github.com/christarazi))
- pkg/hive: always use default logger when decorating cells (Backport PR
[#&#8203;37742](https://redirect.github.com/cilium/cilium/issues/37742),
Upstream PR
[#&#8203;37636](https://redirect.github.com/cilium/cilium/issues/37636),
[@&#8203;aanm](https://redirect.github.com/aanm))
- policy: Skip iteration when proxy port priority is zero (Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37422](https://redirect.github.com/cilium/cilium/issues/37422),
[@&#8203;jrajahalme](https://redirect.github.com/jrajahalme))
- Remove grpc-health-probe binary from the Hubble Relay image as it is
no longer used (Backport PR
[#&#8203;37904](https://redirect.github.com/cilium/cilium/issues/37904),
Upstream PR
[#&#8203;37806](https://redirect.github.com/cilium/cilium/issues/37806),
[@&#8203;rolinh](https://redirect.github.com/rolinh))
- Update Hubble UI to v0.13.2 which contains security fixes, add the
missing traffic direction in the flow table, and enhance the home
namespace list. See
[v0.13.2](https://redirect.github.com/cilium/hubble-ui/releases/tag/v0.13.2)
for more details (Backport PR
[#&#8203;37742](https://redirect.github.com/cilium/cilium/issues/37742),
Upstream PR
[#&#8203;37631](https://redirect.github.com/cilium/cilium/issues/37631),
[@&#8203;yannikmesserli](https://redirect.github.com/yannikmesserli))
- use runtime image set by env var action in build and lint (Backport PR
[#&#8203;37648](https://redirect.github.com/cilium/cilium/issues/37648),
Upstream PR
[#&#8203;37253](https://redirect.github.com/cilium/cilium/issues/37253),
[@&#8203;Artyop](https://redirect.github.com/Artyop))

**Other Changes:**

- \[v1.17] Revert "Fix dropped NodePort traffic to hostNetwork backends
with Geneve+DSR"
([#&#8203;38101](https://redirect.github.com/cilium/cilium/issues/38101),
[@&#8203;julianwiedmann](https://redirect.github.com/julianwiedmann))
- Backport set runtime action 1.17
([#&#8203;37854](https://redirect.github.com/cilium/cilium/issues/37854),
[@&#8203;Artyop](https://redirect.github.com/Artyop))
- gha: Update GatewayAPI conformance report
([#&#8203;37671](https://redirect.github.com/cilium/cilium/issues/37671),
[@&#8203;sayboras](https://redirect.github.com/sayboras))
- install: Update image digests for v1.17.1
([#&#8203;37580](https://redirect.github.com/cilium/cilium/issues/37580),
[@&#8203;cilium-release-bot](https://redirect.github.com/cilium-release-bot)\[bot])
- v1.17: gh/workflows: Remove conformance-externalworkloads
([#&#8203;37738](https://redirect.github.com/cilium/cilium/issues/37738),
[@&#8203;brb](https://redirect.github.com/brb))

#### Docker Manifests

##### cilium


`quay.io/cilium/cilium:v1.17.2@&#8203;sha256:3c4c9932b5d8368619cb922a497ff2ebc8def5f41c18e410bcc84025fcd385b1`

`quay.io/cilium/cilium:stable@sha256:3c4c9932b5d8368619cb922a497ff2ebc8def5f41c18e410bcc84025fcd385b1`

##### clustermesh-apiserver


`quay.io/cilium/clustermesh-apiserver:v1.17.2@&#8203;sha256:981250ebdc6e66e190992eaf75cfca169113a8f08d5c3793fe15822176980398`

`quay.io/cilium/clustermesh-apiserver:stable@sha256:981250ebdc6e66e190992eaf75cfca169113a8f08d5c3793fe15822176980398`

##### docker-plugin


`quay.io/cilium/docker-plugin:v1.17.2@&#8203;sha256:a599893f1fc76fc31afad2bbb73af7e7f618adbf02043b2098fafeca4adf551c`

`quay.io/cilium/docker-plugin:stable@sha256:a599893f1fc76fc31afad2bbb73af7e7f618adbf02043b2098fafeca4adf551c`

##### hubble-relay


`quay.io/cilium/hubble-relay:v1.17.2@&#8203;sha256:42a8db5c256c516cacb5b8937c321b2373ad7a6b0a1e5a5120d5028433d586cc`

`quay.io/cilium/hubble-relay:stable@sha256:42a8db5c256c516cacb5b8937c321b2373ad7a6b0a1e5a5120d5028433d586cc`

##### operator-alibabacloud


`quay.io/cilium/operator-alibabacloud:v1.17.2@&#8203;sha256:7cb8c23417f65348bb810fe92fb05b41d926f019d77442f3fa1058d17fea7ffe`

`quay.io/cilium/operator-alibabacloud:stable@sha256:7cb8c23417f65348bb810fe92fb05b41d926f019d77442f3fa1058d17fea7ffe`

##### operator-aws


`quay.io/cilium/operator-aws:v1.17.2@&#8203;sha256:955096183e22a203bbb198ca66e3266ce4dbc2b63f1a2fbd03f9373dcd97893c`

`quay.io/cilium/operator-aws:stable@sha256:955096183e22a203bbb198ca66e3266ce4dbc2b63f1a2fbd03f9373dcd97893c`

##### operator-azure


`quay.io/cilium/operator-azure:v1.17.2@&#8203;sha256:455fb88b558b1b8ba09d63302ccce76b4930581be89def027184ab04335c20e0`

`quay.io/cilium/operator-azure:stable@sha256:455fb88b558b1b8ba09d63302ccce76b4930581be89def027184ab04335c20e0`

##### operator-generic


`quay.io/cilium/operator-generic:v1.17.2@&#8203;sha256:81f2d7198366e8dec2903a3a8361e4c68d47d19c68a0d42f0b7b6e3f0523f249`

`quay.io/cilium/operator-generic:stable@sha256:81f2d7198366e8dec2903a3a8361e4c68d47d19c68a0d42f0b7b6e3f0523f249`

##### operator


`quay.io/cilium/operator:v1.17.2@&#8203;sha256:697a7e6c4765ef053d33dd2d9d7f14642c01dfa7333ad7902de7ca5afbf3b419`

`quay.io/cilium/operator:stable@sha256:697a7e6c4765ef053d33dd2d9d7f14642c01dfa7333ad7902de7ca5afbf3b419`

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-15 19:28:13 +01:00
TrueCharts Bot e08f176f10 chore(flux): update image app-template 3.7.2 → 3.7.3 (clustertool) (#33236)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [app-template](https://redirect.github.com/bjw-s/helm-charts) | patch
| `3.7.2` -> `3.7.3` |

---

### Release Notes

<details>
<summary>bjw-s/helm-charts (app-template)</summary>

###
[`v3.7.3`](https://redirect.github.com/bjw-s/helm-charts/releases/tag/app-template-3.7.3)

[Compare
Source](https://redirect.github.com/bjw-s/helm-charts/compare/app-template-3.7.2...app-template-3.7.3)

#### Changelog:

##### Fixed

-   Fixed name suffix for HTTPRoute
-   Fixed incorrect default backendRefs values in HTTPRoute

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-14 13:13:33 +01:00
TrueCharts Bot 8c0ec0214d chore(flux): update image blocky 16.13.11 → 16.13.12 (clustertool) (#33217)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | patch | `16.13.11` ->
`16.13.12` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-14 01:26:23 +01:00
TrueCharts Bot 08b7bea08b chore(flux): update image clusterissuer 9.6.0 → 9.6.1 (clustertool) (#33208)
This PR contains the following updates:

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-13 07:44:37 +01:00
TrueCharts Bot 16e3ff6d4c chore(deps): update ghcr.io/siderolabs/installer docker tag to v1.9.5 (clustertool) (#33182)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/siderolabs/installer](https://redirect.github.com/siderolabs/talos)
| patch | `v1.9.4` -> `v1.9.5` |

---

### Release Notes

<details>
<summary>siderolabs/talos (ghcr.io/siderolabs/installer)</summary>

###
[`v1.9.5`](https://redirect.github.com/siderolabs/talos/releases/tag/v1.9.5)

[Compare
Source](https://redirect.github.com/siderolabs/talos/compare/v1.9.4...v1.9.5)

##### [Talos
1.9.5](https://redirect.github.com/siderolabs/talos/releases/tag/v1.9.5)
(2025-03-12)

Welcome to the v1.9.5 release of Talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

##### Component Updates

-   Linux: 6.12.18
-   containerd: 2.0.3
-   runc: 1.2.5
-   Kubernetes: 1.32.3
-   etcd: 3.5.19

Talos is built with Go 1.23.7.

##### Contributors

-   Andrey Smirnov
-   Dmitriy Matrenichev
-   Dmitry Sharshakov
-   Robin Elfrink
-   Serge Logvinov

##### Changes

<details><summary>12 commits</summary>
<p>

-
[@&#8203;`d07f6da`](https://redirect.github.com/siderolabs/talos/commit/d07f6daaa)
release(v1.9.5): prepare release
-
[@&#8203;`dd629ad`](https://redirect.github.com/siderolabs/talos/commit/dd629ad5f)
chore: fix the mount cache ids in the Dockerfile
-
[@&#8203;`456516f`](https://redirect.github.com/siderolabs/talos/commit/456516f0b)
feat: update Flannel to 0.26.5
-
[@&#8203;`82f3a8c`](https://redirect.github.com/siderolabs/talos/commit/82f3a8c51)
feat: update etcd to 3.5.19
-
[@&#8203;`46ab576`](https://redirect.github.com/siderolabs/talos/commit/46ab576e4)
feat: add support for qla2xx
-
[@&#8203;`7f89234`](https://redirect.github.com/siderolabs/talos/commit/7f8923452)
fix: handle dynamic HTTP proxy settings for discovery client
-
[@&#8203;`9a29332`](https://redirect.github.com/siderolabs/talos/commit/9a293327a)
fix: multiple fixes for dashboard/no data
-
[@&#8203;`9d3a2c8`](https://redirect.github.com/siderolabs/talos/commit/9d3a2c8df)
fix: ignore digest part of images when checking version
-
[@&#8203;`93180bf`](https://redirect.github.com/siderolabs/talos/commit/93180bffe)
feat: support noclooud instance-id from dmi
-
[@&#8203;`76832c2`](https://redirect.github.com/siderolabs/talos/commit/76832c237)
chore: disable azure upload
-
[@&#8203;`d4986d9`](https://redirect.github.com/siderolabs/talos/commit/d4986d957)
feat: update default Kubernetes to 1.32.3
-
[@&#8203;`1fe0c2f`](https://redirect.github.com/siderolabs/talos/commit/1fe0c2f1b)
feat: update Go, Linux, containerd, runc

</p>
</details>

##### Changes from siderolabs/discovery-api
<details><summary>1 commit</summary>
<p>

-
[siderolabs/discovery-api@`64513a6`](https://redirect.github.com/siderolabs/discovery-api/commit/64513a6)
feat: rekres, regenerate proto files

</p>
</details>

##### Changes from siderolabs/discovery-client
<details><summary>1 commit</summary>
<p>

-
[siderolabs/discovery-client@`b3632c4`](https://redirect.github.com/siderolabs/discovery-client/commit/b3632c4)
feat: support extra dial options in the client

</p>
</details>

##### Changes from siderolabs/gen
<details><summary>1 commit</summary>
<p>

-
[siderolabs/gen@`5ae3afe`](https://redirect.github.com/siderolabs/gen/commit/5ae3afe)
chore: update hashtriemap implementation from the latest upstream

</p>
</details>

##### Changes from siderolabs/pkgs
<details><summary>9 commits</summary>
<p>

-
[siderolabs/pkgs@`792f5ca`](https://redirect.github.com/siderolabs/pkgs/commit/792f5ca)
feat: update Linux firmware to
[`2025021`](https://redirect.github.com/siderolabs/talos/commit/20250211)
-
[siderolabs/pkgs@`142de09`](https://redirect.github.com/siderolabs/pkgs/commit/142de09)
feat: update runc to 1.2.5
-
[siderolabs/pkgs@`b39f244`](https://redirect.github.com/siderolabs/pkgs/commit/b39f244)
feat: update Linux to 6.12.18
-
[siderolabs/pkgs@`9a21d6c`](https://redirect.github.com/siderolabs/pkgs/commit/9a21d6c)
fix: backport MGLRU patch from Linux 6.13
-
[siderolabs/pkgs@`1565250`](https://redirect.github.com/siderolabs/pkgs/commit/1565250)
feat: update Linux 6.12.17, containerd 2.0.3
-
[siderolabs/pkgs@`fc5e81d`](https://redirect.github.com/siderolabs/pkgs/commit/fc5e81d)
feat: enable qla2xxx module
-
[siderolabs/pkgs@`3ff0ab6`](https://redirect.github.com/siderolabs/pkgs/commit/3ff0ab6)
fix: patch Linux with blackhole patch
-
[siderolabs/pkgs@`b4060f8`](https://redirect.github.com/siderolabs/pkgs/commit/b4060f8)
feat: update Go to 1.23.7
-
[siderolabs/pkgs@`3349185`](https://redirect.github.com/siderolabs/pkgs/commit/3349185)
fix: patch musl to mitigate CVE-2025-26519

</p>
</details>

##### Changes from siderolabs/tools
<details><summary>1 commit</summary>
<p>

-
[siderolabs/tools@`17d43b2`](https://redirect.github.com/siderolabs/tools/commit/17d43b2)
feat: update Go to 1.23.7

</p>
</details>

##### Dependency Changes

-   **github.com/siderolabs/discovery-api**        v0.1.5 -> v0.1.6
-   **github.com/siderolabs/discovery-client**     v0.1.10 -> v0.1.11
-   **github.com/siderolabs/gen**                  v0.7.0 -> v0.8.0
- **github.com/siderolabs/pkgs** v1.9.0-27-g27017e0 ->
v1.9.0-36-g792f5ca
-   **github.com/siderolabs/talos/pkg/machinery**  v1.9.4 -> v1.9.5
- **github.com/siderolabs/tools** v1.9.0-3-gb2ede52 -> v1.9.0-4-g17d43b2
-   **google.golang.org/grpc**                     v1.68.1 -> v1.70.0
-   **google.golang.org/protobuf**                 v1.35.2 -> v1.36.5

Previous release can be found at
[v1.9.4](https://redirect.github.com/siderolabs/talos/releases/tag/v1.9.4)

##### Images

    ghcr.io/siderolabs/flannel:v0.26.5
    registry.k8s.io/coredns/coredns:v1.12.0
    gcr.io/etcd-development/etcd:v3.5.19
    registry.k8s.io/kube-apiserver:v1.32.3
    registry.k8s.io/kube-controller-manager:v1.32.3
    registry.k8s.io/kube-scheduler:v1.32.3
    registry.k8s.io/kube-proxy:v1.32.3
    ghcr.io/siderolabs/kubelet:v1.32.3
    ghcr.io/siderolabs/installer:v1.9.5
    registry.k8s.io/pause:3.10

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInN5c3RlbS11cGdyYWRlIiwidHlwZS9wYXRjaCJdfQ==-->
2025-03-12 19:31:37 +01:00
TrueCharts Bot 7d31a1e1a6 chore(flux): update image blocky 16.13.10 → 16.13.11 (clustertool) (#33183)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | patch | `16.13.10` ->
`16.13.11` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-12 19:15:56 +01:00
TrueCharts Bot c30903eb9e chore(deps): update ghcr.io/siderolabs/kubelet docker tag to v1.32.3 (clustertool) (#33167)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/siderolabs/kubelet](https://redirect.github.com/siderolabs/kubelet)
| patch | `v1.32.2` -> `v1.32.3` |

---

### Release Notes

<details>
<summary>siderolabs/kubelet (ghcr.io/siderolabs/kubelet)</summary>

###
[`v1.32.3`](https://redirect.github.com/siderolabs/kubelet/compare/v1.32.2...v1.32.3)

[Compare
Source](https://redirect.github.com/siderolabs/kubelet/compare/v1.32.2...v1.32.3)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInN5c3RlbS11cGdyYWRlIiwidHlwZS9wYXRjaCJdfQ==-->
2025-03-12 16:05:56 +01:00
TrueCharts Bot 66030a6578 chore(flux): update image blocky 16.13.9 → 16.13.10 (clustertool) (#33168)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | patch | `16.13.9` ->
`16.13.10` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-12 13:22:21 +01:00
TrueCharts Bot 934eb002fa chore(flux): update image registry.k8s.io/kubectl v1.32.2 → v1.32.3 (clustertool) (#33139)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| registry.k8s.io/kubectl | patch | `v1.32.2` -> `v1.32.3` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-12 07:39:39 +01:00
TrueCharts Bot b73af5cbff chore(flux): update image spegel 3.1.1 → 3.1.2 (clustertool) (#33108)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [spegel](https://truecharts.org/charts/system/spegel)
([source](https://ghcr.io/spegel-org/spegel)) | patch | `3.1.1` ->
`3.1.2` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-11 01:29:37 +01:00