-
Notifications
You must be signed in to change notification settings - Fork 350
chore(deps): update all dependencies #2094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
ℹ Artifact update noticeFile name: e2e/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: images/config-reloader/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: pkg/sdk/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: pkg/sdk/logging/model/syslogng/config/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
a91ee4d
to
94482d2
Compare
333a523
to
95c02e7
Compare
95c02e7
to
1da9984
Compare
df267ea
to
88582ab
Compare
4344648
to
7342c9c
Compare
10407b9
to
1838814
Compare
1838814
to
dc8af6b
Compare
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
v4.2.4
->v4.3.0
0.32.0
->0.33.1
v3.5.0
->v3.6.0
2e114d2
->87bce11
904ded1
->0fad6c6
80d5c84
->c2bf45b
v1.38.1
->v1.38.2
v1.23.0
->v1.23.2
v1.9.2
->v1.10.0
1.32.0
->1.33.0
v1.11.0
->v1.11.1
2.16.0
->2.17.0
v3.29.11
->v3.30.6
1.25.0
->1.25.1
8b4c13b
->27f1f14
v0.43.0
->v0.44.0
2.4.0
->2.5.0
v3.18.6
->v3.19.0
v0.33.4
->v0.33.5
v0.34.1
(+1)v0.33.4
->v0.33.5
v0.34.1
(+1)v0.33.4
->v0.33.5
v0.34.1
(+1)v0.33.4
->v0.33.5
v0.34.1
(+1)0.18.0
->0.19.0
4.7.1
->4.9.0
'0.22.2'
->'0.23.1'
v0.21.0
->v0.22.1
v3.9.2
->v3.10.0
v2.16.0
->v2.17.0
Release Notes
actions/cache (actions/cache)
v4.3.0
Compare Source
What's Changed
v4.3.0
release by @Link- in #1655New Contributors
Full Changelog: actions/cache@v4...v4.3.0
aquasecurity/trivy-action (aquasecurity/trivy-action)
v0.33.1
Compare Source
What's Changed
Full Changelog: aquasecurity/trivy-action@0.33.0...0.33.1
v0.33.0
Compare Source
What's Changed
New Contributors
Full Changelog: aquasecurity/trivy-action@0.32.0...0.33.0
docker/login-action (docker/login-action)
v3.6.0
Compare Source
registry-auth
input for raw authentication to registries by @crazy-max in #887Full Changelog: docker/login-action@v3.5.0...v3.6.0
onsi/gomega (github.com/onsi/gomega)
v1.38.2
Compare Source
1.38.2
c404969
]prometheus/client_golang (github.com/prometheus/client_golang)
v1.23.2
: - 2025-09-05Compare Source
This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.
All Changes
Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2
v1.23.1
: - 2025-09-04Compare Source
This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.
All Changes
Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1
spf13/cast (github.com/spf13/cast)
v1.10.0
Compare Source
What's Changed
New Contributors
Full Changelog: spf13/cast@v1.9.2...v1.10.0
stern/stern (github.com/stern/stern)
v1.33.0
Compare Source
⚡ Notable Changes
New template variables
Labels
andAnnotations
You can now use
Labels
andAnnotations
in your templates.Changes
d6a0679
(Takashi Kusumi)5946e7f
(Guruprasad Bhat)6d915a8
(Peter)3cd85b4
(Nicholas Hurden)stretchr/testify (github.com/stretchr/testify)
v1.11.1
Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string
) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()
) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
vladopajic/go-test-coverage (github.com/vladopajic/go-test-coverage/v2)
v2.17.0
Compare Source
What's Changed
New Contributors
Full Changelog: vladopajic/go-test-coverage@v2.16.1...v2.17.0
v2.16.1
Compare Source
What's Changed
New Contributors
Full Changelog: vladopajic/go-test-coverage@v2.16.0...v2.16.1
github/codeql-action (github/codeql-action)
v3.30.6
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.6 - 02 Oct 2025
See the full CHANGELOG.md for more information.
v3.30.5
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.5 - 26 Sep 2025
3.30.4
withupload-sarif
which resulted in files without a.sarif
extension not getting uploaded. #3160See the full CHANGELOG.md for more information.
v3.30.4
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.4 - 25 Sep 2025
codeql-action/init
step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of thecodeql-action/init
step. #3099 and #3100tools: nightly
to theinit
action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #3130See the full CHANGELOG.md for more information.
v3.30.3
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.3 - 10 Sep 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.30.2
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.2 - 09 Sep 2025
quality-queries
input that was added in3.29.2
as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a newanalysis-kinds
input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #3064See the full CHANGELOG.md for more information.
v3.30.1
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.1 - 05 Sep 2025
See the full CHANGELOG.md for more information.
v3.30.0
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.0 - 01 Sep 2025
See the full CHANGELOG.md for more information.
golang/go (golang)
v1.25.1
Compare Source
golangci/golangci-lint (golangci/golangci-lint)
v2.5.0
Compare Source
godoclint
linter https://github.com/godoc-lint/godoc-lintunqueryvet
linter https://github.com/MirrexOne/unqueryvetiotamixing
linter https://github.com/AdminBenni/iota-mixingembeddedstructfieldcheck
: from 0.3.0 to 0.4.0 (new option:empty-line
)err113
: fromaea10b5
to 0.1.1 (skip internals ofIs
methods forerror
type)ginkgolinter
: from 0.20.0 to 0.21.0 (new option:force-tonot
)gofumpt
: from 0.8.0 to 0.9.1 (new rule is to "clothe" naked returns for the sake of clarity)ineffassign
: from 0.1.0 to 0.2.0 (new option:check-escaping-errors
)musttag
: from 0.13.1 to 0.14.0 (support interface methods)revive
: from 1.11.0 to 1.12.0 (new options:identical-ifelseif-branches
,identical-ifelseif-conditions
,identical-switch-branches
,identical-switch-conditions
,package-directory-mismatch
,unsecure-url-scheme
,use-waitgroup-go
,useless-fallthrough
)thelper
: from 0.6.3 to 0.7.1 (skipt.Helper
in functions passed tosynctest.Test
)wsl
: from 5.1.1 to 5.2.0 (improvements related to subexpressions)asciicheck
: from 0.4.1 to 0.5.0errname
: from 1.1.0 to 1.1.1fatcontext
: from 0.8.0 to 0.8.1go-printf-func-name
: from 0.1.0 to 0.1.1godot
: from 1.5.1 to 1.5.4gosec
: from 2.22.7 to 2.22.8nilerr
: from 0.1.1 to a temporary forknilnil
: from 1.1.0 to 1.1.1protogetter
: from 0.3.15 to 0.3.16tagliatelle
: from 0.7.1 to 0.7.2testifylint
: from 1.6.1 to 1.6.4helm/helm (helm.sh/helm/v3)
v3.19.0
: Helm v3.19.0Compare Source
Helm v3.19.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!
Notable Changes
helm pull
regression from 3.18 - error pulling OCI charts with --password #31230helm lint
regression from Helm 3.18 - rejected JSON Schema $ref URLs that worked in 3.17.x #31166helm create
added httproute from gateway-api to create chart template #30658Installation and Upgrading
Download Helm v3.19.0. The common platform binaries are here:
The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with
bash
.What's Next
Changelog
3d8990f
(Scott Rigby)9a54bf1
(Evans Mungai)5af0f68
(dependabot[bot])e485606
(dependabot[bot])6355c3d
(dependabot[bot])ec61f66
(dependabot[bot])b278020
(Isaiah Lewis)d33ac5e
(Isaiah Lewis)8543709
(Isaiah Lewis)89a3f90
(dependabot[bot])da4c583
(Terry Howe)e40b1b3
(dependabot[bot])a27e9db
(dependabot[bot])f13afaa
(Matt Farina)039b0b1
(Matt Farina)bec98a9
(dependabot[bot])6d9509a
(Robert Sirchia)807225e
(Borys Hulii)cbbd569
(dependabot[bot])5e8ff72
(Terry Howe)5b5fb5b
(dependabot[bot])d12538a
(dependabot[bot])303f803
(dependabot[bot])abcc2ed
(dependabot[bot])521c67b
(dependabot[bot])227c9cb
(Matt Farina)4389fa6
(Matt Farina)372e403
(dependabot[bot])4fa5a64
(dependabot[bot])6284ed8
(dependabot[bot])2c55a4e
(Terry Howe)a16e986
(Terry Howe)cea26d8
(Terry Howe)b52bb41
(Terry Howe)45075cf
(dependabot[bot])73a7826
(dependabot[bot])733f94c
(Terry Howe)fc36041
(Terry Howe)cfe8cef
(Matt Farina)c33215d
(Benoit Tigeot)f552b67
(Benoit Tigeot)a18a52e
(Brandt Keller)fedf502
(Jesse Simpson)fe512ba
(Jesse Simpson)099a9e1
(Jesse Simpson)b07ab77
(Brandt Keller)c225c12
(Brandt Keller)c0f3ace
(Scott Rigby)dce60ad
(Benoit Tigeot)cda0865
(Benoit Tigeot)5d9d9a0
(Benoit Tigeot)c5249c1
(Matt Farina)5b0520d
(dependabot[bot])afefca8
(Feng Cao)8d6d27c
(dependabot[bot])502c0d5
(dependabot[bot])92be9ac
(dependabot[bot])eb5b6d5
(Feng Cao)6b15f26
(Matthieu MOREL)6b5c944
(Feng Cao)247bf7c
(Feng Cao)9404459
(Robert Sirchia)0a800e8
(Gerard Nguyen)bd1b67b
(Henrik Gerdes)Full Changelog: helm/helm@v3.18.6...v3.19.0
kubernetes/api (k8s.io/api)
v0.33.5
Compare Source
kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)
v0.33.5
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.33.5
Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.33.5
Compare Source
kubernetes-sigs/controller-tools (kubernetes-sigs/controller-tools)
v0.19.0
Compare Source
What's Changed
Misc
.golangci.yaml
from controller-runtime by @dongjiang1989 in #1249envtest
Dependency bumps
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Etc/UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.