-
Notifications
You must be signed in to change notification settings - Fork 3
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
🌱 Update Update Golang Dependencies group (minor) #127
Conversation
6614821
to
e9b7712
Compare
e9b7712
to
575ae1b
Compare
d456c4c
to
edc808e
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum
|
edc808e
to
30f58b1
Compare
e6128b4
to
68425df
Compare
902bfdd
to
8a840ea
Compare
e1c2bb7
to
b6103cb
Compare
73afacc
to
0ca6c2d
Compare
0ca6c2d
to
ea3e802
Compare
@kranurag7 what's your plan with this? |
I think we should disable k8s updates by renovate and we should handle it with CAPI updates only. |
then go ahead |
Okay, I will disable all of them via a patch. |
5375229
to
811f603
Compare
811f603
to
8635014
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
| datasource | package | from | to | | ---------- | --------------------------- | ------- | ------- | | go | github.com/onsi/ginkgo/v2 | v2.17.3 | v2.19.0 | | go | github.com/stretchr/testify | v1.8.4 | v1.9.0 | | go | go.uber.org/zap | v1.26.0 | v1.27.0 | | go | golang.org/x/mod | v0.17.0 | v0.18.0 | | go | golang.org/x/oauth2 | v0.18.0 | v0.21.0 | | go | sigs.k8s.io/kind | v0.22.0 | v0.23.0 |
Signed-off-by: kranurag7 <[email protected]>
8635014
to
1ff3d10
Compare
This PR contains the following updates:
v2.17.3
->v2.19.0
v1.8.4
->v1.9.0
v1.26.0
->v1.27.0
v0.17.0
->v0.18.0
v0.18.0
->v0.21.0
v0.22.0
->v0.23.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.19.0
Compare Source
2.19.0
Features
Label Sets allow for more expressive and flexible label filtering.
v2.18.0
Compare Source
2.18.0
Features
f010b65
]d80eebe
]Fixes
42013d6
]Maintenance
fcf1fd7
]8bb14fd
]04bfad7
]stretchr/testify (github.com/stretchr/testify)
v1.9.0
Compare Source
What's Changed
Called
by @aud10slave in https://github.com/stretchr/testify/pull/631NotImplements
and variants by @hslatman in https://github.com/stretchr/testify/pull/1385New Contributors
Full Changelog: stretchr/testify@v1.8.4...v1.9.0
uber-go/zap (go.uber.org/zap)
v1.27.0
Compare Source
Enhancements:
WithLazy
method forSugaredLogger
.NewTestingWriter
for customizing TestingWriter with more flexibility thanNewLogger
.Log
,Logw
,Logln
methods forSugaredLogger
.WithPanicHook
option for testing panic logs.Thanks to @defval, @dimmo, @arxeiss, and @MKrupauskas for their contributions to this release.
kubernetes-sigs/kind (sigs.k8s.io/kind)
v0.23.0
Compare Source
This release introduces initial limited support for
nerdctl
and kube-proxy nftables mode.Breaking Changes
kindest/node:v1.30.0@​sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e
ipFamily
config field is now validatedgo install sigs.k8s.io/kind
/ building thekind
binaryPrebuilt binaries are available as an alternative to
go install
For local development
make
will automatically setup the correct go versionNote that the go team only supports 1.21+ and major linux distros have 1.19+
Future releases may increase this to a more current Go release
Future release may adopt
toolchain
in go.mod to make this seamless if you have go 1.21+ installed even without our makefile. We highly recommend installing go 1.21+New Features
kubeProxyMode: nftables
(ahead of Kubernetes 1.31+, see https://kind.sigs.k8s.io/docs/user/configuration/#kube-proxy-mode)Images pre-built for this release:
kindest/node:v1.30.0@​sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e
kindest/node:v1.29.4@​sha256:3abb816a5b1061fb15c6e9e60856ec40d56b7b52bcea5f5f1350bc6e2320b6f8
kindest/node:v1.28.9@​sha256:dca54bc6a6079dd34699d53d7d4ffa2e853e46a20cd12d619a09207e35300bd0
kindest/node:v1.27.13@​sha256:17439fa5b32290e3ead39ead1250dca1d822d94a10d26f1981756cd51b24b9d8
kindest/node:v1.26.15@​sha256:84333e26cae1d70361bb7339efb568df1871419f2019c80f9a12b7e2d485fe19
kindest/node:v1.25.16@​sha256:5da57dfc290ac3599e775e63b8b6c49c0c85d3fec771cd7d55b45fae14b38d3b
NOTE: You must use the
@sha256
digest to guarantee an image built for this release, until such a time as we switch to a different tagging scheme. Even then we will highly encourage digest pinning for security and reproducibility reasons.See also:
NOTE: These node images support amd64 and arm64, both of our supported platforms. You must use the same platform as your host, for more context see https://github.com/kubernetes-sigs/kind/issues/2718
Fixes
kubeProxyMode: "none"
Contributors
Thank you to everyone who contributed to this release! ❤️
Users whose commits are in this release (alphabetically by user name)
Thank you as well to everyone else not listed here who contributed in other ways like filing issues, giving feedback, testing fixes, and helping users in slack!
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.