-
Notifications
You must be signed in to change notification settings - Fork 48
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
bump dependencies to support k8s 1.24 #174
bump dependencies to support k8s 1.24 #174
Conversation
Signed-off-by: Bryce Palmer <[email protected]>
Signed-off-by: Bryce Palmer <[email protected]>
Signed-off-by: Bryce Palmer <[email protected]>
Signed-off-by: Bryce Palmer <[email protected]>
Signed-off-by: Bryce Palmer <[email protected]>
@@ -45,7 +45,7 @@ type MemcachedReconciler struct { | |||
// the user. | |||
// | |||
// For more details, check Reconcile and its Result here: | |||
// - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.11.2/pkg/reconcile | |||
// - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.12.1/pkg/reconcile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may have to regenerate the testdata again. I'm curious because the deps in the scaffolding aren't updated yet (
helm-operator-plugins/testdata/hybrid/memcached-operator/go.mod
Lines 9 to 10 in 5b29693
k8s.io/apimachinery v0.23.1 | |
k8s.io/client-go v0.23.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I will take a look into this. Thanks for pointing this out @varshaprasad96
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So it looks like when attempting to scaffold the testdata that it tries to pull the latest helm-plugins release which does not support k8s 1.24. Once we get this merged and a new release created I can create a follow-up PR to fix the testdata.
Pull Request Test Coverage Report for Build 2455687789
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Bumps dependencies and makes necessary modifications to support k8s 1.24