Bump helm.sh/helm/v3 from 3.20.2 to 3.21.3#260
Conversation
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.20.2 to 3.21.3. - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.20.2...v3.21.3) --- updated-dependencies: - dependency-name: helm.sh/helm/v3 dependency-version: 3.21.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5bc1a24b9f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| module github.com/DataDog/datadog-iac-scanner | ||
|
|
||
| go 1.25.8 | ||
| go 1.26.0 |
There was a problem hiding this comment.
Align CI Go versions with the new module floor
Raising the module floor to Go 1.26.0 makes the existing older-toolchain jobs unusable as written: I checked .github/workflows/go-ci.yml, where the unit-test matrix still installs go-version: [1.25.x] before running go test, and .github/workflows/go-e2e.yaml, where e2e still installs 1.24.x; with an older local toolchain forced via GOTOOLCHAIN=local, go test now immediately reports go.mod requires go >= 1.26.0. Please update those workflow matrices/tooling to 1.26.x (or avoid raising the module minimum) so CI and local pinned-toolchain runs do not fail or silently stop testing the intended Go version.
Useful? React with 👍 / 👎.
Bumps helm.sh/helm/v3 from 3.20.2 to 3.21.3.
Release notes
Sourced from helm.sh/helm/v3's releases.
... (truncated)
Commits
1ad6e68Apply suggestions from code review037733efix: drop containerd v1 dep to resolve govulncheck CVEsd3e178bchore(deps): bump github.com/containerd/containerd from 1.7.32 to 1.7.331259634chore(deps): bump the k8s-io group with 2 updatesb52e276fixes3342dbfchore(deps): bump the k8s-io group across 1 directory with 2 updatesc56dd00fix(action): avoid nil REST client getter panic when installing CRDs702529ffix(registry): keep credentials on plain-HTTP fallback with oras-go v2.6.1178e120chore(deps): bump oras.land/oras-go/v2 from 2.6.0 to 2.6.1dcf35f8chore(deps): bump golang.org/x/crypto from 0.52.0 to 0.53.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)