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

OCPBUGS-23741: Bump to k8s.io v0.28.3, controller-runtime v0.16.3 #395

Conversation

Miciah
Copy link
Contributor

@Miciah Miciah commented Nov 28, 2023

Bump the vendored k8s.io/* packages to v0.28.3. Bump sigs.k8s.io/controller-runtime package to v0.16.3, the latest release, which uses the k8s.io/* v0.28.3 packages.

go get k8s.io/api@v0.28.3 k8s.io/apimachinery@v0.28.3 k8s.io/client-go@v0.28.3 k8s.io/kubectl@v0.28.3 sigs.k8s.io/controller-runtime@v0.16.3
go mod tidy
go mod vendor
  • go.mod: Bump.
  • go.sum: Regenerate.
  • cmd/dns-operator/main.go (main): Update to get DefaultBindAddress from sigs.k8s.io/controller-runtime/pkg/metrics/server instead of from sigs.k8s.io/controller-runtime/pkg/metrics.
  • pkg/operator/operator.go (New): Update to use the new DefaultNamespaces field instead of Namespaces, which has been removed from the manager options.
  • vendor/*: Regenerate.

Bump the vendored k8s.io/* packages to v0.28.3.  Bump
sigs.k8s.io/controller-runtime package to v0.16.3, the latest release,
which uses the k8s.io/* v0.28.3 packages.

    go get k8s.io/api@v0.28.3 k8s.io/apimachinery@v0.28.3 k8s.io/client-go@v0.28.3 k8s.io/kubectl@v0.28.3 sigs.k8s.io/controller-runtime@v0.16.3
    go mod tidy
    go mod vendor

This commit fixes OCPBUGS-23741.

https://issues.redhat.com/browse/OCPBUGS-23741

* go.mod: Bump.
* go.sum: Regenerate.
* cmd/dns-operator/main.go (main): Update to get DefaultBindAddress from
sigs.k8s.io/controller-runtime/pkg/metrics/server instead of from
sigs.k8s.io/controller-runtime/pkg/metrics.
* pkg/operator/operator.go (New): Update to use the new DefaultNamespaces
field instead of Namespaces, which has been removed from the manager
options.
* vendor/*: Regenerate.
@openshift-ci-robot openshift-ci-robot added jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Nov 28, 2023
@openshift-ci-robot
Copy link
Contributor

@Miciah: This pull request references Jira Issue OCPBUGS-23741, which is invalid:

  • expected the bug to target the "4.15.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

Bump the vendored k8s.io/* packages to v0.28.3. Bump sigs.k8s.io/controller-runtime package to v0.16.3, the latest release, which uses the k8s.io/* v0.28.3 packages.

go get k8s.io/api@v0.28.3 k8s.io/apimachinery@v0.28.3 k8s.io/client-go@v0.28.3 k8s.io/kubectl@v0.28.3 sigs.k8s.io/controller-runtime@v0.16.3
go mod tidy
go mod vendor

  • go.mod: Bump.
  • go.sum: Regenerate.
  • cmd/dns-operator/main.go (main): Update to get DefaultBindAddress from sigs.k8s.io/controller-runtime/pkg/metrics/server instead of from sigs.k8s.io/controller-runtime/pkg/metrics.
  • pkg/operator/operator.go (New): Update to use the new DefaultNamespaces field instead of Namespaces, which has been removed from the manager options.
  • vendor/*: Regenerate.

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.

@Miciah
Copy link
Contributor Author

Miciah commented Nov 28, 2023

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Nov 28, 2023
@openshift-ci-robot
Copy link
Contributor

@Miciah: This pull request references Jira Issue OCPBUGS-23741, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.15.0) matches configured target version for branch (4.15.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)

In response to this:

/jira refresh

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.

Copy link
Contributor

openshift-ci bot commented Nov 28, 2023

@Miciah: 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.

@candita
Copy link
Contributor

candita commented Nov 29, 2023

/assign

@candita
Copy link
Contributor

candita commented Nov 29, 2023

/approve
/lgtm

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

openshift-ci bot commented Nov 29, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: candita

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 Nov 29, 2023
@openshift-merge-bot openshift-merge-bot bot merged commit da2a4b8 into openshift:master Nov 29, 2023
9 checks passed
@openshift-ci-robot
Copy link
Contributor

@Miciah: Jira Issue OCPBUGS-23741: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-23741 has been moved to the MODIFIED state.

In response to this:

Bump the vendored k8s.io/* packages to v0.28.3. Bump sigs.k8s.io/controller-runtime package to v0.16.3, the latest release, which uses the k8s.io/* v0.28.3 packages.

go get k8s.io/api@v0.28.3 k8s.io/apimachinery@v0.28.3 k8s.io/client-go@v0.28.3 k8s.io/kubectl@v0.28.3 sigs.k8s.io/controller-runtime@v0.16.3
go mod tidy
go mod vendor

  • go.mod: Bump.
  • go.sum: Regenerate.
  • cmd/dns-operator/main.go (main): Update to get DefaultBindAddress from sigs.k8s.io/controller-runtime/pkg/metrics/server instead of from sigs.k8s.io/controller-runtime/pkg/metrics.
  • pkg/operator/operator.go (New): Update to use the new DefaultNamespaces field instead of Namespaces, which has been removed from the manager options.
  • vendor/*: Regenerate.

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.

@openshift-bot
Copy link
Contributor

[ART PR BUILD NOTIFIER]

This PR has been included in build ose-cluster-dns-operator-container-v4.15.0-202311300249.p0.gda2a4b8.assembly.stream for distgit ose-cluster-dns-operator.
All builds following this will include this PR.

@openshift-merge-robot
Copy link
Contributor

Fix included in accepted release 4.15.0-0.nightly-2023-12-02-123536

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. jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. 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

5 participants