Skip to content

Commit e979964

Browse files
committed
chore: Update release to v2.0.0-rc.31
1 parent 647beea commit e979964

File tree

10 files changed

+42
-42
lines changed

10 files changed

+42
-42
lines changed

components/operator/helm/crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ type: application
1414
# This is the chart version. This version number should be incremented each time you make changes
1515
# to the chart and its templates, including the app version.
1616
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17-
version: v2.0.0-rc.30
17+
version: v2.0.0-rc.31
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to
2121
# follow Semantic Versioning. They should reflect the version the application is using.
2222
# It is recommended to use it with quotes.
23-
appVersion: v2.0.0-rc.30
23+
appVersion: v2.0.0-rc.31
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: operator-crds
33
repository: file://../crds
4-
version: v2.0.0-rc.30
5-
digest: sha256:85ccc30147dc0059a71b258d175f71a654779185c8e340de5049bf54e46ff2c5
6-
generated: "2024-05-21T09:56:39.566613018Z"
4+
version: v2.0.0-rc.31
5+
digest: sha256:5be577530759752766dc2c45f608177b30894b6ccd49ecf9485ee9f2a1ba4a95
6+
generated: "2024-05-29T16:06:43.193283197Z"

components/operator/helm/operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ type: application
1414
# This is the chart version. This version number should be incremented each time you make changes
1515
# to the chart and its templates, including the app version.
1616
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17-
version: v2.0.0-rc.30
17+
version: v2.0.0-rc.31
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to
2121
# follow Semantic Versioning. They should reflect the version the application is using.
2222
# It is recommended to use it with quotes.
23-
appVersion: v2.0.0-rc.30
23+
appVersion: v2.0.0-rc.31
2424

2525
dependencies:
2626
- name: operator-crds
27-
version: v2.0.0-rc.30
27+
version: v2.0.0-rc.31
2828
repository: "file://../crds"
2929
condition: operator-crds.create

components/operator/helm/operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: ghcr.io/formancehq/operator
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: v2.0.0-rc.30
11+
tag: v2.0.0-rc.31
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- ".local/gateway/Caddyfile:/etc/caddy/Caddyfile"
1212

1313
ledger:
14-
image: "ghcr.io/formancehq/ledger:v2.0.0-rc.30"
14+
image: "ghcr.io/formancehq/ledger:v2.0.0-rc.31"
1515
healthcheck:
1616
test: [ "CMD", "wget", "http://127.0.0.1:8080/_info", "-O", "-", "-q" ]
1717
interval: 10s
@@ -24,7 +24,7 @@ services:
2424
POSTGRES_URI: "postgresql://formance:formance@postgres:${FORMANCE_POSTGRES_PORT:-5432}/ledger?sslmode=disable"
2525

2626
payments-migrate:
27-
image: "ghcr.io/formancehq/payments:v2.0.0-rc.30"
27+
image: "ghcr.io/formancehq/payments:v2.0.0-rc.31"
2828
command: migrate up
2929
depends_on:
3030
postgres:
@@ -33,7 +33,7 @@ services:
3333
POSTGRES_URI: "postgres://formance:formance@postgres:${FORMANCE_POSTGRES_PORT:-5432}/payments?sslmode=disable"
3434

3535
payments-api:
36-
image: "ghcr.io/formancehq/payments:v2.0.0-rc.30"
36+
image: "ghcr.io/formancehq/payments:v2.0.0-rc.31"
3737
command: api server
3838
healthcheck:
3939
test: [ "CMD", "curl", "-f", "http://127.0.0.1:8080/_healthcheck" ]
@@ -51,7 +51,7 @@ services:
5151
CONFIG_ENCRYPTION_KEY: mysuperencryptionkey
5252

5353
payments-connectors:
54-
image: "ghcr.io/formancehq/payments:v2.0.0-rc.30"
54+
image: "ghcr.io/formancehq/payments:v2.0.0-rc.31"
5555
command: connectors server
5656
healthcheck:
5757
test: [ "CMD", "curl", "-f", "http://127.0.0.1:8080/_healthcheck" ]

ee/agent/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ maintainers:
1010
icon: "https://avatars.githubusercontent.com/u/84325077?s=200&v=4"
1111

1212
type: application
13-
version: v2.0.0-rc.30
14-
appVersion: v2.0.0-rc.30
13+
version: v2.0.0-rc.31
14+
appVersion: v2.0.0-rc.31

