Skip to content

chore(deps): update dependency operator-framework/operator-registry to v1.74.0 - #58

Open
scality-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/operator-framework-operator-registry-1.x
Open

chore(deps): update dependency operator-framework/operator-registry to v1.74.0#58
scality-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/operator-framework-operator-registry-1.x

Conversation

@scality-renovate

@scality-renovate scality-renovate Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
operator-framework/operator-registry minor v1.55.0v1.74.0

Release Notes

operator-framework/operator-registry (operator-framework/operator-registry)

v1.74.0

Compare Source

What's Changed

Full Changelog: operator-framework/operator-registry@v1.73.0...v1.74.0

v1.73.0

Compare Source

What's Changed

New Contributors

Full Changelog: operator-framework/operator-registry@v1.72.0...v1.73.0

v1.72.0

Compare Source

What's Changed

Full Changelog: operator-framework/operator-registry@v1.71.0...v1.72.0

v1.71.0

Compare Source

What's Changed

Full Changelog: operator-framework/operator-registry@v1.70.0...v1.71.0

v1.70.0

Compare Source

What's Changed

Full Changelog: operator-framework/operator-registry@v1.69.0...v1.70.0

v1.69.0

Compare Source

What's Changed

Full Changelog: operator-framework/operator-registry@v1.68.0...v1.69.0

v1.68.0

Compare Source

What's Changed

Full Changelog: operator-framework/operator-registry@v1.67.0...v1.68.0

v1.67.0

Compare Source

What's Changed

Full Changelog: operator-framework/operator-registry@v1.66.0...v1.67.0

v1.66.0

Compare Source

What's Changed

New Contributors

Full Changelog: operator-framework/operator-registry@v1.65.0...v1.66.0

v1.65.0

Compare Source

What's Changed

Full Changelog: operator-framework/operator-registry@v1.64.0...v1.65.0

v1.64.0

Compare Source

What's Changed

Full Changelog: operator-framework/operator-registry@v1.63.0...v1.64.0

v1.63.0

Compare Source

What's Changed

Full Changelog: operator-framework/operator-registry@v1.62.0...v1.63.0

v1.62.0

Compare Source

What's Changed

Full Changelog: operator-framework/operator-registry@v1.61.0...v1.62.0

v1.61.0

Compare Source

What's Changed

New Contributors

Full Changelog: operator-framework/operator-registry@v1.60.0...v1.61.0

v1.60.0

Compare Source

Notice

This release bumps k8s to 1.34

What's Changed

New Contributors

Full Changelog: operator-framework/operator-registry@v1.59.0...v1.60.0

v1.59.0

Compare Source

What's Changed

Full Changelog: operator-framework/operator-registry@v1.58.0...v1.59.0

v1.58.0

Compare Source

Potential breaking changes

  • #​1750 introduced ratcheted criteria for opm validate which includes the ability to validate that no included bundle versions are stranded, since without validation it's relatively easy to create edges which OLM ignores when evaluating potential upgrades. Capabilities added to opm alpha render-graph in #​1744 attempt to make this more apparent to operator authors.

What's Changed

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 9am on monday"
  • 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

This PR has been generated by Mend Renovate CLI.

@scality-renovate
scality-renovate Bot requested a review from a team as a code owner June 24, 2026 04:18
@scality-renovate scality-renovate Bot added dependencies Pull requests that update a dependency file minor labels Jun 24, 2026
@scality-renovate
scality-renovate Bot force-pushed the renovate/operator-framework-operator-registry-1.x branch from ae7274a to 7c47e1a Compare July 31, 2026 04:31
@scality-renovate scality-renovate Bot changed the title chore(deps): update dependency operator-framework/operator-registry to v1.72.0 chore(deps): update dependency operator-framework/operator-registry to v1.73.0 Jul 31, 2026
@scality-renovate
scality-renovate Bot force-pushed the renovate/operator-framework-operator-registry-1.x branch from 7c47e1a to 87311c4 Compare September 9, 2026 04:17
@scality-renovate scality-renovate Bot changed the title chore(deps): update dependency operator-framework/operator-registry to v1.73.0 chore(deps): update dependency operator-framework/operator-registry to v1.74.0 Sep 9, 2026
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

Dependency Bump Evaluation

Version change: v1.55.0v1.74.0 (19 minor versions)
Semver bump type: minor

Changes (notable across v1.55.0 → v1.74.0):

  • v1.58.0: Ratcheted opm validate criteria for stranded bundle versions (potential breaking change — does NOT affect this repo)
  • v1.59.0: Container libs migrated to new mono-repo (internal)
  • v1.60.0: k8s bumped to 1.34; added PodMonitor to supported resources
  • v1.62.0+: Go version bumps (1.25 → 1.26), golangci-lint v2 migration, goreleaser fixes
  • v1.67.0: Removed substitutesFor interpretation from sqlite code
  • v1.68.0: WriteFS now preserves Others and Deprecations; bundle version type safety improvements; structured validation output
  • v1.69.0: New experimental ListPackageCustomSchemas gRPC endpoint; skipRange validation with blang/semver
  • v1.73.0: gopkg.in/yaml.v2go.yaml.in/yaml/v3 migration; cyclic substitutesFor chain rejection (OOM fix)
  • Numerous transitive dependency bumps (grpc, k8s, containerd, sqlite3, etc.)

Breaking changes: v1.58.0 introduced ratcheted opm validate criteria — but this project does not use opm validate. The only opm subcommand used is opm index add --mode semver, which is unaffected.

Security concerns: None identified. No CVEs or security advisories mentioned. Transitive dependency bumps (containerd, grpc, protobuf) are routine patches.

Impact on codebase: Minimal. The PR changes a single line in Makefile (OPM_VERSION). The opm binary is downloaded as a pre-built release artifact and used solely for opm index add --container-tool docker --mode semver. No Go library dependency on operator-registry exists in this project.

CI status: Several checks still IN_PROGRESS at time of review (build, generate, lint, test). Verify CI is green before merging.

Recommendation: SAFE TO MERGE (pending CI green)

Notes:

  • This is a tool-only version bump (pre-built binary), not a Go module dependency — blast radius is limited to catalog image builds.
  • The 19-version jump is large but the release notes show no breaking changes to opm index add.
  • Cannot auto-approve: PR author is scality-renovate[bot], not dependabot[bot].

— Claude Code

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

Labels

dependencies Pull requests that update a dependency file minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant