You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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
Bump github.com/golang-migrate/migrate/v4 from 4.18.3 to 4.19.0 by @dependabot[bot] in #1774
Bump github.com/spf13/pflag from 1.0.7 to 1.0.8 by @dependabot[bot] in #1775
scality-renovateBot
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-renovateBot
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
Version change:v1.55.0 → v1.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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.55.0→v1.74.0Release Notes
operator-framework/operator-registry (operator-framework/operator-registry)
v1.74.0Compare Source
What's Changed
Full Changelog: operator-framework/operator-registry@v1.73.0...v1.74.0
v1.73.0Compare Source
What's Changed
substitutesForchains instead of looping until OOM by @haklein in #2038New Contributors
Full Changelog: operator-framework/operator-registry@v1.72.0...v1.73.0
v1.72.0Compare Source
What's Changed
Full Changelog: operator-framework/operator-registry@v1.71.0...v1.72.0
v1.71.0Compare Source
What's Changed
Full Changelog: operator-framework/operator-registry@v1.70.0...v1.71.0
v1.70.0Compare Source
What's Changed
Full Changelog: operator-framework/operator-registry@v1.69.0...v1.70.0
v1.69.0Compare Source
What's Changed
Full Changelog: operator-framework/operator-registry@v1.68.0...v1.69.0
v1.68.0Compare Source
What's Changed
Full Changelog: operator-framework/operator-registry@v1.67.0...v1.68.0
v1.67.0Compare Source
What's Changed
Full Changelog: operator-framework/operator-registry@v1.66.0...v1.67.0
v1.66.0Compare Source
What's Changed
New Contributors
Full Changelog: operator-framework/operator-registry@v1.65.0...v1.66.0
v1.65.0Compare Source
What's Changed
Full Changelog: operator-framework/operator-registry@v1.64.0...v1.65.0
v1.64.0Compare Source
What's Changed
Full Changelog: operator-framework/operator-registry@v1.63.0...v1.64.0
v1.63.0Compare Source
What's Changed
Full Changelog: operator-framework/operator-registry@v1.62.0...v1.63.0
v1.62.0Compare Source
What's Changed
Full Changelog: operator-framework/operator-registry@v1.61.0...v1.62.0
v1.61.0Compare Source
What's Changed
New Contributors
Full Changelog: operator-framework/operator-registry@v1.60.0...v1.61.0
v1.60.0Compare 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.0Compare Source
What's Changed
Full Changelog: operator-framework/operator-registry@v1.58.0...v1.59.0
v1.58.0Compare Source
Potential breaking changes
opm validatewhich 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 toopm alpha render-graphin #1744 attempt to make this more apparent to operator authors.What's Changed
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate CLI.