-
Notifications
You must be signed in to change notification settings - Fork 20
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
Update all dependencies and github actions to latest versions #196
Update all dependencies and github actions to latest versions #196
Conversation
/hold |
/hold cancel |
/test integration-test |
/retest-required |
/retest |
This commit bumps up go version from 1.19 to 1.22 This commit also bumps up several dependencies to the latest version as of March 2024. k8s.io/api v0.29.2 k8s.io/apiextensions-apiserver v0.29.2 k8s.io/apimachinery v0.29.2 k8s.io/client-go v0.29.2 k8s.io/klog/v2 v2.120.1 openshift/api -> v0.0.0-20240124164020-e2ce40831f2e openshift/library-go -> v0.0.0-20240124134907-4dfbf6bc7b11 ramendr/ramen/api -> v0.0.0-20240117171503-e11c56eac24d red-hat-storage/ocs-operator -> v0.4.13 rook/rook/pkg/apis -> v0.0.0-20231204200402-5287527732f7 (New module for rook) open-cluster-management.io/addon-framework -> v0.9.0 open-cluster-management.io/api -> v0.13.0 sigs.k8s.io/controller-runtime -> v0.15.3 (Replaces 0.17.2 currently due to several changes) Signed-off-by: vbadrina <[email protected]>
This commit includes several changes to webhook package due to bumping up controller runtime deps and also makes changes to logs lines to remove formatter wherever it is not required. Signed-off-by: vbadrina <[email protected]>
Signed-off-by: vbadrina <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: umangachapagain, vbnrh 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 |
/retest |
cb54b5d
into
red-hat-storage:main
This commit bumps up go version from 1.19 to 1.21 for go.mod and dockerfile
This commit also bumps up several dependencies to the latest version as of
March 2024.
k8s.io/api v0.29.2
k8s.io/apiextensions-apiserver v0.29.2
k8s.io/apimachinery v0.29.2
k8s.io/client-go v0.29.2
k8s.io/klog/v2 v2.120.1
openshift/api -> v0.0.0-20240124164020-e2ce40831f2e
openshift/library-go -> v0.0.0-20240124134907-4dfbf6bc7b11
ramendr/ramen/api -> v0.0.0-20240117171503-e11c56eac24d
red-hat-storage/ocs-operator -> v0.4.13
rook/rook/pkg/apis -> v0.0.0-20231204200402-5287527732f7 (New module for rook)
open-cluster-management.io/addon-framework -> v0.9.0
open-cluster-management.io/api -> v0.13.0
sigs.k8s.io/controller-runtime -> v0.15.3 (Replaces 0.17.2 currently due to several changes)