feat(auto): release candidate for Irrawaddy v17.0.0 #707
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Helm Release Notes
0. Summary
Enhancements and breaking changes to the v16.0.4 Release and the v16.0.0 Release releases, which include:
Release story for reference: mojaloop/project#3847
1. New Features
finance-portal-backend-service
v9.1.2
#267 used unified ilp version (mojaloop/#267), closes mojaloop/#2672. Bug Fixes
knex.insert
returned insert index (mojaloop/#417), closes mojaloop/#417--get
instead of--timeout
#108 uuid/ulid regex (mojaloop/#108), closes mojaloop/#1083. Application Versions
4. API Versions
This release supports the following versions of the Mojaloop family of APIs:
5. Testing notes
This release has been validated against the following Dependency Test Matrix:
It is recommended that all Mojaloop deployments are verified using the Mojaloop Testing Toolkit. More information can be found in the Mojaloop Deployment Guide.
The testing-toolkit-test-cases (See above Dependency Test Matrix for exact version required for this release) Golden Path collections expects:
Simulators
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.
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.
Thirdparty API Helm Tests
Refer to thirdparty/README.md#validating-and-testing-the-3p-api on how to enabled and execute Thirdparty verification tests.
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. Configuration Options:
Mojaloop Helm deployments currently include the following configuration options:
ml-ttk-test-validation
prior to v13.1.0 release.api_type: &API_TYPE "iso20022"
,ttk_transformer_name: &TTK_TRANSFORMER_NAME "fspiopToISO20022"
,SDK_ILP_VERSION: &SDK_ILP_VERSION "4"
,validCondition: &validCondition "$param_validConditionV4"
,ilpPacket: &ilpPacket "$param_validIlpPacketV4"
,validFulfillment: &validFulfillment "$param_validFulfillmentV4"
This configuration needs to be set while disabling API_TYPE=fspiop.interscheme_enabled: true
. This configuration needs to be set along withcl_payee_participant_currency_validation_enabled: false
(otherwise tests fail; to confirm payee fsp validation is disabled in inter-scheme mode).interscheme_enabled: true
. This configuration needs to be set along withcl_payee_participant_currency_validation_enabled: false
(otherwise tests fail; to confirm payee fsp validation is disabled in inter-scheme mode).mojaloop-bulk.enabled=true
must be set to deploy the Bulk-API-Adapter components.mojaloop-bulk.enabled=true
&mojaloop-ttk-simulators.enabled=true
must be set to deploy the Bulk-API-Adapter and TTK Simulators components.mojaloop-bulk.enabled=true
&mojaloop-ttk-simulators.enabled=true
must be set to deploy Bulk-API-Adapter and TTK Simulators components. components.mojaloop-ttk-simulators.enabled=true
must be set to deploy the TTK Simulators components. components.thirdparty.enabled=true
,account-lookup-service.account-lookup-service.config.featureEnableExtendedPartyIdType=true
&account-lookup-service.account-lookup-service-admin.config.featureEnableExtendedPartyIdType=true
must be set to deploy the Thirdparty components.thirdparty.enabled=true
,account-lookup-service.account-lookup-service.config.featureEnableExtendedPartyIdType=true
&account-lookup-service.account-lookup-service-admin.config.featureEnableExtendedPartyIdType=true
must be set to deploy the Bulk-API-Adapter components.ml-ttk-test-cleanup.test.config.saveReport
is disabled by default.7. Breaking Changes
central-ledger
ml-api-adapter
bulk-api-adapter
transaction-requests-service
quoting-service
account-lookup-service
8. Known Issues
9. Contributors
Note: names are listed in alphabetical order.
Full Changelog: v16.0.4...v17.0.0