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

fix(mojaloop/#2382): release v13.0.2 #448

Merged
merged 46 commits into from
Sep 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
b4643ca
fix: release/v13.0.1 (#445)
mdebarros Aug 4, 2021
3e97ba4
Merge branch 'release/v13.0.2-old' into release/v13.0.2
mdebarros Aug 11, 2021
7d9c72e
Updated quoting-service from 12.0.6 to 12.0.7
mdebarros Aug 11, 2021
ff81261
Bump to mojaloop
mdebarros Aug 12, 2021
98b1bd3
Merge remote-tracking branch 'origin/master' into release/v13.0.2
mdebarros Aug 12, 2021
d89c8cd
Updated account-lookup-service from v11.7.2 to v11.7.3
mdebarros Aug 16, 2021
e417e6e
Updated simulator from v11.0.2 to v11.0.3
mdebarros Aug 16, 2021
3193710
Updated account-lookup-service from v11.7.3 to v11.7.4
mdebarros Aug 17, 2021
1a931ca
Updated 13.0.2 release notes
mdebarros Aug 18, 2021
2c0c4de
Fix typo in release notes
mdebarros Aug 18, 2021
eeafeaa
eventstreamprocessor log_level is now info by default
mdebarros Aug 23, 2021
7feed6f
fix(mojaloop/#2405): helm release v13.0.x upgrades fail after several…
mdebarros Aug 25, 2021
da64e84
Updated changelog
mdebarros Aug 25, 2021
ef06854
Fixed some comments
mdebarros Aug 25, 2021
2bb8e99
- upgraded sdk-scheme-adapter
mdebarros Aug 27, 2021
b090cdc
upgraded quoting-service to v12.0.9
mdebarros Sep 1, 2021
516ac7f
Updated release notes with known issues
mdebarros Sep 2, 2021
93a5477
bump to quoting-service to v12.0.10
mdebarros Sep 2, 2021
cfa7811
added missing allow.auto.create.topics for kafka consumer configs
mdebarros Sep 3, 2021
053df86
updated v13.0.2 release notes for previous commit
mdebarros Sep 3, 2021
4e9e90c
Feature/upgrade ttk (#449)
vijayg10 Sep 3, 2021
e25b604
Upgraded mojaloop-testing-toolkit
mdebarros Sep 9, 2021
a6177e1
chore: bumped account-lookup-service
mdebarros Sep 9, 2021
f7a8bfd
Updates to account-lookup-service
mdebarros Sep 10, 2021
3d5e90d
Updated MySQL Configuration to support utf8 encoding
mdebarros Sep 10, 2021
50d61d9
Added env vars for accented/burmese characters to TTK env config
mdebarros Sep 13, 2021
c48505e
updated v13.0.2 release notes with
mdebarros Sep 13, 2021
d1a9df9
Updated typo
mdebarros Sep 13, 2021
bd0eb60
updated transaction-request-service
mdebarros Sep 14, 2021
93bc8e1
bump to transaction-request-service
mdebarros Sep 14, 2021
c0bb70a
updated ttk frontend
mdebarros Sep 14, 2021
9a4bfc5
bump to account-lookup and quoting-service chart versions
mdebarros Sep 14, 2021
e809a36
chore: maintenance updates
mdebarros Sep 16, 2021
0a70edf
chore: lots of updates
mdebarros Sep 16, 2021
13363f5
updated release notes
mdebarros Sep 16, 2021
77b4a4e
chore: maintenance update
mdebarros Sep 16, 2021
69d1ef0
updates to release notes
mdebarros Sep 16, 2021
d931c24
updated release notes
mdebarros Sep 16, 2021
411c88d
updated release notes
mdebarros Sep 16, 2021
ebd1f87
updated release notes
mdebarros Sep 17, 2021
115ecee
updated release notes
mdebarros Sep 17, 2021
9526d52
updated release notes
mdebarros Sep 17, 2021
558c74f
updated release notes
mdebarros Sep 17, 2021
bfe9441
feat: parameteriized sim names in ttk env (#450)
vijayg10 Sep 17, 2021
f499e2f
updating release notes
mdebarros Sep 17, 2021
7578d0a
Merge branch 'master' of github.com:mojaloop/helm into release/v13.0.2
mdebarros Sep 17, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .changelog/release-v13.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ Mojaloop-simulators:
3. Tests coverage not provided for scenarios when Deferred Multilateral Net Settlement (DMLNS) and Continuous Gross Settlement (CGS) models are used on the same Switch.
4. [#2325 - Default CGS model settles also Deferred Net transfers](https://github.com/mojaloop/project/issues/2325)
5. [#2342 - ALS Admin Service DELETE API not working as expected](https://github.com/mojaloop/project/issues/2342)

6. [#2352 - Mojaloop Helm support for Kubernetes 1.22](https://github.com/mojaloop/project/issues/2352)
7. [#2448 - Nginx Ingress Controller v1.0.0 is incompatible with Mojaloop Helm v13.0.x releases](https://github.com/mojaloop/project/issues/2448)

## 10. Contributors

Expand Down
2 changes: 2 additions & 0 deletions .changelog/release-v13.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ N/A
1. [#2119 - Idempotency for duplicate quote request](https://github.com/mojaloop/project/issues/2119)
2. [#2322 - Helm install failing with with "medium to large" release names](https://github.com/mojaloop/project/issues/2322)
3. [#2358 - Firstname, Middlename and Lastname regex not supporting myanmar script unicode strings #2358](https://github.com/mojaloop/project/issues/2358)
4. [#2352 - Mojaloop Helm support for Kubernetes 1.22](https://github.com/mojaloop/project/issues/2352)
5. [#2448 - Nginx Ingress Controller v1.0.0 is incompatible with Mojaloop Helm v13.0.x releases](https://github.com/mojaloop/project/issues/2448)

## 10. Contributors

Expand Down
126 changes: 99 additions & 27 deletions .changelog/release-v13.0.2.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions account-lookup-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 12.2.1
appVersion: "account-lookup-service: v11.7.2; als-oracle-pathfinder: v11.0.0"
version: 12.3.0
appVersion: "account-lookup-service: v11.7.7; als-oracle-pathfinder: v11.0.0"
description: Account Lookup Service Helm Chart for Mojaloop
name: account-lookup-service
4 changes: 2 additions & 2 deletions account-lookup-service/chart-admin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 12.2.1
appVersion: "11.7.2"
version: 12.3.0
appVersion: "11.7.7"
description: A Helm chart for Kubernetes
name: account-lookup-service-admin
7 changes: 7 additions & 0 deletions account-lookup-service/chart-admin/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ spec:
app.kubernetes.io/version: {{ .Chart.Version }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
## Currently not supported
# {{- if .Values.metrics.enabled }}
# prometheus.io/port: "{{ .Values.containers.admin.service.ports.api.port }}"
# prometheus.io/scrape: "true"
# {{- end }}
spec:
{{- if .Values.init.enabled }}
initContainers:
Expand Down
4 changes: 2 additions & 2 deletions account-lookup-service/chart-admin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ containers:
api:
image:
repository: mojaloop/account-lookup-service
tag: v11.7.2
tag: v11.7.7
pullPolicy: IfNotPresent
command: '["node", "src/index.js", "server", "--api"]'
service:
Expand All @@ -18,7 +18,7 @@ containers:
admin:
image:
repository: mojaloop/account-lookup-service
tag: v11.7.2
tag: v11.7.7
pullPolicy: IfNotPresent
command: '["node", "src/index.js", "server", "--admin"]'
service:
Expand Down
4 changes: 2 additions & 2 deletions account-lookup-service/chart-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 12.2.1
appVersion: "11.7.2"
version: 12.3.0
appVersion: "11.7.7"
description: A Helm chart for Kubernetes
name: account-lookup-service
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ spec:
app.kubernetes.io/version: {{ .Chart.Version }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
checksum/secret-jws: {{ include (print $.Template.BasePath "/secret-jws.yaml") . | sha256sum }}
## Currently not supported
# {{- if .Values.metrics.enabled }}
# prometheus.io/port: "{{ .Values.containers.api.service.ports.api.port }}"
# prometheus.io/scrape: "true"
# {{- end }}
spec:
{{- if .Values.init.enabled }}
initContainers:
Expand Down
4 changes: 2 additions & 2 deletions account-lookup-service/chart-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ containers:
api:
image:
repository: mojaloop/account-lookup-service
tag: v11.7.2
tag: v11.7.7
pullPolicy: IfNotPresent
command: '["node", "src/index.js", "server", "--api"]'
service:
Expand All @@ -19,7 +19,7 @@ containers:
admin:
image:
repository: mojaloop/account-lookup-service
tag: v11.7.2
tag: v11.7.7
pullPolicy: IfNotPresent
command: '["node", "src/index.js", "server", "--admin"]'
service:
Expand Down
6 changes: 3 additions & 3 deletions account-lookup-service/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# requirements.yaml
dependencies:
- name: account-lookup-service
version: 12.2.1
version: 12.3.0
repository: "file://./chart-service"
condition: account-lookup-service.enabled
- name: account-lookup-service-admin
version: 12.2.1
version: 12.3.0
repository: "file://./chart-admin"
condition: account-lookup-service-admin.enabled
- name: als-oracle-pathfinder
version: 11.0.1
version: 11.0.2
repository: "file://../als-oracle-pathfinder"
condition: als-oracle-pathfinder.enabled
- name: percona-xtradb-cluster
Expand Down
17 changes: 13 additions & 4 deletions account-lookup-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ account-lookup-service:
api:
image:
repository: mojaloop/account-lookup-service
tag: v11.7.2
tag: v11.7.7
pullPolicy: IfNotPresent
command: '["node", "src/index.js", "server", "--api"]'
service:
Expand All @@ -20,7 +20,7 @@ account-lookup-service:
admin:
image:
repository: mojaloop/account-lookup-service
tag: v11.7.2
tag: v11.7.7
pullPolicy: IfNotPresent
command: '["node", "src/index.js", "server", "--admin"]'
service:
Expand Down Expand Up @@ -168,7 +168,7 @@ account-lookup-service-admin:
api:
image:
repository: mojaloop/account-lookup-service
tag: v11.7.2
tag: v11.7.7
pullPolicy: IfNotPresent
command: '["node", "src/index.js", "server", "--api"]'
service:
Expand All @@ -179,7 +179,7 @@ account-lookup-service-admin:
admin:
image:
repository: mojaloop/account-lookup-service
tag: v11.7.2
tag: v11.7.7
pullPolicy: IfNotPresent
command: '["node", "src/index.js", "server", "--admin"]'
service:
Expand Down Expand Up @@ -639,7 +639,16 @@ mysql:
# thread_cache_size=999
configFiles:
node.cnf: |+
[client]
default-character-set=utf8mb4

[mysql]
default-character-set=utf8mb4

[mysqld]
collation-server = utf8mb4_unicode_ci
init-connect='SET NAMES utf8mb4'
character-set-server = utf8mb4
datadir=/var/lib/mysql
default_storage_engine=InnoDB
binlog_format=ROW
Expand Down
2 changes: 1 addition & 1 deletion als-oracle-pathfinder/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A PathFinder oracle for ALS. Resolves MSISDN to participant ID.
name: als-oracle-pathfinder
version: 11.0.1
version: 11.0.2
appVersion: "11.0.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down
3 changes: 3 additions & 0 deletions als-oracle-pathfinder/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ spec:
app.kubernetes.io/version: {{ .Chart.Version }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
spec:
{{- if .Values.affinity }}
affinity:
Expand Down
2 changes: 1 addition & 1 deletion bulk-api-adapter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: bulk-api-adapter Helm chart for Kubernetes
name: bulk-api-adapter
version: 11.0.2
version: 11.0.3
appVersion: "11.1.4"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down
2 changes: 1 addition & 1 deletion bulk-api-adapter/chart-handler-notification/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: bulk-api-adapter Handler for Notifications component Helm chart for Kubernetes
name: bulk-api-adapter-handler-notification
version: 11.0.2
version: 11.0.3
appVersion: "11.1.4"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"client.id": "bulk-con-notification-event",
"group.id": "bulk-group-notification-event",
"metadata.broker.list": "{{ $kafkaHost }}:{{ .Values.config.kafka_port }}",
"socket.keepalive.enable": true
"socket.keepalive.enable": true,
"allow.auto.create.topics": true
},
"topicConf": {
"auto.offset.reset": "earliest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ spec:
app.kubernetes.io/version: {{ .Chart.Version }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
{{- if .Values.metrics.enabled }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
{{- if .Values.metrics.enabled }}
prometheus.io/port: "{{ .Values.service.internalPort }}"
prometheus.io/scrape: "true"
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion bulk-api-adapter/chart-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: bulk-api-adapter API component Helm chart for Kubernetes
name: bulk-api-adapter-service
version: 11.0.2
version: 11.0.3
appVersion: "11.1.4"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
Expand Down
3 changes: 2 additions & 1 deletion bulk-api-adapter/chart-service/configs/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"client.id": "bulk-con-notification-event",
"group.id": "bulk-group-notification-event",
"metadata.broker.list": "{{ $kafkaHost }}:{{ .Values.config.kafka_port }}",
"socket.keepalive.enable": true
"socket.keepalive.enable": true,
"allow.auto.create.topics": true
},
"topicConf": {
"auto.offset.reset": "earliest"
Expand Down
3 changes: 2 additions & 1 deletion bulk-api-adapter/chart-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ spec:
app.kubernetes.io/version: {{ .Chart.Version }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
{{- if .Values.metrics.enabled }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
{{- if .Values.metrics.enabled }}
prometheus.io/port: "{{ .Values.service.internalPort }}"
prometheus.io/scrape: "true"
{{- end }}
Expand Down
4 changes: 2 additions & 2 deletions bulk-api-adapter/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# requirements.yaml
dependencies:
- name: bulk-api-adapter-service
version: 11.0.2
version: 11.0.3
repository: "file://./chart-service"
condition: bulk-api-adapter-service.enabled
- name: bulk-api-adapter-handler-notification
version: 11.0.2
version: 11.0.3
repository: "file://./chart-handler-notification"
condition: bulk-api-adapter-handler-notification.enabled
4 changes: 2 additions & 2 deletions bulk-centralledger/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Central-Ledger Bulk Services Helm chart for Kubernetes
name: bulk-centralledger
version: 12.1.0
appVersion: "13.12.1"
version: 12.2.0
appVersion: "13.14.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Central-Ledger Bulk Transfer Fulfil Handler Helm chart for Kubernetes
name: cl-handler-bulk-transfer-fulfil
version: 12.1.0
appVersion: "13.12.1"
version: 12.2.0
appVersion: "13.14.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ spec:
app.kubernetes.io/version: {{ .Chart.Version }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
{{- if .Values.metrics.enabled }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- if .Values.metrics.enabled }}
prometheus.io/port: "{{ .Values.containers.api.service.ports.api.internalPort }}"
prometheus.io/scrape: "true"
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ containers:
api:
image:
repository: mojaloop/central-ledger
tag: v13.12.1
tag: v13.14.0
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--bulkfulfil"]'
service:
Expand Down
4 changes: 2 additions & 2 deletions bulk-centralledger/chart-handler-bulk-transfer-get/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Central-Ledger Bulk Transfer Get Handler Helm chart for Kubernetes
name: cl-handler-bulk-transfer-get
version: 12.1.0
appVersion: "13.12.1"
version: 12.2.0
appVersion: "13.14.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ spec:
app.kubernetes.io/version: {{ .Chart.Version }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
{{- if .Values.metrics.enabled }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- if .Values.metrics.enabled }}
prometheus.io/port: "{{ .Values.containers.api.service.ports.api.internalPort }}"
prometheus.io/scrape: "true"
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ containers:
api:
image:
repository: mojaloop/central-ledger
tag: v13.12.1
tag: v13.14.0
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--bulkget"]'
service:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Central-Ledger Bulk Transfer Prepare Handler Helm chart for Kubernetes
name: cl-handler-bulk-transfer-prepare
version: 12.1.0
appVersion: "13.12.1"
version: 12.2.0
appVersion: "13.14.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ spec:
app.kubernetes.io/version: {{ .Chart.Version }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
{{- if .Values.metrics.enabled }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- if .Values.metrics.enabled }}
prometheus.io/port: "{{ .Values.containers.api.service.ports.api.internalPort }}"
prometheus.io/scrape: "true"
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ containers:
api:
image:
repository: mojaloop/central-ledger
tag: v13.12.1
tag: v13.14.0
pullPolicy: IfNotPresent
command: '["node", "src/handlers/index.js", "handler", "--bulkprepare"]'
service:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Central-Ledger Bulk Transfer Processing Handler Helm chart for Kubernetes
name: cl-handler-bulk-transfer-processing
version: 12.1.0
appVersion: "13.12.1"
version: 12.2.0
appVersion: "13.14.0"
home: http://mojaloop.io
icon: http://mojaloop.io/images/logo.png
sources:
Expand Down
Loading