Skip to content

Releases: mojaloop/helm

v4.4.0 Release

31 Jan 13:51
Compare
Choose a tag to compare

The following changes are included in this release:

  1. Optimise helm chart configs #126 Note: This is may be a breaking change (local config values need to be updated). Most likely you will need to remove all default.json/knex configs from your values.yaml files.
  2. Feature/start mysql init container #128
  3. PR #518 Helm Charts for metrics deployment #130
  4. Adding Kubernetes Promfana dashboards #133
  5. Changes for adding Instrumentation of metrics into Helm Charts mojaloop/project/584 #131
  6. fix: remove duplicate key definitions in values #132. Thanks @matdehaast

v4.3.0-extension

25 Jan 15:58
c86955d
Compare
Choose a tag to compare

No changes made to the Mojaloop charts.

Added utility Helm Charts for Promfana:

  • Prometheus
  • Grafana

Pull Requests:

v4.3.0 Release

18 Dec 15:49
b4e926a
Compare
Choose a tag to compare

The following changes are included in this release:

  1. Standardizing user/pass for DB and adding new email account regarding - Notifications feature (for threshold breaches and changes to NetDebitCap or Position adjustments): Link to the changes here
  2. Making Hub ID and Name configurable. Story: mojaloop/project/issues/547. Link to the changes here

v4.2.0 Release

12 Dec 07:38
Compare
Choose a tag to compare

Following changes included in this release:

  1. Fix for Notifications feature (for threshold breaches and changes to NetDebitCap or Position adjustments): Link to the changes here

v4.1.1 Release

11 Dec 04:36
Compare
Choose a tag to compare

Following changes included in this release:

  1. Fix for Notifications feature (for threshold breaches and changes to NetDebitCap or Position adjustments): PR link

v4.1.0 Release

06 Dec 14:24
188a68d
Compare
Choose a tag to compare

Following changes included in this release:

  1. Notification for changes to NetDebitCap or Position adjustments (CEP and email-notifier services added): mojaloop/project#517

  2. Notification for approaching Net Debit Cap Threshold (CEP and email-notifier services added): mojaloop/project#518

  3. Allow external kafka hosts (dont prepend deployment name if external) (Link here )

  4. Changes to the values files to fix GET /transfers/{ID} issue: mojaloop/project#519

  5. Updated package and update scripts to clean charts directories to ensure no future pollutants from old dependencies (Link)

v3.8.7 Release

20 Nov 17:36
e042d8d
Compare
Choose a tag to compare

Following changes included in this release:

  1. Changes to the values files to change 'TRANSFER' to 'GET' (as transfer handler was removed but values weren't changed accordingly)

v3.8.6 Release

08 Nov 12:11
Compare
Choose a tag to compare

Release Notes

  • Updated db host name in the dbDeployHost variable for central settelments

  • Updated the version number for central settlement

  • Updated version numbers for Central and Mojaloop charts

Thanks @ksatya77 for the fix

Issue Notice

  • Extra pods for DFSP1-4 are deployed as part of the release. This is not supposed to happen. It should not break anything. I recommend using 3.8.7 which soon to be released.

v3.8.5 Release

07 Nov 18:39
Compare
Choose a tag to compare

Following changes included in this release:

  1. Update DB Host name in Central Ledger Helm Chart: mojaloop/project/issues/532

v3.8.4 Release

07 Nov 13:10
2c69c7b
Compare
Choose a tag to compare

Following changes included in this release:

  1. Updated central-ledger version to v3.9.0 (keeping central-settlement, ml-api-adater to 3.8.0)
  2. BugFix: Issue with timeout handler: /issues/108

Adding several updates since 3.8.0 helm release (these are made in one of 3.8.1 or 3.8.2 or 3.8.3)

  1. Admin handler added for select admin functionality (not in 3.8.4 helm but after 3.8.0 helm release: mojaloop/central-ledger#192)
  2. A couple of fixes to ensure that the default values with the helm release work for deployment as well (do not have the links to issues at this point)
  • Fixed permission for ntpd daemon - commit: 073e647
  • Updates for deployment not populating the database or creating tables - commit: c338baa
  • Docs changes - commit: 3573d6b
  • Fix values files - commit: 68908cb