Skip to content

Commit

Permalink
feat: prepare release rc21
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Apr 12, 2024
1 parent 558ce63 commit f09925b
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions components/operator/helm/Chart.yaml
Expand Up @@ -14,10 +14,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v2.0.0-rc.20
version: v2.0.0-rc.21

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: v2.0.0-rc.20
appVersion: v2.0.0-rc.21
2 changes: 1 addition & 1 deletion components/operator/helm/values.yaml
Expand Up @@ -8,7 +8,7 @@ image:
repository: ghcr.io/formancehq/operator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v2.0.0-rc.20
tag: v2.0.0-rc.21


imagePullSecrets: []
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Expand Up @@ -11,7 +11,7 @@ services:
- ".local/gateway/Caddyfile:/etc/caddy/Caddyfile"

ledger:
image: "ghcr.io/formancehq/ledger:v2.0.0-rc.20"
image: "ghcr.io/formancehq/ledger:v2.0.0-rc.21"
healthcheck:
test: [ "CMD", "wget", "http://127.0.0.1:8080/_info", "-O", "-", "-q" ]
interval: 10s
Expand All @@ -24,7 +24,7 @@ services:
POSTGRES_URI: "postgresql://formance:formance@postgres:${FORMANCE_POSTGRES_PORT:-5432}/ledger?sslmode=disable"

payments-migrate:
image: "ghcr.io/formancehq/payments:v2.0.0-rc.20"
image: "ghcr.io/formancehq/payments:v2.0.0-rc.21"
command: migrate up
depends_on:
postgres:
Expand All @@ -33,7 +33,7 @@ services:
POSTGRES_URI: "postgres://formance:formance@postgres:${FORMANCE_POSTGRES_PORT:-5432}/payments?sslmode=disable"

payments-api:
image: "ghcr.io/formancehq/payments:v2.0.0-rc.20"
image: "ghcr.io/formancehq/payments:v2.0.0-rc.21"
command: api server
healthcheck:
test: [ "CMD", "curl", "-f", "http://127.0.0.1:8080/_healthcheck" ]
Expand All @@ -51,7 +51,7 @@ services:
CONFIG_ENCRYPTION_KEY: mysuperencryptionkey

payments-connectors:
image: "ghcr.io/formancehq/payments:v2.0.0-rc.20"
image: "ghcr.io/formancehq/payments:v2.0.0-rc.21"
command: connectors server
healthcheck:
test: [ "CMD", "curl", "-f", "http://127.0.0.1:8080/_healthcheck" ]
Expand Down
4 changes: 2 additions & 2 deletions ee/agent/helm/Chart.yaml
Expand Up @@ -10,5 +10,5 @@ maintainers:
icon: "https://avatars.githubusercontent.com/u/84325077?s=200&v=4"

type: application
version: v2.0.0-rc.20
appVersion: v2.0.0-rc.20
version: v2.0.0-rc.21
appVersion: v2.0.0-rc.21
2 changes: 1 addition & 1 deletion ee/agent/helm/values.yaml
Expand Up @@ -5,7 +5,7 @@ image:
repository: ghcr.io/formancehq/agent
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v2.0.0-rc.20
tag: v2.0.0-rc.21

imagePullSecrets: []
nameOverride: ""
Expand Down
8 changes: 4 additions & 4 deletions helm/regions/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: agent
repository: file://../../ee/agent/helm
version: v2.0.0-rc.20
version: v2.0.0-rc.21
- name: operator
repository: file://../../components/operator/helm
version: v2.0.0-rc.20
digest: sha256:8d24e5343a18201909f77a6ef48d7438773e6fef09aa8f06178e7b39ecc068ef
generated: "2024-04-09T12:39:50.332698188Z"
version: v2.0.0-rc.21
digest: sha256:853625e63fe3d54c09f4e14cb762d535a49467fa9df1d85627a24299ba561bf2
generated: "2024-04-12T08:01:18.261045227Z"
6 changes: 3 additions & 3 deletions helm/regions/Chart.yaml
Expand Up @@ -10,15 +10,15 @@ maintainers:
icon: "https://avatars.githubusercontent.com/u/84325077?s=200&v=4"

type: application
version: v2.0.0-rc.20
version: v2.0.0-rc.21
appVersion: "latest"

dependencies:
- name: agent
version: v2.0.0-rc.20
version: v2.0.0-rc.21
repository: "file://../../ee/agent/helm"
condition: agent.enabled
- name: operator
version: v2.0.0-rc.20
version: v2.0.0-rc.21
repository: "file://../../components/operator/helm"
condition: operator.enabled
38 changes: 19 additions & 19 deletions helm/regions/values.yaml
Expand Up @@ -4,7 +4,7 @@ operator:
nameOverride: "operator"
image:
repository: "ghcr.io/formancehq/operator"
tag: "v2.0.0-rc.20"
tag: "v2.0.0-rc.21"
operator:
disableWebhooks: false
region: "private"
Expand All @@ -15,7 +15,7 @@ operator:
agent:
enabled: false
image:
tag: "v2.0.0-rc.20"
tag: "v2.0.0-rc.21"
server:
address: "app.formance.cloud:443"
tls:
Expand All @@ -38,33 +38,33 @@ versions:
search: v0.10.0
auth: v0.4.4
wallets: v0.4.6
webhooks: v2.0.0-rc.20
webhooks: v2.0.0-rc.21
payments: v1.0.0-rc.5
stargate: v0.1.10
gateway: v2.0.0-rc.20
gateway: v2.0.0-rc.21
ledger: v1.10.14
operator-utils: v2.0.0-rc.20
operator-utils: v2.0.0-rc.21
v1.0:
orchestration: v0.2.1
reconciliation: v0.1.0
search: v0.10.0
auth: v0.4.4
wallets: v0.4.6
webhooks: v2.0.0-rc.20
webhooks: v2.0.0-rc.21
payments: v1.0.0-rc.5
stargate: v0.1.10
gateway: v2.0.0-rc.20
gateway: v2.0.0-rc.21
ledger: v1.10.14
operator-utils: v2.0.0-rc.20
operator-utils: v2.0.0-rc.21
v2.0:
ledger: v2.0.0-rc.20
search: v2.0.0-rc.20
stargate: v2.0.0-rc.20
auth: v2.0.0-rc.20
wallets: v2.0.0-rc.20
webhooks: v2.0.0-rc.20
gateway: v2.0.0-rc.20
payments: v2.0.0-rc.20
orchestration: v2.0.0-rc.20
reconciliation: v2.0.0-rc.20
operator-utils: v2.0.0-rc.20
ledger: v2.0.0-rc.21
search: v2.0.0-rc.21
stargate: v2.0.0-rc.21
auth: v2.0.0-rc.21
wallets: v2.0.0-rc.21
webhooks: v2.0.0-rc.21
gateway: v2.0.0-rc.21
payments: v2.0.0-rc.21
orchestration: v2.0.0-rc.21
reconciliation: v2.0.0-rc.21
operator-utils: v2.0.0-rc.21

0 comments on commit f09925b

Please sign in to comment.