Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update central-settlement charts #479

Merged
merged 6 commits into from
Jul 15, 2022

Conversation

kleyow
Copy link
Contributor

@kleyow kleyow commented Jul 12, 2022

No description provided.

@kleyow kleyow changed the title chore: update central-settlement charts chore: update central-settlement and transaction-requests-service charts Jul 12, 2022
@kleyow kleyow changed the title chore: update central-settlement and transaction-requests-service charts chore: update central-settlement charts Jul 13, 2022
@kleyow kleyow marked this pull request as ready for review July 15, 2022 14:20
@kleyow
Copy link
Contributor Author

kleyow commented Jul 15, 2022

Testing Toolkit Report
Test Result: PASSED
Test Suite: GP Tests
Environment: moja2.test.mojaloop.live
Total assertions: 2573
Passed assertions: 2573
Failed assertions: 0
Total requests: 587
Total test cases: 129
Passed percentage: 100.00%
Started time: Fri, 15 Jul 2022 14:16:42 GMT
Completed time: Fri, 15 Jul 2022 14:19:38 GMT
Runtime duration: 176561 ms

View Report

Testing Toolkit Report
Test Result: PASSED
Test Suite: Bulk Tests
Environment: moja2.test.mojaloop.live
Total assertions: 183
Passed assertions: 183
Failed assertions: 0
Total requests: 17
Total test cases: 4
Passed percentage: 100.00%
Started time: Fri, 15 Jul 2022 14:19:50 GMT
Completed time: Fri, 15 Jul 2022 14:20:14 GMT
Runtime duration: 23560 ms

View Report

Testing Toolkit Report
Test Result: PASSED
Test Suite: Thirdparty Tests
Environment: moja2.test.mojaloop.live
Total assertions: 21
Passed assertions: 21
Failed assertions: 0
Total requests: 20
Total test cases: 8
Passed percentage: 100.00%
Started time: Fri, 15 Jul 2022 14:20:53 GMT
Completed time: Fri, 15 Jul 2022 14:20:57 GMT
Runtime duration: 4258 ms

View Report

@kleyow kleyow merged commit d82b9a1 into mojaloop:release/v14.0.0-rc Jul 15, 2022
@kleyow kleyow deleted the chore/central-settlement branch July 15, 2022 14:33
mdebarros added a commit that referenced this pull request Jul 29, 2022
* chore: upgrade account-lookup-service

