Commit Graph

124 Commits

Author SHA1 Message Date
TrueCharts Bot b1cb987b21 chore(deps): update ghcr.io/siderolabs/installer docker tag to v1.8.2 (clustertool) (#28479)
This PR contains the following updates:

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

---

### Release Notes

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

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

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

##### [Talos
1.8.2](https://redirect.github.com/siderolabs/talos/releases/tag/v1.8.2)
(2024-10-28)

Welcome to the v1.8.2 release of Talos!

Starting with Talos v1.8.0, only standard assets would be published as
github release assets. These include:

-   `cloud-images.json`
-   `talosctl` binaries
-   `kernel`
-   `initramfs`
-   `metal` iso and disk images
-   `talosctl-cni-bundle`

All other release assets can be downloaded from [Image
Factory](https://www.talos.dev/latest/talos-guides/install/boot-assets/#image-factory).

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

##### Component Updates

Linux: 6.6.58
containerd: 2.0.0-rc.6
runc: 1.2.0
Kubernetes: 1.31.2

Talos is built with Go 1.22.8.

##### Contributors

-   Andrey Smirnov
-   Dmitriy Matrenichev
-   Joakim Nohlgård
-   Noel Georgi
-   Philip Schmid
-   Philipp Kleber
-   Serge Logvinov

##### Changes

<details><summary>18 commits</summary>
<p>

-
[@&#8203;`88f861a`](https://redirect.github.com/siderolabs/talos/commit/88f861a08)
release(v1.8.2): prepare release
-
[@&#8203;`cfc1010`](https://redirect.github.com/siderolabs/talos/commit/cfc10106a)
fix: include iptables/netfilter ipv6 fix
-
[@&#8203;`d8e2daf`](https://redirect.github.com/siderolabs/talos/commit/d8e2daf77)
fix: wait for udevd to be running before activating LVM
-
[@&#8203;`e105a3d`](https://redirect.github.com/siderolabs/talos/commit/e105a3d74)
fix: talosctl process null character
-
[@&#8203;`0e96e99`](https://redirect.github.com/siderolabs/talos/commit/0e96e99b2)
fix: rework the 'metal-iso' config acquisition
-
[@&#8203;`7ef5796`](https://redirect.github.com/siderolabs/talos/commit/7ef579650)
fix: improve error messages for invalid bridge/bond configuration
-
[@&#8203;`a3fcbe0`](https://redirect.github.com/siderolabs/talos/commit/a3fcbe0ba)
chore: rename tpm2.PCRExtent -> tpm2.PCRExtend
-
[@&#8203;`a9e6e60`](https://redirect.github.com/siderolabs/talos/commit/a9e6e60ca)
fix: correct error message for invalid ip=
-
[@&#8203;`49de0ab`](https://redirect.github.com/siderolabs/talos/commit/49de0abaa)
fix: update incorrect alias for PCIDevice resource
-
[@&#8203;`9b561ac`](https://redirect.github.com/siderolabs/talos/commit/9b561ac3d)
feat: add Talos 1.9 compatibility guarantees
-
[@&#8203;`2ea3f85`](https://redirect.github.com/siderolabs/talos/commit/2ea3f85bc)
chore: update siderolabs/crypto module and return proper ALPN
-
[@&#8203;`ce47912`](https://redirect.github.com/siderolabs/talos/commit/ce4791251)
feat: optionally decode hcloud userdata as base64
-
[@&#8203;`f20a690`](https://redirect.github.com/siderolabs/talos/commit/f20a6900d)
fix: json logging panic
-
[@&#8203;`d855bb8`](https://redirect.github.com/siderolabs/talos/commit/d855bb8be)
fix: skip ram disks
-
[@&#8203;`b429e7f`](https://redirect.github.com/siderolabs/talos/commit/b429e7f28)
fix: do not use pflag csv comma reader for config-patch
-
[@&#8203;`ee44f2c`](https://redirect.github.com/siderolabs/talos/commit/ee44f2c51)
test: skip no error test in Cilium
-
[@&#8203;`7d055af`](https://redirect.github.com/siderolabs/talos/commit/7d055af29)
fix: scaleway metadata
-
[@&#8203;`9f62fe9`](https://redirect.github.com/siderolabs/talos/commit/9f62fe96c)
feat: update pkgs and Kubernetes

</p>
</details>

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

-
[siderolabs/crypto@`58b2f92`](https://redirect.github.com/siderolabs/crypto/commit/58b2f92)
chore: use HTTP/2 ALPN by default

</p>
</details>

##### Changes from siderolabs/go-circular
<details><summary>1 commit</summary>
<p>

-
[siderolabs/go-circular@`9a0f7b0`](https://redirect.github.com/siderolabs/go-circular/commit/9a0f7b0)
fix: multiple data race issues

</p>
</details>

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

-
[siderolabs/pkgs@`e72b2f4`](https://redirect.github.com/siderolabs/pkgs/commit/e72b2f4)
fix: apply netfilter ipv6 fix
-
[siderolabs/pkgs@`9aac1a8`](https://redirect.github.com/siderolabs/pkgs/commit/9aac1a8)
feat: update containerd to v2.0.0-rc.6
-
[siderolabs/pkgs@`9668729`](https://redirect.github.com/siderolabs/pkgs/commit/9668729)
feat: update Linux to 6.6.58
-
[siderolabs/pkgs@`9bc27b3`](https://redirect.github.com/siderolabs/pkgs/commit/9bc27b3)
feat: update runc to 1.2.0
-
[siderolabs/pkgs@`f7cc89e`](https://redirect.github.com/siderolabs/pkgs/commit/f7cc89e)
fix: default IOMMU mode to 'lazy'
-
[siderolabs/pkgs@`7ca4e2c`](https://redirect.github.com/siderolabs/pkgs/commit/7ca4e2c)
feat: update Linux to 6.6.57, update Linux firmware
-
[siderolabs/pkgs@`e2c4848`](https://redirect.github.com/siderolabs/pkgs/commit/e2c4848)
feat: update Linux 6.6.56 and protect /proc/mem
-
[siderolabs/pkgs@`c7729c3`](https://redirect.github.com/siderolabs/pkgs/commit/c7729c3)
feat: enable CONFIG_XFRM_STATISTICS

</p>
</details>

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

-
[siderolabs/siderolink@`1893385`](https://redirect.github.com/siderolabs/siderolink/commit/1893385)
fix: initialize tls listener properly

</p>
</details>

##### Dependency Changes

-   **github.com/klauspost/compress**              v1.17.10 -> v1.17.11
-   **github.com/siderolabs/crypto**               v0.4.4 -> v0.5.0
-   **github.com/siderolabs/go-circular**          v0.2.0 -> v0.2.1
- **github.com/siderolabs/pkgs** v1.8.0-16-g71d23b4 ->
v1.8.0-24-ge72b2f4
-   **github.com/siderolabs/siderolink**           v0.3.10 -> v0.3.11
-   **github.com/siderolabs/talos/pkg/machinery**  v1.8.1 -> v1.8.2
-   **golang.org/x/time**                          v0.6.0 -> v0.7.0
-   **k8s.io/api**                                 v0.31.1 -> v0.31.2
-   **k8s.io/apiserver**                           v0.31.1 -> v0.31.2
-   **k8s.io/client-go**                           v0.31.1 -> v0.31.2
-   **k8s.io/component-base**                      v0.31.1 -> v0.31.2
-   **k8s.io/kube-scheduler**                      v0.31.1 -> v0.31.2
-   **k8s.io/kubectl**                             v0.31.1 -> v0.31.2
-   **k8s.io/kubelet**                             v0.31.1 -> v0.31.2
-   **k8s.io/pod-security-admission**              v0.31.1 -> v0.31.2

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

##### Images

    ghcr.io/siderolabs/flannel:v0.25.7
    registry.k8s.io/coredns/coredns:v1.11.3
    gcr.io/etcd-development/etcd:v3.5.16
    registry.k8s.io/kube-apiserver:v1.31.2
    registry.k8s.io/kube-controller-manager:v1.31.2
    registry.k8s.io/kube-scheduler:v1.31.2
    registry.k8s.io/kube-proxy:v1.31.2
    ghcr.io/siderolabs/kubelet:v1.31.2
    ghcr.io/siderolabs/installer:v1.8.2
    registry.k8s.io/pause:3.9

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-28 17:18:16 +01:00
TrueCharts Bot 292fb452d2 fix(deps): update module github.com/siderolabs/talos/pkg/machinery v1.8.1 → v1.8.2 (clustertool) (#28485)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/siderolabs/talos/pkg/machinery](https://redirect.github.com/siderolabs/talos)
| require | patch | `v1.8.1` -> `v1.8.2` |

---

### Release Notes

<details>
<summary>siderolabs/talos
(github.com/siderolabs/talos/pkg/machinery)</summary>

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

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

##### [Talos
1.8.2](https://redirect.github.com/siderolabs/talos/releases/tag/v1.8.2)
(2024-10-28)

Welcome to the v1.8.2 release of Talos!

Starting with Talos v1.8.0, only standard assets would be published as
github release assets. These include:

-   `cloud-images.json`
-   `talosctl` binaries
-   `kernel`
-   `initramfs`
-   `metal` iso and disk images
-   `talosctl-cni-bundle`

All other release assets can be downloaded from [Image
Factory](https://www.talos.dev/latest/talos-guides/install/boot-assets/#image-factory).

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

##### Component Updates

Linux: 6.6.58
containerd: 2.0.0-rc.6
runc: 1.2.0
Kubernetes: 1.31.2

Talos is built with Go 1.22.8.

##### Contributors

-   Andrey Smirnov
-   Dmitriy Matrenichev
-   Joakim Nohlgård
-   Noel Georgi
-   Philip Schmid
-   Philipp Kleber
-   Serge Logvinov

##### Changes

<details><summary>18 commits</summary>
<p>

-
[@&#8203;`88f861a`](https://redirect.github.com/siderolabs/talos/commit/88f861a08)
release(v1.8.2): prepare release
-
[@&#8203;`cfc1010`](https://redirect.github.com/siderolabs/talos/commit/cfc10106a)
fix: include iptables/netfilter ipv6 fix
-
[@&#8203;`d8e2daf`](https://redirect.github.com/siderolabs/talos/commit/d8e2daf77)
fix: wait for udevd to be running before activating LVM
-
[@&#8203;`e105a3d`](https://redirect.github.com/siderolabs/talos/commit/e105a3d74)
fix: talosctl process null character
-
[@&#8203;`0e96e99`](https://redirect.github.com/siderolabs/talos/commit/0e96e99b2)
fix: rework the 'metal-iso' config acquisition
-
[@&#8203;`7ef5796`](https://redirect.github.com/siderolabs/talos/commit/7ef579650)
fix: improve error messages for invalid bridge/bond configuration
-
[@&#8203;`a3fcbe0`](https://redirect.github.com/siderolabs/talos/commit/a3fcbe0ba)
chore: rename tpm2.PCRExtent -> tpm2.PCRExtend
-
[@&#8203;`a9e6e60`](https://redirect.github.com/siderolabs/talos/commit/a9e6e60ca)
fix: correct error message for invalid ip=
-
[@&#8203;`49de0ab`](https://redirect.github.com/siderolabs/talos/commit/49de0abaa)
fix: update incorrect alias for PCIDevice resource
-
[@&#8203;`9b561ac`](https://redirect.github.com/siderolabs/talos/commit/9b561ac3d)
feat: add Talos 1.9 compatibility guarantees
-
[@&#8203;`2ea3f85`](https://redirect.github.com/siderolabs/talos/commit/2ea3f85bc)
chore: update siderolabs/crypto module and return proper ALPN
-
[@&#8203;`ce47912`](https://redirect.github.com/siderolabs/talos/commit/ce4791251)
feat: optionally decode hcloud userdata as base64
-
[@&#8203;`f20a690`](https://redirect.github.com/siderolabs/talos/commit/f20a6900d)
fix: json logging panic
-
[@&#8203;`d855bb8`](https://redirect.github.com/siderolabs/talos/commit/d855bb8be)
fix: skip ram disks
-
[@&#8203;`b429e7f`](https://redirect.github.com/siderolabs/talos/commit/b429e7f28)
fix: do not use pflag csv comma reader for config-patch
-
[@&#8203;`ee44f2c`](https://redirect.github.com/siderolabs/talos/commit/ee44f2c51)
test: skip no error test in Cilium
-
[@&#8203;`7d055af`](https://redirect.github.com/siderolabs/talos/commit/7d055af29)
fix: scaleway metadata
-
[@&#8203;`9f62fe9`](https://redirect.github.com/siderolabs/talos/commit/9f62fe96c)
feat: update pkgs and Kubernetes

</p>
</details>

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

-
[siderolabs/crypto@`58b2f92`](https://redirect.github.com/siderolabs/crypto/commit/58b2f92)
chore: use HTTP/2 ALPN by default

</p>
</details>

##### Changes from siderolabs/go-circular
<details><summary>1 commit</summary>
<p>

-
[siderolabs/go-circular@`9a0f7b0`](https://redirect.github.com/siderolabs/go-circular/commit/9a0f7b0)
fix: multiple data race issues

</p>
</details>

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

-
[siderolabs/pkgs@`e72b2f4`](https://redirect.github.com/siderolabs/pkgs/commit/e72b2f4)
fix: apply netfilter ipv6 fix
-
[siderolabs/pkgs@`9aac1a8`](https://redirect.github.com/siderolabs/pkgs/commit/9aac1a8)
feat: update containerd to v2.0.0-rc.6
-
[siderolabs/pkgs@`9668729`](https://redirect.github.com/siderolabs/pkgs/commit/9668729)
feat: update Linux to 6.6.58
-
[siderolabs/pkgs@`9bc27b3`](https://redirect.github.com/siderolabs/pkgs/commit/9bc27b3)
feat: update runc to 1.2.0
-
[siderolabs/pkgs@`f7cc89e`](https://redirect.github.com/siderolabs/pkgs/commit/f7cc89e)
fix: default IOMMU mode to 'lazy'
-
[siderolabs/pkgs@`7ca4e2c`](https://redirect.github.com/siderolabs/pkgs/commit/7ca4e2c)
feat: update Linux to 6.6.57, update Linux firmware
-
[siderolabs/pkgs@`e2c4848`](https://redirect.github.com/siderolabs/pkgs/commit/e2c4848)
feat: update Linux 6.6.56 and protect /proc/mem
-
[siderolabs/pkgs@`c7729c3`](https://redirect.github.com/siderolabs/pkgs/commit/c7729c3)
feat: enable CONFIG_XFRM_STATISTICS

</p>
</details>

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

-
[siderolabs/siderolink@`1893385`](https://redirect.github.com/siderolabs/siderolink/commit/1893385)
fix: initialize tls listener properly

</p>
</details>

##### Dependency Changes

-   **github.com/klauspost/compress**              v1.17.10 -> v1.17.11
-   **github.com/siderolabs/crypto**               v0.4.4 -> v0.5.0
-   **github.com/siderolabs/go-circular**          v0.2.0 -> v0.2.1
- **github.com/siderolabs/pkgs** v1.8.0-16-g71d23b4 ->
v1.8.0-24-ge72b2f4
-   **github.com/siderolabs/siderolink**           v0.3.10 -> v0.3.11
-   **github.com/siderolabs/talos/pkg/machinery**  v1.8.1 -> v1.8.2
-   **golang.org/x/time**                          v0.6.0 -> v0.7.0
-   **k8s.io/api**                                 v0.31.1 -> v0.31.2
-   **k8s.io/apiserver**                           v0.31.1 -> v0.31.2
-   **k8s.io/client-go**                           v0.31.1 -> v0.31.2
-   **k8s.io/component-base**                      v0.31.1 -> v0.31.2
-   **k8s.io/kube-scheduler**                      v0.31.1 -> v0.31.2
-   **k8s.io/kubectl**                             v0.31.1 -> v0.31.2
-   **k8s.io/kubelet**                             v0.31.1 -> v0.31.2
-   **k8s.io/pod-security-admission**              v0.31.1 -> v0.31.2

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

##### Images

    ghcr.io/siderolabs/flannel:v0.25.7
    registry.k8s.io/coredns/coredns:v1.11.3
    gcr.io/etcd-development/etcd:v3.5.16
    registry.k8s.io/kube-apiserver:v1.31.2
    registry.k8s.io/kube-controller-manager:v1.31.2
    registry.k8s.io/kube-scheduler:v1.31.2
    registry.k8s.io/kube-proxy:v1.31.2
    ghcr.io/siderolabs/kubelet:v1.31.2
    ghcr.io/siderolabs/installer:v1.8.2
    registry.k8s.io/pause:3.9

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-28 17:14:09 +01:00
TrueCharts Bot 683013794e chore(flux): update image prometheus-operator 8.8.0 → 8.8.1 (clustertool) (#28432)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[prometheus-operator](https://truecharts.org/charts/system/prometheus-operator)
([source](https://redirect.github.com/prometheus-operator)) | patch |
`8.8.0` -> `8.8.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-27 21:35:45 +01:00
TrueCharts Bot 571a5041c5 chore(flux): update image volsync 2.4.0 → 2.4.1 (clustertool) (#28436)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [volsync](https://truecharts.org/charts/system/volsync)
([source](https://redirect.github.com/truecharts/charts/tree/HEAD/charts/system/volsync))
| patch | `2.4.0` -> `2.4.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-27 21:35:03 +01:00
TrueCharts Bot 7e74b9e1a3 chore(flux): update image traefik-crds 3.2.2 → 3.2.3 (clustertool) (#28435)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [traefik-crds](https://truecharts.org/charts/system/traefik-crds)
([source](https://redirect.github.com/traefik/traefik)) | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-27 21:34:53 +01:00
TrueCharts Bot b8971c4d28 chore(flux): update image spegel 2.0.6 → 2.0.7 (clustertool) (#28434)
This PR contains the following updates:

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-27 21:34:39 +01:00
TrueCharts Bot 279c78f86b chore(flux): update image snapshot-controller 3.3.0 → 3.3.1 (clustertool) (#28433)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[snapshot-controller](https://truecharts.org/charts/system/snapshot-controller)
([source](https://redirect.github.com/kubernetes-csi/external-snapshotter))
| patch | `3.3.0` -> `3.3.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-27 21:34:04 +01:00
TrueCharts Bot 633fe46edf chore(flux): update image kubernetes-reflector 6.2.0 → 6.2.1 (clustertool) (#28430)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetes-reflector](https://truecharts.org/charts/system/kubernetes-reflector)
([source](https://redirect.github.com/emberstack/kubernetes-reflector))
| patch | `6.2.0` -> `6.2.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-27 21:33:46 +01:00
TrueCharts Bot 8178f0772a chore(flux): update image kubernetes-dashboard 1.9.1 → 1.9.2 (clustertool) (#28429)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetes-dashboard](https://truecharts.org/charts/premium/kubernetes-dashboard)
([source](https://redirect.github.com/kubernetes-dashboard/kubernetes-dashboard))
| patch | `1.9.1` -> `1.9.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-27 21:33:33 +01:00
TrueCharts Bot 8b21fabd6b chore(flux): update image metallb-config 8.2.1 → 8.2.2 (clustertool) (#28431)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [metallb-config](https://truecharts.org/charts/premium/metallb-config)
([source](https://redirect.github.com/metallb/metallb)) | patch |
`8.2.1` -> `8.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-27 21:33:14 +01:00
TrueCharts Bot 6e756f34bd chore(flux): update image kubelet-csr-approver 1.1.1 → 1.1.2 (clustertool) (#28428)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubelet-csr-approver](https://truecharts.org/charts/system/kubelet-csr-approver)
([source](https://ghcr.io/postfinance/kubelet-csr-approver)) | patch |
`1.1.1` -> `1.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-27 21:31:59 +01:00
TrueCharts Bot 94a496608f chore(flux): update image cert-manager 6.2.1 → 6.2.2 (clustertool) (#28427)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://truecharts.org/charts/system/cert-manager)
([source](https://cert-manager.io/)) | patch | `6.2.1` -> `6.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-27 21:31:55 +01:00
Kjeld Schouten 9e4053df9d feat(clustertool): remove zapr and logr from kubectl logging 2024-10-27 20:09:50 +01:00
Kjeld Schouten 9adc50b5cd feat(clustertool): add logging verbosity to kubectl apply logics 2024-10-27 20:09:50 +01:00
Kjeld Schouten 4a871ce2f5 fix(clustertool): ensure loglevel can also be set explicitly to info 2024-10-27 19:44:24 +01:00
Kjeld Schouten 52e99e53cc fix(clustertool): use LOGLEVEL env-var to set loglevel 2024-10-27 19:39:39 +01:00
Kjeld Schouten dc22eaff8e fix(clustertool): fix manifest path init issues for multicluster setups 2024-10-27 19:38:09 +01:00
TrueCharts Bot f74af8ae03 chore(flux): update image traefik-crds 3.2.1 → 3.2.2 (clustertool) (#28396)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [traefik-crds](https://truecharts.org/charts/system/traefik-crds)
([source](https://redirect.github.com/traefik/traefik)) | patch |
`3.2.1` -> `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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzEuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-27 02:30:25 +02:00
Kjeld Schouten 5ac0f5476b fix(clustertool): remove dependency on specific workflow for automerge 2024-10-27 00:21:46 +02:00
Kjeld Schouten b16bd485cf fisx(clustertool): signficantly redice verbosity on encryption/decryption/check code. 2024-10-26 14:40:44 +02:00
Kjeld Schouten ad23108ab3 fix(clustertool): remove unneeded verbosity from encryption stack 2024-10-26 14:40:44 +02:00
Kjeld Schouten 7377f94900 remove mistakeningly info flagged debug logging from cluster settingsdest 2024-10-26 14:31:21 +02:00
Kjeld Schouten 81894b817f fix(clustertool): remove undue verbosity listing required and ignored pods froms tatuschecks 2024-10-26 14:31:21 +02:00
Kjeld Schouten a1112c5a03 fix(clustertool): remove undue verbosity from status check 2024-10-26 14:28:03 +02:00
Kjeld Schouten 108c39dd6e fix(clustertool): improve pod-status checking message and behavior 2024-10-26 14:25:18 +02:00
Kjeld Schouten d33656b85b fix(clustertool): fix undue verbosity on SOPS 2024-10-26 14:25:18 +02:00
Kjeld Schouten d1d609836c fix(clustertool): remove badly added return 2024-10-26 14:17:55 +02:00
Kjeld Schouten cc10a39998 fix(clustertool): dont needlessly try to configure kubeconfig 2024-10-26 12:10:30 +02:00
Kjeld Schouten 90bed57f1c feat(clustertool): add auto-merge PR workflow 2024-10-26 12:04:44 +02:00
TrueCharts Bot 795e17da71 chore(flux): update image prometheus-operator 8.7.0 → 8.8.0 (clustertool) (#28347)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[prometheus-operator](https://truecharts.org/charts/system/prometheus-operator)
([source](https://redirect.github.com/prometheus-operator)) | minor |
`8.7.0` -> `8.8.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuNCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-26 02:30:23 +02:00
Kjeld Schouten b5e3f1e018 chore(clustertool): Improve logging 2024-10-26 00:51:11 +02:00
Kjeld Schouten 63f4f0217d chore(clustertool): update lots of docs 2024-10-25 22:30:35 +02:00
Kjeld Schouten dfd992e105 fix(clustertool): more docs generation fixes 2024-10-25 22:20:53 +02:00
Kjeld Schouten 74b686d160 fix(clustertool): correct name for main commands docs page 2024-10-25 22:12:11 +02:00
Kjeld Schouten fd5da655b6 fix(clustertool): dont use 777 for docs generation 2024-10-25 22:08:05 +02:00
Kjeld Schouten 1fa26e6123 feat(clustertool): fix-up command-docs generator 2024-10-25 22:04:22 +02:00
Kjeld Schouten cb56a8a886 feat(clustertool): initial work on automatic function-docs generation 2024-10-25 21:22:32 +02:00
Kjeld Schouten 9d93573aac docs(clustertool): add more in-code documentation 2024-10-25 18:29:29 +02:00
Kjeld Schouten e09a48e770 chore(clustertool): prep for more longer description texts 2024-10-25 18:14:20 +02:00
Kjeld Schouten 203b451127 fix(clustertool): allow 2 git seperators 2024-10-25 17:54:36 +02:00
Kjeld Schouten 2b004ededf fix(clustertool): true to not hard-depend on github.com for git repo 2024-10-25 17:47:15 +02:00
Kjeld Schouten 8a4ef0c049 fix(clustertool): prevent git@ loop-additions 2024-10-25 17:40:15 +02:00
Kjeld Schouten c0b6108e46 fix(clustertool): dont install ensure-digest kyverno policy by default, as it doesn't work with all operators 2024-10-25 13:18:31 +02:00
Kjeld Schouten 3b6266b40c fix(clustertool): Dont install kyverno policies by default without flux 2024-10-25 13:17:31 +02:00
Kjeld Schouten 0ab38628d8 fix(clustertool): fix some issues with indents and driftDetection 2024-10-25 13:08:49 +02:00
Kjeld Schouten 0a5db777fb feat(clustertool): set default drift-detection mode for helmreleases to warn 2024-10-25 13:07:00 +02:00
Kjeld Schouten ae7f7ca3d0 fix(clustertool): ensure dashboard ip is mandatory again and remove spegel ip 2024-10-25 10:44:24 +02:00
Kjeld Schouten d8e32f02b8 fix(clustertool): fix some issues with multi-cluster 2024-10-25 10:13:37 +02:00
TrueCharts Bot b98b4aadbb chore(flux): update image prometheus-operator 8.6.1 → 8.7.0 (clustertool) (#28300)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[prometheus-operator](https://truecharts.org/charts/system/prometheus-operator)
([source](https://redirect.github.com/prometheus-operator)) | minor |
`8.6.1` -> `8.7.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-25 02:29:30 +02:00
Kjeld Schouten d085214ad6 feat(clustertool): Remove nfs and smb csi 2024-10-25 00:18:22 +02:00