Skip to content

Update pom, chart, values and install.sh versions to 1.3.1-SNAPSHOT/develop #2384 - #1109

Merged
ashok-ksharma merged 2 commits into
mosip:release-1.3.xfrom
GOKULRAJ136:Snapshot-13x
Aug 13, 2026
Merged

Update pom, chart, values and install.sh versions to 1.3.1-SNAPSHOT/develop #2384#1109
ashok-ksharma merged 2 commits into
mosip:release-1.3.xfrom
GOKULRAJ136:Snapshot-13x

Conversation

@GOKULRAJ136

@GOKULRAJ136 GOKULRAJ136 commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Chores
    • Updated project components to the 1.3.1-SNAPSHOT development version.
    • Updated the booking deployment chart to the 1.3.1-develop version.
    • Updated the booking service deployment image to the 1.3.x image line.

…evelop

Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

The release metadata changes move Maven modules to 1.3.1-SNAPSHOT and update the pre-registration booking Helm chart to the 1.3.1 development line with a new booking-service image repository and tag.

Changes

Release metadata alignment

Layer / File(s) Summary
Maven snapshot version updates
cache-provider-*/pom.xml, kernel/.../pom.xml, pre-registration-booking-service/pom.xml, registration-processor/.../pom.xml
Maven project, parent, BOM, logger, and kernel dependency versions change from 1.3.1-rc.1 to 1.3.1-SNAPSHOT.
Booking deployment metadata
helm/prereg-booking/Chart.yaml, helm/prereg-booking/values.yaml
The chart changes to 1.3.1-develop. The booking-service image changes to mosipqa/pre-registration-booking-service:1.3.x.

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

Possibly related PRs

Suggested reviewers: ckm007

Poem

Release tags shift,
Snapshot gears begin to turn,
Helm charts follow suit,
New images take their place,
Development moves on.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
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.
Title check ✅ Passed The title clearly summarizes the version updates in the Maven POM files, Helm chart, and values file, although install.sh is not listed in the changes.

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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

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 `@kernel/pom.xml`:
- Line 8: Update the kernel Maven version configuration to use 1.3.1-SNAPSHOT
consistently: replace every remaining 1.3.1-rc.1 reference in kernel/pom.xml and
its dependent POM files, without adding or modifying install.sh.
🪄 Autofix

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: Repository UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 3204917f-7c5f-41df-b979-e8a855179b14

📥 Commits

Reviewing files that changed from the base of the PR and between da4c25c and 1c6938e.

📒 Files selected for processing (11)
  • cache-provider-hazelcast/pom.xml
  • cache-provider-redis/pom.xml
  • helm/prereg-booking/Chart.yaml
  • helm/prereg-booking/values.yaml
  • kernel/kernel-ref-idobjectvalidator/pom.xml
  • kernel/kernel-smsserviceprovider-msg91/pom.xml
  • kernel/kernel-virusscanner-clamav/pom.xml
  • kernel/pom.xml
  • pre-registration-booking-service/pom.xml
  • registration-processor/registration-processor-external-integration-service/pom.xml
  • registration-processor/registration-processor-external-stage/pom.xml

Comment thread kernel/pom.xml
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

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 `@kernel/pom.xml`:
- Line 90: Restore the listed MOSIP dependency properties to 1.3.1-rc.1 while
keeping project and parent versions at 1.3.1-SNAPSHOT: update
kernel-core.version in kernel/pom.xml; kernel-logger-logback.version and
kerne.bom.version in kernel/kernel-ref-idobjectvalidator/pom.xml;
kernel.core.version in kernel/kernel-smsserviceprovider-msg91/pom.xml;
kerne.bom.version in cache-provider-hazelcast/pom.xml and
cache-provider-redis/pom.xml; and kernel.core.version plus kernel.bom.version in
pre-registration-booking-service/pom.xml.
🪄 Autofix

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: Repository UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 2371714e-1d07-46bb-8f24-94db5f526625

📥 Commits

Reviewing files that changed from the base of the PR and between 1c6938e and 8fc96c1.

📒 Files selected for processing (6)
  • cache-provider-hazelcast/pom.xml
  • cache-provider-redis/pom.xml
  • kernel/kernel-ref-idobjectvalidator/pom.xml
  • kernel/kernel-smsserviceprovider-msg91/pom.xml
  • kernel/pom.xml
  • pre-registration-booking-service/pom.xml

Comment thread kernel/pom.xml
@GOKULRAJ136 GOKULRAJ136 changed the title Update pom, chart, values and install.sh versions to 1.3.1-SNAPSHOT/develop Update pom, chart, values and install.sh versions to 1.3.1-SNAPSHOT/develop #2384 Aug 13, 2026
@ashok-ksharma
ashok-ksharma merged commit 2734806 into mosip:release-1.3.x Aug 13, 2026
21 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.

2 participants