Open
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: tests/e2e/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
e5dfe09 to
dca506f
Compare
5cadc10 to
eabacb1
Compare
81734ff to
a6576a2
Compare
caead0d to
cf5d10c
Compare
e01979a to
dcbcab8
Compare
2f09c66 to
19f5c6a
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: tests/e2e/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
faec7ca to
2c67cff
Compare
86b3b2b to
9668e6d
Compare
79b6bf5 to
5363df9
Compare
274f2a3 to
1c2e1ca
Compare
df006be to
cfa187f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.0.1→v3.1.1v3.1.1→v3.3.0v2.27.5→v2.28.1v1.39.0→v1.39.1v0.35.0→v0.35.2v0.22.4→v0.23.3Release Notes
giantswarm/apptest-framework (github.com/giantswarm/apptest-framework/v3)
v3.1.1Compare Source
Changed
clustertestto v3.1.3.v3.1.0Compare Source
Added
aws.iamRoleARNin your test suite'sconfig.yaml.giantswarm/clustertest (github.com/giantswarm/clustertest/v3)
v3.3.0Compare Source
Added
IsControlPlaneConditionSetandGetControlPlaneResourceto check conditions for control plane resources (besides KubeadmControlPlane).v3.2.0Compare Source
Added
first_previous_majormagic value forE2E_RELEASE_PRE_UPGRADEto resolve the earliest non-deprecated release from the previous major version.v3.1.3Compare Source
Changed
IsClusterReadyCondition.NewFromSecret.GetClusterKubeConfig.getTeleportKubeConfig.getCAPIKubeConfig.v3.1.2Compare Source
Changed
Fixed
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.28.1Compare Source
2.28.1
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
v2.28.0Compare Source
2.28.0
Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:
can be filtered in or out with an invocation like:
ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"Huge thanks to @Icarus9913 for working on this!
onsi/gomega (github.com/onsi/gomega)
v1.39.1Compare Source
1.39.1
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
kubernetes/api (k8s.io/api)
v0.35.2Compare Source
v0.35.1Compare Source
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.23.3Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.23.2...v0.23.3
v0.23.2Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.23.1...v0.23.2
v0.23.1Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.23.0...v0.23.1
v0.23.0Compare Source
🔆 Highlights
GetEventRecorderForrequires updating your rbac for events to use theevents.k8s.ioapiGroup rather than the `` (core) apiGroupbuilder.WebhookManagedBy(mgr).For(&corev1.Deployment{})has to be changed tobuilder.WebhookManagedBy(mgr, &appsv1.Deployment{})runtime.Object, for example fromValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)toValidateCreate(ctx context.Context, obj *appsv1.Deployment) (admission.Warnings, error)✨ Features
🐛 Bugfixes
waitermanipulation by @fossedihelm in #3368🌱 Other
sorttoslicespackage by @dongjiang1989 in #3370📖 Documentation
README.md's compatibility matrix forv0.22.x. by @renormalize in #3392Dependencies
Added
Changed
bda5523→078029d5ec99f8→9bdfabea0af3ef→200df9985fd79d→ec3ebc5f3f2b99→589584f4c0f3b2→bc988d5cfa47c3→2d32026Removed
New Contributors
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.0...v0.23.0
Thanks to all our contributors! 😊
v0.22.5Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.4...v0.22.5
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.