Commit Graph

29 Commits

Author SHA1 Message Date
TrueCharts Bot fee5f591dc fix(deps): update module golang.org/x/crypto v0.29.0 → v0.31.0 [security] (#29837)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang.org/x/crypto | require | minor | `v0.29.0` -> `v0.31.0` |

---

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

### GitHub Vulnerability Alerts

####
[CVE-2024-45337](https://redirect.github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909)

Applications and libraries which misuse the
ServerConfig.PublicKeyCallback callback may be susceptible to an
authorization bypass.

The documentation for ServerConfig.PublicKeyCallback says that "A call
to this function does not guarantee that the key offered is in fact used
to authenticate." Specifically, the SSH protocol allows clients to
inquire about whether a public key is acceptable before proving control
of the corresponding private key. PublicKeyCallback may be called with
multiple keys, and the order in which the keys were provided cannot be
used to infer which key the client successfully authenticated with, if
any. Some applications, which store the key(s) passed to
PublicKeyCallback (or derived information) and make security relevant
determinations based on it once the connection is established, may make
incorrect assumptions.

For example, an attacker may send public keys A and B, and then
authenticate with A. PublicKeyCallback would be called only twice, first
with A and then with B. A vulnerable application may then make
authorization decisions based on key B for which the attacker does not
actually control the private key.

Since this API is widely misused, as a partial mitigation
golang.org/x/crypto@v0.31.0 enforces the property that, when
successfully authenticating via public key, the last key passed to
ServerConfig.PublicKeyCallback will be the key used to authenticate the
connection. PublicKeyCallback will now be called multiple times with the
same key, if necessary. Note that the client may still not control the
last key passed to PublicKeyCallback if the connection is then
authenticated with a different method, such as PasswordCallback,
KeyboardInteractiveCallback, or NoClientAuth.

Users should be using the Extensions field of the Permissions return
value from the various authentication callbacks to record data
associated with the authentication attempt instead of referencing
external state. Once the connection is established the state
corresponding to the successful authentication attempt can be retrieved
via the ServerConn.Permissions field. Note that some third-party
libraries misuse the Permissions type by sharing it across
authentication attempts; users of third-party libraries should refer to
the relevant projects for guidance.

---

### Configuration

📅 **Schedule**: Branch creation - "" (UTC), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 09:57:41 +00:00
TrueCharts Bot 8a610ba0bf fix(deps): update module filippo.io/age v1.2.0 → v1.2.1 [security] (#29835)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [filippo.io/age](https://redirect.github.com/FiloSottile/age) |
require | patch | `v1.2.0` -> `v1.2.1` |

---

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

### GitHub Vulnerability Alerts

####
[GHSA-32gq-x56h-299c](https://redirect.github.com/FiloSottile/age/security/advisories/GHSA-32gq-x56h-299c)

A plugin name containing a path separator may allow an attacker to
execute an arbitrary binary.

Such a plugin name can be provided to the age CLI through an
attacker-controlled recipient or identity string, or to the
[`plugin.NewIdentity`](https://pkg.go.dev/filippo.io/age/plugin#NewIdentity),
[`plugin.NewIdentityWithoutData`](https://pkg.go.dev/filippo.io/age/plugin#NewIdentityWithoutData),
or
[`plugin.NewRecipient`](https://pkg.go.dev/filippo.io/age/plugin#NewRecipient)
APIs.

On UNIX systems, a directory matching `${TMPDIR:-/tmp}/age-plugin-*`
needs to exist for the attack to succeed.

The binary is executed with a single flag, either
`--age-plugin=recipient-v1` or `--age-plugin=identity-v1`. The standard
input includes the recipient or identity string, and the random file key
(if encrypting) or the header of the file (if decrypting). The format is
constrained by the [age-plugin](https://c2sp.org/age-plugin) protocol.

An equivalent issue was fixed by the
[rage](https://redirect.github.com/str4d/rage) project, see advisory
[GHSA-4fg7-vxc8-qx5w](https://redirect.github.com/str4d/rage/security/advisories/GHSA-4fg7-vxc8-qx5w).

Thanks to ⬡-49016 for reporting this.

---

### Release Notes

<details>
<summary>FiloSottile/age (filippo.io/age)</summary>

###
[`v1.2.1`](https://redirect.github.com/FiloSottile/age/releases/tag/v1.2.1):
age v1.2.1: security fix

[Compare
Source](https://redirect.github.com/FiloSottile/age/compare/v1.2.0...v1.2.1)

This release fixes a security vulnerability that could allow an attacker
to execute an arbitrary binary under certain conditions.

See GHSA-32gq-x56h-299c.

Plugin names may now only contain alphanumeric characters or the four
special characters `+-._`.

Thanks to ⬡-49016 for reporting this issue.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "" (UTC), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-27 02:40:03 +01:00
TrueCharts Bot d9f1f4702f fix(deps): update module sigs.k8s.io/controller-runtime v0.19.1 → v0.19.2 (clustertool) (#29694) 2024-11-23 03:04:25 +01:00
TrueCharts Bot 1d9724cb75 fix(deps): update kubernetes packages v0.31.2 → v0.31.3 (clustertool) (patch) (#29693) 2024-11-22 03:00:59 +01:00
TrueCharts Bot 9cff379137 fix(deps): update module github.com/masterminds/semver/v3 v3.3.0 → v3.3.1 (clustertool) (#29607) 2024-11-20 03:01:10 +01:00
TrueCharts Bot 20d896c9a3 fix(deps): update module github.com/go-playground/validator/v10 v10.22.1 → v10.23.0 (clustertool) (#29495) 2024-11-17 02:42:54 +01:00
TrueCharts Bot 961b8551ee fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.9 → v3.0.10 (clustertool) (#29404)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/budimanjojo/talhelper/v3](https://redirect.github.com/budimanjojo/talhelper)
| require | patch | `v3.0.9` -> `v3.0.10` |

---

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

---

### Release Notes

<details>
<summary>budimanjojo/talhelper
(github.com/budimanjojo/talhelper/v3)</summary>

###
[`v3.0.10`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.10)

[Compare
Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.9...v3.0.10)

#### Changelog

-
[`e5e79a1`](https://redirect.github.com/budimanjojo/talhelper/commit/e5e79a1c6903d5de6e18e55b13892af61b422cad)
chore(container): update alpine:3.20.3 docker digest to
[`1e42bbe`](https://redirect.github.com/budimanjojo/talhelper/commit/1e42bbe)
-
[`400e637`](https://redirect.github.com/budimanjojo/talhelper/commit/400e637b4f3ef909af4e07bdbe95bcd853404c09)
chore(container): update ghcr.io/siderolabs/talosctl docker tag to
v1.8.3
-
[`cec2d6d`](https://redirect.github.com/budimanjojo/talhelper/commit/cec2d6d4d40561380b36116423df69a5acf52879)
chore(container): update goreleaser/goreleaser docker tag to v2.4.5
-
[`6575d48`](https://redirect.github.com/budimanjojo/talhelper/commit/6575d48433414cbea6a47244a4ff526ab302217d)
chore(deps): update dependency siderolabs/talos to v1.8.3
-
[`c5e7536`](https://redirect.github.com/budimanjojo/talhelper/commit/c5e7536f889288f6a03dc4f78cd04544acb5e1e8)
chore(schema): update talconfig.yaml JSON schema
([#&#8203;709](https://redirect.github.com/budimanjojo/talhelper/issues/709))
-
[`4628b8b`](https://redirect.github.com/budimanjojo/talhelper/commit/4628b8bcc1967f84cb4ef813a35c759d50427751)
chore(schema): update talos-extensions.yaml JSON schema
([#&#8203;702](https://redirect.github.com/budimanjojo/talhelper/issues/702))
-
[`41e7e60`](https://redirect.github.com/budimanjojo/talhelper/commit/41e7e60ca554dfe283ae6431dd718d63dd4dcf56)
chore(schema): update talos-extensions.yaml JSON schema
([#&#8203;705](https://redirect.github.com/budimanjojo/talhelper/issues/705))
-
[`f05658a`](https://redirect.github.com/budimanjojo/talhelper/commit/f05658a383a1466c2fbcaf245e8da484bdaa36a0)
feat(genconfig): support templating node labels and annotations
-
[`df6c54b`](https://redirect.github.com/budimanjojo/talhelper/commit/df6c54b13aca14f05c612ac8b333ba6b6b55e458)
feat: update Scoop for talhelper version v3.0.9
-
[`c40aaa1`](https://redirect.github.com/budimanjojo/talhelper/commit/c40aaa12cd5e2b8ea3bd48c8d3f60564cf6f4d5e)
feat: update flake
-
[`bb21600`](https://redirect.github.com/budimanjojo/talhelper/commit/bb216006c0b1f8870a0fde7089bd95902aa0b5f5)
fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-15 09:14:22 +01:00
TrueCharts-Bot f40bc8b3ae Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-11-15 00:08:08 +00:00
TrueCharts Bot 08a526e751 fix(deps): update module helm.sh/helm/v3 v3.16.2 → v3.16.3 (clustertool) (#29340)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [helm.sh/helm/v3](https://redirect.github.com/helm/helm) | require |
patch | `v3.16.2` -> `v3.16.3` |

---

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

---

### Release Notes

<details>
<summary>helm/helm (helm.sh/helm/v3)</summary>

###
[`v3.16.3`](https://redirect.github.com/helm/helm/releases/tag/v3.16.3):
Helm v3.16.3

[Compare
Source](https://redirect.github.com/helm/helm/compare/v3.16.2...v3.16.3)

Helm v3.16.3 is a patch release. Users are encouraged to upgrade for the
best experience. Users are encouraged to upgrade for the best
experience.

The community keeps growing, and we'd love to see you there!

- Join the discussion in [Kubernetes
Slack](https://kubernetes.slack.com):
    -   for questions and just to hang out
    -   for discussing PRs, code, and bugs
- Hang out at the Public Developer Call: Thursday, 9:30 Pacific via
[Zoom](https://zoom.us/j/696660622)
- Test, debug, and contribute charts:
[ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0)

#### Installation and Upgrading

Download Helm v3.16.3. The common platform binaries are here:

- [MacOS amd64](https://get.helm.sh/helm-v3.16.3-darwin-amd64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.3-darwin-amd64.tar.gz.sha256sum)
/ 495d75b404a96fb664f1ca3f8cb01db2210aacc62dbfa1bbab30916abbb20a57)
- [MacOS arm64](https://get.helm.sh/helm-v3.16.3-darwin-arm64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.3-darwin-arm64.tar.gz.sha256sum)
/ 3a39f690173086e6eea17674751eb3c8b970c02697e49cecd4093eaa3cf89dcd)
- [Linux amd64](https://get.helm.sh/helm-v3.16.3-linux-amd64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.3-linux-amd64.tar.gz.sha256sum)
/ f5355c79190951eed23c5432a3b920e071f4c00a64f75e077de0dd4cb7b294ea)
- [Linux arm](https://get.helm.sh/helm-v3.16.3-linux-arm.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.3-linux-arm.tar.gz.sha256sum)
/ 02ba2f3b1524113f49be6df25a0b4b3190010d6e218c8e2b2fde4578a8439a9c)
- [Linux arm64](https://get.helm.sh/helm-v3.16.3-linux-arm64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.3-linux-arm64.tar.gz.sha256sum)
/ 5bd34ed774df6914b323ff84a0a156ea6ff2ba1eaf0113962fa773f3f9def798)
- [Linux i386](https://get.helm.sh/helm-v3.16.3-linux-386.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.3-linux-386.tar.gz.sha256sum)
/ 70318f60fec3219680fff86c9293e2a92fb8b9a691d41791661074588f22768e)
- [Linux ppc64le](https://get.helm.sh/helm-v3.16.3-linux-ppc64le.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.3-linux-ppc64le.tar.gz.sha256sum)
/ 266f7698c56a724fddd3a2f2b862ad496c4338dce79f0282fdbc6e23e1738608)
- [Linux s390x](https://get.helm.sh/helm-v3.16.3-linux-s390x.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.3-linux-s390x.tar.gz.sha256sum)
/ bac414c409faead9c2b8af11d29281aa4f1aeb9139c62d5178baf982d71fc9bb)
- [Linux riscv64](https://get.helm.sh/helm-v3.16.3-linux-riscv64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.3-linux-riscv64.tar.gz.sha256sum)
/ 492843d2584bb14bd38a735a9708af2d7f3ea7e1b6c43e650968f16fce0b5064)
- [Windows amd64](https://get.helm.sh/helm-v3.16.3-windows-amd64.zip)
([checksum](https://get.helm.sh/helm-v3.16.3-windows-amd64.zip.sha256sum)
/ 1a52aa56e55168c3d3d2e45fa833a32290e4e3790559851dce1e707eb7728b81)
- [Windows arm64](https://get.helm.sh/helm-v3.16.3-windows-arm64.zip)
([checksum](https://get.helm.sh/helm-v3.16.3-windows-arm64.zip.sha256sum)
/ 247a63269a83bb73c14e8f62b0cfd5a2e1d32b7d3f93977d3a6ef3902d218ff1)

This release was signed with ` 672C 657B E06B 4B30 969C 4A57 4614 49C2
5E36 B98E ` and can be found at
[@&#8203;mattfarina](https://redirect.github.com/mattfarina) [keybase
account](https://keybase.io/mattfarina). Please use the attached
signatures for verifying this release using `gpg`.

The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get
you going from there. For **upgrade instructions** or detailed
installation notes, check the [install
guide](https://helm.sh/docs/intro/install/). You can also use a [script
to
install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3)
on any system with `bash`.

#### What's Next

-   3.16.4 is the next patch release and will be on December 11, 2024
-   3.17.0 is the next feature release and will be on January 15, 2025

#### Changelog

- fix: fix label name
[`cfd0749`](https://redirect.github.com/helm/helm/commit/cfd07493f46efc9debd9cc1b02a0961186df7fdf)
(wangjingcun)
- Fix typo in pkg/lint/rules/chartfile_test.go
[`a303060`](https://redirect.github.com/helm/helm/commit/a303060fc60bc713cd0757503b3fcb4636b14f34)
(Zach Burgess)
- Increasing the size of the runner used for releases.
[`ab45e8a`](https://redirect.github.com/helm/helm/commit/ab45e8a861e929e40163a7ad5a8636cb41f381ac)
(Matt Farina)
- fix(hooks): correct hooks delete order
[`19fe320`](https://redirect.github.com/helm/helm/commit/19fe320ae87e8d1d4bc1952d9da8ea2fe435aa6e)
(Suleiman Dibirov)
- Bump github.com/containerd/containerd from 1.7.12 to 1.7.23
[`4fcc5c2`](https://redirect.github.com/helm/helm/commit/4fcc5c2cadf49d1399adfdbc5ab7222b2dff1d5b)
(dependabot\[bot])

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-14 05:14:36 +01:00
TrueCharts-Bot a3b0afa65d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-11-13 00:07:58 +00:00
TrueCharts Bot 7690243c5f fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.8 → v3.0.9 (clustertool) (#29191) 2024-11-12 09:33:03 +01:00
TrueCharts-Bot 94663b5970 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-11-09 00:07:27 +00:00
TrueCharts Bot 1cfe5bf5a1 fix(deps): update module github.com/siderolabs/talos/pkg/machinery v1.9.0-alpha.1 → v1.9.0-alpha.2 (clustertool) (#29020)
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.9.0-alpha.1` -> `v1.9.0-alpha.2` |

---

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

---

### Release Notes

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

###
[`v1.9.0-alpha.2`](https://redirect.github.com/siderolabs/talos/releases/tag/v1.9.0-alpha.2)

[Compare
Source](https://redirect.github.com/siderolabs/talos/compare/v1.9.0-alpha.1...v1.9.0-alpha.2)

#### [Talos
1.9.0-alpha.2](https://redirect.github.com/siderolabs/talos/releases/tag/v1.9.0-alpha.2)
(2024-11-08)

Welcome to the v1.9.0-alpha.2 release of Talos!\
*This is a pre-release of Talos*

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

##### AppArmor

Talos Linux starting with v1.9 will ship with SELinux LSM enabled by
default.
If you need to use AppArmor LSM add the following to the machine
configuration:

```yaml
machine:
  install:
     extraKernelArgs:
      - -selinux
      - lsm=lockdown,capability,yama,apparmor,bpf
      - apparmor=1
```

##### Auditd

Talos Linux now starts a auditd service by default.
Logs can be read with `talosctl logs auditd`.

##### `talosctl cgroups`

The `talosctl cgroups` command has been added to the `talosctl` tool.
This command allows you to view the cgroup resource consumption and
limits for a machine, e.g.
`talosctl cgroups --preset memory`.

##### udevd

Talos previously used `udevd` to provide `udevd`, now it uses
`systemd-udevd` instead.

##### Component Updates

Linux: 6.6.59
containerd: 2.0.0
Flannel: 0.26.0
Kubernetes: 1.32.0-beta.0
runc: 1.2.1

Talos is built with Go 1.23.2.

##### User Namespaces

Talos Linux now supports running Kubernetes pods with user namespaces
enabled.
Refer to the
[documentation](https://www.talos.dev/v1.9/kubernetes-guides/configuration/usernamespace/)
for more information.

##### Contributors

-   Andrey Smirnov
-   Noel Georgi
-   Dmitriy Matrenichev
-   Dmitry Sharshakov
-   Joakim Nohlgård
-   Jean-Francois Roy
-   Utku Ozdemir
-   blablu
-   Adolfo Ochagavía
-   Dan Rue
-   David Backeus
-   Eddie Wang
-   Florian Ströger
-   Hexoplon
-   Jakob Maležič
-   KBAegis
-   Mike Beaumont
-   Nebula
-   Nico Berlee
-   Philip Schmid
-   Philipp Kleber
-   Remko Molier
-   Robby Ciliberto
-   Ryan Borstelmann
-   Serge Logvinov
-   Spencer Smith
-   Steven Cassamajor
-   Tim Jones
-   adilTepe
-   ekarlso
-   naed3r
-   nevermarine
-   solidDoWant

##### Changes

<details><summary>145 commits</summary>
<p>

-
[@&#8203;`0290a38`](https://redirect.github.com/siderolabs/talos/commit/0290a3881)
release(v1.9.0-alpha.2): prepare release
-
[@&#8203;`a309f6a`](https://redirect.github.com/siderolabs/talos/commit/a309f6aa5)
chore: fix nil pointer dereference in AWS uploader
-
[@&#8203;`333737f`](https://redirect.github.com/siderolabs/talos/commit/333737f17)
test: fix unpriviliged process runner test
-
[@&#8203;`2001167`](https://redirect.github.com/siderolabs/talos/commit/200116705)
chore(ci): save support zip always after tests
-
[@&#8203;`6a42c3b`](https://redirect.github.com/siderolabs/talos/commit/6a42c3b8e)
release(v1.9.0-alpha.1): prepare release
-
[@&#8203;`fb72e4b`](https://redirect.github.com/siderolabs/talos/commit/fb72e4b7b)
fix(ci): skip test if `UserNamespacesSupport` feature gate is not set
-
[@&#8203;`11380f9`](https://redirect.github.com/siderolabs/talos/commit/11380f933)
feat: display current CPU frequency on dashboard
-
[@&#8203;`fbce267`](https://redirect.github.com/siderolabs/talos/commit/fbce267ae)
feat: check bridged interfaces should not have addresses
-
[@&#8203;`942962b`](https://redirect.github.com/siderolabs/talos/commit/942962bf0)
docs: add docs on usernamespace support in k8s
-
[@&#8203;`0406a05`](https://redirect.github.com/siderolabs/talos/commit/0406a05a9)
chore: update pkgs to ones built with gcc 14.2
-
[@&#8203;`2e12762`](https://redirect.github.com/siderolabs/talos/commit/2e127627d)
docs: add apparmor enablement release notes
-
[@&#8203;`aa9311f`](https://redirect.github.com/siderolabs/talos/commit/aa9311f3d)
fix: install disk matcher error
-
[@&#8203;`1800f81`](https://redirect.github.com/siderolabs/talos/commit/1800f8104)
fix: selinux handling and apparmor tests
-
[@&#8203;`313bffa`](https://redirect.github.com/siderolabs/talos/commit/313bffadf)
feat: update Kubernetes to v1.32.0-beta.0
-
[@&#8203;`bbfa144`](https://redirect.github.com/siderolabs/talos/commit/bbfa14451)
feat: update containerd to v2.0.0
-
[@&#8203;`8e02b9f`](https://redirect.github.com/siderolabs/talos/commit/8e02b9fcb)
docs: update manual k8s upgrade docs
-
[@&#8203;`474949d`](https://redirect.github.com/siderolabs/talos/commit/474949dc7)
feat: add dm-cache dm-cache-smq kernel modules
-
[@&#8203;`5112547`](https://redirect.github.com/siderolabs/talos/commit/5112547d6)
chore: generate support zip for crashdump
-
[@&#8203;`a867f85`](https://redirect.github.com/siderolabs/talos/commit/a867f85e4)
feat: label system socket and runtime files
-
[@&#8203;`398f714`](https://redirect.github.com/siderolabs/talos/commit/398f714cf)
feat: update Linux 6.6.59, runc 1.2.1
-
[@&#8203;`05c6209`](https://redirect.github.com/siderolabs/talos/commit/05c620957)
feat: allow extra mounts for docker-based `talosctl cluster create`
-
[@&#8203;`cedabed`](https://redirect.github.com/siderolabs/talos/commit/cedabeddf)
chore: cleanup code
-
[@&#8203;`61d363e`](https://redirect.github.com/siderolabs/talos/commit/61d363e1d)
chore: update go-auditlib
-
[@&#8203;`960a040`](https://redirect.github.com/siderolabs/talos/commit/960a04049)
feat: start enabling SELinux
-
[@&#8203;`7f3aaa2`](https://redirect.github.com/siderolabs/talos/commit/7f3aaa21c)
fix: update permissions for logging directories in /var
-
[@&#8203;`0e6c983`](https://redirect.github.com/siderolabs/talos/commit/0e6c983b8)
fix: mount /sys/kernel/security conditionally
-
[@&#8203;`74b0e8c`](https://redirect.github.com/siderolabs/talos/commit/74b0e8c37)
fix: make route normalization keep family
-
[@&#8203;`0a3761c`](https://redirect.github.com/siderolabs/talos/commit/0a3761c22)
fix: talosctl windows arm64
-
[@&#8203;`4b10c53`](https://redirect.github.com/siderolabs/talos/commit/4b10c5328)
chore: add Windows ARM64 build for talosctl
-
[@&#8203;`9abf161`](https://redirect.github.com/siderolabs/talos/commit/9abf16108)
feat: add auditd service
-
[@&#8203;`d464ca8`](https://redirect.github.com/siderolabs/talos/commit/d464ca869)
chore: drop runc memfd bind added in
[#&#8203;9069](https://redirect.github.com/siderolabs/talos/issues/9069)
-
[@&#8203;`b54d26c`](https://redirect.github.com/siderolabs/talos/commit/b54d26c2c)
fix: mount pseudo sub-mountpoints in init
-
[@&#8203;`7aeb15f`](https://redirect.github.com/siderolabs/talos/commit/7aeb15f73)
chore: disable coredns cache for cluster domain
-
[@&#8203;`d8b6521`](https://redirect.github.com/siderolabs/talos/commit/d8b652150)
docs: add warning about NVMe bus path bug
-
[@&#8203;`3e16ab1`](https://redirect.github.com/siderolabs/talos/commit/3e16ab135)
feat: update Kubernetes to v1.32.0-alpha.3
-
[@&#8203;`0b8b356`](https://redirect.github.com/siderolabs/talos/commit/0b8b35677)
feat: add BridgePort property to network machine configuration
-
[@&#8203;`b379506`](https://redirect.github.com/siderolabs/talos/commit/b37950625)
fix: use more correct condition to skip generating hosts files
-
[@&#8203;`62ec7ec`](https://redirect.github.com/siderolabs/talos/commit/62ec7ec33)
refactor: replace the old v1 mount package with new one
-
[@&#8203;`0ece13c`](https://redirect.github.com/siderolabs/talos/commit/0ece13c62)
docs: update network-config.md (cont)
-
[@&#8203;`93827f0`](https://redirect.github.com/siderolabs/talos/commit/93827f048)
docs: update network-config.md
-
[@&#8203;`423b1e5`](https://redirect.github.com/siderolabs/talos/commit/423b1e5fb)
fix: do not trim 0 from process SELinux label
-
[@&#8203;`2136358`](https://redirect.github.com/siderolabs/talos/commit/2136358d6)
feat: introduce metal agent mode
-
[@&#8203;`0e15955`](https://redirect.github.com/siderolabs/talos/commit/0e15955fc)
chore: small refactoring
-
[@&#8203;`66012a7`](https://redirect.github.com/siderolabs/talos/commit/66012a7f2)
feat: remove wrapperd and launch processes directly
-
[@&#8203;`3a0a17a`](https://redirect.github.com/siderolabs/talos/commit/3a0a17ae6)
fix: prevent panic in nocloud platform code
-
[@&#8203;`dc0c6ac`](https://redirect.github.com/siderolabs/talos/commit/dc0c6acbd)
refactor: remove unmaintained github.com/vishvananda/netlink
-
[@&#8203;`78353f7`](https://redirect.github.com/siderolabs/talos/commit/78353f791)
feat: add parsing of vlanNNNN:ethX style VLAN cmdline args
-
[@&#8203;`9db7a36`](https://redirect.github.com/siderolabs/talos/commit/9db7a36bf)
fix: generation of SecureBoot iso
-
[@&#8203;`c755b6d`](https://redirect.github.com/siderolabs/talos/commit/c755b6d7e)
fix: update the CRI sandbox image reference
-
[@&#8203;`cec290b`](https://redirect.github.com/siderolabs/talos/commit/cec290b35)
feat: allow extensions to log to console
-
[@&#8203;`b7801df`](https://redirect.github.com/siderolabs/talos/commit/b7801df82)
fix: wait for udevd to be running before activating LVM
-
[@&#8203;`d4cb478`](https://redirect.github.com/siderolabs/talos/commit/d4cb478a5)
docs: improve field description for BridgeSTP, BridgeVLAN
-
[@&#8203;`7329824`](https://redirect.github.com/siderolabs/talos/commit/7329824b2)
docs: add Mynewsdesk to ADOPTERS.md
-
[@&#8203;`a13cf76`](https://redirect.github.com/siderolabs/talos/commit/a13cf76a3)
chore: simplify `DNSUpstreamController` and `DNSUpstream` resource
-
[@&#8203;`62d1854`](https://redirect.github.com/siderolabs/talos/commit/62d185473)
fix: talosctl process null character
-
[@&#8203;`77d7368`](https://redirect.github.com/siderolabs/talos/commit/77d7368ea)
feat: update containerd to v2.0.0-rc.6
-
[@&#8203;`d393938`](https://redirect.github.com/siderolabs/talos/commit/d39393879)
fix: rework the 'metal-iso' config acquisition
-
[@&#8203;`1993afc`](https://redirect.github.com/siderolabs/talos/commit/1993afca9)
chore: create /usr/etc in a different step
-
[@&#8203;`8680351`](https://redirect.github.com/siderolabs/talos/commit/8680351c1)
chore: move system extensions' udev rules
-
[@&#8203;`3067f64`](https://redirect.github.com/siderolabs/talos/commit/3067f64c8)
feat: update Flannel to v0.26.0
-
[@&#8203;`8658d68`](https://redirect.github.com/siderolabs/talos/commit/8658d6865)
docs: typo in deploying cilium
-
[@&#8203;`49bbadc`](https://redirect.github.com/siderolabs/talos/commit/49bbadc4b)
docs: add documentation on performance tuning
-
[@&#8203;`534b0ce`](https://redirect.github.com/siderolabs/talos/commit/534b0ce18)
feat: update runc to 1.2.0 final
-
[@&#8203;`2172535`](https://redirect.github.com/siderolabs/talos/commit/217253523)
docs: fix image factory links
-
[@&#8203;`375e3da`](https://redirect.github.com/siderolabs/talos/commit/375e3da73)
feat: update Kubernetes to 1.32.0-alpha.2
-
[@&#8203;`9e6f64d`](https://redirect.github.com/siderolabs/talos/commit/9e6f64df0)
fix: improve error messages for invalid bridge/bond configuration
-
[@&#8203;`7c8c72c`](https://redirect.github.com/siderolabs/talos/commit/7c8c72c2b)
fix: correct error message for invalid ip=
-
[@&#8203;`ead4699`](https://redirect.github.com/siderolabs/talos/commit/ead46997c)
chore: rename tpm2.PCRExtent -> tpm2.PCRExtend
-
[@&#8203;`867c4b8`](https://redirect.github.com/siderolabs/talos/commit/867c4b812)
docs: fix typo in prodnotes.md
-
[@&#8203;`1b22df4`](https://redirect.github.com/siderolabs/talos/commit/1b22df48a)
chore: support debug shell for advanced development
-
[@&#8203;`c14b446`](https://redirect.github.com/siderolabs/talos/commit/c14b44622)
feat: update Kubernetes to v1.32.0-alpha.1
-
[@&#8203;`29780d3`](https://redirect.github.com/siderolabs/talos/commit/29780d35a)
test: add an integration test for verifying process parameters
-
[@&#8203;`3d342af`](https://redirect.github.com/siderolabs/talos/commit/3d342af44)
fix: update incorrect alias for PCIDevice resource
-
[@&#8203;`f7d35a5`](https://redirect.github.com/siderolabs/talos/commit/f7d35a5e0)
release(v1.9.0-alpha.0): prepare release
-
[@&#8203;`e0434d7`](https://redirect.github.com/siderolabs/talos/commit/e0434d77d)
feat: update dependencies
-
[@&#8203;`5c5a248`](https://redirect.github.com/siderolabs/talos/commit/5c5a24886)
feat: add Talos 1.9 compatibility guarantees
-
[@&#8203;`bc4c21f`](https://redirect.github.com/siderolabs/talos/commit/bc4c21f41)
test: add json logs test environment
-
[@&#8203;`71faa32`](https://redirect.github.com/siderolabs/talos/commit/71faa3294)
docs: nvidia proprietary/oss hardware requirement
-
[@&#8203;`59a78da`](https://redirect.github.com/siderolabs/talos/commit/59a78da42)
chore: add proto-codec/codec
-
[@&#8203;`7ff1ced`](https://redirect.github.com/siderolabs/talos/commit/7ff1cedfe)
chore: update siderolabs/crypto module and return proper ALPN
-
[@&#8203;`ccbd5ae`](https://redirect.github.com/siderolabs/talos/commit/ccbd5aed3)
feat: optionally decode hcloud userdata as base64
-
[@&#8203;`34f652c`](https://redirect.github.com/siderolabs/talos/commit/34f652ce8)
feat: add well-known app.kubernetes.io labels to control-plane pods
-
[@&#8203;`fc89dc2`](https://redirect.github.com/siderolabs/talos/commit/fc89dc216)
fix: support `extra-disks` when using iso
-
[@&#8203;`f2bff81`](https://redirect.github.com/siderolabs/talos/commit/f2bff814d)
chore: add arm64 target for integration-test
-
[@&#8203;`5853bb0`](https://redirect.github.com/siderolabs/talos/commit/5853bb0ea)
fix: json logging panic
-
[@&#8203;`a859cff`](https://redirect.github.com/siderolabs/talos/commit/a859cff36)
chore: use virtio driver for disks in arm64
-
[@&#8203;`db248de`](https://redirect.github.com/siderolabs/talos/commit/db248de88)
chore(ci): add config for lldpd extension
-
[@&#8203;`9f0de9f`](https://redirect.github.com/siderolabs/talos/commit/9f0de9f43)
test: update provision upgrade tests for Talos 1.9
-
[@&#8203;`39fe285`](https://redirect.github.com/siderolabs/talos/commit/39fe285e6)
fix: skip ram disks
-
[@&#8203;`a9bff3a`](https://redirect.github.com/siderolabs/talos/commit/a9bff3a1d)
test: skip no error test in Cilium
-
[@&#8203;`4d90202`](https://redirect.github.com/siderolabs/talos/commit/4d902021b)
fix: do not use pflag csv comma reader for config-patch
-
[@&#8203;`5371788`](https://redirect.github.com/siderolabs/talos/commit/5371788ce)
fix: typo in documentation
-
[@&#8203;`8a228ba`](https://redirect.github.com/siderolabs/talos/commit/8a228ba6b)
docs: add egress documentation
-
[@&#8203;`182325c`](https://redirect.github.com/siderolabs/talos/commit/182325cb0)
test: skip lvm test if not enough user disks available
-
[@&#8203;`519a483`](https://redirect.github.com/siderolabs/talos/commit/519a48302)
fix: wipe system partitions correctly via kernel args
-
[@&#8203;`0a2b455`](https://redirect.github.com/siderolabs/talos/commit/0a2b4556c)
fix: volume encryption with failing keyslots
-
[@&#8203;`6affbd3`](https://redirect.github.com/siderolabs/talos/commit/6affbd318)
fix: update grpc-go the latest patch release
-
[@&#8203;`77a4a4a`](https://redirect.github.com/siderolabs/talos/commit/77a4a4adc)
fix: scaleway metadata
-
[@&#8203;`7acadc0`](https://redirect.github.com/siderolabs/talos/commit/7acadc0c8)
fix: do not stop udevd before unmounting volumes
-
[@&#8203;`6a08105`](https://redirect.github.com/siderolabs/talos/commit/6a081055b)
feat: update Flannel to v0.25.7
-
[@&#8203;`2362f6d`](https://redirect.github.com/siderolabs/talos/commit/2362f6d3e)
fix: improve container detection
-
[@&#8203;`b67bc73`](https://redirect.github.com/siderolabs/talos/commit/b67bc73fd)
fix: fix mdadm system extension
-
[@&#8203;`f08669c`](https://redirect.github.com/siderolabs/talos/commit/f08669c7a)
feat: bring in lpfc kernel module driver
-
[@&#8203;`6a01437`](https://redirect.github.com/siderolabs/talos/commit/6a014374b)
feat: enable QEDF driver
-
[@&#8203;`f711907`](https://redirect.github.com/siderolabs/talos/commit/f711907e0)
fix: make /var/run empty on reboots
-
[@&#8203;`7d02eb6`](https://redirect.github.com/siderolabs/talos/commit/7d02eb60f)
docs: fix typo in CloudStack docs
-
[@&#8203;`7486157`](https://redirect.github.com/siderolabs/talos/commit/74861573a)
fix: multiple fixes for LVM activation
-
[@&#8203;`74c12c2`](https://redirect.github.com/siderolabs/talos/commit/74c12c20e)
feat: replace eudev with systemd-udevd
-
[@&#8203;`0a4df4e`](https://redirect.github.com/siderolabs/talos/commit/0a4df4ef8)
docs: fix nvidia CRI config example
-
[@&#8203;`afc1e1a`](https://redirect.github.com/siderolabs/talos/commit/afc1e1a46)
docs: fix typo in extraMounts directory
-
[@&#8203;`a341bdb`](https://redirect.github.com/siderolabs/talos/commit/a341bdb06)
fix: prevent file descriptors leaks to child processes
-
[@&#8203;`dec653b`](https://redirect.github.com/siderolabs/talos/commit/dec653bfe)
chore: better lvm2 tests
-
[@&#8203;`908fd87`](https://redirect.github.com/siderolabs/talos/commit/908fd8789)
feat: support cgroup deep analysis in `talosctl`
-
[@&#8203;`aa846cc`](https://redirect.github.com/siderolabs/talos/commit/aa846cc18)
feat: add support for CI Network config in nocloud
-
[@&#8203;`10f2539`](https://redirect.github.com/siderolabs/talos/commit/10f2539f2)
chore: disable cloud-images cron workflow
-
[@&#8203;`b07a8b3`](https://redirect.github.com/siderolabs/talos/commit/b07a8b36b)
chore: ignore more plugins for system containerd
-
[@&#8203;`392c479`](https://redirect.github.com/siderolabs/talos/commit/392c4798f)
feat: prepare for Talos 1.9
-
[@&#8203;`ea7bf9f`](https://redirect.github.com/siderolabs/talos/commit/ea7bf9fb4)
docs: update storage.md
-
[@&#8203;`4ab8dee`](https://redirect.github.com/siderolabs/talos/commit/4ab8dee69)
fix: build talosctl without `tcell_minimal`
-
[@&#8203;`2fa019b`](https://redirect.github.com/siderolabs/talos/commit/2fa019bd9)
docs: enable 'edit on GitHub' link
-
[@&#8203;`d2ccbc2`](https://redirect.github.com/siderolabs/talos/commit/d2ccbc2b1)
docs: update hetzner documentation for CCM
-
[@&#8203;`d498f64`](https://redirect.github.com/siderolabs/talos/commit/d498f647c)
docs: fix Kernel Self Protection Project (KSPP) references
-
[@&#8203;`0ec7546`](https://redirect.github.com/siderolabs/talos/commit/0ec75463e)
docs: make Talos 1.8 current release
-
[@&#8203;`9b77698`](https://redirect.github.com/siderolabs/talos/commit/9b77698cf)
fix: update blockdevice library to v2.0.2
-
[@&#8203;`e46227a`](https://redirect.github.com/siderolabs/talos/commit/e46227ab9)
docs: fix kubespan name inconsistency
-
[@&#8203;`6b15ca1`](https://redirect.github.com/siderolabs/talos/commit/6b15ca19c)
fix: audit and fix cgroup reservations
-
[@&#8203;`32b5d01`](https://redirect.github.com/siderolabs/talos/commit/32b5d01ed)
chore: bump lvm2
-
[@&#8203;`6484581`](https://redirect.github.com/siderolabs/talos/commit/6484581eb)
feat: allow /sbin/ldconfig in extensions
-
[@&#8203;`9fa08e8`](https://redirect.github.com/siderolabs/talos/commit/9fa08e843)
chore: refactor tests
-
[@&#8203;`d8ab498`](https://redirect.github.com/siderolabs/talos/commit/d8ab4981b)
feat: support lvm auto activation
-
[@&#8203;`8166a58`](https://redirect.github.com/siderolabs/talos/commit/8166a58b3)
fix: filter out non-printable characters in process line
-
[@&#8203;`806b6aa`](https://redirect.github.com/siderolabs/talos/commit/806b6aaf5)
docs: add SECURITY.md
-
[@&#8203;`7bd26df`](https://redirect.github.com/siderolabs/talos/commit/7bd26df30)
docs: document `/dev/net/tun` compatibility
-
[@&#8203;`18daedb`](https://redirect.github.com/siderolabs/talos/commit/18daedb51)
fix: strategic merge patch delete for map keys
-
[@&#8203;`f337052`](https://redirect.github.com/siderolabs/talos/commit/f3370529a)
docs: correct typo
-
[@&#8203;`8d6884a`](https://redirect.github.com/siderolabs/talos/commit/8d6884a8e)
test: add a test for inline machine config trusted roots
-
[@&#8203;`d4a6d01`](https://redirect.github.com/siderolabs/talos/commit/d4a6d017d)
fix: ignore invalid NTP responses
-
[@&#8203;`869f837`](https://redirect.github.com/siderolabs/talos/commit/869f8379f)
feat: update default Kubernetes version to 1.31.1
-
[@&#8203;`780a1f1`](https://redirect.github.com/siderolabs/talos/commit/780a1f198)
fix: update CoreDNS health check
-
[@&#8203;`79cd031`](https://redirect.github.com/siderolabs/talos/commit/79cd03158)
chore: account for resource sorting in dns upstream resource
-
[@&#8203;`e17fafa`](https://redirect.github.com/siderolabs/talos/commit/e17fafaca)
chore: drop `activateLogicalVolumes` sequencer step
-
[@&#8203;`a294b36`](https://redirect.github.com/siderolabs/talos/commit/a294b366f)
fix: parse SideroLink API endpoint correctly
-
[@&#8203;`a9269ac`](https://redirect.github.com/siderolabs/talos/commit/a9269ac7b)
fix: remove extra logging on ethtool ioctl failures
-
[@&#8203;`5c6277d`](https://redirect.github.com/siderolabs/talos/commit/5c6277d17)
feat: update etcd to 3.5.16
-
[@&#8203;`c1ed298`](https://redirect.github.com/siderolabs/talos/commit/c1ed2984b)
docs: add what's new for Talos 1.8

</p>
</details>

##### Changes since v1.9.0-alpha.1
<details><summary>4 commits</summary>
<p>

-
[@&#8203;`0290a38`](https://redirect.github.com/siderolabs/talos/commit/0290a3881)
release(v1.9.0-alpha.2): prepare release
-
[@&#8203;`a309f6a`](https://redirect.github.com/siderolabs/talos/commit/a309f6aa5)
chore: fix nil pointer dereference in AWS uploader
-
[@&#8203;`333737f`](https://redirect.github.com/siderolabs/talos/commit/333737f17)
test: fix unpriviliged process runner test
-
[@&#8203;`2001167`](https://redirect.github.com/siderolabs/talos/commit/200116705)
chore(ci): save support zip always after tests

</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/discovery-api
<details><summary>1 commit</summary>
<p>

-
[siderolabs/discovery-api@`005e92c`](https://redirect.github.com/siderolabs/discovery-api/commit/005e92c)
chore: rekres and regen

</p>
</details>

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

-
[siderolabs/discovery-client@`b74fb90`](https://redirect.github.com/siderolabs/discovery-client/commit/b74fb90)
fix: allow custom TLS config for the client

</p>
</details>

##### Changes from siderolabs/extras
<details><summary>2 commits</summary>
<p>

-
[siderolabs/extras@`eab6e58`](https://redirect.github.com/siderolabs/extras/commit/eab6e58)
feat: update dependencies
-
[siderolabs/extras@`1459d78`](https://redirect.github.com/siderolabs/extras/commit/1459d78)
feat: update pkgs for 1.9

</p>
</details>

##### Changes from siderolabs/gen
<details><summary>3 commits</summary>
<p>

-
[siderolabs/gen@`e847d2a`](https://redirect.github.com/siderolabs/gen/commit/e847d2a)
chore: add more utilities to xiter
-
[siderolabs/gen@`f3c5a2b`](https://redirect.github.com/siderolabs/gen/commit/f3c5a2b)
chore: add `Empty` and `Empty2` iterators
-
[siderolabs/gen@`c53b90b`](https://redirect.github.com/siderolabs/gen/commit/c53b90b)
chore: add packages xiter/xstrings/xbytes

</p>
</details>

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

-
[siderolabs/go-blockdevice@`134c41b`](https://redirect.github.com/siderolabs/go-blockdevice/commit/134c41b)
fix: fast wipe also last 1MB of the device

</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/go-cmd
<details><summary>3 commits</summary>
<p>

-
[siderolabs/go-cmd@`d735250`](https://redirect.github.com/siderolabs/go-cmd/commit/d735250)
fix: return an error on process nonzero exit code
-
[siderolabs/go-cmd@`5662c7f`](https://redirect.github.com/siderolabs/go-cmd/commit/5662c7f)
feat: add an equivalent of WaitWrapper for os.Process
-
[siderolabs/go-cmd@`71fced6`](https://redirect.github.com/siderolabs/go-cmd/commit/71fced6)
chore: rekres and move to GHA

</p>
</details>

##### Changes from siderolabs/go-kubernetes
<details><summary>3 commits</summary>
<p>

-
[siderolabs/go-kubernetes@`87d2e8e`](https://redirect.github.com/siderolabs/go-kubernetes/commit/87d2e8e)
feat: add one more deprecation for 1.32.0-beta.0
-
[siderolabs/go-kubernetes@`e56a7f6`](https://redirect.github.com/siderolabs/go-kubernetes/commit/e56a7f6)
fix: update deprecations based on Kubernetes 1.32.0-alpha.3
-
[siderolabs/go-kubernetes@`381f251`](https://redirect.github.com/siderolabs/go-kubernetes/commit/381f251)
feat: update for Kubernetes 1.32

</p>
</details>

##### Changes from siderolabs/grpc-proxy
<details><summary>2 commits</summary>
<p>

-
[siderolabs/grpc-proxy@`de1c628`](https://redirect.github.com/siderolabs/grpc-proxy/commit/de1c628)
fix: copy data from big frame msg
-
[siderolabs/grpc-proxy@`ef47ec7`](https://redirect.github.com/siderolabs/grpc-proxy/commit/ef47ec7)
chore: upgrade Codec implementations and usages to Codec2

</p>
</details>

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

-
[siderolabs/pkgs@`4699763`](https://redirect.github.com/siderolabs/pkgs/commit/4699763)
feat: update gcc to 14.2
-
[siderolabs/pkgs@`9a98f73`](https://redirect.github.com/siderolabs/pkgs/commit/9a98f73)
feat: update containerd to v2.0.0
-
[siderolabs/pkgs@`20e1e08`](https://redirect.github.com/siderolabs/pkgs/commit/20e1e08)
feat: enable CONFIG_DM_CACHE
-
[siderolabs/pkgs@`df45e16`](https://redirect.github.com/siderolabs/pkgs/commit/df45e16)
feat: update Linux to 6.6.59
-
[siderolabs/pkgs@`2e733cc`](https://redirect.github.com/siderolabs/pkgs/commit/2e733cc)
feat: bump dependencies
-
[siderolabs/pkgs@`c92e123`](https://redirect.github.com/siderolabs/pkgs/commit/c92e123)
fix: enable nvme and 2.5gbit ethernet on nanopi-r5s
-
[siderolabs/pkgs@`b160184`](https://redirect.github.com/siderolabs/pkgs/commit/b160184)
feat: update runc to v1.2.1
-
[siderolabs/pkgs@`e9950d9`](https://redirect.github.com/siderolabs/pkgs/commit/e9950d9)
chore: drop syslinux
-
[siderolabs/pkgs@`fc2e8dc`](https://redirect.github.com/siderolabs/pkgs/commit/fc2e8dc)
feat: update containerd to v2.0.0-rc.6
-
[siderolabs/pkgs@`38304a6`](https://redirect.github.com/siderolabs/pkgs/commit/38304a6)
feat: update Linux to 6.6.58
-
[siderolabs/pkgs@`84b8df8`](https://redirect.github.com/siderolabs/pkgs/commit/84b8df8)
chore: do not use /usr/etc/udev
-
[siderolabs/pkgs@`c9282c8`](https://redirect.github.com/siderolabs/pkgs/commit/c9282c8)
feat: update runc to 1.2.0
-
[siderolabs/pkgs@`38ad08e`](https://redirect.github.com/siderolabs/pkgs/commit/38ad08e)
fix: default IOMMU mode to 'lazy'
-
[siderolabs/pkgs@`be92da0`](https://redirect.github.com/siderolabs/pkgs/commit/be92da0)
feat: update Linux to 6.6.57, update Linux firmware
-
[siderolabs/pkgs@`0b67a13`](https://redirect.github.com/siderolabs/pkgs/commit/0b67a13)
feat: bump dependencies
-
[siderolabs/pkgs@`dd5f928`](https://redirect.github.com/siderolabs/pkgs/commit/dd5f928)
feat: update Linux 6.6.56 and protect /proc/mem
-
[siderolabs/pkgs@`b1bf972`](https://redirect.github.com/siderolabs/pkgs/commit/b1bf972)
feat: enable CONFIG_XFRM_STATISTICS
-
[siderolabs/pkgs@`c63beae`](https://redirect.github.com/siderolabs/pkgs/commit/c63beae)
feat: update Linux to 6.6.54
-
[siderolabs/pkgs@`f474a55`](https://redirect.github.com/siderolabs/pkgs/commit/f474a55)
fix: libselinux: support running without /etc/selinux
-
[siderolabs/pkgs@`ba0341e`](https://redirect.github.com/siderolabs/pkgs/commit/ba0341e)
fix: systemd-udevd: search for config in /usr/etc
-
[siderolabs/pkgs@`2b193f1`](https://redirect.github.com/siderolabs/pkgs/commit/2b193f1)
feat: add lpfc kernel module
-
[siderolabs/pkgs@`1adb946`](https://redirect.github.com/siderolabs/pkgs/commit/1adb946)
feat: enable QEDF driver
-
[siderolabs/pkgs@`dbbe3d0`](https://redirect.github.com/siderolabs/pkgs/commit/dbbe3d0)
feat: update containerd to v2.0.0-rc.5
-
[siderolabs/pkgs@`f19590e`](https://redirect.github.com/siderolabs/pkgs/commit/f19590e)
feat: update Go to 1.23.2
-
[siderolabs/pkgs@`e2a561f`](https://redirect.github.com/siderolabs/pkgs/commit/e2a561f)
fix: drop the LVM2 udev lvm rule
-
[siderolabs/pkgs@`ae205aa`](https://redirect.github.com/siderolabs/pkgs/commit/ae205aa)
fix: force LVM to use `/run` as state directory
-
[siderolabs/pkgs@`232a153`](https://redirect.github.com/siderolabs/pkgs/commit/232a153)
feat: replace eudev with systemd-udevd
-
[siderolabs/pkgs@`40fb82a`](https://redirect.github.com/siderolabs/pkgs/commit/40fb82a)
feat: add libselinux, libsepol, pcre2 and libcap
-
[siderolabs/pkgs@`6f40fbb`](https://redirect.github.com/siderolabs/pkgs/commit/6f40fbb)
feat: update xfsprogs 6.10.1
-
[siderolabs/pkgs@`a1709c7`](https://redirect.github.com/siderolabs/pkgs/commit/a1709c7)
feat: enable module unloading and memory hotplug (for NVIDIA UVM)
-
[siderolabs/pkgs@`2c5785b`](https://redirect.github.com/siderolabs/pkgs/commit/2c5785b)
feat: enable transparent huge pages in madvise mode
-
[siderolabs/pkgs@`ca2e8c8`](https://redirect.github.com/siderolabs/pkgs/commit/ca2e8c8)
fix: lvm2 modprobe path
-
[siderolabs/pkgs@`6b334a6`](https://redirect.github.com/siderolabs/pkgs/commit/6b334a6)
feat: update Linux to 6.6.52
-
[siderolabs/pkgs@`e90ae7e`](https://redirect.github.com/siderolabs/pkgs/commit/e90ae7e)
feat: update Linux firmware to
[`2024090`](https://redirect.github.com/siderolabs/talos/commit/20240909)
-
[siderolabs/pkgs@`79a4f92`](https://redirect.github.com/siderolabs/pkgs/commit/79a4f92)
feat: enable INET_DIAG
-
[siderolabs/pkgs@`c9f7eb9`](https://redirect.github.com/siderolabs/pkgs/commit/c9f7eb9)
feat: update Linux to 6.6.51
-
[siderolabs/pkgs@`126b6a4`](https://redirect.github.com/siderolabs/pkgs/commit/126b6a4)
fix: add mpt3sas UBSAN patches
-
[siderolabs/pkgs@`a09bf93`](https://redirect.github.com/siderolabs/pkgs/commit/a09bf93)
chore: drop UBSAN patch

</p>
</details>

##### Changes from siderolabs/proto-codec
<details><summary>3 commits</summary>
<p>

-
[siderolabs/proto-codec@`0d84c65`](https://redirect.github.com/siderolabs/proto-codec/commit/0d84c65)
chore: add support for gogo protobuf generator
-
[siderolabs/proto-codec@`19f8d2e`](https://redirect.github.com/siderolabs/proto-codec/commit/19f8d2e)
chore: add kres
-
[siderolabs/proto-codec@`e038bb4`](https://redirect.github.com/siderolabs/proto-codec/commit/e038bb4)
Initial commit

</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>

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

-
[siderolabs/tools@`3750064`](https://redirect.github.com/siderolabs/tools/commit/3750064)
fix: update for musl with close_range
-
[siderolabs/tools@`0a443c6`](https://redirect.github.com/siderolabs/tools/commit/0a443c6)
feat: update toolchain for gcc 14.2
-
[siderolabs/tools@`63ecd80`](https://redirect.github.com/siderolabs/tools/commit/63ecd80)
feat: bump depedendencies
-
[siderolabs/tools@`2058296`](https://redirect.github.com/siderolabs/tools/commit/2058296)
feat: bump dependencies
-
[siderolabs/tools@`1151610`](https://redirect.github.com/siderolabs/tools/commit/1151610)
feat: update Go to 1.23.2
-
[siderolabs/tools@`9f2189b`](https://redirect.github.com/siderolabs/tools/commit/9f2189b)
fix: bump gettext-tiny to the latest dev version
-
[siderolabs/tools@`95069d6`](https://redirect.github.com/siderolabs/tools/commit/95069d6)
feat: update Go to 1.23.1
-
[siderolabs/tools@`eec0656`](https://redirect.github.com/siderolabs/tools/commit/eec0656)
feat: replace gettext with gettext-tiny

</p>
</details>

##### Dependency Changes

- **cloud.google.com/go/compute/metadata** v0.5.0 -> v0.5.2
- **github.com/Azure/azure-sdk-for-go/sdk/azcore** v1.13.0 -> v1.16.0
- **github.com/Azure/azure-sdk-for-go/sdk/azidentity** v1.7.0 -> v1.8.0
-
**github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates**
v1.1.0 -> v1.2.0
- **github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys**
v1.1.0 -> v1.2.0
- **github.com/aws/aws-sdk-go-v2/config** v1.27.33 -> v1.28.1
- **github.com/aws/aws-sdk-go-v2/feature/ec2/imds** v1.16.13 -> v1.16.18
- **github.com/aws/aws-sdk-go-v2/service/kms** v1.35.7 -> v1.37.3
- **github.com/aws/smithy-go** v1.20.4 -> v1.22.0
- **github.com/containerd/containerd/api** v1.8.0-rc.3 -> v1.8.0
- **github.com/containerd/containerd/v2** v2.0.0-rc.4 -> v2.0.0
- **github.com/containerd/errdefs** v0.1.0 -> v1.0.0
- **github.com/containerd/platforms** v0.2.1 -> v1.0.0-rc.0
- **github.com/containerd/typeurl/v2** v2.2.0 -> v2.2.2
- **github.com/containernetworking/plugins** v1.5.1 -> v1.6.0
- **github.com/cosi-project/runtime** v0.5.5 -> v0.7.1
- **github.com/docker/cli** v27.3.1 ***new***
- **github.com/docker/docker** v27.2.0 -> v27.3.1
- **github.com/elastic/go-libaudit/v2**
[`1df86e7`](https://redirect.github.com/siderolabs/talos/commit/1df86e79cca7)
***new***
- **github.com/fatih/color** v1.17.0 -> v1.18.0
- **github.com/florianl/go-tc** v0.4.4 ***new***
- **github.com/foxboron/go-uefi**
[`e2076f0`](https://redirect.github.com/siderolabs/talos/commit/e2076f0e58ca)
->
[`fab4fdf`](https://redirect.github.com/siderolabs/talos/commit/fab4fdf2f2f3)
- **github.com/fsnotify/fsnotify** v1.7.0 -> v1.8.0
- **github.com/google/cadvisor** v0.50.0 -> v0.51.0
- **github.com/gopacket/gopacket** v1.2.0 -> v1.3.0
- **github.com/hetznercloud/hcloud-go/v2** v2.13.1 -> v2.15.0
- **github.com/klauspost/compress** v1.17.9 -> v1.17.11
- **github.com/linode/go-metadata** v0.2.0 -> v0.2.1
- **github.com/mdlayher/ethtool** v0.1.0 -> v0.2.0
- **github.com/opencontainers/runc** v1.2.0-rc.3 -> v1.2.1
- **github.com/rivo/tview**
[`fd649db`](https://redirect.github.com/siderolabs/talos/commit/fd649dbf1223)
->
[`c76f787`](https://redirect.github.com/siderolabs/talos/commit/c76f7879f592)
- **github.com/siderolabs/crypto** v0.4.4 -> v0.5.0
- **github.com/siderolabs/discovery-api** v0.1.4 -> v0.1.5
- **github.com/siderolabs/discovery-client** v0.1.9 -> v0.1.10
- **github.com/siderolabs/extras** v1.8.0 -> v1.9.0-alpha.0-1-geab6e58
- **github.com/siderolabs/gen** v0.5.0 -> v0.7.0
- **github.com/siderolabs/go-blockdevice** v0.4.7 -> v0.4.8
- **github.com/siderolabs/go-blockdevice/v2** v2.0.2 -> v2.0.3
- **github.com/siderolabs/go-circular** v0.2.0 -> v0.2.1
- **github.com/siderolabs/go-cmd** v0.1.1 -> v0.1.3
- **github.com/siderolabs/go-kubernetes** v0.2.12 -> v0.2.15
- **github.com/siderolabs/grpc-proxy** v0.4.1 -> v0.5.1
- **github.com/siderolabs/pkgs** v1.8.0-8-gdf1a1a5 ->
v1.9.0-alpha.0-37-g4699763
- **github.com/siderolabs/proto-codec** v0.1.1 ***new***
- **github.com/siderolabs/siderolink** v0.3.10 -> v0.3.11
- **github.com/siderolabs/talos/pkg/machinery** v1.8.0 -> v1.9.0-alpha.2
- **github.com/siderolabs/tools** v1.8.0-1-ga0c06c6 ->
v1.9.0-alpha.0-7-g3750064
- **golang.org/x/net** v0.29.0 -> v0.30.0
- **golang.org/x/sys** v0.25.0 -> v0.26.0
- **golang.org/x/term** v0.24.0 -> v0.25.0
- **golang.org/x/text** v0.18.0 -> v0.19.0
- **golang.org/x/time** v0.6.0 -> v0.7.0
- **google.golang.org/grpc** v1.66.0 -> v1.67.1
- **google.golang.org/protobuf** v1.34.2 -> v1.35.1
- **k8s.io/api** v0.31.1 -> v0.32.0-beta.0
- **k8s.io/apimachinery** v0.31.1 -> v0.32.0-beta.0
- **k8s.io/apiserver** v0.31.1 -> v0.32.0-beta.0
- **k8s.io/client-go** v0.31.1 -> v0.32.0-beta.0
- **k8s.io/component-base** v0.31.1 -> v0.32.0-beta.0
- **k8s.io/cri-api** v0.32.0-alpha.0 -> v0.32.0-beta.0
- **k8s.io/kube-scheduler** v0.31.1 -> v0.32.0-beta.0
- **k8s.io/kubectl** v0.31.1 -> v0.32.0-beta.0
- **k8s.io/kubelet** v0.31.1 -> v0.32.0-beta.0
- **k8s.io/pod-security-admission** v0.31.1 -> v0.32.0-beta.0
- **kernel.org/pub/linux/libs/security/libcap/cap** v1.2.70 -> v1.2.71

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

#### Images

    ghcr.io/siderolabs/flannel:v0.26.0
    registry.k8s.io/coredns/coredns:v1.11.3
    gcr.io/etcd-development/etcd:v3.5.16
    registry.k8s.io/kube-apiserver:v1.32.0-beta.0
    registry.k8s.io/kube-controller-manager:v1.32.0-beta.0
    registry.k8s.io/kube-scheduler:v1.32.0-beta.0
    registry.k8s.io/kube-proxy:v1.32.0-beta.0
    ghcr.io/siderolabs/kubelet:v1.32.0-beta.0
    ghcr.io/siderolabs/installer:v1.9.0-alpha.2
    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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-08 21:37:47 +01:00
TrueCharts Bot 21058ae9d0 fix(deps): update module github.com/siderolabs/talos/pkg/machinery v1.9.0-alpha.0 → v1.9.0-alpha.1 (clustertool) (#29009)
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.9.0-alpha.0` -> `v1.9.0-alpha.1` |

---

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

---

### Release Notes

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

###
[`v1.9.0-alpha.1`](https://redirect.github.com/siderolabs/talos/compare/v1.9.0-alpha.0...v1.9.0-alpha.1)

[Compare
Source](https://redirect.github.com/siderolabs/talos/compare/v1.9.0-alpha.0...v1.9.0-alpha.1)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-08 17:19:32 +01:00
TrueCharts Bot 3b7dcbf7f1 fix(deps): update module golang.org/x/crypto v0.28.0 → v0.29.0 (clustertool) (#28973) 2024-11-08 01:20:11 +01:00
Kjeld Schouten df2003023a fix(clustertool): fix kubectl logging error, add kubeconfig command and fix some command docs 2024-11-08 00:39:24 +01:00
Kjeld Schouten 8abe0ab511 fix(clustertool): ensure kubectl uses k8s.io/yaml 2024-11-08 00:23:36 +01:00
TrueCharts Bot 81e76cee62 fix(deps): update module github.com/knadh/koanf/v2 v2.1.1 → v2.1.2 (clustertool) (#28905)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/knadh/koanf/v2](https://redirect.github.com/knadh/koanf) |
require | patch | `v2.1.1` -> `v2.1.2` |

---

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

---

### Release Notes

<details>
<summary>knadh/koanf (github.com/knadh/koanf/v2)</summary>

###
[`v2.1.2`](https://redirect.github.com/knadh/koanf/releases/tag/v2.1.2)

[Compare
Source](https://redirect.github.com/knadh/koanf/compare/v2.1.1...v2.1.2)

#### What's Changed

- chore: Update godoc URL in README by
[@&#8203;rhnvrm](https://redirect.github.com/rhnvrm) in
[https://github.com/knadh/koanf/pull/279](https://redirect.github.com/knadh/koanf/pull/279)
- Add support for parser TOML v2 spec by
[@&#8203;knadh](https://redirect.github.com/knadh) in
[https://github.com/knadh/koanf/pull/286](https://redirect.github.com/knadh/koanf/pull/286)
- Bump golang.org/x/net from 0.17.0 to 0.23.0 in /providers/consul by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/knadh/koanf/pull/289](https://redirect.github.com/knadh/koanf/pull/289)
- Bump golang.org/x/net from 0.17.0 to 0.23.0 in /providers/vault by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/knadh/koanf/pull/288](https://redirect.github.com/knadh/koanf/pull/288)
- Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/knadh/koanf/pull/290](https://redirect.github.com/knadh/koanf/pull/290)
- Bump golang.org/x/net from 0.17.0 to 0.23.0 in /providers/etcd by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/knadh/koanf/pull/287](https://redirect.github.com/knadh/koanf/pull/287)
- upgrade toml v2 package to 2.2.2 by
[@&#8203;GreyXor](https://redirect.github.com/GreyXor) in
[https://github.com/knadh/koanf/pull/292](https://redirect.github.com/knadh/koanf/pull/292)
- Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 in
/providers/vault by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/knadh/koanf/pull/301](https://redirect.github.com/knadh/koanf/pull/301)
- Upgrade fsnotify lib in file provider. by
[@&#8203;knadh](https://redirect.github.com/knadh) in
[https://github.com/knadh/koanf/pull/302](https://redirect.github.com/knadh/koanf/pull/302)
- Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 in
/examples by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/knadh/koanf/pull/303](https://redirect.github.com/knadh/koanf/pull/303)
- Add `Unwatch()` to file provider. by
[@&#8203;knadh](https://redirect.github.com/knadh) in
[https://github.com/knadh/koanf/pull/306](https://redirect.github.com/knadh/koanf/pull/306)
- docs: Improve marshal section by
[@&#8203;bersace](https://redirect.github.com/bersace) in
[https://github.com/knadh/koanf/pull/311](https://redirect.github.com/knadh/koanf/pull/311)
- fix(basicflag): option not apply by
[@&#8203;qianlongzt](https://redirect.github.com/qianlongzt) in
[https://github.com/knadh/koanf/pull/322](https://redirect.github.com/knadh/koanf/pull/322)
- Fix incorrect unflatten in env provider. Closes
[#&#8203;319](https://redirect.github.com/knadh/koanf/issues/319). by
[@&#8203;knadh](https://redirect.github.com/knadh) in
[https://github.com/knadh/koanf/pull/324](https://redirect.github.com/knadh/koanf/pull/324)
- fix: update file watch to trigger callback after symbolic link changes
by [@&#8203;jondavidnd1](https://redirect.github.com/jondavidnd1) in
[https://github.com/knadh/koanf/pull/326](https://redirect.github.com/knadh/koanf/pull/326)
- Update mapstructure to a stable version by
[@&#8203;StefMa](https://redirect.github.com/StefMa) in
[https://github.com/knadh/koanf/pull/331](https://redirect.github.com/knadh/koanf/pull/331)

#### New Contributors

- [@&#8203;bersace](https://redirect.github.com/bersace) made their
first contribution in
[https://github.com/knadh/koanf/pull/311](https://redirect.github.com/knadh/koanf/pull/311)
- [@&#8203;qianlongzt](https://redirect.github.com/qianlongzt) made
their first contribution in
[https://github.com/knadh/koanf/pull/322](https://redirect.github.com/knadh/koanf/pull/322)
- [@&#8203;jondavidnd1](https://redirect.github.com/jondavidnd1) made
their first contribution in
[https://github.com/knadh/koanf/pull/326](https://redirect.github.com/knadh/koanf/pull/326)
- [@&#8203;StefMa](https://redirect.github.com/StefMa) made their first
contribution in
[https://github.com/knadh/koanf/pull/331](https://redirect.github.com/knadh/koanf/pull/331)

**Full Changelog**:
https://github.com/knadh/koanf/compare/v2.1.1...v2.1.2

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-06 13:14:37 +01:00
Kjeld Schouten caa1a5fdb8 fix(clustertool): use different yaml lib 2024-11-06 10:17:47 +01:00
Kjeld Schouten 61a01f3299 feat(clustertool): cut down on useless dependencies 2024-11-05 23:23:12 +01:00
TrueCharts-Bot b70a504cf2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-11-03 23:50:11 +00:00
TrueCharts Bot c540f0b3de fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.7 → v3.0.8 (clustertool) (#28590)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/budimanjojo/talhelper/v3](https://redirect.github.com/budimanjojo/talhelper)
| require | patch | `v3.0.7` -> `v3.0.8` |

---

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

---

### Release Notes

<details>
<summary>budimanjojo/talhelper
(github.com/budimanjojo/talhelper/v3)</summary>

###
[`v3.0.8`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.8)

[Compare
Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.7...v3.0.8)

#### Changelog

-
[`2b22c29`](https://redirect.github.com/budimanjojo/talhelper/commit/2b22c29880139b46ae514aa4b7c99798faf6807a)
Set meta.mainProgram
-
[`0382692`](https://redirect.github.com/budimanjojo/talhelper/commit/038269215533f15179af00815c9bad2dd883b271)
chore(container): update bitnami/kubectl docker tag to v1.31.2
-
[`fd0d0df`](https://redirect.github.com/budimanjojo/talhelper/commit/fd0d0dfa8f7e62513a404fbc75e5db4c03ec2872)
chore(container): update ghcr.io/siderolabs/talosctl docker tag to
v1.8.2
-
[`637e33c`](https://redirect.github.com/budimanjojo/talhelper/commit/637e33cbaffb4edb89155ad40e7fef348150cb4d)
chore(container): update
mcr.microsoft.com/devcontainers/go:1.23-bookworm docker digest to
[`2e00578`](https://redirect.github.com/budimanjojo/talhelper/commit/2e00578)
-
[`9b07624`](https://redirect.github.com/budimanjojo/talhelper/commit/9b07624f5edcbd24db4c4ad0c997d82e9e73962a)
chore(deps): update dependency siderolabs/talos to v1.8.2
-
[`90b4c62`](https://redirect.github.com/budimanjojo/talhelper/commit/90b4c628530628b3360e605598439ffd07e982df)
chore(github-action): update actions/checkout action to v4.2.2
-
[`dd8b52f`](https://redirect.github.com/budimanjojo/talhelper/commit/dd8b52f152270911b45156002b6e6f8ef6eed5a0)
chore(github-action): update actions/checkout digest to
[`11bd719`](https://redirect.github.com/budimanjojo/talhelper/commit/11bd719)
-
[`e614fdf`](https://redirect.github.com/budimanjojo/talhelper/commit/e614fdf7d235adcd2749ae3c77f3c9435825c0c4)
chore(github-action): update actions/setup-go action to v5.1.0
-
[`e99b624`](https://redirect.github.com/budimanjojo/talhelper/commit/e99b624f918b9ba6023d9ad63d8478977d11cbc3)
chore(github-action): update renovatebot/github-action action to v40.3.3
-
[`e22dc37`](https://redirect.github.com/budimanjojo/talhelper/commit/e22dc3705526f7e867410d0ccaee426d0c1ea1e7)
chore(github-action): update renovatebot/github-action action to v40.3.4
-
[`cfc96a9`](https://redirect.github.com/budimanjojo/talhelper/commit/cfc96a971ec92d7345c197bce2591b94bed001ae)
chore(schema): update talos-extensions.yaml JSON schema
-
[`12ca33f`](https://redirect.github.com/budimanjojo/talhelper/commit/12ca33fb6184982d6ae8903873c8fa487ad3e18b)
chore(schema): update talos-extensions.yaml JSON schema
([#&#8203;657](https://redirect.github.com/budimanjojo/talhelper/issues/657))
-
[`0bc9971`](https://redirect.github.com/budimanjojo/talhelper/commit/0bc99718bcdc45b047495bca613c7fa2d8d0f71a)
chore(schema): update talos-extensions.yaml JSON schema
([#&#8203;659](https://redirect.github.com/budimanjojo/talhelper/issues/659))
-
[`a66c30b`](https://redirect.github.com/budimanjojo/talhelper/commit/a66c30b11315ce32baa86c9235fe4672ee1de0e5)
chore(schema): update talos-extensions.yaml JSON schema
([#&#8203;662](https://redirect.github.com/budimanjojo/talhelper/issues/662))
-
[`5d67b3e`](https://redirect.github.com/budimanjojo/talhelper/commit/5d67b3e26a4748e9579673a6198da39acba78738)
chore(schema): update talos-extensions.yaml JSON schema
([#&#8203;668](https://redirect.github.com/budimanjojo/talhelper/issues/668))
-
[`4488dad`](https://redirect.github.com/budimanjojo/talhelper/commit/4488dad7c13a48fe1784f35264154dedc68f687d)
chore(schema): update talos-extensions.yaml JSON schema
([#&#8203;670](https://redirect.github.com/budimanjojo/talhelper/issues/670))
-
[`83e9124`](https://redirect.github.com/budimanjojo/talhelper/commit/83e9124316576171e496f3087964efa1a47d05a1)
chore(schema): update talos-extensions.yaml JSON schema
([#&#8203;674](https://redirect.github.com/budimanjojo/talhelper/issues/674))
-
[`8b939e6`](https://redirect.github.com/budimanjojo/talhelper/commit/8b939e6cb0ca0d004cd08ff1d91cd534dab0286b)
feat(readme): Thank you [@&#8203;eocx](https://redirect.github.com/eocx)
for the sponsor!
-
[`5cd36a1`](https://redirect.github.com/budimanjojo/talhelper/commit/5cd36a141a7f377c89057ce2a9c82be18aad9cee)
feat: add easy overlay for flake parts
-
[`7fae270`](https://redirect.github.com/budimanjojo/talhelper/commit/7fae270ecd609e90db6f3cc6b0162117d9d96ee2)
feat: add talhelper package and docs
-
[`aea9f8c`](https://redirect.github.com/budimanjojo/talhelper/commit/aea9f8c063293dc63164bffcdbb7aad9cc3d32c3)
feat: update Scoop for talhelper version v3.0.7
-
[`85f73b9`](https://redirect.github.com/budimanjojo/talhelper/commit/85f73b9ff4d029b1ddf88c697f9017b19388abae)
feat: update flake
([#&#8203;646](https://redirect.github.com/budimanjojo/talhelper/issues/646))
-
[`94c2348`](https://redirect.github.com/budimanjojo/talhelper/commit/94c2348d36537b917975a82c0089e5b454995445)
fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.7
-
[`c1226bf`](https://redirect.github.com/budimanjojo/talhelper/commit/c1226bf516e55f16384162090b8a7908d0fc91ed)
fix(deps): update module github.com/fatih/color to v1.18.0
-
[`7cbe1c5`](https://redirect.github.com/budimanjojo/talhelper/commit/7cbe1c505dd78b1af859fd8c0e5164b9bd7908dd)
fix(deps): update module github.com/siderolabs/talos/pkg/machinery to
v1.9.0-alpha.0
-
[`0bd0f20`](https://redirect.github.com/budimanjojo/talhelper/commit/0bd0f20a7fef2e64cf35d613377c1b9f641c56bd)
fix(flake): Update package to be talhelper not default
-
[`fb6f7a8`](https://redirect.github.com/budimanjojo/talhelper/commit/fb6f7a85f374f0ed597bf0fcd8d68b43ed2a4134)
fix(genconfig): skip applying patch that contains empty file

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-30 08:44:06 +00: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 c4e8e3c6da fix(deps): update module sigs.k8s.io/controller-runtime v0.19.0 → v0.19.1 (clustertool) (#28286)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[sigs.k8s.io/controller-runtime](https://redirect.github.com/kubernetes-sigs/controller-runtime)
| require | patch | `v0.19.0` -> `v0.19.1` |

---

### Release Notes

<details>
<summary>kubernetes-sigs/controller-runtime
(sigs.k8s.io/controller-runtime)</summary>

###
[`v0.19.1`](https://redirect.github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.19.1)

[Compare
Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.19.0...v0.19.1)

#### What's Changed

- \[release-0.19] 🌱 Verify PR titles with shell script by
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
in
[https://github.com/kubernetes-sigs/controller-runtime/pull/2947](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2947)
- \[release-0.19] 🐛 Fakeclient: preserve TypeMeta for PartialObjectMeta
resources by
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
in
[https://github.com/kubernetes-sigs/controller-runtime/pull/2951](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2951)
- \[release-0.19] 🌱 pr-verify: use env var for passing the PR title by
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
in
[https://github.com/kubernetes-sigs/controller-runtime/pull/2962](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2962)
- \[release-0.19] 🌱 pr-verify: use env var for passing the PR title by
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
in
[https://github.com/kubernetes-sigs/controller-runtime/pull/2965](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2965)
- \[release-0.19] 🌱 Fix PR verify action by
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
in
[https://github.com/kubernetes-sigs/controller-runtime/pull/2974](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2974)
- \[release-0.19] 🐛 Fakeclient: Fix TOCTOU races by
[@&#8203;k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot)
in
[https://github.com/kubernetes-sigs/controller-runtime/pull/2992](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2992)

**Full Changelog**:
https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.0...v0.19.1

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-24 18:17:53 +00:00
TrueCharts Bot 60e638af0f fix(deps): update kubernetes packages v0.31.1 → v0.31.2 (clustertool) (patch) (#28220)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [k8s.io/api](https://redirect.github.com/kubernetes/api) | require |
patch | `v0.31.1` -> `v0.31.2` |
|
[k8s.io/apimachinery](https://redirect.github.com/kubernetes/apimachinery)
| require | patch | `v0.31.1` -> `v0.31.2` |
| [k8s.io/client-go](https://redirect.github.com/kubernetes/client-go) |
require | patch | `v0.31.1` -> `v0.31.2` |

---

### Release Notes

<details>
<summary>kubernetes/api (k8s.io/api)</summary>

###
[`v0.31.2`](https://redirect.github.com/kubernetes/api/compare/v0.31.1...v0.31.2)

[Compare
Source](https://redirect.github.com/kubernetes/api/compare/v0.31.1...v0.31.2)

</details>

<details>
<summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary>

###
[`v0.31.2`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.31.1...v0.31.2)

[Compare
Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.31.1...v0.31.2)

</details>

<details>
<summary>kubernetes/client-go (k8s.io/client-go)</summary>

###
[`v0.31.2`](https://redirect.github.com/kubernetes/client-go/compare/v0.31.1...v0.31.2)

[Compare
Source](https://redirect.github.com/kubernetes/client-go/compare/v0.31.1...v0.31.2)

</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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-23 20:26:50 +02:00
TrueCharts Bot 052fec12fa fix(deps): update module github.com/fatih/color v1.17.0 → v1.18.0 (clustertool) (#28159)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/fatih/color](https://redirect.github.com/fatih/color) |
require | minor | `v1.17.0` -> `v1.18.0` |

---

### Release Notes

<details>
<summary>fatih/color (github.com/fatih/color)</summary>

###
[`v1.18.0`](https://redirect.github.com/fatih/color/releases/tag/v1.18.0)

[Compare
Source](https://redirect.github.com/fatih/color/compare/v1.17.0...v1.18.0)

#### What's Changed

- Add RGB API support by
[@&#8203;fatih](https://redirect.github.com/fatih) in
[https://github.com/fatih/color/pull/225](https://redirect.github.com/fatih/color/pull/225)
- Bump GitHub workflow actions by
[@&#8203;deining](https://redirect.github.com/deining) in
[https://github.com/fatih/color/pull/235](https://redirect.github.com/fatih/color/pull/235)
- Bump golang.org/x/sys from 0.18.0 to 0.24.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/fatih/color/pull/236](https://redirect.github.com/fatih/color/pull/236)
- Bump golang.org/x/sys from 0.24.0 to 0.25.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/fatih/color/pull/237](https://redirect.github.com/fatih/color/pull/237)

#### New Contributors

- [@&#8203;deining](https://redirect.github.com/deining) made their
first contribution in
[https://github.com/fatih/color/pull/235](https://redirect.github.com/fatih/color/pull/235)

**Full Changelog**:
https://github.com/fatih/color/compare/v1.17.0...v1.18.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjguNyIsInVwZGF0ZWRJblZlciI6IjM4LjEyOC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-22 14:18:54 +02:00
Kjeld Schouten 4ab41d42f2 fix pre-commit and cleanup 2024-10-19 15:18:05 +02:00
Kjeld Schouten 8b691218f1 fix some go issues 2024-10-17 12:56:56 +02:00
Kjeld Schouten 6365c6205f integrate clustertool sourcecode 2024-10-16 14:06:31 +02:00