Skip to content

Commit

Permalink
chore: updates for v14 0 0 rc release (#483)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mdebarros authored Jul 26, 2022
1 parent 2e80a82 commit 507f284
Show file tree
Hide file tree
Showing 14 changed files with 97 additions and 323 deletions.
96 changes: 60 additions & 36 deletions .changelog/release-v14.0.0.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion central/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Central Helm chart for Kubernetes
name: central
version: 14.0.0
appVersion: "central-ledger: v15.1.2; central-settlement: v14.0.0; central-event-processor: v11.0.2"
appVersion: "central-ledger: v15.1.2; central-settlement: v14.0.0; central-event-processor: v12.0.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion central/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies:
repository: "file://../centralsettlement"
condition: centralsettlement.enabled
- name: centraleventprocessor
version: 11.0.3
version: 12.0.0
repository: "file://../centraleventprocessor"
condition: centraleventprocessor.enabled
2 changes: 1 addition & 1 deletion central/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3206,7 +3206,7 @@ centraleventprocessor:
replicaCount: 1
image:
repository: mojaloop/central-event-processor
tag: v11.0.2
tag: v12.0.0
pullPolicy: IfNotPresent

init:
Expand Down
4 changes: 2 additions & 2 deletions centraleventprocessor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Central Event Processor for Mojaloop
name: centraleventprocessor
version: 11.0.3
appVersion: "11.0.2"
version: 12.0.0
appVersion: "12.0.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion centraleventprocessor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
{{- end }}
volumeMounts:
- name: {{ template "centraleventprocessor.fullname" . }}-config-volume
mountPath: /opt/central-event-processor/config
mountPath: /opt/app/config
env:
- name: LOG_LEVEL
value: {{ .Values.config.log_level }}
Expand Down
2 changes: 1 addition & 1 deletion centraleventprocessor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ global:
replicaCount: 1
image:
repository: mojaloop/central-event-processor
tag: v11.0.2
tag: v12.0.0
pullPolicy: IfNotPresent

## Pod scheduling preferences.
Expand Down
2 changes: 1 addition & 1 deletion finance-portal-settlement-management/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
description: "Portal Settlement"
description: "Portal Settlement (deprecated)"
name: finance-portal-settlement-management
version: 11.0.3
appVersion: "settlement-management: v11.0.0; operator-settlement: v11.0.0"
13 changes: 13 additions & 0 deletions finance-portal-settlement-management/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Finance Portal Settlement Management

## DEPRECATION

Note this Helm Chart is still available, but the underlying services are not being actively maintained, as they have been deprecated by the [Business Operation Framework](https://github.com/mojaloop/business-operations-framework-docs).

More information can be found here:

- https://github.com/mojaloop/business-operations-framework-docs.

[BOF Helm charts](https://github.com/mojaloop/charts/tree/master/mojaloop/bof) to deploy [Business Operation Framework](https://github.com/mojaloop/business-operations-framework-docs) can be found here:

- https://github.com/mojaloop/charts/tree/master/mojaloop/bof
2 changes: 1 addition & 1 deletion finance-portal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
description: "Finance portal service"
description: "Finance portal service (deprecated)"
name: finance-portal
version: 11.0.3
appVersion: "finance-portal-ui: v10.4.3; finance-portal-backend-service: v15.0.2"
13 changes: 13 additions & 0 deletions finance-portal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Finance Portal

## DEPRECATION

Note this Helm Chart is still available, but the underlying services are not being actively maintained, as they have been deprecated by the [Business Operation Framework](https://github.com/mojaloop/business-operations-framework-docs).

More information can be found here:

- https://github.com/mojaloop/business-operations-framework-docs.

[BOF Helm charts](https://github.com/mojaloop/charts/tree/master/mojaloop/bof) to deploy [Business Operation Framework](https://github.com/mojaloop/business-operations-framework-docs) can be found here:

- https://github.com/mojaloop/charts/tree/master/mojaloop/bof
2 changes: 1 addition & 1 deletion mojaloop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Mojaloop Helm chart for Kubernetes
name: mojaloop
version: 14.0.0
appVersion: "ml-api-adapter: v14.0.0; central-ledger: v15.1.0; account-lookup-service: v13.0.0; quoting-service: v15.0.2; central-settlement: v14.0.0; central-event-processor: v11.0.2; bulk-api-adapter: v13.0.1; email-notifier: v12.0.0; als-oracle-pathfinder: v12.0.0; transaction-requests-service: v14.0.1; finance-portal-ui: v10.4.3; finance-portal-backend-service: v15.0.2; settlement-management: v11.0.0; operator-settlement: v11.0.0; simulator: v12.0.0; mojaloop-simulator: v13.0.0; sdk-scheme-adapter: v18.0.1; thirdparty-sdk: v15.1.0; ml-testing-toolkit: v14.0.4; ml-testing-toolkit-ui: v13.5.5;"
appVersion: "ml-api-adapter: v14.0.0; central-ledger: v15.1.0; account-lookup-service: v13.0.0; quoting-service: v15.0.2; central-settlement: v14.0.0; central-event-processor: v12.0.0; bulk-api-adapter: v13.0.1; email-notifier: v12.0.0; als-oracle-pathfinder: v12.0.0; transaction-requests-service: v14.0.1; simulator: v12.0.0; mojaloop-simulator: v13.0.0; sdk-scheme-adapter: v18.0.1; thirdparty-sdk: v15.1.0; ml-testing-toolkit: v14.0.4; ml-testing-toolkit-ui: v13.5.5;"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
8 changes: 0 additions & 8 deletions mojaloop/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ dependencies:
version: 12.0.0
repository: "file://../transaction-requests-service"
condition: transaction-requests-service.enabled
- name: finance-portal
version: 11.0.3
repository: "file://../finance-portal"
condition: finance-portal.enabled
- name: finance-portal-settlement-management
version: 11.0.3
repository: "file://../finance-portal-settlement-management"
condition: finance-portal-settlement-management.enabled
- name: emailnotifier
version: 12.0.0
repository: "file://../emailnotifier"
Expand Down
Loading

0 comments on commit 507f284

Please sign in to comment.