Skip to content

Release 2.7.3

Release Notes


  • Disbursement wallet now can transfer more than 1000 tokens at a time.
  • Improvement in migration API to handle empty strings and rectification of json objects in the payload.
  • Improvement in update API to handle 'failed to update badge' scenarios.

Upgrade Notes

The sequence of steps to follow to upgrade are:

  1. Container images

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.

Core microservice

ConfigMap

Before proceeding with the update to the new container image, please ensure the following variables are present in the Core microservice's ConfigMap with the correct values to avoid service disruption:

configmap.yml
PLAID_API_KEY: '[replace with Plaid API KEY'
PLAID_CLIENT_ID: '[replace with Plaid client ID]'
PLAID_CLIENT_NAME: '[replace with Plaid client NAME]'
PLAID_SECRET: '[replace with Plaid client SECRET]'
PLAID_URL: '[replace with Plaid URL]'
PLAID_ENV: '[sandbox/production]'

Image list

Microservice name Image tag
Core Microservice omnumisandbox.azurecr.io/core:2.7.3-deliverable
Rule-Engine Microservice omnumisandbox.azurecr.io/rule-engine:2.7.2-deliverable
Listener Microservice omnumisandbox.azurecr.io/listener:2.7.2-deliverable
Chain-core Microservice omnumisandbox.azurecr.io/chain-core:2.7.1-deliverable