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

Chore #3637: Update Kubernetes Model to Kubernetes v1.23.0 #3685

Merged
merged 3 commits into from
Jan 10, 2022

Conversation

rohanKanojia
Copy link
Member

@rohanKanojia rohanKanojia commented Dec 23, 2021

Description

Fix #3637

  • Update Kubernetes Model to Kubernetes v1.23.0

Signed-off-by: Rohan Kumar rohaan@redhat.com

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change
  • Chore (non-breaking change which doesn't affect codebase;
    test, version modification, documentation, etc.)

Checklist

  • Code contributed by me aligns with current project license: Apache 2.0
  • I Added CHANGELOG entry regarding this change
  • I have implemented unit tests to cover my changes
  • I have added/updated the javadocs and other documentation accordingly
  • No new bugs, code smells, etc. in SonarCloud report
  • I tested my code in Kubernetes
  • I tested my code in OpenShift

@rohanKanojia rohanKanojia changed the title Fix #3637: Update Kubernetes Model to Kubernetes v1.23.0 Chore #3637: Update Kubernetes Model to Kubernetes v1.23.0 Dec 23, 2021
@rohanKanojia
Copy link
Member Author

Go Build is failing because it's now dependent on Go 17: kubernetes-sigs/controller-tools#643 . If we update image to golang 17 it should pass

@rohanKanojia rohanKanojia marked this pull request as ready for review December 23, 2021 17:09
@manusa manusa added this to the 5.12.0 milestone Dec 24, 2021
@manusa manusa requested review from manusa and oscerd January 3, 2022 08:49
Copy link
Member

@manusa manusa left a comment

Choose a reason for hiding this comment

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

LGTM, thx!

@manusa manusa requested a review from shawkins January 7, 2022 07:37
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
Our Go Generator Build is now dependent on Go 1.17

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
Since we've model updated to Kubernetes v1.23.0, it's better to also
run E2E tests on Kubernetes 1.23.0. Add Kubernetes 1.23.0 to current
list of Kubernetes versions on which E2E tests are being run.
@sonarcloud
Copy link

sonarcloud bot commented Jan 10, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@@ -57,14 +57,14 @@ jobs:
strategy:
fail-fast: false
matrix:
kubernetes: [v1.22.1,v1.20.1,v1.19.2,v1.12.0]
kubernetes: [v1.23.0,v1.22.1,v1.20.1,v1.19.2,v1.12.0]
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we can remove any non-significant version from the matrix (different PR)

@manusa manusa merged commit 4da15fc into fabric8io:master Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade Fabric8 Kubernetes Model to Kubernetes v1.23.0
2 participants