-
Notifications
You must be signed in to change notification settings - Fork 47
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
deps: Update controller-runtime to v0.16.3, and other packages to latest versions #795
Conversation
The URL vbom.ml/util does not exist. Replacing it with github URL. Signed-off-by: Andrej Krejcir <[email protected]>
Updated required golang version to 1.20 for both packages. Signed-off-by: Andrej Krejcir <[email protected]>
Change go.mod file and download vendored dependencies. This is the first commit in a series that will address breaking changes. THIS COMMIT DOES NOT COMPILE Signed-off-by: Andrej Krejcir <[email protected]>
This commit does basic changes so that "make vet" passes. The resulting code is still not correct. Signed-off-by: Andrej Krejcir <[email protected]>
These are needed, because injection interfaces were removed. Signed-off-by: Andrej Krejcir <[email protected]>
Signed-off-by: Andrej Krejcir <[email protected]>
Regenerated CRDs using "make container-build". Signed-off-by: Andrej Krejcir <[email protected]>
Updated: - github.com/openshift modules release-4.15 branch - k8s.io modules to v0.28.2 - sigs.k8s.io/kustomize modules to v0.15.0 Signed-off-by: Andrej Krejcir <[email protected]>
The "k8s.io/utils/pointer" packege is deprecated, using "k8s.io/utils/ptr" instead. Signed-off-by: Andrej Krejcir <[email protected]>
Signed-off-by: Andrej Krejcir <[email protected]>
Signed-off-by: Andrej Krejcir <[email protected]>
Signed-off-by: Andrej Krejcir <[email protected]>
Signed-off-by: Andrej Krejcir <[email protected]>
Added more context for errors in logs. Signed-off-by: Andrej Krejcir <[email protected]>
The previous imported version was incorrect. Signed-off-by: Andrej Krejcir <[email protected]>
/cc sradco |
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 3 New issues |
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.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 0xFelix 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 |
What this PR does / why we need it:
Updated:
1.20
.github.com/openshift/*
modules to branchrelease-4.15
.github.com/prometheus/*
modules to latest versions.github.com/tektoncd/pipeline
tov0.54.0
.k8s.io/*
modules tov0.28.3
.kubevirt.io/api
tov1.1.0
.kubevirt.io/containerized-data-importer-api
tov1.58.0
.sigs.k8s.io/controller-runtime
tov0.16.3
.sigs.k8s.io/kustomize/*
modules to latest versions.Which issue(s) this PR fixes:
Fixes # #597
Overtakes # #745