feat(mojaloop/#2092): upgrade nodeJS version for core services - mojaloop/project#2092
- upgraded account-lookup-service (ALS) to v14.0.0
- bump to ALS charts
- fixed docker path changes for ALS

* chore: update central-ledger

- upgraded central-ledger from v15.0.1 to v15.1.1

* chore: missed some central-ledger upgrade references

* chore: upgraded quoting-service

- upgraded from v14.0.0 to v15.0.2
- fixed docker path change

* chore: upgraded ml-api-adapter

- bumped ml-api-adapter from v13.0.0 -> 14.0.0
- fixed docker path changes

* chore: updated release notes for v14.0.0

* chore: upgraded ml-simulator and sdk-adapter

- bumped sdk-scheme-adapter from v11.18.11 to v15.0.0
- bumped mojaloop-simulator from v11.6.2 to v12.1.1

* chore: update helm tests to point to rc test-cases

- updated test-cases to use mojaloop/testing-toolkit-test-cases#76

* chore: update to release v14 notes

- added rough bug fixes and features for ml-simulator and sdk-scheme-adapter
- bumped up versions for ml-simulator and sdk-scheme-adapter

* chore: updated CI default machine image versions

* fix: updated mongodb dependencies due to bitnami version deprecation

* chore: upgrade thirdparty

- bumped thirdparty-sdk from v11.55.1 to v15.1.0
- bumped auth-service from v11.11.1 to v13.0.2
- bumped als-consent-oracle from v0.0.8 to v0.1.0
- bumped tp-api-svc from v11.21.0 to v13.0.2

* chore: updates to thirdparty

- upgrade als-consent-oracle from v0.1.0 to v0.2.0
- added missing `serviceEndpoint` from thirdparty configs
- fixed thirdparry-simulator mock response to reflect thirdparty api changes
- bump to charts to reflect the above changes

* chore: cleaned values config

* chore: updated v14 release notes

* chore: updates to v14.0.0-rc release notes

* chore: updated release notes

* chore: updates to central-ledger

- upgrades central-ledger from v15.1.1 to v15.1.2
- updates to changelog for v14 release

* chore: updated sdk-scheme-adapter

- upgraded sdk-scheme-adapter from v15.0.0 to v17.0.2-snapshot.11
- updated sdk-scheme-adapter helm charts to set the CACHE_URL that was introduced in https://github.com/mojaloop/sdk-scheme-adapter/releases/tag/v16.0.0. The CACHE_URL is generated from the env.CACHE_HOST and env.CACHE_PORT, thus having no impact to the helm values config itself and deployers of the chart since everything is handled in the chart itself to set the CACHE_URL.
- updated v14.0.0-rc release notes
- fixes for cert path changes on sdk-scheme-adapter

* updated sdk-scheme-adapter from v17.0.2-snapshot.10 to v17.0.2-snapshot.11

* chore: update bulk-api-adapter and mojaloop-simulator (#478)

* chore: update bulk-api-adapter

* chore: bump mojaloop-simulator

* chore: bump versions

* chore: switch to memory

* chore: replace snapshot

* chore: upgrads

- upgraded sdk-scheme-adapter from v17.0.2-snapshot.12 to v18.0.1
- upgraded simulator from v11.1.3 to v12.0.0
- updated release notes (inc upgrades for bulk-api-adapter, and also mojaloop-simulator)

* chore: added event-sdk to release notes for npm upgrade

* chore: update transaction-requests-service charts (#480)

* chore: bump transaction-requests-service

* chore: typo

* chore: whitespace

* chore: replace snapshot

* chore: bump version

* chore: update central-settlement charts (#479)

* chore: update central-settlement charts

* chore: update

* chore: whitespace

* chore: snapshot testing

* chore: replace snapshot

* chore: updates for event-sidecar config fixes

- fixed mountPath from /opt/event-sidecar to /opt/app
- upgraded v11.0.1 --> v12.0.0-snapshot.5 (To be upgraded to final build)

* chore: upgraded event-sidecar to v12.0.0-snapshot.6

* Upgraded event-sidecar to v12.0.0

* chore: updated v14 release notes with updated simulator versions

* fixed formatting in v14 release notes

* chore: upgraded event-stream-processor to v12.0.0-snapshot.7

feat(mojaloop/#2092): upgrade nodeJS version for core services - mojaloop/project#2092
- upgraded event-stream-processor to v12.0.0-snapshot.7
- updates to event-stream-processor chart for docker mount path changes
- bump to chart and app versions to reflect the above changes

* chore: bump als-oracle-pathfinder and email-notifier (#481)

* chore: bump als-oracle-pathfinder and email-notifier

* chore: version

* chore: bump snapshots

* chore: updates for v14 0 0 rc release (#483)

chore: upgraded central-event-processor
- Updated central-event-processor from v11.0.2 to **v12.0.0**
- Updated the mount path for the configs
- Major chart bump to reflect the above changes

chore: deprecated finance-portal-* charts
- added readme's into the impacted helm chart repos
- removed dependency from main mojaloop helm chart
- removed value configs from mojaloop values.yml
- updated appVersions in mojaloop to remove the deprecated charts
- Added Deprecations section in v14.0.0 release notes

* chore: fixed minor typo

* fix: ws connectivity stability issue (#484)

- sdk-scheme-adapter: v11.18.11 -> **v18.0.2** which includes fix for WS connectivity - mojaloop/sdk-scheme-adapter#339

* feat: upgrade TTK version with breaking changes (#482)

* feat: upgrade TTK version with breaking changes

* chore: changed cli version

* chore: changed TTK UI image tag

* chore: changed TTK port 5000 to 4040

* chore: added ttk changes to changelog

* chore: update TTK image tags to standard versions from snapshots

* updated readme with formatting, and some slight wording changes.

* updated readme with formatting, and some slight wording changes.

* updated readme with formatting, and some slight wording changes.

* updated readme with formatting, and some slight wording changes.

* updated readme with formatting, and some slight wording changes.

* updated readme with formatting, and some slight wording changes.

* updated readme with formatting, and some slight wording changes.

* updated readme with formatting, and some slight wording changes.

* updated readme with formatting, and some slight wording changes.

* chore: update change log (#485)

* chore: added PR links

Co-authored-by: Miguel de Barros <miguel@debarros.me>

* Update .changelog/release-v14.0.0.md

Co-authored-by: Sam <10507686+elnyry-sam-k@users.noreply.github.com>

Co-authored-by: Kevin Leyow <kleyow@gmail.com>
Co-authored-by: vijayg10 <33152110+vijayg10@users.noreply.github.com>
Co-authored-by: Sam <10507686+elnyry-sam-k@users.noreply.github.com>
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.

2 participants