Skip to content

fix(deps): update module github.com/operator-framework/operator-lifecycle-manager to v0.31.0 #353

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

red-hat-konflux[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/operator-framework/operator-lifecycle-manager require minor v0.30.0 -> v0.31.0

Release Notes

operator-framework/operator-lifecycle-manager (github.com/operator-framework/operator-lifecycle-manager)

v0.31.0

Compare Source

Install

Scripted
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.31.0/install.sh -o install.sh
chmod +x install.sh
./install.sh v0.31.0

Changelog

6526e6a Bump go1.23 (#​3484)
25e0255 Bumps go/net to v0.33.0 (#​3479)
1cfabfe CRD upgrade existing CR validation fix (#​3442)
77ce6ff Fix e2e test grid by using ginkgo labels (#​3451)
22addd2 Fix grpc version pin comment (#​3452)
45559bd Makefile: re-add run-local target (#​3458)
c40afc1 Update OWNERS - Add camilamacedo86 under reviewers (#​3441)
b56b038 add bingo-upgrade target (#​3489)
5cff440 add protocols to all ports in olm.yaml quickstart (#​3421)
1c09718 build(deps): bump github.com/containers/image/v5 from 5.32.2 to 5.33.0 (#​3443)
c518d55 build(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 (#​3440)
622a18d build(deps): bump github.com/itchyny/gojq from 0.12.16 to 0.12.17 (#​3454)
8ba604f build(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 (#​3481)
79844a0 build(deps): bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 (#​3463)
6dd708c build(deps): bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.2 (#​3478)
1474ee3 build(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.1 (#​3439)
b273dde build(deps): bump github.com/onsi/gomega from 1.35.1 to 1.36.0 (#​3457)
b7aa493 build(deps): bump github.com/onsi/gomega from 1.36.0 to 1.36.1 (#​3471)
c0fb544 build(deps): bump github.com/prometheus/common from 0.60.0 to 0.60.1 (#​3437)
cda6f6d build(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0 (#​3462)
f0a95b4 build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#​3455)
d68cd00 build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#​3465)
b392678 build(deps): bump golang.org/x/net from 0.30.0 to 0.31.0 (#​3438)
92011d9 build(deps): bump golang.org/x/time from 0.7.0 to 0.8.0 (#​3444)
825fec5 build(deps): bump k8s.io/apiextensions-apiserver from 0.31.2 to 0.31.3 (#​3449)
3911cac build(deps): bump k8s.io/kube-aggregator from 0.31.2 to 0.31.3 (#​3456)
07d57f9 build(deps): bump sigs.k8s.io/controller-runtime from 0.19.1 to 0.19.2 (#​3447)
acf07a1 build(deps): bump sigs.k8s.io/controller-runtime from 0.19.2 to 0.19.3 (#​3453)
6c8f9c3 bump golang.org/x/net to 0.34.0 (#​3485)
1b6752e bump k8s libs to v0.32.0 (#​3486)
8b47a95 bump o-f libs (#​3487)
8e39847 catalog-operator: Delete Pods that were evicted (#​3459)

Docker images

  • docker pull quay.io/operator-framework/olm:v0.31
  • docker pull quay.io/operator-framework/olm:v0.31.0

Configuration

📅 Schedule: Branch creation - "after 5am on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.

This PR has been generated by MintMaker (powered by Renovate Bot).

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
…ycle-manager to v0.31.0

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Copy link
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 22 additional dependencies were updated

Details:

Package Change
github.com/operator-framework/api v0.27.0 -> v0.29.0
k8s.io/api v0.31.3 -> v0.32.0
k8s.io/apimachinery v0.31.3 -> v0.32.0
cloud.google.com/go/compute/metadata v0.3.0 -> v0.5.0
github.com/fsnotify/fsnotify v1.7.0 -> v1.8.0
github.com/klauspost/compress v1.17.9 -> v1.17.11
github.com/prometheus/client_golang v1.20.4 -> v1.20.5
github.com/prometheus/common v0.60.0 -> v0.61.0
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 -> v0.0.0-20241009180824-f66d83c29e7c
golang.org/x/oauth2 v0.23.0 -> v0.24.0
golang.org/x/time v0.7.0 -> v0.8.0
golang.org/x/tools v0.28.0 -> v0.29.0
google.golang.org/grpc v1.66.2 -> v1.68.1
google.golang.org/protobuf v1.36.1 -> v1.36.2
k8s.io/apiextensions-apiserver v0.31.3 -> v0.32.0
k8s.io/apiserver v0.31.3 -> v0.32.0
k8s.io/component-base v0.31.3 -> v0.32.0
k8s.io/kube-aggregator v0.31.2 -> v0.32.0
k8s.io/kube-openapi v0.0.0-20240816214639-573285566f34 -> v0.0.0-20241105132330-32ad38e42d3f
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 -> v0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20241010143419-9aa6b5e7a4b3
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 -> v4.4.2

@openshift-ci openshift-ci bot requested review from claudiol and mbaldessari March 2, 2025 17:47
Copy link
Contributor

openshift-ci bot commented Mar 2, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign mhjacks for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

Copy link
Contributor

openshift-ci bot commented Mar 2, 2025

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a validatedpatterns member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants