Skip to content

chore: bump version to 5.6.1-SNAPSHOT - #3595

Merged
csviri merged 1 commit into
operator-framework:mainfrom
csviri:project-version-5.6.1-SNAPSHOT
Sep 4, 2026
Merged

chore: bump version to 5.6.1-SNAPSHOT#3595
csviri merged 1 commit into
operator-framework:mainfrom
csviri:project-version-5.6.1-SNAPSHOT

Conversation

@csviri

@csviri csviri commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

Signed-off-by: Attila Mészáros a_meszaros@apple.com

Summary by CodeRabbit

  • Chores
    • Updated project and module version references from 999.0.1-SNAPSHOT to 5.6.1-SNAPSHOT.
    • Aligned sample applications, supporting modules, and build configurations with the current snapshot version.

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Copilot AI lite review requested due to automatic review settings September 4, 2026 08:20
@openshift-ci
openshift-ci Bot requested review from metacosm and xstefank September 4, 2026 08:20
@coderabbitai

coderabbitai Bot commented Sep 4, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: e66164a0-54ea-4f2a-a4cf-054e64bfadbf

📥 Commits

Reviewing files that changed from the base of the PR and between be12e66 and a729440.

📒 Files selected for processing (18)
  • bootstrapper-maven-plugin/pom.xml
  • caffeine-bounded-cache-support/pom.xml
  • micrometer-support/pom.xml
  • migration/pom.xml
  • operator-framework-bom/pom.xml
  • operator-framework-core/pom.xml
  • operator-framework-junit/pom.xml
  • operator-framework/pom.xml
  • pom.xml
  • sample-operators/controller-namespace-deletion/pom.xml
  • sample-operators/kotlin-operator/pom.xml
  • sample-operators/leader-election/pom.xml
  • sample-operators/mysql-schema/pom.xml
  • sample-operators/operations/pom.xml
  • sample-operators/pom.xml
  • sample-operators/tomcat-operator/pom.xml
  • sample-operators/webpage/pom.xml
  • test-index-processor/pom.xml

Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review.


📝 Walkthrough

Walkthrough

The root Maven project, modules, and sample operators now use 5.6.1-SNAPSHOT instead of 999.0.1-SNAPSHOT.

Changes

Maven version alignment

Layer / File(s) Summary
Project and module version updates
pom.xml, bootstrapper-maven-plugin/pom.xml, caffeine-bounded-cache-support/pom.xml, micrometer-support/pom.xml, migration/pom.xml, operator-framework-*/pom.xml, test-index-processor/pom.xml
Updates project and module version references to 5.6.1-SNAPSHOT.
Sample operator parent updates
sample-operators/pom.xml, sample-operators/*/pom.xml
Updates sample operator parent references to 5.6.1-SNAPSHOT.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to a7294

This updates the project and sample Maven version references to 5.6.1-SNAPSHOT. The supplied changes are consistently aligned and present no current merge-readiness risk.

Suggested reviewers: actions-user

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the primary change: updating the project version to 5.6.1-SNAPSHOT.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

Copilot AI 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.

🟢 Approval recommended

The change is a consistent version bump across POMs with no remaining references to the old placeholder snapshot version.

Pull request overview

Updates the Maven project version across the Java Operator SDK multi-module build from a placeholder snapshot to 5.6.1-SNAPSHOT, aligning all modules and sample operators on the same parent/version for consistent builds and publishing.

Changes:

  • Bumped the root java-operator-sdk version to 5.6.1-SNAPSHOT.
  • Updated all module and sample-operator parent POM references from 999.0.1-SNAPSHOT to 5.6.1-SNAPSHOT.
  • Updated the operator-framework-bom artifact version to 5.6.1-SNAPSHOT.
File summaries
File Description
pom.xml Sets root project version to 5.6.1-SNAPSHOT.
operator-framework/pom.xml Aligns module parent version to 5.6.1-SNAPSHOT.
operator-framework-junit/pom.xml Aligns module parent version to 5.6.1-SNAPSHOT.
operator-framework-core/pom.xml Aligns module parent version to 5.6.1-SNAPSHOT.
operator-framework-bom/pom.xml Bumps BOM artifact version to 5.6.1-SNAPSHOT.
micrometer-support/pom.xml Aligns module parent version to 5.6.1-SNAPSHOT.
caffeine-bounded-cache-support/pom.xml Aligns module parent version to 5.6.1-SNAPSHOT.
bootstrapper-maven-plugin/pom.xml Aligns module parent version to 5.6.1-SNAPSHOT.
migration/pom.xml Aligns module parent version to 5.6.1-SNAPSHOT.
test-index-processor/pom.xml Aligns module parent version to 5.6.1-SNAPSHOT.
sample-operators/pom.xml Aligns sample-operators aggregator parent version to 5.6.1-SNAPSHOT.
sample-operators/operations/pom.xml Aligns sample module parent version to 5.6.1-SNAPSHOT.
sample-operators/mysql-schema/pom.xml Aligns sample module parent version to 5.6.1-SNAPSHOT.
sample-operators/leader-election/pom.xml Aligns sample module parent version to 5.6.1-SNAPSHOT.
sample-operators/kotlin-operator/pom.xml Aligns sample module parent version to 5.6.1-SNAPSHOT.
sample-operators/controller-namespace-deletion/pom.xml Aligns sample module parent version to 5.6.1-SNAPSHOT.
sample-operators/tomcat-operator/pom.xml Aligns sample module parent version to 5.6.1-SNAPSHOT.
sample-operators/webpage/pom.xml Aligns sample module parent version to 5.6.1-SNAPSHOT.
Review details
  • Files reviewed: 18/18 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@csviri
csviri merged commit 64f0e1f into operator-framework:main Sep 4, 2026
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants