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

RFE-3692 Upgrade to OCP 4.11 and Operator-SDK v1.25.0 #92

Merged
merged 1 commit into from
Feb 27, 2023

Conversation

mjlshen
Copy link
Contributor

@mjlshen mjlshen commented Feb 22, 2023

RFE-3692

While involved in conversations for the above RFE, I noticed that this operator does not actually have the capability to support the new LoadBalancers AllowedSourceRanges API which was merged in openshift/api@76624ee (after the current dependency in go.mod)

What this PR does

This PR updates this codebase to align with OCP 4.11 versions (k8s v0.25.0), which implies Operator-SDK v1.25.0.

How

  • I upgraded dependencies in accordance with: https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.25.0/
  • I then ran go get -u github.com/openshift/api@release-4.11 and left a comment that we can adjust when we bump this codebase to OCP 4.12. Currently the latest Operator-SDK does not support k8s v0.26.0, which OCP 4.12 uses, which is why I am leaving this on OCP 4.11/k8s v0.25.0

Next steps

If the RFE is approved, it'll be simple to add this feature to this operator - if not, we can just leave this as a dependency update :D

Signed-off-by: Michael Shen <mshen@redhat.com>
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 22, 2023

@mjlshen: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@dustman9000
Copy link
Member

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 27, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 27, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dustman9000, mjlshen

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 27, 2023
@openshift-merge-robot openshift-merge-robot merged commit 9f0806c into openshift:master Feb 27, 2023
@mjlshen mjlshen deleted the Go119 branch February 27, 2023 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants