Skip to content

fix: bump openshift-developer ci dependency to ^0.0.52#564

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift-eng:mainfrom
bryan-cox:fix/openshift-developer-ci-dep
Jun 23, 2026
Merged

fix: bump openshift-developer ci dependency to ^0.0.52#564
openshift-merge-bot[bot] merged 1 commit into
openshift-eng:mainfrom
bryan-cox:fix/openshift-developer-ci-dep

Conversation

@bryan-cox

@bryan-cox bryan-cox commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Summary

  • The ci plugin is at 0.0.52 but openshift-developer required ^0.0.42, which in semver 0.x means >=0.0.42 <0.0.43. This prevents the plugin from loading with: Requires "ci@ai-helpers" ^0.0.42, installed 0.0.52

Test plan

  • claude plugin install openshift-developer@ai-helpers succeeds without version conflict

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Bumped the OpenShift Developer plugin version to 1.1.1 in the published plugin metadata.
    • Updated the marketplace listing to reflect the new 1.1.1 release.
    • Refreshed the CI dependency compatibility range to align with the updated release.
    • Updated the documentation bundle so the embedded plugin entry matches 1.1.1.

@openshift-ci openshift-ci Bot requested review from enxebre and stbenjam June 23, 2026 11:04
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 23, 2026
@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 8eec24f9-ac64-485b-8548-d745408d4bef

📥 Commits

Reviewing files that changed from the base of the PR and between 90dd2fb and b8aa64e.

📒 Files selected for processing (3)
  • .claude-plugin/marketplace.json
  • docs/index.html
  • plugins/openshift-developer/.claude-plugin/plugin.json
✅ Files skipped from review due to trivial changes (2)
  • .claude-plugin/marketplace.json
  • docs/index.html

Walkthrough

The openshift-developer plugin version is bumped from 1.1.0 to 1.1.1, and the ci dependency version constraint is updated from ^0.0.42 to ^0.0.52. These changes are reflected across the plugin source configuration, marketplace metadata, and bundled documentation.

Changes

Plugin Version and Dependency Synchronization

Layer / File(s) Summary
Plugin manifest version and dependency update
plugins/openshift-developer/.claude-plugin/plugin.json
Plugin version incremented from 1.1.0 to 1.1.1; ci dependency constraint updated from ^0.0.42 to ^0.0.52.
Marketplace and documentation version synchronization
.claude-plugin/marketplace.json, docs/index.html
Plugin version synchronized from 1.1.0 to 1.1.1 in marketplace metadata and bundled documentation.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • cblecker
  • theobarberbany

Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 error)

Check name Status Explanation Resolution
No Assumed Git Remote Names ❌ Error PR contains hardcoded git remote names ("origin", "upstream") without discovery in address-review-pr/SKILL.md (lines 128-132, 190) and address-review-precommit/SKILL.md (lines 47, 73). Replace hardcoded remote names with discovery: use git remote -v or the existing logic that checks for upstream/origin existence; change fallback from origin to a variable discovery pattern.
✅ Passed checks (9 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating the openshift-developer plugin's ci dependency version constraint from ^0.0.42 to ^0.0.52.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
No Real People Names In Style References ✅ Passed No real people's names or style references found in plugin commands, skill documentation, example prompts, or style references throughout the openshift-developer plugin.
Git Push Safety Rules ✅ Passed PR contains only configuration updates (JSON files, HTML docs). No git push commands, no main/master pushes, no force push operations found. Safe to merge.
No Untrusted Mcp Servers ✅ Passed No untrusted MCP servers introduced. PR only updates ci dependency version constraint from ^0.0.42 to ^0.0.52 for internal plugin; all dependencies are trusted.
Ai-Helpers Overlap Detection ✅ Passed PR only modifies configuration files (.json) and documentation (.html), not ai-helpers functional files (commands, skills, agents). No overlap detection needed per check instructions.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@bryan-cox bryan-cox force-pushed the fix/openshift-developer-ci-dep branch 2 times, most recently from 757e1ca to 90dd2fb Compare June 23, 2026 11:17

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@plugins/openshift-developer/.claude-plugin/plugin.json`:
- Line 10: The version constraint for the ci dependency in the plugin.json file
is currently set to the overly broad >=0.0.42, but according to the PR intent it
should be changed to the more targeted constraint ^0.0.52. Locate the ci
dependency entry in the dependencies array and replace the version constraint
from >=0.0.42 to ^0.0.52 to properly limit the range to compatible patch
versions while preventing uncontrolled future version upgrades.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 1b174ded-2d02-46ac-ae94-48bc2e80cb62

📥 Commits

Reviewing files that changed from the base of the PR and between 757e1ca and 90dd2fb.

📒 Files selected for processing (3)
  • .claude-plugin/marketplace.json
  • docs/index.html
  • plugins/openshift-developer/.claude-plugin/plugin.json
✅ Files skipped from review due to trivial changes (2)
  • docs/index.html
  • .claude-plugin/marketplace.json

Comment thread plugins/openshift-developer/.claude-plugin/plugin.json Outdated
The ci plugin is at 0.0.52 but openshift-developer required ^0.0.42,
which in semver 0.x means >=0.0.42 <0.0.43. This prevents the plugin
from loading.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@bryan-cox bryan-cox force-pushed the fix/openshift-developer-ci-dep branch from 90dd2fb to b8aa64e Compare June 23, 2026 11:33
@enxebre

enxebre commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 23, 2026
@openshift-ci

openshift-ci Bot commented Jun 23, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bryan-cox, enxebre

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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-merge-bot openshift-merge-bot Bot merged commit 5c578fd into openshift-eng:main Jun 23, 2026
5 checks passed
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. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants