-
Notifications
You must be signed in to change notification settings - Fork 70
Chore: upgrade go and k8s version #393
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: upgrade go and k8s version #393
Conversation
Signed-off-by: Pushparaj Shetty K S <[email protected]>
Signed-off-by: Pushparaj Shetty K S <[email protected]>
Signed-off-by: Pushparaj Shetty K S <[email protected]>
Signed-off-by: Pushparaj Shetty K S <[email protected]>
Signed-off-by: Pushparaj Shetty K S <[email protected]>
Signed-off-by: Pushparaj Shetty K S <[email protected]>
Signed-off-by: Pushparaj Shetty K S <[email protected]>
1475ff8
to
ee52ee1
Compare
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.
cubic found 7 issues across 16 files. Review them in cubic.dev
React with 👍 or 👎 to teach cubic. Tag @cubic-dev-ai
to give specific feedback.
|
||
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion) | ||
CRD_OPTIONS ?= "crd:trivialVersions=true" | ||
CRD_OPTIONS ?= "crd" |
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.
Removing trivialVersions=true from CRD_OPTIONS may cause issues with CRD compatibility for clusters older than Kubernetes 1.13, as version conversion will not be handled. Ensure this is intentional and compatible with your supported Kubernetes versions.
CRD_OPTIONS ?= "crd" | |
CRD_OPTIONS ?= "crd:trivialVersions=true" |
Summary by cubic
Upgraded Go to 1.23.8 and Kubernetes dependencies to the latest supported versions. Updated related workflows, CRDs, and tools to ensure compatibility.