ee/agent/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
1010
repository: ghcr.io/formancehq/agent
1111
pullPolicy: IfNotPresent
1212
# Overrides the image tag whose default is the chart appVersion.
13-
tag: v2.0.0-rc.30
13+
tag: v2.0.0-rc.31
1414

1515
imagePullSecrets: []
1616
nameOverride: ""

helm/regions/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: agent
33
repository: file://../../ee/agent/helm
4-
version: v2.0.0-rc.30
4+
version: v2.0.0-rc.31
55
- name: operator
66
repository: file://../../components/operator/helm/operator
7-
version: v2.0.0-rc.30
8-
digest: sha256:fe7fd2ce54d68a3a7ac3e5582190b585b5356f6aa1647a83a67dfb36fcec46d4
9-
generated: "2024-05-21T09:57:34.664251373Z"
7+
version: v2.0.0-rc.31
8+
digest: sha256:6eaa7d5196b64478103d78fd0fab189da20af986b2e64d46866a976049783111
9+
generated: "2024-05-29T16:08:37.988260909Z"

helm/regions/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ maintainers:
1010
icon: "https://avatars.githubusercontent.com/u/84325077?s=200&v=4"
1111

1212
type: application
13-
version: v2.0.0-rc.30
13+
version: v2.0.0-rc.31
1414
appVersion: "latest"
1515

1616
dependencies:
1717
- name: agent
18-
version: v2.0.0-rc.30
18+
version: v2.0.0-rc.31
1919
repository: "file://../../ee/agent/helm"
2020
condition: agent.enabled
2121
- name: operator
22-
version: v2.0.0-rc.30
22+
version: v2.0.0-rc.31
2323
repository: "file://../../components/operator/helm/operator"
2424
condition: operator.enabled

helm/regions/values.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ operator:
66

77
image:
88
repository: "ghcr.io/formancehq/operator"
9-
tag: "v2.0.0-rc.30"
9+
tag: "v2.0.0-rc.31"
1010
operator:
1111
disableWebhooks: false
1212
region: "private"
@@ -29,7 +29,7 @@ agent:
2929
enabled: false
3030

3131
image:
32-
tag: "v2.0.0-rc.30"
32+
tag: "v2.0.0-rc.31"
3333
server:
3434
address: "app.formance.cloud:443"
3535
tls:
@@ -54,33 +54,33 @@ versions:
5454
search: v0.10.0
5555
auth: v0.4.4
5656
wallets: v0.4.6
57-
webhooks: v2.0.0-rc.30
57+
webhooks: v2.0.0-rc.31
5858
payments: v1.0.0-rc.5
5959
stargate: v0.1.10
60-
gateway: v2.0.0-rc.30
60+
gateway: v2.0.0-rc.31
6161
ledger: v1.10.14
62-
operator-utils: v2.0.0-rc.30
62+
operator-utils: v2.0.0-rc.31
6363
v1.0:
6464
orchestration: v0.2.1
6565
reconciliation: v0.1.0
6666
search: v0.10.0
6767
auth: v0.4.4
6868
wallets: v0.4.6
69-
webhooks: v2.0.0-rc.30
69+
webhooks: v2.0.0-rc.31
7070
payments: v1.0.0-rc.5
7171
stargate: v0.1.10
72-
gateway: v2.0.0-rc.30
72+
gateway: v2.0.0-rc.31
7373
ledger: v1.10.14
74-
operator-utils: v2.0.0-rc.30
74+
operator-utils: v2.0.0-rc.31
7575
v2.0:
76-
ledger: v2.0.0-rc.30
77-
search: v2.0.0-rc.30
78-
stargate: v2.0.0-rc.30
79-
auth: v2.0.0-rc.30
80-
wallets: v2.0.0-rc.30
81-
webhooks: v2.0.0-rc.30
82-
gateway: v2.0.0-rc.30
83-
payments: v2.0.0-rc.30
84-
orchestration: v2.0.0-rc.30
85-
reconciliation: v2.0.0-rc.30
86-
operator-utils: v2.0.0-rc.30
76+
ledger: v2.0.0-rc.31
77+
search: v2.0.0-rc.31
78+
stargate: v2.0.0-rc.31
79+
auth: v2.0.0-rc.31
80+
wallets: v2.0.0-rc.31
81+
webhooks: v2.0.0-rc.31
82+
gateway: v2.0.0-rc.31
83+
payments: v2.0.0-rc.31
84+
orchestration: v2.0.0-rc.31
85+
reconciliation: v2.0.0-rc.31
86+
operator-utils: v2.0.0-rc.31

0 commit comments

Comments
 (0)