b9dc16b6e58c19c7fb2e32f6efd0669e113c3e36
132 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
b9dc16b6e5 |
fix(deps): update module sigs.k8s.io/kustomize/api v0.19.0 → v0.20.0 (clustertool) (#36762)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sigs.k8s.io/kustomize/api](https://redirect.github.com/kubernetes-sigs/kustomize) | require | minor | `v0.19.0` -> `v0.20.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
bf527d0c56 |
fix(deps): update module sigs.k8s.io/kustomize/kyaml v0.19.0 → v0.20.0 (clustertool) (#36763)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sigs.k8s.io/kustomize/kyaml](https://redirect.github.com/kubernetes-sigs/kustomize) | require | minor | `v0.19.0` -> `v0.20.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
004b1baafd |
fix(deps): update module github.com/masterminds/semver/v3 v3.3.1 → v3.4.0 (clustertool) (#36690)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/Masterminds/semver/v3](https://redirect.github.com/Masterminds/semver) | require | minor | `v3.3.1` -> `v3.4.0` | --- ### Release Notes <details> <summary>Masterminds/semver (github.com/Masterminds/semver/v3)</summary> ### [`v3.4.0`](https://redirect.github.com/Masterminds/semver/releases/tag/v3.4.0) [Compare Source](https://redirect.github.com/Masterminds/semver/compare/v3.3.1...v3.4.0) There are a few changes in this release to highlight: 1. `Constraints` now has a property `IncludePrerelease`. When set to true the `Check` and `Validate` methods will include prereleases. 2. When an AND group has one constraint with a prerelease but more than one constraint then prereleases will be included. For example, `>1.0.0-beta.1 < 2`. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. This is considered a long standing bug fix. Note, this does not carry across OR groups. For example, `>1.0.0-beta.1 < 2 || > 3`. In this case, prereleases will not be included when evaluating against `>3`. 3. `NewVersion` coercion with leading "0"'s is restored. This can be disabled by setting the package level property `CoerceNewVersion` to `false`. #### What's Changed - fix the CodeQL link by [@​dmitris](https://redirect.github.com/dmitris) in [https://github.com/Masterminds/semver/pull/257](https://redirect.github.com/Masterminds/semver/pull/257) - Restore detailed errors when failed to parse with NewVersion by [@​mattfarina](https://redirect.github.com/mattfarina) in [https://github.com/Masterminds/semver/pull/262](https://redirect.github.com/Masterminds/semver/pull/262) - updating go version tested with by [@​mattfarina](https://redirect.github.com/mattfarina) in [https://github.com/Masterminds/semver/pull/263](https://redirect.github.com/Masterminds/semver/pull/263) - Restore the ability to have leading 0's with NewVersion by [@​mattfarina](https://redirect.github.com/mattfarina) in [https://github.com/Masterminds/semver/pull/266](https://redirect.github.com/Masterminds/semver/pull/266) - Handle pre-releases on all in an and group by [@​mattfarina](https://redirect.github.com/mattfarina) in [https://github.com/Masterminds/semver/pull/267](https://redirect.github.com/Masterminds/semver/pull/267) - Add property to include prereleases by [@​mattfarina](https://redirect.github.com/mattfarina) in [https://github.com/Masterminds/semver/pull/268](https://redirect.github.com/Masterminds/semver/pull/268) - Updating the error message handling by [@​mattfarina](https://redirect.github.com/mattfarina) in [https://github.com/Masterminds/semver/pull/269](https://redirect.github.com/Masterminds/semver/pull/269) - Update the release notes and readme for new version by [@​mattfarina](https://redirect.github.com/mattfarina) in [https://github.com/Masterminds/semver/pull/270](https://redirect.github.com/Masterminds/semver/pull/270) #### New Contributors - [@​dmitris](https://redirect.github.com/dmitris) made their first contribution in [https://github.com/Masterminds/semver/pull/257](https://redirect.github.com/Masterminds/semver/pull/257) **Full Changelog**: https://github.com/Masterminds/semver/compare/v3.3.1...v3.4.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
ad2c83feb2 |
fix(deps): update module github.com/knadh/koanf/parsers/yaml v1.0.0 → v1.1.0 (clustertool) (#36675)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/knadh/koanf/parsers/yaml](https://redirect.github.com/knadh/koanf) | require | minor | `v1.0.0` -> `v1.1.0` | --- ### Release Notes <details> <summary>knadh/koanf (github.com/knadh/koanf/parsers/yaml)</summary> ### [`v1.1.0`](https://redirect.github.com/knadh/koanf/releases/tag/v1.1.0) [Compare Source](https://redirect.github.com/knadh/koanf/compare/v1.0.0...v1.1.0) - [`036e4bf`](https://redirect.github.com/knadh/koanf/commit/036e4bf) Merge pull request [#​79](https://redirect.github.com/knadh/koanf/issues/79) from aeneasr/fix-memory-keyparts - [`6692d05`](https://redirect.github.com/knadh/koanf/commit/6692d05) Merge pull request [#​78](https://redirect.github.com/knadh/koanf/issues/78) from aeneasr/fix-memory-use - [`d174d00`](https://redirect.github.com/knadh/koanf/commit/d174d00) Reduce memory consumption for populateKeyParts - [`1095e5e`](https://redirect.github.com/knadh/koanf/commit/1095e5e) Significantly reduce memory use of maps.Flatten - [`7d983f3`](https://redirect.github.com/knadh/koanf/commit/7d983f3) Fix Watch() doc </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
a04a898396 |
fix(deps): update module sigs.k8s.io/yaml v1.4.0 → v1.5.0 (clustertool) (#36659)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sigs.k8s.io/yaml](https://redirect.github.com/kubernetes-sigs/yaml) | require | minor | `v1.4.0` -> `v1.5.0` | --- ### Release Notes <details> <summary>kubernetes-sigs/yaml (sigs.k8s.io/yaml)</summary> ### [`v1.5.0`](https://redirect.github.com/kubernetes-sigs/yaml/releases/tag/v1.5.0) [Compare Source](https://redirect.github.com/kubernetes-sigs/yaml/compare/v1.4.0...v1.5.0) - Bugfix: Handle unhashable keys during merge ([https://github.com/kubernetes-sigs/yaml/pull/122](https://redirect.github.com/kubernetes-sigs/yaml/pull/122)) - Improvement: wrap errors returned by JSON unmarshal ([https://github.com/kubernetes-sigs/yaml/pull/106](https://redirect.github.com/kubernetes-sigs/yaml/pull/106)) - Deprecation: Deprecate code in goyaml.v2 and goyaml.v3 directories, and redirect to equivalents in go.yaml.in/yaml/v2 and go.yaml.in/yaml/v3 ([https://github.com/kubernetes-sigs/yaml/pull/133](https://redirect.github.com/kubernetes-sigs/yaml/pull/133)) **Full Changelog**: https://github.com/kubernetes-sigs/yaml/compare/v1.4.0...v1.5.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
1115cb178b |
fix(deps): update kubernetes packages v0.33.1 → v0.33.2 (clustertool) (patch) (#36471)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [k8s.io/api](https://redirect.github.com/kubernetes/api) | require | patch | `v0.33.1` -> `v0.33.2` | | [k8s.io/apimachinery](https://redirect.github.com/kubernetes/apimachinery) | require | patch | `v0.33.1` -> `v0.33.2` | | [k8s.io/client-go](https://redirect.github.com/kubernetes/client-go) | require | patch | `v0.33.1` -> `v0.33.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kubernetes/api (k8s.io/api)</summary> ### [`v0.33.2`](https://redirect.github.com/kubernetes/api/compare/v0.33.1...v0.33.2) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.33.1...v0.33.2) </details> <details> <summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary> ### [`v0.33.2`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.33.1...v0.33.2) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.33.1...v0.33.2) </details> <details> <summary>kubernetes/client-go (k8s.io/client-go)</summary> ### [`v0.33.2`](https://redirect.github.com/kubernetes/client-go/compare/v0.33.1...v0.33.2) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.33.1...v0.33.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
585ebcf3e6 |
fix(deps): update module helm.sh/helm/v3 v3.18.2 → v3.18.3 (clustertool) (#36383)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [helm.sh/helm/v3](https://redirect.github.com/helm/helm) | require | patch | `v3.18.2` -> `v3.18.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.18.3`](https://redirect.github.com/helm/helm/releases/tag/v3.18.3): Helm 3.18.3 [Compare Source](https://redirect.github.com/helm/helm/compare/v3.18.2...v3.18.3) Helm v3.18.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.18.3. The common platform binaries are here: - [MacOS amd64](https://get.helm.sh/helm-v3.18.3-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.3-darwin-amd64.tar.gz.sha256sum) / d186851d40b1999c5d75696bc0b754e4d29e860c8d0cf4c132ac1b1940c5cffc) - [MacOS arm64](https://get.helm.sh/helm-v3.18.3-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.3-darwin-arm64.tar.gz.sha256sum) / 3fe3e9739ab3c75d88bfe13e464a79a2a7a804fc692c3258fa6a9d185d53e377) - [Linux amd64](https://get.helm.sh/helm-v3.18.3-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.3-linux-amd64.tar.gz.sha256sum) / 6ec85f306dd8fe9eb05c61ba4593182b2afcfefb52f21add3fe043ebbdc48e39) - [Linux arm](https://get.helm.sh/helm-v3.18.3-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.3-linux-arm.tar.gz.sha256sum) / 5ec62879f57d6acc0436440c88459d2a5c8de233273e73ff6498d79fd2d92653) - [Linux arm64](https://get.helm.sh/helm-v3.18.3-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.3-linux-arm64.tar.gz.sha256sum) / 3382ebdc6d6e027371551a63fc6e0a3073a1aec1061e346692932da61cfd8d24) - [Linux i386](https://get.helm.sh/helm-v3.18.3-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.3-linux-386.tar.gz.sha256sum) / 22d7bad5c6012729e550e09d0b719336ea98c9c7207730456d152f32124609af) - [Linux ppc64le](https://get.helm.sh/helm-v3.18.3-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.3-linux-ppc64le.tar.gz.sha256sum) / ca5ab0bb205488276095881f04b72bfed5c0ddb92f715940dde6a7ccae72818c) - [Linux s390x](https://get.helm.sh/helm-v3.18.3-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.3-linux-s390x.tar.gz.sha256sum) / be261f040b59c04ad4f1ce6fc2f976e500167475cadb468bf78cb9772300fb5d) - [Linux riscv64](https://get.helm.sh/helm-v3.18.3-linux-riscv64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.3-linux-riscv64.tar.gz.sha256sum) / 1f87dab39ed599af463abba2c8b2d4c625cfcbc2f2010da2c9c47db017b1c2ca) - [Windows amd64](https://get.helm.sh/helm-v3.18.3-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v3.18.3-windows-amd64.zip.sha256sum) / 4cb9185cd7b84395853c04c84c4524a6b794cab07211cedc2e36839f53d8e26d) - [Windows arm64](https://get.helm.sh/helm-v3.18.3-windows-arm64.zip) ([checksum](https://get.helm.sh/helm-v3.18.3-windows-arm64.zip.sha256sum) / 7e83d901af47ca804d99d2eb679b4622fdfe1b5b06b15550f5a432a0e4591bb8) This release was signed with ` 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E ` and can be found at [@​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.18.4 is the next patch release and will be on July 09, 2025 - 3.19.0 is the next minor release and will be on September 11, 2025 #### Changelog - build(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0 [`6838ebc`](https://redirect.github.com/helm/helm/commit/6838ebcf265a3842d1433956e8a622e3290cf324) (dependabot\[bot]) - fix: user username password for login [`5b9e2f6`](https://redirect.github.com/helm/helm/commit/5b9e2f6b4c4e2c8e21d85dc01fbb9d8a454a1fa9) (Terry Howe) - Update pkg/registry/transport.go [`2782412`](https://redirect.github.com/helm/helm/commit/278241207306c699aa6da71fe9e5922fa5db1743) (Terry Howe) - Update pkg/registry/transport.go [`e66cf6a`](https://redirect.github.com/helm/helm/commit/e66cf6afdd4d8f92beb80d2026ff663472fd89df) (Terry Howe) - fix: add debug logging to oci transport [`191f05c`](https://redirect.github.com/helm/helm/commit/191f05c068a25a80cd206c1256c6b11a63c4068b) (Terry Howe) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
f9f4577ed2 |
fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.28 → v3.0.29 (clustertool) (#36251)
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.28` -> `v3.0.29` | --- > [!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.29`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.29) [Compare Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.28...v3.0.29) #### Changelog - [`ca335a0`](https://redirect.github.com/budimanjojo/talhelper/commit/ca335a0c0f890d787425e7d9f3d572496a5a2037) chore(container): update ghcr.io/siderolabs/talosctl docker tag to v1.10.4 - [`4ddc65a`](https://redirect.github.com/budimanjojo/talhelper/commit/4ddc65a690a2f2bbece08b98d6adbce662e0dedc) chore(container): update goreleaser/goreleaser docker tag to v2.10.2 - [`315fdd2`](https://redirect.github.com/budimanjojo/talhelper/commit/315fdd231435bf62bef93cb899af1194c0aa680a) chore(deps): update dependency siderolabs/talos to v1.10.4 - [`500f117`](https://redirect.github.com/budimanjojo/talhelper/commit/500f1177874708aa6f3143b0bb39bbabd832d227) chore(github-action): update renovatebot/github-action action to v42.0.5 - [`dbfc123`](https://redirect.github.com/budimanjojo/talhelper/commit/dbfc123459d64a5455b12a9ae5313c299652a50b) chore(schema): update talos-extensions.yaml JSON schema - [`512f653`](https://redirect.github.com/budimanjojo/talhelper/commit/512f6533caeabc5744c38cb4c551efd907503577) chore(schema): update talos-extensions.yaml JSON schema ([#​1039](https://redirect.github.com/budimanjojo/talhelper/issues/1039)) - [`425e11d`](https://redirect.github.com/budimanjojo/talhelper/commit/425e11d2a84d12fddbd7f066ff3959d619c52987) chore(schema): update talos-extensions.yaml JSON schema ([#​1040](https://redirect.github.com/budimanjojo/talhelper/issues/1040)) - [`b4fad2b`](https://redirect.github.com/budimanjojo/talhelper/commit/b4fad2bee98d96e5be700252ac0ffec794a3593d) chore(schema): update talos-extensions.yaml JSON schema ([#​1044](https://redirect.github.com/budimanjojo/talhelper/issues/1044)) - [`2330781`](https://redirect.github.com/budimanjojo/talhelper/commit/2330781337cad1d79060f8679abcee87aa05b209) chore(schema): update talos-extensions.yaml JSON schema ([#​1052](https://redirect.github.com/budimanjojo/talhelper/issues/1052)) - [`0a2e14e`](https://redirect.github.com/budimanjojo/talhelper/commit/0a2e14e2359814c5961a75ceecaf3c2a32914c79) feat(genurl): allow sprig functions for installer and iso templates - [`664df25`](https://redirect.github.com/budimanjojo/talhelper/commit/664df25b4db174fac3c95d1d71a247b221400ee4) feat: update Scoop for talhelper version v3.0.28 - [`0a61ec8`](https://redirect.github.com/budimanjojo/talhelper/commit/0a61ec8bea72b81bd97e521597030eccec5822d6) feat: update flake ([#​1037](https://redirect.github.com/budimanjojo/talhelper/issues/1037)) - [`49ea9bb`](https://redirect.github.com/budimanjojo/talhelper/commit/49ea9bbf9ea1e43987d329857564178bdbed94b5) fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.28 - [`9d4e7e5`](https://redirect.github.com/budimanjojo/talhelper/commit/9d4e7e5a898620cfb90909ab85ea3b38104db311) fix(deps): update module github.com/siderolabs/image-factory to v0.7.3 - [`cb45aac`](https://redirect.github.com/budimanjojo/talhelper/commit/cb45aac71ea8e3db4a275e89ef68a7cde4c1a1e0) fix(deps): update module github.com/siderolabs/talos/pkg/machinery to v1.11.0-alpha.1 - [`c0c40e6`](https://redirect.github.com/budimanjojo/talhelper/commit/c0c40e6a306ca745413574f0b65ebb83cb6b1a91) fix(deps): update module golang.org/x/mod to v0.25.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
92e9355fcd |
fix(deps): update module github.com/knadh/koanf/parsers/yaml v0.1.0 → v1.0.0 (clustertool) (#36161)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/knadh/koanf/parsers/yaml](https://redirect.github.com/knadh/koanf) | require | major | `v0.1.0` -> `v1.0.0` | --- > [!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/parsers/yaml)</summary> ### [`v1.0.0`](https://redirect.github.com/knadh/koanf/releases/tag/v1.0.0) [Compare Source](https://redirect.github.com/knadh/koanf/compare/v0.1.0...v1.0.0) - [`deea8ad`](https://redirect.github.com/knadh/koanf/commit/deea8ad) Upgrade deps </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
8f548c214b | fix(deps): update module github.com/rs/zerolog v1.33.0 → v1.34.0 (clustertool) (#36147) | ||
|
|
1079320cf9 |
fix(deps): update module sigs.k8s.io/controller-runtime v0.20.4 → v0.21.0 (clustertool) (#36148)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sigs.k8s.io/controller-runtime](https://redirect.github.com/kubernetes-sigs/controller-runtime) | require | minor | `v0.20.4` -> `v0.21.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)</summary> ### [`v0.21.0`](https://redirect.github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.21.0) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.20.4...v0.21.0) #### Highlights - Bump to Kubernetes v1.33 libraries - Improvements for priority queue ([#​2374](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2374)) - envtest now has an option to download envtest binaries (can be used to replace setup-envtest depending on use case) - Metric improvements: native histograms, all Go runtime metrics are enabled now - Various bug fixes - New reviewers: [@​troy0820](https://redirect.github.com/troy0820), [@​JoelSpeed](https://redirect.github.com/JoelSpeed)!! #### ⚠️ Breaking Changes - Bump to k8s.io/\* v0.33.0 and Go 1.24 ([#​3104](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3104) [#​3142](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3142) [#​3161](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3161) [#​3204](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3204) [#​3215](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3215)) - config: Stop enabling client-side ratelimiter by default ([#​3119](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3119)) - Previous behavior can be preserved by setting QPS 20 and Burst 30 on the rest.Config - controller: NewUnmanaged/NewTypedUnmanaged: Stop requiring a manager ([#​3141](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3141)) - reconcile: Deprecate `Result.Requeue` ([#​3107](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3107)) #### ✨ New Features - controller: priority queue: - Add debug logging for the state of the priority queue ([#​3075](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3075)) - Add priority label to queue depth metric ([#​3156](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3156)) - Leverage IsInInitialList ([#​3162](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3162)) - Remove redundant WithLowPriorityWhenUnchanged in builder ([#​3168](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3168)) - Retain the priority after Reconcile ([#​3167](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3167)) - Set priority automatically in handlers ([#​3111](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3111) [#​3152](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3152) [#​3160](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3160) [#​3174](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3174)) - envtest: Add Environment.KubeConfig field ([#​2278](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2278)) - envtest: Add option to download envtest binaries ([#​3135](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3135) [#​3137](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3137)) - events: Add IsInInitialList to TypedCreateEvent ([#​3162](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3162)) - log/zap: Enable panic log level ([#​3186](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3186)) - logging: Adopt WarningHandlerWithContext ([#​3176](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3176)) - logging: Improve logging by adopting contextual logging ([#​3149](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3149)) - metrics: Adopt native histograms ([#​3165](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3165)) - metrics: Expose all Go runtime metrics ([#​3070](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3070)) #### 🐛 Bug Fixes - apiutil: restmapper: Respect preferred version ([#​3151](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3151)) - builder: webhook: Fix custom path for webhook conflicts ([#​3102](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3102)) - cache: Clone maps to prevent data races when concurrently creating caches using the same options ([#​3078](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3078)) - cache: Stop accumulating lists in multi-namespace cache implementation ([#​3195](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3195)) - cache: List out of global cache when present and necessary ([#​3126](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3126)) - client: Return error if pagination is used with the cached client ([#​3134](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3134)) - controller: Support WaitForSync in TypedSyncingSource ([#​3084](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3084)) - controller: priority queue: Fix behavior of rate limit option in priorityqueue.AddWithOpts ([#​3103](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3103)) - controller: priority queue: Yet another queue_depth metric fix ([#​3085](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3085)) - controllerutil: CreateOrUpdate: Avoid panic when the MutateFn is nil ([#​2828](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2828)) - envtest: Fix nil pointer exception in Stop() ([#​3153](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3153)) - fake client: Fix data races when writing to the scheme ([#​3143](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3143)) - fake client: Use k8s.io/apimachinery/pkg/util/json to unmarshal in fake client ([#​3208](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3208)) - log/zap: Fix verbose info lost on KubeAwareEncoder.Clone ([#​3209](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3209)) - logging: controller: Use fmt.Stringer from custom source for logging (if available) ([#​3068](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3068)) - webhook: MultiMutatingHandler/MultiValidatingHandler: return warnings on webhook response ([#​3223](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3223)) #### 🌱 Others - Add troy0820 to reviewers ([#​3099](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3099)) - Add JoelSpeed to reviewers ([#​3097](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3097)) - client: Validate that unstructured objects don't require scheme registration ([#​3138](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3138)) - controller: Mention the SkipNameValidation option in the name validation error ([#​3170](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3170)) - docs: Clarify that controller-runtime is not a kubebuilder subproject ([#​3185](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3185)) - envtest: Export envtest.ReadCRDFiles ([#​3129](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3129)) - golangci-lint: Bump golangci-lint to v1.63.4 ([#​3076](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3076)) - golangci-lint: Bump golangci-lint to v2.1.6 ([#​3187](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3187)) - manager: Fix race in unit test ([#​3150](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3150)) - setup-envtest: Add RELEASE_TAG to show binary version with version command ([#​3166](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3166)) - setup-envtest: Fix Godoc for version.Version ([#​3177](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3177)) - tests: Fix: make test fails with make: \*\*\* \[Makefile:73: test] Error 1 ([#​3125](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3125)) 📖 Additionally, there have been 4 contributions to our documentation. ([#​3116](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3116), [#​3118](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3118), [#​3169](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3169), [#​3181](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3181), [#​3193](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3193), [#​3225](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3225)) #### Dependencies ##### Added - github.com/klauspost/compress: [v1.18.0](https://redirect.github.com/klauspost/compress/tree/v1.18.0) - github.com/kylelemons/godebug: [v1.1.0](https://redirect.github.com/kylelemons/godebug/tree/v1.1.0) - github.com/planetscale/vtprotobuf: [0393e58](https://redirect.github.com/planetscale/vtprotobuf/tree/0393e58) - go.opentelemetry.io/auto/sdk: v1.1.0 - gopkg.in/go-jose/go-jose.v2: v2.6.3 - sigs.k8s.io/randfill: v1.0.0 ##### Changed - cel.dev/expr: v0.18.0 → v0.19.1 - cloud.google.com/go/compute/metadata: v0.3.0 → v0.5.0 - github.com/cncf/xds/go: [555b57e → b4127c9](https://redirect.github.com/cncf/xds/compare/555b57e...b4127c9) - github.com/coreos/go-oidc: [v2.2.1+incompatible → v2.3.0+incompatible](https://redirect.github.com/coreos/go-oidc/compare/v2.2.1...v2.3.0) - github.com/davecgh/go-spew: [d8f796a → v1.1.1](https://redirect.github.com/davecgh/go-spew/compare/d8f796a...v1.1.1) - github.com/envoyproxy/go-control-plane: [v0.12.0 → v0.13.0](https://redirect.github.com/envoyproxy/go-control-plane/compare/v0.12.0...v0.13.0) - github.com/envoyproxy/protoc-gen-validate: [v1.0.4 → v1.1.0](https://redirect.github.com/envoyproxy/protoc-gen-validate/compare/v1.0.4...v1.1.0) - github.com/evanphx/json-patch/v5: [v5.9.0 → v5.9.11](https://redirect.github.com/evanphx/json-patch/compare/v5.9.0...v5.9.11) - github.com/golang-jwt/jwt/v4: [v4.5.0 → v4.5.2](https://redirect.github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.2) - github.com/golang/glog: [v1.2.1 → v1.2.2](https://redirect.github.com/golang/glog/compare/v1.2.1...v1.2.2) - github.com/google/cel-go: [v0.22.0 → v0.23.2](https://redirect.github.com/google/cel-go/compare/v0.22.0...v0.23.2) - github.com/google/gnostic-models: [v0.6.8 → v0.6.9](https://redirect.github.com/google/gnostic-models/compare/v0.6.8...v0.6.9) - github.com/google/go-cmp: [v0.6.0 → v0.7.0](https://redirect.github.com/google/go-cmp/compare/v0.6.0...v0.7.0) - github.com/gorilla/websocket: [v1.5.0 → e064f32](https://redirect.github.com/gorilla/websocket/compare/v1.5.0...e064f32) - github.com/grpc-ecosystem/grpc-gateway/v2: [v2.20.0 → v2.24.0](https://redirect.github.com/grpc-ecosystem/grpc-gateway/compare/v2.20.0...v2.24.0) - github.com/jessevdk/go-flags: [v1.4.0 → v1.6.1](https://redirect.github.com/jessevdk/go-flags/compare/v1.4.0...v1.6.1) - github.com/onsi/ginkgo/v2: [v2.21.0 → v2.22.0](https://redirect.github.com/onsi/ginkgo/compare/v2.21.0...v2.22.0) - github.com/onsi/gomega: [v1.35.1 → v1.36.1](https://redirect.github.com/onsi/gomega/compare/v1.35.1...v1.36.1) - github.com/pmezard/go-difflib: [5d4384e → v1.0.0](https://redirect.github.com/pmezard/go-difflib/compare/5d4384e...v1.0.0) - github.com/prometheus/client_golang: [v1.19.1 → v1.22.0](https://redirect.github.com/prometheus/client_golang/compare/v1.19.1...v1.22.0) - github.com/prometheus/common: [v0.55.0 → v0.62.0](https://redirect.github.com/prometheus/common/compare/v0.55.0...v0.62.0) - github.com/rogpeppe/go-internal: [v1.12.0 → v1.13.1](https://redirect.github.com/rogpeppe/go-internal/compare/v1.12.0...v1.13.1) - github.com/stretchr/objx: [v0.5.0 → v0.5.2](https://redirect.github.com/stretchr/objx/compare/v0.5.0...v0.5.2) - github.com/stretchr/testify: [v1.9.0 → v1.10.0](https://redirect.github.com/stretchr/testify/compare/v1.9.0...v1.10.0) - go.etcd.io/etcd/api/v3: v3.5.16 → v3.5.21 - go.etcd.io/etcd/client/pkg/v3: v3.5.16 → v3.5.21 - go.etcd.io/etcd/client/v2: v2.305.16 → v2.305.21 - go.etcd.io/etcd/client/v3: v3.5.16 → v3.5.21 - go.etcd.io/etcd/pkg/v3: v3.5.16 → v3.5.21 - go.etcd.io/etcd/raft/v3: v3.5.16 → v3.5.21 - go.etcd.io/etcd/server/v3: v3.5.16 → v3.5.21 - go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.53.0 → v0.58.0 - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.53.0 → v0.58.0 - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.27.0 → v1.33.0 - go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.28.0 → v1.33.0 - go.opentelemetry.io/otel/metric: v1.28.0 → v1.33.0 - go.opentelemetry.io/otel/sdk: v1.28.0 → v1.33.0 - go.opentelemetry.io/otel/trace: v1.28.0 → v1.33.0 - go.opentelemetry.io/otel: v1.28.0 → v1.33.0 - go.opentelemetry.io/proto/otlp: v1.3.1 → v1.4.0 - golang.org/x/crypto: v0.28.0 → v0.36.0 - golang.org/x/net: v0.30.0 → v0.38.0 - golang.org/x/oauth2: v0.23.0 → v0.27.0 - golang.org/x/sync: v0.8.0 → v0.12.0 - golang.org/x/sys: v0.26.0 → v0.31.0 - golang.org/x/term: v0.25.0 → v0.30.0 - golang.org/x/text: v0.19.0 → v0.23.0 - golang.org/x/time: v0.7.0 → v0.9.0 - google.golang.org/genproto/googleapis/api: [`f6391c0`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/f6391c0) → [`e6fa225`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/e6fa225) - google.golang.org/genproto/googleapis/rpc: [`f6391c0`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/f6391c0) → [`e6fa225`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/e6fa225) - google.golang.org/grpc: v1.65.0 → v1.68.1 - google.golang.org/protobuf: v1.35.1 → v1.36.5 - k8s.io/api: v0.32.0 → v0.33.0 - k8s.io/apiextensions-apiserver: v0.32.0 → v0.33.0 - k8s.io/apimachinery: v0.32.0 → v0.33.0 - k8s.io/apiserver: v0.32.0 → v0.33.0 - k8s.io/client-go: v0.32.0 → v0.33.0 - k8s.io/code-generator: v0.32.0 → v0.33.0 - k8s.io/component-base: v0.32.0 → v0.33.0 - k8s.io/gengo/v2: [`2b36238`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/2b36238) → [`1244d31`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/1244d31) - k8s.io/kms: v0.32.0 → v0.33.0 - k8s.io/kube-openapi: [`32ad38e`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/32ad38e) → [`c8a335a`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/c8a335a) - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.31.0 → v0.31.2 - sigs.k8s.io/structured-merge-diff/v4: v4.4.2 → v4.6.0 ##### Removed - github.com/asaskevich/govalidator: [f61b66f](https://redirect.github.com/asaskevich/govalidator/tree/f61b66f) - github.com/go-kit/log: [v0.2.1](https://redirect.github.com/go-kit/log/tree/v0.2.1) - github.com/go-logfmt/logfmt: [v0.5.1](https://redirect.github.com/go-logfmt/logfmt/tree/v0.5.1) - google.golang.org/appengine: v1.6.7 - gopkg.in/square/go-jose.v2: v2.6.0 *Thanks to all our contributors!* 😊 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
9567cb9d6f |
fix(deps): update module github.com/knadh/koanf/v2 v2.2.0 → v2.2.1 (clustertool) (#36142)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/knadh/koanf/v2](https://redirect.github.com/knadh/koanf) | require | patch | `v2.2.0` -> `v2.2.1` | --- > [!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.2.1`](https://redirect.github.com/knadh/koanf/releases/tag/v2.2.1) [Compare Source](https://redirect.github.com/knadh/koanf/compare/v2.2.0...v2.2.1) #### What's Changed - Bump github.com/nats-io/nats-server/v2 from 2.9.23 to 2.10.27 in /providers/nats by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/350](https://redirect.github.com/knadh/koanf/pull/350) - Bump golang.org/x/net from 0.36.0 to 0.38.0 in /providers/consul by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/351](https://redirect.github.com/knadh/koanf/pull/351) - Bump golang.org/x/net from 0.37.0 to 0.38.0 in /examples by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/353](https://redirect.github.com/knadh/koanf/pull/353) - changing cliflagv2 to support variadic forcedinclude parameter by [@​kooroo](https://redirect.github.com/kooroo) in [https://github.com/knadh/koanf/pull/357](https://redirect.github.com/knadh/koanf/pull/357) - adds urfave/cli/v3 parser by [@​n0cloud](https://redirect.github.com/n0cloud) in [https://github.com/knadh/koanf/pull/361](https://redirect.github.com/knadh/koanf/pull/361) - add toggle to split nats kv on "." delimiter by [@​nickchomey](https://redirect.github.com/nickchomey) in [https://github.com/knadh/koanf/pull/355](https://redirect.github.com/knadh/koanf/pull/355) #### New Contributors - [@​kooroo](https://redirect.github.com/kooroo) made their first contribution in [https://github.com/knadh/koanf/pull/357](https://redirect.github.com/knadh/koanf/pull/357) - [@​n0cloud](https://redirect.github.com/n0cloud) made their first contribution in [https://github.com/knadh/koanf/pull/361](https://redirect.github.com/knadh/koanf/pull/361) - [@​nickchomey](https://redirect.github.com/nickchomey) made their first contribution in [https://github.com/knadh/koanf/pull/355](https://redirect.github.com/knadh/koanf/pull/355) **Full Changelog**: https://github.com/knadh/koanf/compare/v2.2.0...v2.2.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
3805e93ef4 |
fix(deps): update module github.com/go-git/go-git/v5 v5.16.1 → v5.16.2 (clustertool) (#36134)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-git/go-git/v5](https://redirect.github.com/go-git/go-git) | require | patch | `v5.16.1` -> `v5.16.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>go-git/go-git (github.com/go-git/go-git/v5)</summary> ### [`v5.16.2`](https://redirect.github.com/go-git/go-git/releases/tag/v5.16.2) [Compare Source](https://redirect.github.com/go-git/go-git/compare/v5.16.1...v5.16.2) #### What's Changed - utils: fix diff so subpaths work for sparse checkouts, fixes 1455 to releases/v5.x by [@​kane8n](https://redirect.github.com/kane8n) in [https://github.com/go-git/go-git/pull/1567](https://redirect.github.com/go-git/go-git/pull/1567) **Full Changelog**: https://github.com/go-git/go-git/compare/v5.16.1...v5.16.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
0a55f8e5d0 |
fix(deps): update module golang.org/x/crypto v0.38.0 → v0.39.0 (clustertool) (#36030)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/crypto | require | minor | `v0.38.0` -> `v0.39.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
d7eb2a3e76 |
fix(deps): update module github.com/siderolabs/talos/pkg/machinery v1.11.0-alpha.0.0.20250521125339-7c057edd5f36 → v1.11.0-alpha.1 (clustertool) (#35974)
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.11.0-alpha.0.0.20250521125339-7c057edd5f36` -> `v1.11.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.11.0-alpha.1`](https://redirect.github.com/siderolabs/talos/compare/v1.11.0-alpha.0...v1.11.0-alpha.1) [Compare Source](https://redirect.github.com/siderolabs/talos/compare/v1.11.0-alpha.0...v1.11.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
e973a5fd43 |
fix(deps): update module github.com/go-git/go-git/v5 v5.16.0 → v5.16.1 (clustertool) (#35958)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-git/go-git/v5](https://redirect.github.com/go-git/go-git) | require | patch | `v5.16.0` -> `v5.16.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>go-git/go-git (github.com/go-git/go-git/v5)</summary> ### [`v5.16.1`](https://redirect.github.com/go-git/go-git/releases/tag/v5.16.1) [Compare Source](https://redirect.github.com/go-git/go-git/compare/v5.16.0...v5.16.1) #### What's Changed - utils: merkletrie, Fix diff on sparse-checkout index. Fixes [#​1406](https://redirect.github.com/go-git/go-git/issues/1406) to releases/v5.x by [@​kane8n](https://redirect.github.com/kane8n) in [https://github.com/go-git/go-git/pull/1561](https://redirect.github.com/go-git/go-git/pull/1561) #### New Contributors - [@​kane8n](https://redirect.github.com/kane8n) made their first contribution in [https://github.com/go-git/go-git/pull/1561](https://redirect.github.com/go-git/go-git/pull/1561) **Full Changelog**: https://github.com/go-git/go-git/compare/v5.16.0...v5.16.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
8cb809b51f |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
e313123f87 |
fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.26 → v3.0.28 (clustertool) (#35887)
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.26` -> `v3.0.28` | --- > [!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.28`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.28) [Compare Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.27...v3.0.28) #### Changelog - [`2281235`](https://redirect.github.com/budimanjojo/talhelper/commit/2281235af0c24cc839ca418e55373d54f8d1095f) chore(container): update alpine docker tag to v3.22.0 - [`8438dfc`](https://redirect.github.com/budimanjojo/talhelper/commit/8438dfcf12e2e7755aa1ba62730670cd7bac5004) chore(container): update ghcr.io/siderolabs/talosctl docker tag to v1.10.3 - [`802dd26`](https://redirect.github.com/budimanjojo/talhelper/commit/802dd26339d595781f232512c0136a612d1a9d3d) chore(container): update mcr.microsoft.com/devcontainers/go:1.24-bookworm docker digest to [`f7a7406`](https://redirect.github.com/budimanjojo/talhelper/commit/f7a7406) ([#​1034](https://redirect.github.com/budimanjojo/talhelper/issues/1034)) - [`9d633c0`](https://redirect.github.com/budimanjojo/talhelper/commit/9d633c00cc3bf7e3fd1c87621ff6ad177f9c9316) chore(deps): update dependency siderolabs/talos to v1.10.3 - [`f1b5af8`](https://redirect.github.com/budimanjojo/talhelper/commit/f1b5af8ce8337f0d5daad810c4634c60718d448f) chore(schema): update talos-extensions.yaml JSON schema ([#​1033](https://redirect.github.com/budimanjojo/talhelper/issues/1033)) - [`ca3c538`](https://redirect.github.com/budimanjojo/talhelper/commit/ca3c538aad9d2a23bac7600b9e65ff2aa3d7e877) feat(CI): update script to show error and fix deprecation warnings - [`bddb0d4`](https://redirect.github.com/budimanjojo/talhelper/commit/bddb0d4617a3f7889b32af67a8a80f8efd60ca1c) feat: update Scoop for talhelper version v3.0.27 - [`c0d8ba2`](https://redirect.github.com/budimanjojo/talhelper/commit/c0d8ba2a2748068aa402d969fd0516e0c6d00bb6) feat: update flake ([#​1029](https://redirect.github.com/budimanjojo/talhelper/issues/1029)) - [`066762d`](https://redirect.github.com/budimanjojo/talhelper/commit/066762d6471f09bd3126085433bfe652abbb52ea) fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.27 ### [`v3.0.27`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.27) [Compare Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.26...v3.0.27) #### Changelog - [`6eb6ea2`](https://redirect.github.com/budimanjojo/talhelper/commit/6eb6ea2811e05165d550edd3d61799e31dc9d13e) chore(deps): update dependency go to v1.24.3 - [`26b8783`](https://redirect.github.com/budimanjojo/talhelper/commit/26b878340943972983886a6a0fae5a8a28c75161) chore(github-action): update renovatebot/github-action action to v42.0.4 - [`03f359a`](https://redirect.github.com/budimanjojo/talhelper/commit/03f359a000fb5bd8f1a2480d29818e3b0425947c) chore(schema): update talos-extensions.yaml JSON schema - [`3d6dfbd`](https://redirect.github.com/budimanjojo/talhelper/commit/3d6dfbdecf3073f95cdab58939e37b8a6594094e) chore(schema): update talos-extensions.yaml JSON schema ([#​1025](https://redirect.github.com/budimanjojo/talhelper/issues/1025)) - [`81cdda5`](https://redirect.github.com/budimanjojo/talhelper/commit/81cdda529837c4429a2b0b0bc298c4972d528afe) feat(CI): update script to show error and fix depreciation warnings - [`78abc58`](https://redirect.github.com/budimanjojo/talhelper/commit/78abc58c76dfa5ed532c95b01806a77dab685b1a) feat(flake): update flake - [`3d13d5a`](https://redirect.github.com/budimanjojo/talhelper/commit/3d13d5a70a360bb4552bfd3ecf3adc5845f4ab20) feat: update Scoop for talhelper version v3.0.26 - [`ba2680f`](https://redirect.github.com/budimanjojo/talhelper/commit/ba2680f60c18252928a47ed893abbd865842c3fa) feat: update flake ([#​1022](https://redirect.github.com/budimanjojo/talhelper/issues/1022)) - [`84f37f6`](https://redirect.github.com/budimanjojo/talhelper/commit/84f37f62d285e5ac9a1781a03e13cccdd804a0dd) fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.26 - [`6796720`](https://redirect.github.com/budimanjojo/talhelper/commit/6796720cf600c58c106c590b376f3939a9fa7c3a) fix(deps): update module github.com/gookit/validate to v1.5.5 - [`8a387f5`](https://redirect.github.com/budimanjojo/talhelper/commit/8a387f58ef00b4b4cb41d6863d5c2557c3dceb5c) fix(deps): update module github.com/siderolabs/image-factory to v0.7.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
209de2db59 |
fix(deps): update module helm.sh/helm/v3 v3.17.3 → v3.18.2 (clustertool) (#35915)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [helm.sh/helm/v3](https://redirect.github.com/helm/helm) | require | minor | `v3.17.3` -> `v3.18.2` | --- > [!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.18.2`](https://redirect.github.com/helm/helm/releases/tag/v3.18.2): Helm 3.18.2 [Compare Source](https://redirect.github.com/helm/helm/compare/v3.18.1...v3.18.2) Helm v3.18.2 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.18.2. The common platform binaries are here: - [MacOS amd64](https://get.helm.sh/helm-v3.18.2-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.2-darwin-amd64.tar.gz.sha256sum) / 8bfc850d4451dccecb01c73bdc844cb1b3ed2f1b90a89fc47e7b1670e1f369ec) - [MacOS arm64](https://get.helm.sh/helm-v3.18.2-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.2-darwin-arm64.tar.gz.sha256sum) / d82a30d654862668ae1e58dbbba5ea6ed5f84312da59666ef628bf73b2188d39) - [Linux amd64](https://get.helm.sh/helm-v3.18.2-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.2-linux-amd64.tar.gz.sha256sum) / c5deada86fe609deefdf40e9cbbe3da2f8cf3f6a4551a0ebe7886dc8fcf98bce) - [Linux arm](https://get.helm.sh/helm-v3.18.2-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.2-linux-arm.tar.gz.sha256sum) / a848c9db5e51f7cc4975bcfbba415c30cdfb67e141b6efc0e8b3a66cd89e8607) - [Linux arm64](https://get.helm.sh/helm-v3.18.2-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.2-linux-arm64.tar.gz.sha256sum) / 03181a494a0916b370a100a5b2536104963b095be53fb23d1e29b2afb1c7de8d) - [Linux i386](https://get.helm.sh/helm-v3.18.2-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.2-linux-386.tar.gz.sha256sum) / dae13caca7a24d0adff3f59183a269275522964d75c1e4cbdb0ffaddc659e7bc) - [Linux ppc64le](https://get.helm.sh/helm-v3.18.2-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.2-linux-ppc64le.tar.gz.sha256sum) / 1d21b2acdd79a13d20585b61fe90bababdd3f7047530d66aad650869c772b5c3) - [Linux s390x](https://get.helm.sh/helm-v3.18.2-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.2-linux-s390x.tar.gz.sha256sum) / 382920a48a0800cf2bb67bf6ab403aab15f7631b369bed9df9bdcfdd5ebd5ae9) - [Linux riscv64](https://get.helm.sh/helm-v3.18.2-linux-riscv64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.2-linux-riscv64.tar.gz.sha256sum) / d702db0191e6a4091d631760aded83f809d8d7edf962d5252f1ea46804183ebf) - [Windows amd64](https://get.helm.sh/helm-v3.18.2-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v3.18.2-windows-amd64.zip.sha256sum) / 49fc2d74a351974ebf544f8252a4e43d7e5f9e0137472415393178c2d3996e9f) - [Windows arm64](https://get.helm.sh/helm-v3.18.2-windows-arm64.zip) ([checksum](https://get.helm.sh/helm-v3.18.2-windows-arm64.zip.sha256sum) / 6ecdf10aa6f356ebb841d1732225437100e65fdb90f99170e1b2e5726e4fd10d) This release was signed with ` 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E ` and can be found at [@​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.17.3 is the next patch release and will be on July 09, 2025 - 3.18.0 is the next minor release and will be on September 11, 2025 #### Changelog - fix: legacy docker support broken for login [`04cad46`](https://redirect.github.com/helm/helm/commit/04cad4610054e5d546aa5c5d9c1b1d5cf68ec1f8) (Terry Howe) - Handle an empty registry config file. [`bc9f8a2`](https://redirect.github.com/helm/helm/commit/bc9f8a2d8baad5a54f7b421275f44c04117eb5cb) (Matt Farina) ### [`v3.18.1`](https://redirect.github.com/helm/helm/releases/tag/v3.18.1): Helm v3.18.1 [Compare Source](https://redirect.github.com/helm/helm/compare/v3.18.0...v3.18.1) Helm v3.18.1 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience. Notes: - This release fixes regressions around template generation and OCI registry interaction in 3.18.0 - There are at least 2 known regressions unaddressed in this release. They are being worked on. - Empty registry configuration files. When the file exists but it is empty. - Login to Docker Hub on some domains fails. 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.18.1. The common platform binaries are here: - [MacOS amd64](https://get.helm.sh/helm-v3.18.1-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.1-darwin-amd64.tar.gz.sha256sum) / 3973bda1863d74614e1dca69ee65050928a80b88f6d10ec514fa7886a02de309) - [MacOS arm64](https://get.helm.sh/helm-v3.18.1-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.1-darwin-arm64.tar.gz.sha256sum) / 93562d2a0e34a505954e5b9556e319f390bc5bd07bed754ddc038b09cfe6fbd9) - [Linux amd64](https://get.helm.sh/helm-v3.18.1-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.1-linux-amd64.tar.gz.sha256sum) / b1c7e8e261fd30f34c617282813ecafc63628fcd59a255a9fc51b1fe43394c05) - [Linux arm](https://get.helm.sh/helm-v3.18.1-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.1-linux-arm.tar.gz.sha256sum) / 6a58bf4091f798ac1a6fa7e21ea142fe138f5b688f2e3af0c49147f99210fff6) - [Linux arm64](https://get.helm.sh/helm-v3.18.1-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.1-linux-arm64.tar.gz.sha256sum) / 5ddc8fbd4b17857754a95be799543ceafa5aa9532b05f738ee590a76bb049988) - [Linux i386](https://get.helm.sh/helm-v3.18.1-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.1-linux-386.tar.gz.sha256sum) / 890bfd82f9fc8fe829f33c80e3d31463fc22d0f3605aaf3b009b3d7a616ba9cc) - [Linux ppc64le](https://get.helm.sh/helm-v3.18.1-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.1-linux-ppc64le.tar.gz.sha256sum) / 4d03617f742e4774ddf2170840ec385c67abf0db93e5df1aa9a036bb1275988e) - [Linux s390x](https://get.helm.sh/helm-v3.18.1-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.1-linux-s390x.tar.gz.sha256sum) / e17b3574bdd4152ed8962089e3c0143e660db64e828a90a20127c9e5f48ab932) - [Linux riscv64](https://get.helm.sh/helm-v3.18.1-linux-riscv64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.1-linux-riscv64.tar.gz.sha256sum) / 225bdea665c5313e48c0219b39b6f0daea3288b1567f4825c540063784113214) - [Windows amd64](https://get.helm.sh/helm-v3.18.1-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v3.18.1-windows-amd64.zip.sha256sum) / d0f74d2043dae67992d4dcdd430844aa4817e4735a42ef9ecb4d2f042e2ed2bb) - [Windows arm64](https://get.helm.sh/helm-v3.18.1-windows-arm64.zip) ([checksum](https://get.helm.sh/helm-v3.18.1-windows-arm64.zip.sha256sum) / 486f2eabae7b497afc4643e54464b700de6fbc509f4b5b31ca108979a11ba5fd) 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.18.2 will contain only bug fixes. - 3.19.0 on September 11th, 2025 is the next feature release. #### Changelog - fix(client): skipnode utilization for PreCopy [`f6f8700`](https://redirect.github.com/helm/helm/commit/f6f8700a539c18101509434f3b59e6a21402a1b2) (Brandt Keller) - fix(client): layers now returns manifest - remove duplicate from descriptors [`4da7015`](https://redirect.github.com/helm/helm/commit/4da701593f8c8a137fc36a95f9e9ecfe1d01528f) (Brandt Keller) - fix(client): return nil on non-allowed media types [`1a8507f`](https://redirect.github.com/helm/helm/commit/1a8507fd5ad910f466accfd1c784ed0c333c343a) (Brandt Keller) - Prevent fetching newReference again as we have in calling method [`015531c`](https://redirect.github.com/helm/helm/commit/015531ca4f386a6fee6c9f48eae63124d19c76a7) (Benoit Tigeot) - Prevent failure when resolving version tags in oras memory store [`9db1a12`](https://redirect.github.com/helm/helm/commit/9db1a120f9f7404044cc4619ea7379b430004e36) (Benoit Tigeot) - Update pkg/plugin/plugin.go [`e8bfa0e`](https://redirect.github.com/helm/helm/commit/e8bfa0eed689ee822c6ba9b4bcae45ecdb36b671) (Benoit Tigeot) - Update pkg/plugin/plugin.go [`24b4490`](https://redirect.github.com/helm/helm/commit/24b44902a266f911617105273d4afd16f25f4aaf) (Benoit Tigeot) - Wait for Helm v4 before raising when platformCommand and Command are set [`7e8f534`](https://redirect.github.com/helm/helm/commit/7e8f53421a184125cf988814206237ce01d95139) (Benoit Tigeot) - Fix 3.18.0 regression: registry login with scheme [`ea04cea`](https://redirect.github.com/helm/helm/commit/ea04cea48bf2b312e506ae03c412c6fd95929c5c) (Scott Rigby) - Revert "fix (helm) : toToml\` renders int as float \[ backport to v3 ]" [`bec6609`](https://redirect.github.com/helm/helm/commit/bec66098fdb4ac37298f46701a2d5b28e5776b72) (Matt Farina) ### [`v3.18.0`](https://redirect.github.com/helm/helm/releases/tag/v3.18.0): Helm v3.18.0 [Compare Source](https://redirect.github.com/helm/helm/compare/v3.17.3...v3.18.0) Helm v3.18.0 is a feature release. 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) #### Notable Changes - Add support for JSON Schema 2020 - Enabled cpu and memory profiling - Add hook annotation to output hook logs to client on error #### Installation and Upgrading Download Helm v3.18.0. The common platform binaries are here: - [MacOS amd64](https://get.helm.sh/helm-v3.18.0-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.0-darwin-amd64.tar.gz.sha256sum) / 2be99836549413c2f0212d644e8740abd8ba5d7f55484c29d3363cea339891d9) - [MacOS arm64](https://get.helm.sh/helm-v3.18.0-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.0-darwin-arm64.tar.gz.sha256sum) / 4ce30bd86a3fc4f31d297827a5bf5b10ced8c4da2ff810bf9f53f561dbed7d10) - [Linux amd64](https://get.helm.sh/helm-v3.18.0-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.0-linux-amd64.tar.gz.sha256sum) / 961e587fc2c03807f8a99ac25ef063fa9e6915f1894729399cbb95d2a79af931) - [Linux arm](https://get.helm.sh/helm-v3.18.0-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.0-linux-arm.tar.gz.sha256sum) / 88f6264801fd9c5bb3d2d24c7b3da4e239d137b39bacd18d25b22823e6bd31f7) - [Linux arm64](https://get.helm.sh/helm-v3.18.0-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.0-linux-arm64.tar.gz.sha256sum) / 489c9d2d3ea4e095331249d74b4407fb5ac1d338c28429d70cdedccfe6e2b029) - [Linux i386](https://get.helm.sh/helm-v3.18.0-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.0-linux-386.tar.gz.sha256sum) / 3302c90957e259897d238feee65e05abb3fc586ab80a49cb577fd123b2e94cb3) - [Linux ppc64le](https://get.helm.sh/helm-v3.18.0-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.0-linux-ppc64le.tar.gz.sha256sum) / 559036fe183593488275a19796ca0b13f56e9d586b697a0d968e8b1e24472d7c) - [Linux s390x](https://get.helm.sh/helm-v3.18.0-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.0-linux-s390x.tar.gz.sha256sum) / ab0e347751b425ed9c4b619159a9ffeb85a82e07f7333921dec1a26780195a72) - [Linux riscv64](https://get.helm.sh/helm-v3.18.0-linux-riscv64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.18.0-linux-riscv64.tar.gz.sha256sum) / ae98c3d9d352ac91909d28dbb03d91fc506cafcce647cfbd1954a02ef84f91d1) - [Windows amd64](https://get.helm.sh/helm-v3.18.0-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v3.18.0-windows-amd64.zip.sha256sum) / ae6a1b832043e3433d2823fc42692057dbf007efad34292708130b412c169a94) - [Windows arm64](https://get.helm.sh/helm-v3.18.0-windows-arm64.zip) ([checksum](https://get.helm.sh/helm-v3.18.0-windows-arm64.zip.sha256sum) / f354f0bdf725a0530162754632bc54fed2c56ad11a899b031702ee1c70ecb5fc) 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.18.1 on June 11th, 2025 will contain only bug fixes. - 3.19.0 on September 11th, 2025 is the next feature release. #### Changelog - build(deps): bump the k8s-io group with 7 updates [`cc58e3f`](https://redirect.github.com/helm/helm/commit/cc58e3f5a3aa615c6a86275e6f4444b5fdd3cc4e) (dependabot\[bot]) - fix: govulncheck workflow [`bf1436b`](https://redirect.github.com/helm/helm/commit/bf1436baf3c235cb1b689a016b7162d0cddd3947) (Matthieu MOREL) - bump version to v3.18.0 [`d8edc2a`](https://redirect.github.com/helm/helm/commit/d8edc2aebc2e5ad624640b56a22258b9bbec9099) (Robert Sirchia) - fix:add proxy support when mTLS configured [`48377fe`](https://redirect.github.com/helm/helm/commit/48377fe4515cc6a5bf5ac92ea6086090e7b82798) (Rongrong Liu) - docs: Note about http fallback for OCI registries [`cdd7c10`](https://redirect.github.com/helm/helm/commit/cdd7c105a60929d733c1b67d4fe5062ff5619ac2) (Terry Howe) - Bump net package to avoid CVE on dev-v3 [`f9ab8f7`](https://redirect.github.com/helm/helm/commit/f9ab8f772a01ff918d4a54febe18d4cc6899f2e2) (Benoit Tigeot) - Bump toml [`087fa18`](https://redirect.github.com/helm/helm/commit/087fa18276033d37648deaf082de6b3ea635fb88) (Benoit Tigeot) - backport #​30677to dev3 [`2a5f83b`](https://redirect.github.com/helm/helm/commit/2a5f83b960738cc58f090e67ac108418ac4dedf2) (dongjiang) - build(deps): bump github.com/rubenv/sql-migrate from 1.7.2 to 1.8.0 [`5df2f30`](https://redirect.github.com/helm/helm/commit/5df2f3018a6ac20db369390fed142463d97b487f) (dependabot\[bot]) - Add install test for TakeOwnership flag [`0906fe7`](https://redirect.github.com/helm/helm/commit/0906fe7f6b201d9aa73eb22f518366ea75c57937) (Evans Mungai) - Fix --take-ownership [`4ee3a19`](https://redirect.github.com/helm/helm/commit/4ee3a19e9a98e3b58eb4579f019666e834408ca3) (Patrick Seidensal) - build(deps): bump github.com/rubenv/sql-migrate from 1.7.1 to 1.7.2 [`3538c2a`](https://redirect.github.com/helm/helm/commit/3538c2a677809308821c18bdc309e5954f822211) (dependabot\[bot]) - build(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0 [`6fa95c8`](https://redirect.github.com/helm/helm/commit/6fa95c805e449eb7332059cc4aee837a9358f334) (dependabot\[bot]) - build(deps): bump golang.org/x/term from 0.30.0 to 0.31.0 [`741b5be`](https://redirect.github.com/helm/helm/commit/741b5beeb95b0858b1809a625870310a509a4d61) (dependabot\[bot]) - Testing text bump [`017f9fa`](https://redirect.github.com/helm/helm/commit/017f9fad2b2b51f1292c73922f0857b93d2fb233) (Benoit Tigeot) - Permit more Go version and not only 1.23.8 [`6667252`](https://redirect.github.com/helm/helm/commit/666725202b2c7da205fe0c34a1ac5812e88d2500) (Benoit Tigeot) - Bumps github.com/distribution/distribution/v3 from 3.0.0-rc.3 to 3.0.0 [`4ad1ccd`](https://redirect.github.com/helm/helm/commit/4ad1ccd8fb8bbf4ffec8ccab411f2ee57360824d) (Benoit Tigeot) - Unarchiving fix [`3ce10e4`](https://redirect.github.com/helm/helm/commit/3ce10e4f81e064a3807098c3d466c33f2ece8a18) (Matt Farina) - Fix typo [`422c58e`](https://redirect.github.com/helm/helm/commit/422c58e4a2d7a00e2275916be1bfda0b28efba82) (Benoit Tigeot) - Report as debug log, the time spent waiting for resources [`5e7f12d`](https://redirect.github.com/helm/helm/commit/5e7f12d4c3e2e37fa4bc065fddde8e191c336a15) (Benoit Tigeot) - build(deps): bump github.com/containerd/containerd from 1.7.26 to 1.7.27 [`dcc286c`](https://redirect.github.com/helm/helm/commit/dcc286ca562e91bc5ea052d734d11e4bf2905e19) (dependabot\[bot]) - Update pkg/registry/fallback.go [`1435ec7`](https://redirect.github.com/helm/helm/commit/1435ec7c7717a147fb17701fd0da3992f7a44bb6) (Terry Howe) - automatic fallback to http [`674e882`](https://redirect.github.com/helm/helm/commit/674e882c88535c75b672cb6986df8fc23ad21dad) (Terry Howe) - chore(oci): upgrade to ORAS v2 [`c188441`](https://redirect.github.com/helm/helm/commit/c188441757c66e8e863969c5cb1b27be61482a22) (Terry Howe) - Updating to 0.37.0 for x/net [`2b12490`](https://redirect.github.com/helm/helm/commit/2b12490c329e5a61c79f6f71cee8b450770b0752) (Matt Farina) - build(deps): bump the k8s-io group with 7 updates [`0648918`](https://redirect.github.com/helm/helm/commit/0648918abbc894b035351353a2af82b5c8b161c8) (dependabot\[bot]) - build(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0 [`0911b9c`](https://redirect.github.com/helm/helm/commit/0911b9c7b0f29bd49905865cd77509c2d84c4479) (dependabot\[bot]) - build(deps): bump github.com/opencontainers/image-spec [`2f22d55`](https://redirect.github.com/helm/helm/commit/2f22d5544c78b3e81de95bac061515630cb5d157) (dependabot\[bot]) - build(deps): bump github.com/containerd/containerd from 1.7.25 to 1.7.26 [`89361c9`](https://redirect.github.com/helm/helm/commit/89361c905aae85cf0a20ec68df2fdd52103847ed) (dependabot\[bot]) - build(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0 [`6d64160`](https://redirect.github.com/helm/helm/commit/6d64160ab65863892ef1cec022b5391b17147c6d) (dependabot\[bot]) - Fix cherry-pick helm.sh/helm/v4 -> helm.sh/helm/v3 [`bcb83e4`](https://redirect.github.com/helm/helm/commit/bcb83e465f4487b481b8843f4d5dfe4f26472c55) (Scott Rigby) - Refactor based on review comment [`2aa90b8`](https://redirect.github.com/helm/helm/commit/2aa90b8f2603f033479278eb99993d2efe39624c) (Chris Berry) - Refactor based on review comment [`5739197`](https://redirect.github.com/helm/helm/commit/5739197faa75b3e2c7d32a999c3e17bd8949756d) (Chris Berry) - Add HookOutputFunc and generic yaml unmarshaller [`b8e1387`](https://redirect.github.com/helm/helm/commit/b8e13878fcf542aff465a90635b4d29f93dfb434) (Chris Berry) - clarify fix error message [`97b0e11`](https://redirect.github.com/helm/helm/commit/97b0e11871252ad99054d911d92666f84fdac79a) (Scott Rigby) - fix err check [`2f79afb`](https://redirect.github.com/helm/helm/commit/2f79afb0a3c506fd41ea89f13efcfa4379f88b5f) (Scott Rigby) - remove comments about previous functionality [`c77f4ec`](https://redirect.github.com/helm/helm/commit/c77f4ec6c41db7d5641da723eb6f67d1b8b0e606) (Scott Rigby) - add short circuit return [`3cd6afe`](https://redirect.github.com/helm/helm/commit/3cd6afe845c905d2bc1dfa259e2ab4b571c19234) (Scott Rigby) - Update based on review comments [`5367001`](https://redirect.github.com/helm/helm/commit/5367001f4fa283ffb4dd15741c2dff053b5dfb52) (Chris Berry) - Update based on review comments [`3c44515`](https://redirect.github.com/helm/helm/commit/3c445158d85b1bec417803f418f0b686188b2399) (Chris Berry) - Fix lint [`4cb639e`](https://redirect.github.com/helm/helm/commit/4cb639ed4edab7729859328d443b102d05a4b32d) (Chris Berry) - Tidy up imports [`20f859c`](https://redirect.github.com/helm/helm/commit/20f859c9ffb5e0a7b48c8331093250bd162e3ee0) (Chris) - Add hook annotations to output pod logs to client on success and fail [`ca90972`](https://redirect.github.com/helm/helm/commit/ca90972b3d81acb1ad9d6f80bb1770113776f06a) (Chris Berry) - chore: use \[]error instead of \[]string [`a9e2075`](https://redirect.github.com/helm/helm/commit/a9e20757c6b348da7db789f81a874cdb5b315e9f) (Evans Mungai) - Update cmd/helm/profiling.go [`996ad84`](https://redirect.github.com/helm/helm/commit/996ad8445379b44bbefc9116e8b5a0cdd9bce259) (Evans Mungai) - chore: update profiling doc in CONTRIBUTING.md [`867c97e`](https://redirect.github.com/helm/helm/commit/867c97e70d42f523a223973770149c7faeb6f04f) (Evans Mungai) - Update CONTRIBUTING guide [`af24101`](https://redirect.github.com/helm/helm/commit/af2410192d0854f1431efaa9858b2d830f3312c4) (Evans Mungai) - Prefer environment variables to CLI flags [`c7dfa87`](https://redirect.github.com/helm/helm/commit/c7dfa87f9d5640ed07b76bfda24dd1e3db635690) (Evans Mungai) - Fix linter warning [`b39411a`](https://redirect.github.com/helm/helm/commit/b39411a66829d711168de543fa823cbd5e749ca4) (Evans Mungai) - Move pprof paths to HELM_PPROF env variable [`4c50f01`](https://redirect.github.com/helm/helm/commit/4c50f01046be19467eb99495cbce51319700b81a) (Evans Mungai) - Update CONTRIBUTING.md [`3b43f7b`](https://redirect.github.com/helm/helm/commit/3b43f7be60c54edc3ea7d76d6253bb5d12eece32) (Evans Mungai) - Update CONTRIBUTING.md [`a32e11b`](https://redirect.github.com/helm/helm/commit/a32e11bdc3af0250a10ce6bbb8a2dc566f66cd3d) (Evans Mungai) - Additional review fixes from PR [`483ebf9`](https://redirect.github.com/helm/helm/commit/483ebf915da5ab2c2bbdb46644bca2fe22ae51f9) (Evans Mungai) - feat: Add flags to enable CPU and memory profiling [`461197f`](https://redirect.github.com/helm/helm/commit/461197f9c62f4c37ad2b727962db95378c3f3073) (Evans Mungai) - build(deps): bump github.com/distribution/distribution/v3 [`e7fa545`](https://redirect.github.com/helm/helm/commit/e7fa545819dbb51c8f94a1936174ee48b52db694) (dependabot\[bot]) - build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 [`d1687ba`](https://redirect.github.com/helm/helm/commit/d1687ba8d9c94c711215dc49ad88117585c9c765) (dependabot\[bot]) - Moving to SetOut and SetErr for Cobra [`4c2f88b`](https://redirect.github.com/helm/helm/commit/4c2f88b2abb53ee04d6003e67d6efa44b29eb832) (Matt Farina) - build(deps): bump the k8s-io group with 7 updates [`a2413aa`](https://redirect.github.com/helm/helm/commit/a2413aa26dd873a782b8f96cac424991b223c3da) (dependabot\[bot]) - build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0 [`959d643`](https://redirect.github.com/helm/helm/commit/959d643b977b2b1571fe3ccd21d8e9cbfe1b4ea3) (dependabot\[bot]) - build(deps): bump golang.org/x/term from 0.28.0 to 0.29.0 [`3a87c68`](https://redirect.github.com/helm/helm/commit/3a87c684e77eef5fcd5bb3b2c51f8e739b871a7c) (dependabot\[bot]) - build(deps): bump golang.org/x/text from 0.21.0 to 0.22.0 [`711cef8`](https://redirect.github.com/helm/helm/commit/711cef8d1c0602a949b39be4c6eafe118e2fc30c) (dependabot\[bot]) - build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 [`7680623`](https://redirect.github.com/helm/helm/commit/76806237ad36e527d2e6158f80ab84f237c52ec3) (dependabot\[bot]) - build(deps): bump github.com/cyphar/filepath-securejoin [`03747d9`](https://redirect.github.com/helm/helm/commit/03747d963f7e51e7fd1eac8a768f2791bf25a7e3) (dependabot\[bot]) - build(deps): bump github.com/evanphx/json-patch [`f1db83f`](https://redirect.github.com/helm/helm/commit/f1db83f78f06ee017492b471bb2c19ff2249aacd) (dependabot\[bot]) - build(deps): bump the k8s-io group with 7 updates [`3bc3751`](https://redirect.github.com/helm/helm/commit/3bc3751f7019d2a1f5b922421d398f9ddd880106) (dependabot\[bot]) - fix: check group for resource info match [`2ebce78`](https://redirect.github.com/helm/helm/commit/2ebce786ba295a3ca7a281c3ffd78086cf561f89) (Jiasheng Zhu) - Bump github.com/cyphar/filepath-securejoin from 0.3.6 to 0.4.0 [`8e86e76`](https://redirect.github.com/helm/helm/commit/8e86e76d50a9f365e79b6211100dd4308289da6c) (dependabot\[bot]) - add test for nullifying nested global value [`326c1e3`](https://redirect.github.com/helm/helm/commit/326c1e3f6782a7ed53980ac010c44689c0ae4fb6) (Ryan Hockstad) - Ensuring the file paths are clean prior to passing to securejoin [`fba9d08`](https://redirect.github.com/helm/helm/commit/fba9d08dced3583ef88fc235b307995830173aa9) (Matt Farina) - Bump github.com/containerd/containerd from 1.7.24 to 1.7.25 [`a79be7d`](https://redirect.github.com/helm/helm/commit/a79be7d5d348525257ea3be3305f7343522bb083) (dependabot\[bot]) - Bump golang.org/x/crypto from 0.31.0 to 0.32.0 [`b029d74`](https://redirect.github.com/helm/helm/commit/b029d74a52009d4e14d406bcc952d2191e0200f0) (dependabot\[bot]) - Bump golang.org/x/term from 0.27.0 to 0.28.0 [`a1c0ae8`](https://redirect.github.com/helm/helm/commit/a1c0ae88a7ccbda9b5915bac196db54e677fd1d2) (dependabot\[bot]) - bump version to v3.17.0 [`d6db69e`](https://redirect.github.com/helm/helm/commit/d6db69ed66a3b127a96e3339a00ea84586310868) (Matt Farina) - Bump github.com/moby/term from 0.5.0 to 0.5.2 [`54ffefb`](https://redirect.github.com/helm/helm/commit/54ffefbcf79b5d835c29a730ea7aef6afd9109ee) (dependabot\[bot]) - Add test case for removing an entire object [`ef2eb55`](https://redirect.github.com/helm/helm/commit/ef2eb552837446fe8a5a91bc68abf4d9eab685a8) (Ryan Hockstad) - Tests for bugfix: Override subcharts with null values [#​12879](https://redirect.github.com/helm/helm/issues/12879) [`60fcce1`](https://redirect.github.com/helm/helm/commit/60fcce18d1646e266dfe8191e25a85dcdb7b0038) (Scott Rigby) - feat: Added multi-platform plugin hook support to v3 Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com> [`83dddb1`](https://redirect.github.com/helm/helm/commit/83dddb183946266289e55eb3c3d8c8a35b24b34a) (Andrew Block) - This commit fixes the issue where the yaml.Unmarshaller converts all int values into float64, this passes in option to decoder, which enables conversion of int into . [`0a6834f`](https://redirect.github.com/helm/helm/commit/0a6834fdf060b4fbc4e1ea4bcb85908891539d48) (Althaf M) - merge null child chart objects [`5a58751`](https://redirect.github.com/helm/helm/commit/5a58751a053ea59b88399487a5f0f8f5c27b9461) (Ryan Hockstad) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
2998892a3d |
fix(deps): update module github.com/knadh/koanf/providers/file v1.1.2 → v1.2.0 (clustertool) (#35776)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/knadh/koanf/providers/file](https://redirect.github.com/knadh/koanf) | require | minor | `v1.1.2` -> `v1.2.0` | --- ### Release Notes <details> <summary>knadh/koanf (github.com/knadh/koanf/providers/file)</summary> ### [`v1.2.0`](https://redirect.github.com/knadh/koanf/releases/tag/v1.2.0) - [`5fc619c`](https://redirect.github.com/knadh/koanf/commit/5fc619c) Add Delim() - [`f001ae3`](https://redirect.github.com/knadh/koanf/commit/f001ae3) Merge pull request [#​98](https://redirect.github.com/knadh/koanf/issues/98) from knadh/fix-confmap-dep - [`bc5fe47`](https://redirect.github.com/knadh/koanf/commit/bc5fe47) Remove superfluous dependency on providers/confmap in the core </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
2f6ca11194 |
fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.25 → v3.0.26 (clustertool) (#35723)
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.25` -> `v3.0.26` | --- ### Release Notes <details> <summary>budimanjojo/talhelper (github.com/budimanjojo/talhelper/v3)</summary> ### [`v3.0.26`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.26) [Compare Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.25...v3.0.26) #### Changelog - [`6656739`](https://redirect.github.com/budimanjojo/talhelper/commit/6656739155478c88e83423266699cc9a3588e073) chore(github-action): update renovatebot/github-action action to v42.0.3 - [`f20b29f`](https://redirect.github.com/budimanjojo/talhelper/commit/f20b29fdc50154655f8a77479eeed8a992ad04cb) chore(schema): update talos-extensions.yaml JSON schema - [`ad516f5`](https://redirect.github.com/budimanjojo/talhelper/commit/ad516f505f0643794f7d865302a36b3b07b63964) chore(schema): update talos-extensions.yaml JSON schema ([#​1018](https://redirect.github.com/budimanjojo/talhelper/issues/1018)) - [`2398fe3`](https://redirect.github.com/budimanjojo/talhelper/commit/2398fe3fbbc68e2b075c47ae53f0d060709b704e) chore(schema): update talos-extensions.yaml JSON schema ([#​1020](https://redirect.github.com/budimanjojo/talhelper/issues/1020)) - [`ddbe8d2`](https://redirect.github.com/budimanjojo/talhelper/commit/ddbe8d290c0c9bb46f28b299ee8b4d5a398518c6) feat(config): allow go template inside `extraManifests` files - [`750fe80`](https://redirect.github.com/budimanjojo/talhelper/commit/750fe80a50e8f458bb42cc6c52f6259a7d4c6838) feat: update Scoop for talhelper version v3.0.25 - [`6b01a59`](https://redirect.github.com/budimanjojo/talhelper/commit/6b01a593a3b096c1a6edca12eca3bb75a2918202) feat: update flake ([#​1009](https://redirect.github.com/budimanjojo/talhelper/issues/1009)) - [`549aa90`](https://redirect.github.com/budimanjojo/talhelper/commit/549aa909335c40e76f49b5de54dff7933ce59311) fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.25 - [`2081a5d`](https://redirect.github.com/budimanjojo/talhelper/commit/2081a5d496c04fd600eb3f3daf46847c0445a523) fix(deps): update module github.com/google/go-containerregistry to v0.20.4 - [`5825456`](https://redirect.github.com/budimanjojo/talhelper/commit/5825456e0992d4dedd4e0bfd855a1c000c5bba9a) fix(deps): update module github.com/google/go-containerregistry to v0.20.5 - [`1207ffa`](https://redirect.github.com/budimanjojo/talhelper/commit/1207ffa66651e424139e2791a8123b140175e434) fix(docs): remove duplicated entry </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
870167ed08 | fix(deps): update module sigs.k8s.io/controller-runtime v0.20.3 → v0.20.4 (clustertool) (#35724) | ||
|
|
5e99d041db |
fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.24 → v3.0.25 (clustertool) (#35433)
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.24` -> `v3.0.25` | --- ### Release Notes <details> <summary>budimanjojo/talhelper (github.com/budimanjojo/talhelper/v3)</summary> ### [`v3.0.25`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.25) [Compare Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.24...v3.0.25) #### Changelog - [`f7fec6d`](https://redirect.github.com/budimanjojo/talhelper/commit/f7fec6db197850c0b59f291c4e6838be21d56871) chore(container): update ghcr.io/siderolabs/talosctl docker tag to v1.10.2 - [`a742d82`](https://redirect.github.com/budimanjojo/talhelper/commit/a742d826afdd71860cd0ff390bd9fbce3c045d13) chore(container): update registry.k8s.io/kubectl docker tag to v1.33.1 - [`434481f`](https://redirect.github.com/budimanjojo/talhelper/commit/434481fd8763a88bf7d4ea28ef13bb31bb6ad337) chore(deps): update dependency siderolabs/talos to v1.10.2 - [`6b43362`](https://redirect.github.com/budimanjojo/talhelper/commit/6b433628eb11343abe0753662e1a3d3a0439a0dc) chore(github-action): update renovatebot/github-action action to v42.0.2 - [`a9ac8bb`](https://redirect.github.com/budimanjojo/talhelper/commit/a9ac8bb31a2baa4f36ac34c0c9bf37193d6c9879) chore(schema): update talos-extensions.yaml JSON schema - [`acb799d`](https://redirect.github.com/budimanjojo/talhelper/commit/acb799d37e3d836422f338e84ff54544e5609766) chore(schema): update talos-extensions.yaml JSON schema ([#​1002](https://redirect.github.com/budimanjojo/talhelper/issues/1002)) - [`db0a3f0`](https://redirect.github.com/budimanjojo/talhelper/commit/db0a3f0e15ed8e7ef32faa5a82394f64ee5e30cb) chore(schema): update talos-extensions.yaml JSON schema ([#​1007](https://redirect.github.com/budimanjojo/talhelper/issues/1007)) - [`64eab39`](https://redirect.github.com/budimanjojo/talhelper/commit/64eab392f8eb67a5f7a6400e787a9fc791fac700) chore(schema): update talos-extensions.yaml JSON schema ([#​996](https://redirect.github.com/budimanjojo/talhelper/issues/996)) - [`0ad35f1`](https://redirect.github.com/budimanjojo/talhelper/commit/0ad35f11fd5c7bbe7c1e13bef5a7e8feff8e7b4f) chore(schema): update talos-extensions.yaml JSON schema ([#​997](https://redirect.github.com/budimanjojo/talhelper/issues/997)) - [`714d142`](https://redirect.github.com/budimanjojo/talhelper/commit/714d142ebf877454a144d05db7abf49f2b099960) feat(genconfig): only append extra kernel args when not using UKI image - [`4d5a2b7`](https://redirect.github.com/budimanjojo/talhelper/commit/4d5a2b7f955115a0cb1e28d42b06b7e77f62fe17) feat(genconfig): verbose warning instead when secrets file is not found - [`5a1f13e`](https://redirect.github.com/budimanjojo/talhelper/commit/5a1f13ef3ed1fb73fa35836a56a8385702683277) feat: update Scoop for talhelper version v3.0.24 - [`a6d3e86`](https://redirect.github.com/budimanjojo/talhelper/commit/a6d3e8681ffa0dcc78bc06e04cb4ab2e8cbe8643) feat: update flake ([#​992](https://redirect.github.com/budimanjojo/talhelper/issues/992)) - [`bd5c597`](https://redirect.github.com/budimanjojo/talhelper/commit/bd5c5976aa0573cb1a81aac1c39c747bd54c6623) fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.24 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
4a33294d16 |
fix(deps): update kubernetes packages v0.33.0 → v0.33.1 (clustertool) (patch) (#35398)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [k8s.io/api](https://redirect.github.com/kubernetes/api) | require | patch | `v0.33.0` -> `v0.33.1` | | [k8s.io/apimachinery](https://redirect.github.com/kubernetes/apimachinery) | require | patch | `v0.33.0` -> `v0.33.1` | | [k8s.io/client-go](https://redirect.github.com/kubernetes/client-go) | require | patch | `v0.33.0` -> `v0.33.1` | --- ### Release Notes <details> <summary>kubernetes/api (k8s.io/api)</summary> ### [`v0.33.1`](https://redirect.github.com/kubernetes/api/compare/v0.33.0...v0.33.1) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.33.0...v0.33.1) </details> <details> <summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary> ### [`v0.33.1`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.33.0...v0.33.1) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.33.0...v0.33.1) </details> <details> <summary>kubernetes/client-go (k8s.io/client-go)</summary> ### [`v0.33.1`](https://redirect.github.com/kubernetes/client-go/compare/v0.33.0...v0.33.1) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.33.0...v0.33.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
1863a66b69 |
fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.23 → v3.0.24 (clustertool) (#35162)
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.23` -> `v3.0.24` | --- > [!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.24`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.24) [Compare Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.23...v3.0.24) #### Changelog - [`1751ddc`](https://redirect.github.com/budimanjojo/talhelper/commit/1751ddc29947aa54bfeed1d96557ec0d42852fbb) chore(container): update ghcr.io/siderolabs/talosctl docker tag to v1.10.1 - [`df1f393`](https://redirect.github.com/budimanjojo/talhelper/commit/df1f39337a47122ec4da8d2d91d6bb9070ecfb9d) chore(container): update golangci/golangci-lint docker tag to v2.1.6 - [`6714be2`](https://redirect.github.com/budimanjojo/talhelper/commit/6714be2abdf39f481700a0afd5f94c519fd6f8e1) chore(container): update mcr.microsoft.com/devcontainers/go:1.24-bookworm docker digest to [`be739eb`](https://redirect.github.com/budimanjojo/talhelper/commit/be739eb) ([#​984](https://redirect.github.com/budimanjojo/talhelper/issues/984)) - [`72db5ec`](https://redirect.github.com/budimanjojo/talhelper/commit/72db5ec3f7df8e429e965eb43ba2b4a95204d575) chore(deps): update dependency siderolabs/talos to v1.10.1 - [`c6470d1`](https://redirect.github.com/budimanjojo/talhelper/commit/c6470d132e2a05f845377da588d7a717453b7304) chore(github-action)!: Update golangci/golangci-lint-action action to v8 - [`89a1bec`](https://redirect.github.com/budimanjojo/talhelper/commit/89a1bec9c751bc900fc22b7d8aaf8e394ce8c76a) chore(github-action)!: Update renovatebot/github-action action to v42 - [`29e1b45`](https://redirect.github.com/budimanjojo/talhelper/commit/29e1b455a245d3d1fb6a72343f713cf4263b48e9) chore(github-action): update actions/setup-go action to v5.5.0 - [`81edb53`](https://redirect.github.com/budimanjojo/talhelper/commit/81edb539d00f83b4b25a972850373ebb67a59d37) chore(github-action): update renovatebot/github-action action to v42.0.1 - [`36cb43e`](https://redirect.github.com/budimanjojo/talhelper/commit/36cb43ee12d0685cfd241b39e97104d6dd817799) chore(schema): update talconfig.yaml JSON schema ([#​972](https://redirect.github.com/budimanjojo/talhelper/issues/972)) - [`f11a772`](https://redirect.github.com/budimanjojo/talhelper/commit/f11a7723e390dcb05176c8c72a618bd7deb1a4c4) chore(schema): update talconfig.yaml JSON schema ([#​985](https://redirect.github.com/budimanjojo/talhelper/issues/985)) - [`1dceaf3`](https://redirect.github.com/budimanjojo/talhelper/commit/1dceaf3e32fe49964e98f556595dfc327b75dfea) chore(schema): update talos-extensions.yaml JSON schema ([#​977](https://redirect.github.com/budimanjojo/talhelper/issues/977)) - [`e8d3f1e`](https://redirect.github.com/budimanjojo/talhelper/commit/e8d3f1e85a1447ac8d0392723aa9a5ba85f5879b) chore(schema): update talos-extensions.yaml JSON schema ([#​980](https://redirect.github.com/budimanjojo/talhelper/issues/980)) - [`d5a5f1f`](https://redirect.github.com/budimanjojo/talhelper/commit/d5a5f1f3898d39946a9b11abd6d15468e3ff7b7b) chore(schema): update talos-extensions.yaml JSON schema ([#​989](https://redirect.github.com/budimanjojo/talhelper/issues/989)) - [`6b09d81`](https://redirect.github.com/budimanjojo/talhelper/commit/6b09d81598aafa880b1d5a64bc180f7ee191b642) feat(genconfig): reflect to the installer image url change - [`73141dc`](https://redirect.github.com/budimanjojo/talhelper/commit/73141dc051374e349ffa3ccb87d735414045d4a6) feat(genconfig): support changing the output file name - [`996d771`](https://redirect.github.com/budimanjojo/talhelper/commit/996d771cd5bf1c27cba8b1353b8067cbb1dd73fe) feat(readme): thank you [@​oliverbaehler](https://redirect.github.com/oliverbaehler) for the sponsor! - [`0535296`](https://redirect.github.com/budimanjojo/talhelper/commit/05352967d35bf2126718c83fc598e0dc5add8874) feat: update Scoop for talhelper version v3.0.23 - [`72f30da`](https://redirect.github.com/budimanjojo/talhelper/commit/72f30dad9c70069171fd6ea8144afeb320d9ca58) feat: update flake - [`4e47749`](https://redirect.github.com/budimanjojo/talhelper/commit/4e477491b8ba95a22e6b58973755c3c09791a781) fix(code): make `golangci-lint` happy - [`46d8f00`](https://redirect.github.com/budimanjojo/talhelper/commit/46d8f0000d6cb5aabe3e4f80d904b0d93560b185) fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.23 - [`bda4f07`](https://redirect.github.com/budimanjojo/talhelper/commit/bda4f07318dfab0eb1693b361668a766f9162a11) fix(schema): fix json schema for `volumes` and `userVolumes` </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
0bb417a9ba |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
579d6289cf |
chore(deps): update go 1.24.2 → 1.24.3 (#35111)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | patch | `1.24.2` -> `1.24.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
249bd5a629 |
fix(deps): update module golang.org/x/crypto v0.37.0 → v0.38.0 (clustertool) (#35100)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/crypto | require | minor | `v0.37.0` -> `v0.38.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
476251f344 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
15ee62fbdc |
fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.22 → v3.0.23 (clustertool) (#34980)
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.22` -> `v3.0.23` | --- > [!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.23`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.23) [Compare Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.22...v3.0.23) #### Changelog - [`983ffcc`](https://redirect.github.com/budimanjojo/talhelper/commit/983ffccd83b3a0d2ef1918929cfbfc397f4cc731) chore(schema): update talos-extensions.yaml JSON schema ([#​967](https://redirect.github.com/budimanjojo/talhelper/issues/967)) - [`dfb8a27`](https://redirect.github.com/budimanjojo/talhelper/commit/dfb8a274ab6540ef6a62f7c7d125ff4cd77533a8) feat: add `v1.11` as supported version - [`8ebb8a9`](https://redirect.github.com/budimanjojo/talhelper/commit/8ebb8a916aa36ed49f255b8d75a934caa970694c) feat: update Scoop for talhelper version v3.0.22 - [`70b1366`](https://redirect.github.com/budimanjojo/talhelper/commit/70b1366083b9a294629590c82ec1c6e9452600c3) feat: update flake ([#​963](https://redirect.github.com/budimanjojo/talhelper/issues/963)) - [`4e9e235`](https://redirect.github.com/budimanjojo/talhelper/commit/4e9e23515efb4b9cf0d7680d26012d6b810998bd) fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.22 - [`514e977`](https://redirect.github.com/budimanjojo/talhelper/commit/514e977669c520b99d4cce06db79e687b6d8271b) fix(deps): update module github.com/siderolabs/image-factory to v0.7.0 - [`cdd847a`](https://redirect.github.com/budimanjojo/talhelper/commit/cdd847a4690072a6d8e86c0413ecbcd458be0615) fix(deps): update module github.com/siderolabs/talos/pkg/machinery to v1.11.0-alpha.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
3554900618 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
a34d2e2f51 |
fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.21 → v3.0.22 (clustertool) (#34943)
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.21` -> `v3.0.22` | --- ### Release Notes <details> <summary>budimanjojo/talhelper (github.com/budimanjojo/talhelper/v3)</summary> ### [`v3.0.22`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.22) [Compare Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.21...v3.0.22) #### Changelog - [`bc814e4`](https://redirect.github.com/budimanjojo/talhelper/commit/bc814e4356e9bf9c2da51e38647d4f5fb789202e) chore(container)!: Update golangci/golangci-lint Docker tag to v2 - [`8752b64`](https://redirect.github.com/budimanjojo/talhelper/commit/8752b64cfcfee635672a9948a3cf844624f062fb) chore(container): update ghcr.io/getsops/sops docker tag to v3.10.1 - [`77d39e9`](https://redirect.github.com/budimanjojo/talhelper/commit/77d39e96d1c8128bfc3ac9668a163364f890665a) chore(container): update ghcr.io/getsops/sops docker tag to v3.10.2 - [`9366857`](https://redirect.github.com/budimanjojo/talhelper/commit/9366857695e3ae9fe6a8d1f1b5ff908e220c0b76) chore(container): update ghcr.io/siderolabs/talosctl docker tag to v1.10.0 - [`a7273c9`](https://redirect.github.com/budimanjojo/talhelper/commit/a7273c9478ae616eca34abc42d5453b78f6eb13c) chore(container): update golangci/golangci-lint docker tag to v1.64.8 - [`520f4ba`](https://redirect.github.com/budimanjojo/talhelper/commit/520f4ba7ec65e280d2057c80819c2804aed4cbf0) chore(container): update golangci/golangci-lint docker tag to v2.0.2 - [`446a0ec`](https://redirect.github.com/budimanjojo/talhelper/commit/446a0eca7cc52f05bdf30a3bd821ad774f349ec0) chore(container): update golangci/golangci-lint docker tag to v2.1.1 - [`7258345`](https://redirect.github.com/budimanjojo/talhelper/commit/72583457b6d55eec815dd190e3b7db8f947dce2b) chore(container): update golangci/golangci-lint docker tag to v2.1.2 - [`ed2cd54`](https://redirect.github.com/budimanjojo/talhelper/commit/ed2cd546c0f9c0954166cebc9119022b260738c7) chore(container): update golangci/golangci-lint docker tag to v2.1.5 - [`4fadb67`](https://redirect.github.com/budimanjojo/talhelper/commit/4fadb672d3079182631dc7d79c661b7b70840bff) chore(container): update goreleaser/goreleaser docker tag to v2.8.1 - [`8505d96`](https://redirect.github.com/budimanjojo/talhelper/commit/8505d96b2620f5f2950886ddc1dcda7c30546dd0) chore(container): update goreleaser/goreleaser docker tag to v2.8.2 - [`aca4868`](https://redirect.github.com/budimanjojo/talhelper/commit/aca486883fc4a2792325e103794b39e46de18a3c) chore(container): update goreleaser/goreleaser docker tag to v2.9.0 - [`daf04fc`](https://redirect.github.com/budimanjojo/talhelper/commit/daf04fc76c7a77a84bd66275eaab0f23968ceb3e) chore(container): update mcr.microsoft.com/devcontainers/go docker tag to v1.24 - [`403b5bc`](https://redirect.github.com/budimanjojo/talhelper/commit/403b5bc783604150582e727f0062aecec570a079) chore(container): update mcr.microsoft.com/devcontainers/go:1.23-bookworm docker digest to [`eaea1ec`](https://redirect.github.com/budimanjojo/talhelper/commit/eaea1ec) ([#​903](https://redirect.github.com/budimanjojo/talhelper/issues/903)) - [`7f1f2e4`](https://redirect.github.com/budimanjojo/talhelper/commit/7f1f2e465c3bf8417d10f6d6f2c6f8e9c0408491) chore(container): update mcr.microsoft.com/devcontainers/go:1.24-bookworm docker digest to [`fb6bc4a`](https://redirect.github.com/budimanjojo/talhelper/commit/fb6bc4a) ([#​929](https://redirect.github.com/budimanjojo/talhelper/issues/929)) - [`c7ab041`](https://redirect.github.com/budimanjojo/talhelper/commit/c7ab041ba54f87b94da4956ed94be2afd4108d8d) chore(container): update registry.k8s.io/kubectl docker tag to v1.32.4 - [`57c9f7e`](https://redirect.github.com/budimanjojo/talhelper/commit/57c9f7e14141ef557c09c55aa279ee952f07b3c6) chore(container): update registry.k8s.io/kubectl docker tag to v1.33.0 - [`8f11ee7`](https://redirect.github.com/budimanjojo/talhelper/commit/8f11ee76dafde60b5e59957165d01b643e25808e) chore(deps): update dependency go to v1.24.2 - [`8e47bad`](https://redirect.github.com/budimanjojo/talhelper/commit/8e47badb0bca97d4ac67f675aa8090d41d99d828) chore(deps): update dependency siderolabs/talos to v1.10.0 - [`e398e4b`](https://redirect.github.com/budimanjojo/talhelper/commit/e398e4b18af4e0ef7f1734875d044beacd6b3e07) chore(github-action)!: Update golangci/golangci-lint-action action to v7 - [`414d527`](https://redirect.github.com/budimanjojo/talhelper/commit/414d527d9acb0924acbd257e275a859fdb17f109) chore(github-action): update actions/setup-go action to v5.4.0 - [`1d49baf`](https://redirect.github.com/budimanjojo/talhelper/commit/1d49baf9a21a6105fc4af513594fbee02ac9b112) chore(github-action): update renovatebot/github-action action to v41.0.15 - [`6093a9d`](https://redirect.github.com/budimanjojo/talhelper/commit/6093a9d8b17764d8ad733350fd3d7915d8c46488) chore(github-action): update renovatebot/github-action action to v41.0.16 - [`96a6d4b`](https://redirect.github.com/budimanjojo/talhelper/commit/96a6d4b6a130961d688170c4fb3545c4500d625d) chore(github-action): update renovatebot/github-action action to v41.0.17 - [`e77e55f`](https://redirect.github.com/budimanjojo/talhelper/commit/e77e55f8faeb364ef0a9c942170a4c5b94f66b4d) chore(github-action): update renovatebot/github-action action to v41.0.18 - [`1fc1f55`](https://redirect.github.com/budimanjojo/talhelper/commit/1fc1f554d2fcd8979430e99f182f8e61eea58409) chore(github-action): update renovatebot/github-action action to v41.0.19 - [`5322780`](https://redirect.github.com/budimanjojo/talhelper/commit/5322780121332e0885ac17b07b676a72e7a23473) chore(github-action): update renovatebot/github-action action to v41.0.20 - [`78ec002`](https://redirect.github.com/budimanjojo/talhelper/commit/78ec0020050b3a89d600f75a4832b0b4b58e3d3a) chore(github-action): update renovatebot/github-action action to v41.0.21 - [`acb0ca7`](https://redirect.github.com/budimanjojo/talhelper/commit/acb0ca7b1d542fc29c3cc0a61fe2836082ccb2c7) chore(github-action): update renovatebot/github-action action to v41.0.22 - [`4bfeecb`](https://redirect.github.com/budimanjojo/talhelper/commit/4bfeecb5017b4b6cd99db08408119351f583d5ce) chore(schema): update talconfig.yaml JSON schema ([#​944](https://redirect.github.com/budimanjojo/talhelper/issues/944)) - [`2bf1446`](https://redirect.github.com/budimanjojo/talhelper/commit/2bf14465e825b6fc5a35a50b729cfb59475db10c) chore(schema): update talos-extensions.yaml JSON schema - [`0f21982`](https://redirect.github.com/budimanjojo/talhelper/commit/0f219820ccf4aceceda0930cd7d279f598c40a90) chore(schema): update talos-extensions.yaml JSON schema - [`3c7b434`](https://redirect.github.com/budimanjojo/talhelper/commit/3c7b4344cbcc6a700bedd5c367f140b7c584ce34) chore(schema): update talos-extensions.yaml JSON schema - [`894d746`](https://redirect.github.com/budimanjojo/talhelper/commit/894d74650409a555180c7a8a7bb1ca0bc2d02dd2) chore(schema): update talos-extensions.yaml JSON schema - [`d571039`](https://redirect.github.com/budimanjojo/talhelper/commit/d571039ef3056ecca66a82579e7f8baef7fbbf66) chore(schema): update talos-extensions.yaml JSON schema - [`5ca977e`](https://redirect.github.com/budimanjojo/talhelper/commit/5ca977eb97bb197edb38ba1bc1672d808e0dc1d8) chore(schema): update talos-extensions.yaml JSON schema - [`40dc750`](https://redirect.github.com/budimanjojo/talhelper/commit/40dc750d1a16d4accff03dd9f86621d93d48da33) chore(schema): update talos-extensions.yaml JSON schema - [`6c459fb`](https://redirect.github.com/budimanjojo/talhelper/commit/6c459fb9e2b35fe3378a230cceb81a7aa78d3676) chore(schema): update talos-extensions.yaml JSON schema ([#​899](https://redirect.github.com/budimanjojo/talhelper/issues/899)) - [`4170ee4`](https://redirect.github.com/budimanjojo/talhelper/commit/4170ee41728cd81834d2055914c7011664a593ff) chore(schema): update talos-extensions.yaml JSON schema ([#​900](https://redirect.github.com/budimanjojo/talhelper/issues/900)) - [`a729ab9`](https://redirect.github.com/budimanjojo/talhelper/commit/a729ab94a203c092a842d818e96bb3421ffd4afa) chore(schema): update talos-extensions.yaml JSON schema ([#​909](https://redirect.github.com/budimanjojo/talhelper/issues/909)) - [`020a8b1`](https://redirect.github.com/budimanjojo/talhelper/commit/020a8b1593c09fe9b4c3395441ad304a08eb38b9) chore(schema): update talos-extensions.yaml JSON schema ([#​913](https://redirect.github.com/budimanjojo/talhelper/issues/913)) - [`051021d`](https://redirect.github.com/budimanjojo/talhelper/commit/051021d2f8c805c7ebd6eb42f235982d6aae2eec) chore(schema): update talos-extensions.yaml JSON schema ([#​924](https://redirect.github.com/budimanjojo/talhelper/issues/924)) - [`e5f08ad`](https://redirect.github.com/budimanjojo/talhelper/commit/e5f08adb209adc686a217b48aa7d50b2bee2b3a9) chore(schema): update talos-extensions.yaml JSON schema ([#​925](https://redirect.github.com/budimanjojo/talhelper/issues/925)) - [`48548e8`](https://redirect.github.com/budimanjojo/talhelper/commit/48548e820168ab76ad5cadf9412f2e6ed7d3a931) chore(schema): update talos-extensions.yaml JSON schema ([#​938](https://redirect.github.com/budimanjojo/talhelper/issues/938)) - [`cfbe78b`](https://redirect.github.com/budimanjojo/talhelper/commit/cfbe78bd865e6f88ca60a3e191fd76ae6a673baf) chore(schema): update talos-extensions.yaml JSON schema ([#​942](https://redirect.github.com/budimanjojo/talhelper/issues/942)) - [`186be1b`](https://redirect.github.com/budimanjojo/talhelper/commit/186be1b75187ff9cb97bbeaa365ebebeaa4bc701) chore(schema): update talos-extensions.yaml JSON schema ([#​955](https://redirect.github.com/budimanjojo/talhelper/issues/955)) - [`92fe216`](https://redirect.github.com/budimanjojo/talhelper/commit/92fe2163e4645829fdb97a2fc480281f1905017b) chore(schema): update talos-extensions.yaml JSON schema ([#​956](https://redirect.github.com/budimanjojo/talhelper/issues/956)) - [`2ce2bf9`](https://redirect.github.com/budimanjojo/talhelper/commit/2ce2bf935ac7ca22913951eb9a7d9a7b1c053774) feat(config): add `userVolumes` to generate `UserVolumeConfig` - [`14fceae`](https://redirect.github.com/budimanjojo/talhelper/commit/14fceae7099011ac4326ce7b9406c63cbbffc80d) feat(config): deprecate `machineDisks` - [`e549584`](https://redirect.github.com/budimanjojo/talhelper/commit/e549584deed3e0f2db790a996907ae2ebf35b5e5) feat(flake): update flake.lock - [`18bf1d9`](https://redirect.github.com/budimanjojo/talhelper/commit/18bf1d9d3f8be237e1b8c837a3bf25ab563f5a59) feat(golangci): update `golangci-lint` to v2 - [`4c19a15`](https://redirect.github.com/budimanjojo/talhelper/commit/4c19a15ef57ee819cafda36dbded5447412cf54f) feat(test): seems like the image factory doesn't like our workflow - [`d733358`](https://redirect.github.com/budimanjojo/talhelper/commit/d733358e4343302df0fdf5ec2f80c0e40ce468cd) feat: do not include nodes per default in talosconfig toggle with --list-nodes - [`ccaa5e8`](https://redirect.github.com/budimanjojo/talhelper/commit/ccaa5e8efafb17843d94c9fb2255958f613b08e6) feat: update Scoop for talhelper version v3.0.21 - [`c113fcc`](https://redirect.github.com/budimanjojo/talhelper/commit/c113fccddcc9e5346868b41b1d098928cf7127a8) feat: update flake - [`f95c08a`](https://redirect.github.com/budimanjojo/talhelper/commit/f95c08a45e55e1fe2a727a205129c3f7818ae028) fix(code): ignore deprecated warnings on golangci-lint - [`53d35de`](https://redirect.github.com/budimanjojo/talhelper/commit/53d35de195e4a4c168bd552c456e34597393390d) fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.21 - [`d12e0f6`](https://redirect.github.com/budimanjojo/talhelper/commit/d12e0f6643b523f1e7b89be54af8168224adfeac) fix(deps): update module github.com/getsops/sops/v3 to v3.10.1 - [`4129fdf`](https://redirect.github.com/budimanjojo/talhelper/commit/4129fdfd62cd465d7565001d7dd21629d97113bd) fix(deps): update module github.com/getsops/sops/v3 to v3.10.2 - [`2aea853`](https://redirect.github.com/budimanjojo/talhelper/commit/2aea853ada3686075ca535b34430a2d6e95fbf7a) fix(deps): update module github.com/siderolabs/image-factory to v0.6.8 - [`3610ee3`](https://redirect.github.com/budimanjojo/talhelper/commit/3610ee38ecb0250578624d220e089aa080711778) fix(deps): update module github.com/siderolabs/image-factory to v0.6.9 - [`90035fc`](https://redirect.github.com/budimanjojo/talhelper/commit/90035fcde71f9751bf91e7e449255c5a170dabde) fix(deps): update module github.com/siderolabs/talos/pkg/machinery to v1.10.0 - [`acd3442`](https://redirect.github.com/budimanjojo/talhelper/commit/acd34429fbff81ea7d73ba67988cfa80c3815f17) fix(deps): update module github.com/siderolabs/talos/pkg/machinery to v1.10.0-alpha.3 - [`25ec50a`](https://redirect.github.com/budimanjojo/talhelper/commit/25ec50a5fcb871fc59053a36991411827a7fa3f1) fix(deps): update module github.com/siderolabs/talos/pkg/machinery to v1.10.0-beta.0 - [`41b4d21`](https://redirect.github.com/budimanjojo/talhelper/commit/41b4d21eb5ddabf149ed6148855bd09a75f1c900) fix(deps): update module github.com/siderolabs/talos/pkg/machinery to v1.10.0-beta.1 - [`9405820`](https://redirect.github.com/budimanjojo/talhelper/commit/9405820b662612e31fbe17bcb9a1e57f7709d538) fix(loader): paths of `extraManifests` should be relative to config file - [`4f07996`](https://redirect.github.com/budimanjojo/talhelper/commit/4f07996a0354d9a833fb09ed9d13f7fbd530774c) fix: flip & rename flag to disable-nodes-section - [`04eb316`](https://redirect.github.com/budimanjojo/talhelper/commit/04eb316dcb7fb5f95e2914ff6897765123e26643) fix: home-operations - [`34f413c`](https://redirect.github.com/budimanjojo/talhelper/commit/34f413c4b74f429dafe6bad9a01f1ad09a632ac2) fix: lint issue move to switch case in pathsubst </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
c9820d6ed5 |
fix(deps): update module github.com/siderolabs/talos/pkg/machinery v1.10.0-beta.1 → v1.10.0 (clustertool) (#34913)
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.10.0-beta.1` -> `v1.10.0` | --- ### Release Notes <details> <summary>siderolabs/talos (github.com/siderolabs/talos/pkg/machinery)</summary> ### [`v1.10.0`](https://redirect.github.com/siderolabs/talos/blob/HEAD/CHANGELOG.md#Changes-since-v1100-alpha2) [Compare Source](https://redirect.github.com/siderolabs/talos/compare/v1.10.0-beta.1...v1.10.0) <details><summary>49 commits</summary> <p> - [`a834219ac`](https://redirect.github.com/siderolabs/talos/commit/a834219ace76663e13bfc0cd5e59b19f32b63ac7) chore: update dependencies - [`857779b90`](https://redirect.github.com/siderolabs/talos/commit/857779b902ca8c235eb42988b0a8a17c0de2ac21) docs: clarify custom CA certificate with KMS STATE encryption - [`39ed45ae6`](https://redirect.github.com/siderolabs/talos/commit/39ed45ae61f8ff6a7d7475b87b9d4ff61377be8b) docs: add information about Cilium exclusive CNI - [`087a85f40`](https://redirect.github.com/siderolabs/talos/commit/087a85f40920e84344451959dbd570b3d1d77a99) feat: support running with SELinux enforcing - [`d4aacb0d8`](https://redirect.github.com/siderolabs/talos/commit/d4aacb0d85c239f5960a4ff223b28f387a1023ef) refactor: mount operation for STATE and user disks - [`44f3c7248`](https://redirect.github.com/siderolabs/talos/commit/44f3c72489350aab64eef67f7d803853819d3a74) fix: kata extension - [`7ca5ab5e9`](https://redirect.github.com/siderolabs/talos/commit/7ca5ab5e933f1cd28fb74c24ae2a0f00030b763b) fix: shrink installer and imager images - [`ea0994cfe`](https://redirect.github.com/siderolabs/talos/commit/ea0994cfef497412fecd3c345c03f70b1ebd62b9) fix: kexec with smbios type 11 string - [`8e20a5d28`](https://redirect.github.com/siderolabs/talos/commit/8e20a5d280523279b3039ea02f5c30137087b3b5) fix: pass /usr/etc/in-container to apid, trustd and extension containers - [`9b9512ba8`](https://redirect.github.com/siderolabs/talos/commit/9b9512ba88e0f2ebd78b72f4abdccb3f46f9320b) feat: update Linux 6.12.19, containerd 2.0.4 - [`433b0237b`](https://redirect.github.com/siderolabs/talos/commit/433b0237bd11ac57aac8d6b8980337d37383c33d) fix: correct structprotogen example - [`6e68a522a`](https://redirect.github.com/siderolabs/talos/commit/6e68a522ab4303c316f6039e4beaaa7ea20a63f9) chore: fix conformance artifact name - [`f592730d9`](https://redirect.github.com/siderolabs/talos/commit/f592730d9db79b4d8a0823389dc35fce5c668920) fix(ci): fix image cache test - [`cc6c714ce`](https://redirect.github.com/siderolabs/talos/commit/cc6c714ce5fb7359028ecd4ef43c8bb0935250ae) feat: add Tegra modules to initrd - [`81d1fe0f8`](https://redirect.github.com/siderolabs/talos/commit/81d1fe0f807210346d59303ef05d30a1c5e53d02) fix: add missing TOOLS_PREFIX for WITH_DEBUG_SHELL builds - [`3e38bf6d4`](https://redirect.github.com/siderolabs/talos/commit/3e38bf6d44b6ea0abd065f7883b5320845a9d12e) fix: ignore missing config (nocloud) via cidata - [`27a4486a8`](https://redirect.github.com/siderolabs/talos/commit/27a4486a82151e3c28fe7f23521e3e3e7a5bf287) docs: fix typo cluser -> cluster - [`ac79b1ea0`](https://redirect.github.com/siderolabs/talos/commit/ac79b1ea0c033012ed3dd5a84190fb07de431c1c) feat: pull in Intel STTMAC network drivers - [`9bb5c060c`](https://redirect.github.com/siderolabs/talos/commit/9bb5c060c160ec2e1449f30c6ba85b92a50c1a9b) chore: bump go-kubernetes - [`2b8e08234`](https://redirect.github.com/siderolabs/talos/commit/2b8e082344d3bb62c3f5d83b9dc9edbe4f7fede8) feat: deprecate `.machine.install.extensions` - [`b7446372b`](https://redirect.github.com/siderolabs/talos/commit/b7446372b62152c235c30823b12a9e2df7a111a3) docs: add documentation on unofficial SBC forks - [`9bec765c4`](https://redirect.github.com/siderolabs/talos/commit/9bec765c41e49d872de29956cdae50ea7cd89d8a) feat: talosctl kubeconfig write to stdout option - [`11ebb1078`](https://redirect.github.com/siderolabs/talos/commit/11ebb107853a21d626d2c80a88f33bdc5df52641) fix: kexec when using sd-boot - [`61f1a32d2`](https://redirect.github.com/siderolabs/talos/commit/61f1a32d24be8a4d73f48d02fbd6281208bdf7ac) test: allocate more resources for conformance runs - [`b8b7b83f8`](https://redirect.github.com/siderolabs/talos/commit/b8b7b83f872ee4d4e8b52d51b42116d4bf8223ae) chore: extraKernelArgs validation for UKI's - [`e2df0c6d3`](https://redirect.github.com/siderolabs/talos/commit/e2df0c6d3628ea972e914a94af09d8606083825d) docs: update siderolink.md - [`f9b14e784`](https://redirect.github.com/siderolabs/talos/commit/f9b14e7848f2b08b6cc274a0ef7a01df98bcd48e) fix: reconnect on SideroLink tunnel on/off change - [`29f7b3bf3`](https://redirect.github.com/siderolabs/talos/commit/29f7b3bf37aead52f9e015aeeea20f4318f39dc4) test(ci): use k8s websocket executor for tests - [`9531c1c6d`](https://redirect.github.com/siderolabs/talos/commit/9531c1c6d2601b77febbdcc7bca8686f3163fd21) fix(ci): image-cache cron - [`90abdc489`](https://redirect.github.com/siderolabs/talos/commit/90abdc4893316516622b01e8c0d2d3bb8ba06416) feat: update Kubernetes to 1.33.0-beta.0 - [`9a5914048`](https://redirect.github.com/siderolabs/talos/commit/9a5914048c66ebcaef1614f9efc0c656d8dff63a) refactor: ephemeral mount - [`e4fb1c06a`](https://redirect.github.com/siderolabs/talos/commit/e4fb1c06a486d45afe6adba0d2290595d0f680f4) docs: update for predictable interface naming - [`729fce306`](https://redirect.github.com/siderolabs/talos/commit/729fce3065b4e23bc9a09739dc2eb86521ca3fe7) feat: update Linux to 6.12.18 - [`b4d2e1c3c`](https://redirect.github.com/siderolabs/talos/commit/b4d2e1c3c59db3d64fcb0fa10fbd250dcdd31d5b) fix: typo in machinery CloudPlatforms - [`7e0475488`](https://redirect.github.com/siderolabs/talos/commit/7e0475488d3a5c088fc02431c2ee55cf4a453b84) fix: qemu: archive cluster logs only after stopping VMs - [`dab30a8b9`](https://redirect.github.com/siderolabs/talos/commit/dab30a8b9fc48078a1cefca6cc6a9caaacef5a93) fix: ensure no goroutines escape in dns controller - [`fce824e2f`](https://redirect.github.com/siderolabs/talos/commit/fce824e2f3aa1c21a72e385a4daa2a546305cf0a) fix: change from "init6" to "inet6" in docs - [`f51ebd1bc`](https://redirect.github.com/siderolabs/talos/commit/f51ebd1bc8142b2ea649ee205f015dfde61e8ee5) chore: fix the mount cache ids in the Dockerfile - [`4365aecbd`](https://redirect.github.com/siderolabs/talos/commit/4365aecbd6dc4e54b22514938d6c41f7276c8e70) test: use standard installer for e2e-iso - [`431178327`](https://redirect.github.com/siderolabs/talos/commit/43117832725acf6fdf0b2ac6e0302de64958f85b) feat: update Kubernetes to v1.33.0-alpha.3 - [`1259345e4`](https://redirect.github.com/siderolabs/talos/commit/1259345e4240c0ec3d84b5fd982d98897a39cc62) fix(ci): image-cache cron - [`18871a7eb`](https://redirect.github.com/siderolabs/talos/commit/18871a7eb87db2c536a4620e2c3ba64951171140) chore: tidy labeled-squashfs.sh - [`d45259f89`](https://redirect.github.com/siderolabs/talos/commit/d45259f89dce282eaf6bc3ed4c2106aa8a054eba) feat: update Flannel to 0.26.5 - [`e83ef0e2e`](https://redirect.github.com/siderolabs/talos/commit/e83ef0e2ee8a564efecb1356d7e8246b2e9056f6) docs: update proxmox.md - [`3def5f9a6`](https://redirect.github.com/siderolabs/talos/commit/3def5f9a673ad2b57580ade483496c07d3945edc) feat: update etcd to 3.5.19 - [`c3c0d2e42`](https://redirect.github.com/siderolabs/talos/commit/c3c0d2e42f3913b64463f13fb63a5e0a78bed627) test: fix dns test in race mode - [`17965c32f`](https://redirect.github.com/siderolabs/talos/commit/17965c32fa1f2e3b12cb2cf9ebd4550eb4dca672) chore: update Go to 1.24.1 - [`1fbb2d1a7`](https://redirect.github.com/siderolabs/talos/commit/1fbb2d1a7cc658eedd8cdae2d0440324c709fe58) docs: update nvidia-gpu-proprietary.md - [`d60972bdf`](https://redirect.github.com/siderolabs/talos/commit/d60972bdf8c45f283e6e247b41053035eb6e1dbc) chore: add installer-base to the list of signed images </p> </details> </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
36f60f6e50 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
782584c76d |
fix(deps): update kubernetes packages v0.32.4 → v0.33.0 (clustertool) (minor) (#34715)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [k8s.io/api](https://redirect.github.com/kubernetes/api) | require | minor | `v0.32.4` -> `v0.33.0` | | [k8s.io/apimachinery](https://redirect.github.com/kubernetes/apimachinery) | require | minor | `v0.32.4` -> `v0.33.0` | | [k8s.io/client-go](https://redirect.github.com/kubernetes/client-go) | require | minor | `v0.32.4` -> `v0.33.0` | --- ### Release Notes <details> <summary>kubernetes/api (k8s.io/api)</summary> ### [`v0.33.0`](https://redirect.github.com/kubernetes/api/compare/v0.32.4...v0.33.0) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.32.4...v0.33.0) </details> <details> <summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary> ### [`v0.33.0`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.32.4...v0.33.0) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.32.4...v0.33.0) </details> <details> <summary>kubernetes/client-go (k8s.io/client-go)</summary> ### [`v0.33.0`](https://redirect.github.com/kubernetes/client-go/compare/v0.32.4...v0.33.0) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.32.4...v0.33.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
252345e18a |
fix(deps): update kubernetes packages v0.32.3 → v0.32.4 (clustertool) (patch) (#34699)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [k8s.io/api](https://redirect.github.com/kubernetes/api) | require | patch | `v0.32.3` -> `v0.32.4` | | [k8s.io/apimachinery](https://redirect.github.com/kubernetes/apimachinery) | require | patch | `v0.32.3` -> `v0.32.4` | | [k8s.io/client-go](https://redirect.github.com/kubernetes/client-go) | require | patch | `v0.32.3` -> `v0.32.4` | --- ### Release Notes <details> <summary>kubernetes/api (k8s.io/api)</summary> ### [`v0.32.4`](https://redirect.github.com/kubernetes/api/compare/v0.32.3...v0.32.4) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.32.3...v0.32.4) </details> <details> <summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary> ### [`v0.32.4`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.32.3...v0.32.4) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.32.3...v0.32.4) </details> <details> <summary>kubernetes/client-go (k8s.io/client-go)</summary> ### [`v0.32.4`](https://redirect.github.com/kubernetes/client-go/compare/v0.32.3...v0.32.4) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.32.3...v0.32.4) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
e205d5e52a |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
a9d5ffda40 | fix(deps): update module github.com/siderolabs/talos/pkg/machinery v1.10.0-alpha.2 → v1.10.0-beta.1 (clustertool) (#34681) | ||
|
|
c27d2d6934 | fix(deps): update module github.com/go-git/go-git/v5 v5.15.0 → v5.16.0 (clustertool) (#34457) | ||
|
|
cb76a9a7e2 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
f6fcad9858 |
fix(deps): update module github.com/knadh/koanf/v2 v2.1.2 → v2.2.0 (clustertool) (#34400)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/knadh/koanf/v2](https://redirect.github.com/knadh/koanf) | require | minor | `v2.1.2` -> `v2.2.0` | --- ### Release Notes <details> <summary>knadh/koanf (github.com/knadh/koanf/v2)</summary> ### [`v2.2.0`](https://redirect.github.com/knadh/koanf/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/knadh/koanf/compare/v2.1.2...v2.2.0) This release sets the min required Go version to v1.23.0 An increasing number of important updates to various deps, including golang.org/x/\*, require go >= 1.23.0. It is now untenable to maintain support for older Go versions. This does not break existing installations, just that further updates will only be available to newer Go versions. #### What's Changed - Update CI by [@​StefMa](https://redirect.github.com/StefMa) in [https://github.com/knadh/koanf/pull/332](https://redirect.github.com/knadh/koanf/pull/332) - Fix typos by [@​NathanBaulch](https://redirect.github.com/NathanBaulch) in [https://github.com/knadh/koanf/pull/336](https://redirect.github.com/knadh/koanf/pull/336) - adds urfave/cli/v2 flag parser by [@​joicemjoseph](https://redirect.github.com/joicemjoseph) in [https://github.com/knadh/koanf/pull/330](https://redirect.github.com/knadh/koanf/pull/330) - Bump golang.org/x/net from 0.23.0 to 0.36.0 in /providers/consul by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/342](https://redirect.github.com/knadh/koanf/pull/342) - Added support for Azure Keyvault by [@​arawin1979](https://redirect.github.com/arawin1979) in [https://github.com/knadh/koanf/pull/343](https://redirect.github.com/knadh/koanf/pull/343) - Bump golang.org/x/crypto from 0.21.0 to 0.35.0 in /providers/vault by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/348](https://redirect.github.com/knadh/koanf/pull/348) - Bump golang.org/x/crypto from 0.17.0 to 0.35.0 in /providers/nats by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/347](https://redirect.github.com/knadh/koanf/pull/347) - Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 in /examples by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/346](https://redirect.github.com/knadh/koanf/pull/346) - Bump golang.org/x/net from 0.23.0 to 0.36.0 in /providers/vault by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/344](https://redirect.github.com/knadh/koanf/pull/344) - Upgrade min Go version and deps across all providers and parsers by [@​knadh](https://redirect.github.com/knadh) in [https://github.com/knadh/koanf/pull/349](https://redirect.github.com/knadh/koanf/pull/349) #### New Contributors - [@​NathanBaulch](https://redirect.github.com/NathanBaulch) made their first contribution in [https://github.com/knadh/koanf/pull/336](https://redirect.github.com/knadh/koanf/pull/336) - [@​joicemjoseph](https://redirect.github.com/joicemjoseph) made their first contribution in [https://github.com/knadh/koanf/pull/330](https://redirect.github.com/knadh/koanf/pull/330) - [@​arawin1979](https://redirect.github.com/arawin1979) made their first contribution in [https://github.com/knadh/koanf/pull/343](https://redirect.github.com/knadh/koanf/pull/343) **Full Changelog**: https://github.com/knadh/koanf/compare/v2.1.2...v2.2.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
2887b86a41 |
fix(deps): update module github.com/getsops/sops/v3 v3.10.1 → v3.10.2 (clustertool) (#34387)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/getsops/sops/v3](https://redirect.github.com/getsops/sops) | require | patch | `v3.10.1` -> `v3.10.2` | --- ### Release Notes <details> <summary>getsops/sops (github.com/getsops/sops/v3)</summary> ### [`v3.10.2`](https://redirect.github.com/getsops/sops/releases/tag/v3.10.2) [Compare Source](https://redirect.github.com/getsops/sops/compare/v3.10.1...v3.10.2) #### Installation To install `sops`, download one of the pre-built binaries provided for your platform from the artifacts attached to this release. For instance, if you are using Linux on an AMD64 architecture: ```shell ### Download the binary curl -LO https://github.com/getsops/sops/releases/download/v3.10.2/sops-v3.10.2.linux.amd64 ### Move the binary in to your PATH mv sops-v3.10.2.linux.amd64 /usr/local/bin/sops ### Make the binary executable chmod +x /usr/local/bin/sops ``` ##### Verify checksums file signature The checksums file provided within the artifacts attached to this release is signed using [Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC. To validate the signature of this file, run the following commands: ```shell ### Download the checksums file, certificate and signature curl -LO https://github.com/getsops/sops/releases/download/v3.10.2/sops-v3.10.2.checksums.txt curl -LO https://github.com/getsops/sops/releases/download/v3.10.2/sops-v3.10.2.checksums.pem curl -LO https://github.com/getsops/sops/releases/download/v3.10.2/sops-v3.10.2.checksums.sig ### Verify the checksums file cosign verify-blob sops-v3.10.2.checksums.txt \ --certificate sops-v3.10.2.checksums.pem \ --signature sops-v3.10.2.checksums.sig \ --certificate-identity-regexp=https://github.com/getsops \ --certificate-oidc-issuer=https://token.actions.githubusercontent.com ``` ##### Verify binary integrity To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature: ```shell ### Verify the binary using the checksums file sha256sum -c sops-v3.10.2.checksums.txt --ignore-missing ``` ##### Verify artifact provenance The [SLSA provenance](https://slsa.dev/provenance/v0.2) of the binaries, packages, and SBOMs can be found within the artifacts associated with this release. It is presented through an [in-toto](https://in-toto.io/) link metadata file named `sops-v3.10.2.intoto.jsonl`. To verify the provenance of an artifact, you can utilize the [`slsa-verifier`](https://redirect.github.com/slsa-framework/slsa-verifier#artifacts) tool: ```shell ### Download the metadata file curl -LO https://github.com/getsops/sops/releases/download/v3.10.2/sops-v3.10.2.intoto.jsonl ### Verify the provenance of the artifact slsa-verifier verify-artifact <artifact> \ --provenance-path sops-v3.10.2.intoto.jsonl \ --source-uri github.com/getsops/sops \ --source-tag v3.10.2 ``` #### Container Images The `sops` binaries are also available as container images, based on Debian (slim) and Alpine Linux. The Debian-based container images include any dependencies which may be required to make use of certain key services, such as GnuPG, AWS KMS, Azure Key Vault, and Google Cloud KMS. The Alpine-based container images are smaller in size, but do not include these dependencies. These container images are available for the following architectures: `linux/amd64` and `linux/arm64`. ##### GitHub Container Registry - `ghcr.io/getsops/sops:v3.10.2` - `ghcr.io/getsops/sops:v3.10.2-alpine` ##### Quay.io - `quay.io/getsops/sops:v3.10.2` - `quay.io/getsops/sops:v3.10.2-alpine` ##### Verify container image signature The container images are signed using [Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC. To validate the signature of an image, run the following command: ```shell cosign verify ghcr.io/getsops/sops:v3.10.2 \ --certificate-identity-regexp=https://github.com/getsops \ --certificate-oidc-issuer=https://token.actions.githubusercontent.com \ -o text ``` ##### Verify container image provenance The container images include [SLSA provenance](https://slsa.dev/provenance/v0.2) attestations. For more information around the verification of this, please refer to the [`slsa-verifier` documentation](https://redirect.github.com/slsa-framework/slsa-verifier#containers). #### Software Bill of Materials The Software Bill of Materials (SBOM) for each binary is accessible within the artifacts enclosed with this release. It is presented as an [SPDX](https://spdx.dev/) JSON file, formatted as `<binary>.spdx.sbom.json`. #### What's Changed - build(deps): Bump the go group with 13 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/getsops/sops/pull/1834](https://redirect.github.com/getsops/sops/pull/1834) - Use latest 1.24 Go version for release build by [@​hiddeco](https://redirect.github.com/hiddeco) in [https://github.com/getsops/sops/pull/1836](https://redirect.github.com/getsops/sops/pull/1836) - Remove reserved keyword check from YAML store's `LoadPlainFile()` by [@​felixfontein](https://redirect.github.com/felixfontein) in [https://github.com/getsops/sops/pull/1829](https://redirect.github.com/getsops/sops/pull/1829) - build(deps): Bump the go group with 9 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/getsops/sops/pull/1839](https://redirect.github.com/getsops/sops/pull/1839) - build(deps): Bump github/codeql-action from 3.28.13 to 3.28.15 in the ci group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/getsops/sops/pull/1840](https://redirect.github.com/getsops/sops/pull/1840) - Release 3.10.2 release by [@​felixfontein](https://redirect.github.com/felixfontein) in [https://github.com/getsops/sops/pull/1841](https://redirect.github.com/getsops/sops/pull/1841) **Full Changelog**: https://github.com/getsops/sops/compare/v3.10.1...v3.10.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
719f0f0a46 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
d62f09672d |
fix(deps): update module github.com/go-git/go-git/v5 v5.14.0 → v5.15.0 (clustertool) (#34243)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-git/go-git/v5](https://redirect.github.com/go-git/go-git) | require | minor | `v5.14.0` -> `v5.15.0` | --- ### Release Notes <details> <summary>go-git/go-git (github.com/go-git/go-git/v5)</summary> ### [`v5.15.0`](https://redirect.github.com/go-git/go-git/releases/tag/v5.15.0) [Compare Source](https://redirect.github.com/go-git/go-git/compare/v5.14.0...v5.15.0) #### What's Changed - plumbing: add cert auth support to `releases/v5.x` by [@​Javier-varez](https://redirect.github.com/Javier-varez) in [https://github.com/go-git/go-git/pull/1482](https://redirect.github.com/go-git/go-git/pull/1482) - v5: Bump dependencies by [@​pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/go-git/go-git/pull/1505](https://redirect.github.com/go-git/go-git/pull/1505) **Full Changelog**: https://github.com/go-git/go-git/compare/v5.14.0...v5.15.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
81131bc7f2 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
adb2dc87e0 |
fix(deps): update module helm.sh/helm/v3 v3.17.2 → v3.17.3 (clustertool) (#34182)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [helm.sh/helm/v3](https://redirect.github.com/helm/helm) | require | patch | `v3.17.2` -> `v3.17.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.17.3`](https://redirect.github.com/helm/helm/releases/tag/v3.17.3): Helm v3.17.3 [Compare Source](https://redirect.github.com/helm/helm/compare/v3.17.2...v3.17.3) Helm v3.17.3 is a security (patch) release. Users are strongly recommended to update to this release. 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.17.3. The common platform binaries are here: - [MacOS amd64](https://get.helm.sh/helm-v3.17.3-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.17.3-darwin-amd64.tar.gz.sha256sum) / 20ef8df4671349a6fc556a621be1170dd709c6c0cf5f7e83a2d9fb0515fd97fc) - [MacOS arm64](https://get.helm.sh/helm-v3.17.3-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.17.3-darwin-arm64.tar.gz.sha256sum) / 89aec43ce07b06239f1bba4a6507236bb48ae487bc5065a8e254d3ce58a16997) - [Linux amd64](https://get.helm.sh/helm-v3.17.3-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.17.3-linux-amd64.tar.gz.sha256sum) / ee88b3c851ae6466a3de507f7be73fe94d54cbf2987cbaa3d1a3832ea331f2cd) - [Linux arm](https://get.helm.sh/helm-v3.17.3-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v3.17.3-linux-arm.tar.gz.sha256sum) / 60d76d1e12d3e058a9e9a8209eff748a6fab5948028a1f0860f48e141243d33d) - [Linux arm64](https://get.helm.sh/helm-v3.17.3-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.17.3-linux-arm64.tar.gz.sha256sum) / 7944e3defd386c76fd92d9e6fec5c2d65a323f6fadc19bfb5e704e3eee10348e) - [Linux i386](https://get.helm.sh/helm-v3.17.3-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v3.17.3-linux-386.tar.gz.sha256sum) / 51742d78c066437e23b3ca98370df341f9136b408381fe5a150d70b9d9bf24d7) - [Linux ppc64le](https://get.helm.sh/helm-v3.17.3-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v3.17.3-linux-ppc64le.tar.gz.sha256sum) / b821885a502b2fa159e3ef3afe9cde6e6c9876d4a623f18868829c3ee4a3c64c) - [Linux s390x](https://get.helm.sh/helm-v3.17.3-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v3.17.3-linux-s390x.tar.gz.sha256sum) / 71a9c6058e29a7eef0bc72a61843ccbade11997e383dd3e13e1a591ddffd8598) - [Linux riscv64](https://get.helm.sh/helm-v3.17.3-linux-riscv64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.17.3-linux-riscv64.tar.gz.sha256sum) / 4e4563d43a593e11533024c7a0ddb79fb7d1dec85f9a9f8417ed1bacda0d7d0e) - [Windows amd64](https://get.helm.sh/helm-v3.17.3-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v3.17.3-windows-amd64.zip.sha256sum) / 8ea93e2f6285e649dede583ac90ff8cdb938ca53ec6cf5fe909f2303fbc22d96) - [Windows arm64](https://get.helm.sh/helm-v3.17.3-windows-arm64.zip) ([checksum](https://get.helm.sh/helm-v3.17.3-windows-arm64.zip.sha256sum) / 70ce9dfdbc1ce6142626a829dbdc5920405146f3ce4dc6f6e6739dd308cc7baf) 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.18.0 is the next minor release and will be on May 14, 2025 #### Changelog - Unarchiving fix [`e4da497`](https://redirect.github.com/helm/helm/commit/e4da49785aa6e6ee2b86efd5dd9e43400318262b) (Matt Farina) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
61b5d0d160 | chore: run pre-commit | ||
|
|
76732478b2 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
29eca28c44 | fix go mod | ||
|
|
6df18b9fc9 |
fix(deps): update module golang.org/x/crypto v0.36.0 → v0.37.0 (clustertool) (#34027)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/crypto | require | minor | `v0.36.0` -> `v0.37.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |