Skip to content

Release 3.0.6

Release Date: 25-10-2025

Release Notes

Overview


  • Resolved multiple API and OTP failures affecting customer onboarding and RAIN card requests.
  • Fixed data mismatches and missing details across customer, badge, and compliance APIs.
  • Stabilized Raincard integration and pre-approval workflows.
  • Improved reliability of OTP verification and system responses.

Upgrade Notes

The sequence of steps to follow to upgrade are:

  1. Container images and configmaps

Container images and configmaps

All provided images, available in the Image List section should be downloaded and built to be LGPL compliant.

All new images tags will be used to update Kubernetes manifests.

Card Issuer microservice

ConfigMap

Add/replace the following values in Card Issuer microservice's ConfigMap:

configmap.yml
RAIN_KYC_AUTO_APPROVE: 'true or false' ['For sandbox it must be true ' && 'For Production it must be false ']

DB migrations

Omnumi Core migrations

Download DB migrations ZIP file available in Assets, unpack/unzip it in order to perform remaining instructions.

DB backup

Before proceeding with remaining steps, it's strongly advised to take a database backup before proceeding.

Update credentials

Edit/create a file named development.env inside db-migrations/src/common/envs folder

db-migrations/src/common/envs/development.env
DB_HOST=[replace with db host url]
DB_USER=[replace with db user]
DB_PWD=[replace with db user password]
DB_NAME=[replace with db name]

AZURE_TENANT_ID=[replace with azure tenant id]
AZURE_CLIENT_ID=[replace with azure client id]
AZURE_CLIENT_SECRET=[replace with azure client secret]
AZURE_KEYVAULT_NAME=[replace with azure keyvault name]

DEFAULT_TENANT=[replace with default tenant name]

Execute DB migrations

Execute the remaining commands located inside the extracted content folder (e.g.: db-migrations):

Execute migrations
$ npm install
$ npm run migrate

Image list

Microservice name Image tag
Core Microservice omnumisandbox.azurecr.io/core:3.0.6-deliverable
Omnumi Card Issuer Microservice omnumisandbox.azurecr.io/omnumi-card-issuer-service:3.0.6-deliverable
Auth Microservice omnumisandbox.azurecr.io/ul-auth:3.0.6-deliverable

Assets

Login into files portal