Skip to content

feat (auto): release candidate for v17.3.0 - #819

Draft
shashi165 wants to merge 1 commit into
mainfrom
release/release-candidate--v17.3.0-29223833105
Draft

feat (auto): release candidate for v17.3.0#819
shashi165 wants to merge 1 commit into
mainfrom
release/release-candidate--v17.3.0-29223833105

Conversation

@shashi165

@shashi165 shashi165 commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Helm Release Notes

Date Revision Description
2026-07-13 0 Initial draft

0. Summary

Enhancements and breaking changes to the v17.2.0 Release, which includes:

Release summary points go here...

1. New Features

  • JWS validation at the switch

2. Bug Fixes

3. Application Versions

  1. central-event-processor: v12.2.5 -> v12.2.6 (Compare)
  2. bulk-api-adapter: v17.2.5 -> v17.2.7 (Compare)
  3. event-sidecar: v14.2.1 -> v14.2.3 (Compare)
  4. auth-service: v15.2.7 -> v15.2.8 (Compare)
  5. transaction-requests-service: v14.4.7 -> v14.4.9 (Compare)
  6. ml-api-adapter: v16.9.2 -> v16.10.1 (Compare)
  7. sdk-scheme-adapter: v24.19.5 -> v24.19.6 (Compare)
  8. mojaloop-simulator: v15.5.3 -> v15.5.4 (Compare)
  9. thirdparty-api-svc: v15.1.6 -> v15.1.7 (Compare)
  10. als-consent-oracle: v1.1.7 -> v1.1.8 (Compare)
  11. quoting-service: v17.14.3 -> v17.14.5 (Compare)
  12. event-stream-processor: v12.0.0-snapshot.14 -> v12.0.1 (Compare)
  13. central-settlement: v17.3.3 -> v17.4.0 (Compare)
  14. email-notifier: v14.1.8 -> v14.1.9 (Compare)
  15. ml-testing-toolkit-ui: v16.7.4
  16. als-oracle-pathfinder: v12.3.5
  17. ml-testing-toolkit: v18.19.2
  18. als-msisdn-oracle-svc: v0.0.21
  19. als-static-oracle-svc: v0.0.30
  20. ml-testing-toolkit-client-lib: v1.12.3
  21. callback-handler-simulator-svc: v0.1.3
  22. merchant-acquirer-backend: 1.0.1
  23. account-lookup-service: v17.14.11
  24. simulator: v12.3.6
  25. merchant-acquirer-frontend: 1.0.1
  26. inter-scheme-proxy-adapter: v1.3.3
  27. merchant-registry-oracle: 1.0.1
  28. ml-iam-services: "v0.1.2"
  29. central-ledger: v19.14.0
  30. thirdparty-sdk: v15.1.3
  31. ml-core-test-harness: v2.3.0

4. API Versions

This release supports the following versions of the Mojaloop family of APIs:

API Supported Versions Notes
FSPIOP v1.1, v1.0
Settlements v2.0
Admin v1.0
Oracle v1.0
Thirdparty v1.0

5. Testing notes

  1. This release has been validated against the following Dependency Test Matrix:

    Dependency Version Notes
    Kubernetes v1.29 AWS EKS, AWS EKS Supported Version Notes
    containerd v1.6.19
    Nginx Ingress Controller helm-ingress-nginx-4.7.0 / ingress-controller-v1.8.0
    Amazon Linux v2
    MySQL bitnami/mysql:8.0.32-debian-11-r0
    Kafka bitnami/kafka:3.3.1-debian-11-r1
    Redis bitnami/redis:7.0.5-debian-11-r7
    MongoDB bitnami/mongodb:6.0.2-debian-11-r11
    Testing Toolkit Test Cases v17.3.0
    example-mojaloop-backend v17.3.0 README
  2. It is recommended that all Mojaloop deployments are verified using the Mojaloop Testing Toolkit. More information can be found in the Mojaloop Deployment Guide.

  3. The testing-toolkit-test-cases (See above Dependency Test Matrix for exact version required for this release) Golden Path collections expects:

    • the Quoting service operating mode to be set quoting-service.config.simple_routing_mode_enabled=true (in helm mojaloop/values.yaml under quoting-service config). If this is incorrectly configured, it will result in several failures in the quoting-service tests (7 expected failures). If this is disabled, ensure that you update the corresponding test-case environment variable parameter SIMPLE_ROUTING_MODE_ENABLED ( in helm mojaloop/values.yaml ml-testing-toolkit -> extraEnvironments.hub-k8s-default-environment.json.inputValues) to match.
    • the on-us transfers (in mojaloop/values.yaml "enable_on_us_transfers: false" under centralledger-handler-transfer-prepare -> config and cl-handler-bulk-transfer-prepare -> config) configuration to be disabled. The test-case environment variable parameter (ON_US_TRANSFERS_ENABLED (in helm mojaloop/values.yaml ml-testing-toolkit -> extraEnvironments.hub-k8s-default-environment.json.inputValues), the same name used on postman collections) must similarly match this value.
  4. Simulators

    • We recommend using Testing Toolkit instead of Postman which is better suited for the async nature of the Mojaloop API specification (see above)
    • Mojaloop-Simulator is enabled by default (six instances used for single transfers usually and three more specific to bulk).
    • Ensure that correct Postman Scripts are used if you wish to test against the Mojaloop-Simulators:
    • Legacy Simulators are still required and deployed by default; disabling this will cause issues since there is Account Lookup directory mocking functionality in this service.
  5. Thirdparty Testing Toolkit Test Collections are not repeatable. Please refer to the following issue for more information #2717 - Thirdparty TTK Test-Collection is not repeatable. It is possible to manually cleanup persistent data to re-run the test if required.

  6. Bulk API Helm Tests

    Refer to the Testing Deployments section in the main README for detailed information on how to enable bulk-api-adapter tests.

  7. Thirdparty API Helm Tests

    Refer to thirdparty/README.md#validating-and-testing-the-3p-api on how to enabled and execute Thirdparty verification tests.

  8. Testing the Bulk functionality including "sdk-scheme-adapter"

    For details regarding deployment and validation of simulators needed for bulk (for adoption provided in sdk-scheme-adapter) refer to deploying Mojaloop TTK simulators.

6. Breaking Changes

ml-api-adapter

central-settlement

7. Known Issues

  1. #2119 - Idempotency for duplicate quote request
  2. #2322 - Helm install failing with with "medium to large" release names
  3. #2317 - Mojaloop Helm deployments are not compatible when deployed to ARM-arch based hosts
  4. #2435 - Quoting-Service is incorrectly handling failed responses to FSPs when forwarding requests
  5. Test issues causing instability/intermitant failures on Test Case Results
    1. #2717 - Thirdparty TTK Test-Collection is not repeatable
    2. #2925 - Helm Test Intermittent failure with 'Generic ID not found

8. Contributors

Note: companies are in alphabetical order, individuals are in no particular order.

Full Changelog: v17.2.0...v17.3.0

@sonarqubecloud

Copy link
Copy Markdown

@elnyry-sam-k elnyry-sam-k changed the title [auto] feat: release candidate for v17.3.0 feat (auto): release candidate for v17.3.0 Jul 14, 2026
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.

Create Fraud Management Overview Doc

1 participant