Skip to content
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

Merged

Conversation

everettraven
Copy link
Contributor

Bumps dependencies and makes necessary modifications to support k8s 1.24

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
@@ -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
Copy link
Member

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 (

k8s.io/apimachinery v0.23.1
k8s.io/client-go v0.23.1
). Is there is something we are missing?

Copy link
Contributor Author

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

Copy link
Contributor Author

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.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 2455687789

  • 2 of 2 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 89.286%

Totals Coverage Status
Change from base Build 2455472237: 0.0%
Covered Lines: 1575
Relevant Lines: 1764

💛 - Coveralls

Copy link
Member

@varshaprasad96 varshaprasad96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 7, 2022
@everettraven everettraven merged commit c75c4f1 into operator-framework:main Jun 7, 2022
@everettraven everettraven deleted the chore/bump-k8s-1.24 branch June 7, 2022 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants