Skip to content

[DSD-10266] esignet 1.8.0 release#1879

Merged
Prafulrakhade merged 1 commit into
mosip:release-1.8.xfrom
Prafulrakhade:release-1.8.x-rel
May 19, 2026
Merged

[DSD-10266] esignet 1.8.0 release#1879
Prafulrakhade merged 1 commit into
mosip:release-1.8.xfrom
Prafulrakhade:release-1.8.x-rel

Conversation

@Prafulrakhade
Copy link
Copy Markdown
Member

@Prafulrakhade Prafulrakhade commented May 19, 2026

Summary by CodeRabbit

  • Release
    • Version 1.8.0 stabilized across all modules, services, and plugins
    • Container images and Helm charts updated to pinned version tags
    • Deployment and database configurations aligned with production releases
    • Partner onboarder updated to version 1.3.1

Review Change Stack

Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 19, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 605e45b9-e399-4296-9817-319dda49888a

📥 Commits

Reviewing files that changed from the base of the PR and between cc0917c and c3ff937.

📒 Files selected for processing (24)
  • api-test/pom.xml
  • binding-service-impl/pom.xml
  • client-management-service-impl/pom.xml
  • consent-service-impl/pom.xml
  • db_scripts/init_values.yaml
  • deploy/esignet-apitestrig/install.sh
  • deploy/esignet-apitestrig/values.yaml
  • deploy/esignet-with-plugins/install.sh
  • deploy/esignet/install.sh
  • deploy/oidc-ui/install.sh
  • deploy/postgres/init_values.yaml
  • docker-compose/docker-compose.yml
  • esignet-core/pom.xml
  • esignet-integration-api/pom.xml
  • esignet-service/pom.xml
  • esignet-with-plugins/Dockerfile
  • esignet-with-plugins/pom.xml
  • helm/esignet/Chart.yaml
  • helm/esignet/values.yaml
  • helm/oidc-ui/Chart.yaml
  • helm/oidc-ui/values.yaml
  • oidc-service-impl/pom.xml
  • partner-onboarder/install.sh
  • pom.xml

Walkthrough

This PR releases version 1.8.0 by updating Maven module versions from snapshot to release status, aligning Helm chart and deployment configurations to use stable versions instead of develop-suffixed builds, and pinning container image tags and database branches to specific release versions across all infrastructure code.

Changes

Version 1.8.0 Release Finalization

Layer / File(s) Summary
Maven root and core module versions
pom.xml, esignet-core/pom.xml, esignet-integration-api/pom.xml, esignet-service/pom.xml
Root parent and core module parent version references updated from 1.8.0-SNAPSHOT to 1.8.0, establishing the release version baseline.
Service implementation module versions
binding-service-impl/pom.xml, client-management-service-impl/pom.xml, consent-service-impl/pom.xml, oidc-service-impl/pom.xml
Service module POM files updated to reference the released parent version 1.8.0 instead of snapshot.
Plugin and API test Maven artifacts
esignet-with-plugins/pom.xml, api-test/pom.xml
esignet-with-plugins module and api-test updated to release 1.8.0; plugin dependencies (mock, mosip-identity, sunbird-rc) also pinned from 1.4.0-SNAPSHOT to 1.4.0; api-test shaded jar filename updated to reflect stable version.
Helm chart version metadata
helm/esignet/Chart.yaml, helm/oidc-ui/Chart.yaml
Helm chart version fields updated from prerelease develop-suffixed versions to stable release version 1.8.0.
Deployment installation script versions
deploy/esignet/install.sh, deploy/esignet-with-plugins/install.sh, deploy/oidc-ui/install.sh, deploy/esignet-apitestrig/install.sh, partner-onboarder/install.sh
Helm installation scripts update CHART_VERSION variables to point to released versions instead of develop-suffixed; esignet/install.sh also updates image repository and tag overrides to use mosipid/esignet:1.8.0.
Helm values and container image configurations
helm/esignet/values.yaml, helm/oidc-ui/values.yaml, esignet-with-plugins/Dockerfile, docker-compose/docker-compose.yml
Helm values.yaml files update container image repositories and pin tags to stable 1.8.0 versions; Dockerfile and docker-compose update service image references from mosipdev release-pattern and develop tags to mosipid stable version tags (1.8.0 for main services, 0.13.0 for mock-identity-system).
Database and infrastructure configuration versions
db_scripts/init_values.yaml, deploy/postgres/init_values.yaml
Database initialization configuration files update mosip_esignet database branch references from develop and release-pattern branches to specific version tags (v0.8.0 and v1.8.0).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • mosip/esignet#1559: Prior release version bump PR with similar scope across Maven/Helm/Docker configuration files for an earlier release number.
  • mosip/esignet#1592: Another release version bump PR applying the same pattern of snapshot-to-release version updates across build and deployment infrastructure.

Suggested reviewers

  • ase-101
  • ckm007

Poem

🐰 The snapshot fades, release takes the stage,
From 1.8.0-SNAPSHOT to a stable page,
Helm charts and POMs aligned so bright,
Container tags pinned, versions set just right! ✨

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: preparing the esignet project for version 1.8.0 release by updating all version references from SNAPSHOT to release versions across Maven POMs, Docker images, and Helm charts.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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 and usage tips.

@Prafulrakhade Prafulrakhade merged commit a9d6b94 into mosip:release-1.8.x May 19, 2026
21 of 22 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