-
Notifications
You must be signed in to change notification settings - Fork 13
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 up go version to 1.21 and k8s.io/apimachinery to v0.29.2 #80
Conversation
Signed-off-by: thepetk <[email protected]>
c527553
to
59fc73f
Compare
Signed-off-by: thepetk <[email protected]>
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
Everything seemed to work locally with building the binaries and running tests. Go is backwards compatible so I don't see any reason this would give us a headache and it looks like the api version was updated indirectly anyway?
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Jdubrick, thepetk The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@Jdubrick thanks for the review :) Yeap the update of the API comes from the update of:
Which reminds me we might want to get rid of zap because is the only reason we are depending on |
It looks like we are using that for a logger though, no? |
Yeah I guess we should use another dependency to handle logging. |
btw I've merged it as the issue we're discussing it's out of scope :) |
Sounds good. We should open an issue to investigate if there is a better way to handle logging if we want to remove that as a dependency? |
Yup! I'm already on it |
…e#80) * Bump up go to 1.21 and apimachinery to 0.29.2 Signed-off-by: thepetk <[email protected]> * Update workflows and documentation Signed-off-by: thepetk <[email protected]> --------- Signed-off-by: thepetk <[email protected]>
…e#80) * Bump up go to 1.21 and apimachinery to 0.29.2 Signed-off-by: thepetk <[email protected]> * Update workflows and documentation Signed-off-by: thepetk <[email protected]> --------- Signed-off-by: thepetk <[email protected]>
…e#80) * Bump up go to 1.21 and apimachinery to 0.29.2 Signed-off-by: thepetk <[email protected]> * Update workflows and documentation Signed-off-by: thepetk <[email protected]> --------- Signed-off-by: thepetk <[email protected]>
* Update workflows Signed-off-by: thepetk <[email protected]> * Bump up go version to 1.21 and k8s.io/apimachinery to v0.29.2 (#80) * Bump up go to 1.21 and apimachinery to 0.29.2 Signed-off-by: thepetk <[email protected]> * Update workflows and documentation Signed-off-by: thepetk <[email protected]> --------- Signed-off-by: thepetk <[email protected]> * Update .github/workflows/CI.yml Co-authored-by: Michael Valdron <[email protected]> Signed-off-by: thepetk <[email protected]> * Update .github/workflows/check_registry.yaml Co-authored-by: Michael Valdron <[email protected]> Signed-off-by: thepetk <[email protected]> * Update .github/workflows/release.yaml Co-authored-by: Michael Valdron <[email protected]> Signed-off-by: thepetk <[email protected]> * Update .github/workflows/CI.yml Co-authored-by: Michael Valdron <[email protected]> Signed-off-by: thepetk <[email protected]> * Revert formatting Signed-off-by: thepetk <[email protected]> --------- Signed-off-by: thepetk <[email protected]> Co-authored-by: Michael Valdron <[email protected]>
What does this PR do?
Bumps up the go version of alizer to
1.21
andk8s.io/apimachinery
tov0.29.2
as part of the general EPIC devfile/api#1555Which issue(s) does this PR fix
Fixes devfile/api#1560
PR acceptance criteria
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.
Unit/Functional tests
Documentation
How to test changes / Special notes to the reviewer