Skip to content

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

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

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 15, 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 15, 2026 04:22
@scality-renovate scality-renovate Bot added dependencies Pull requests that update a dependency file minor labels Jun 15, 2026
@scality-renovate
scality-renovate Bot force-pushed the renovate/operator-framework-operator-registry-1.x branch from 948c5a0 to 26e277b Compare June 22, 2026 06:12
@scality-renovate
scality-renovate Bot force-pushed the renovate/operator-framework-operator-registry-1.x branch from 26e277b to a38e0a6 Compare July 31, 2026 04:25
@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 a38e0a6 to b191ec0 Compare September 9, 2026 04:12
@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 19 releases):

  • v1.58.0: Ratcheted opm validate criteria for stranded bundle detection (potential breaking for opm validate users)
  • v1.59.0: Migrated containers libs to new mono-repo
  • v1.60.0: Bumped k8s to 1.34
  • v1.68.0: Bundle version type safety improvements, WriteFS now preserves Others and Deprecations
  • v1.69.0: New ExperimentalListPackageCustomSchemas gRPC endpoint, skipRange validation with blang/semver
  • v1.73.0: Migrated yaml v2 → v3, reject cyclic substitutesFor chains (OOM fix), API bumped to 0.45.0
  • v1.74.0: Routine dependency bumps only
  • All other releases: routine dependency bumps (grpc, sqlite3, docker, k8s, golang-x, containerd, etc.)

Breaking changes: v1.58.0 introduced stricter opm validate behavior for stranded bundles — not applicable to this project, which only uses opm index add --mode semver in the catalog-build Makefile target.

Security concerns: None identified. Multiple Go version bumps across releases include vulnerability fixes (e.g., GO-2025-3956 in v1.61.0), which are beneficial.

Impact on codebase: The change is a single-line version bump in Makefile (line 335). The opm binary is downloaded as a pre-built release artifact and used exclusively via opm index add --container-tool $(CONTAINER_TOOL) --mode semver. The opm index add CLI interface has remained stable across all 19 releases — no breaking changes affect this usage.

Recommendation: SAFE TO MERGE

Notes:

  • CI checks are still in progress (build, lint, test) — verify they pass before merging.
  • Author is scality-renovate[bot] (not dependabot), so this evaluation is posted as a comment rather than an approval.
  • Despite spanning 19 minor versions, the actual diff is minimal (1 line) and the project's usage of opm is narrow and unaffected by any of the intermediate changes.

— 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