Skip to content

Commit

Permalink
release: v2.0.0-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Jan 24, 2024
1 parent ff43701 commit 2b88650
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- ".local/gateway/Caddyfile:/etc/caddy/Caddyfile"

ledger:
image: "ghcr.io/formancehq/ledger:v2.0.0-beta.10"
image: "ghcr.io/formancehq/ledger:v2.0.0-beta.14"
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-beta.10"
image: "ghcr.io/formancehq/payments:v2.0.0-beta.14"
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-beta.10"
image: "ghcr.io/formancehq/payments:v2.0.0-beta.14"
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-beta.10"
image: "ghcr.io/formancehq/payments:v2.0.0-beta.14"
command: connectors server
healthcheck:
test: [ "CMD", "curl", "-f", "http://127.0.0.1:8080/_healthcheck" ]
Expand Down
2 changes: 1 addition & 1 deletion helm/regions/templates/versions/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ spec:
webhooks: v0.7.1
payments: v0.9.7
stargate: v0.1.10
gateway: v2.0.0-beta.13
gateway: v2.0.0-beta.14
ledger: v1.10.14
{{ end }}
2 changes: 1 addition & 1 deletion helm/regions/templates/versions/v1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ spec:
webhooks: v0.7.1
payments: v0.9.7
stargate: v0.1.10
gateway: v2.0.0-beta.13
gateway: v2.0.0-beta.14
ledger: v1.10.14
{{ end }}
20 changes: 10 additions & 10 deletions helm/regions/templates/versions/v2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ kind: Versions
metadata:
name: v2.0
spec:
ledger: v2.0.0-beta.13
search: v2.0.0-beta.13
stargate: v2.0.0-beta.13
auth: v2.0.0-beta.13
wallets: v2.0.0-beta.13
webhooks: v2.0.0-beta.13
gateway: v2.0.0-beta.13
payments: v2.0.0-beta.13
orchestration: v2.0.0-beta.13
reconciliation: v2.0.0-beta.13
ledger: v2.0.0-beta.14
search: v2.0.0-beta.14
stargate: v2.0.0-beta.14
auth: v2.0.0-beta.14
wallets: v2.0.0-beta.14
webhooks: v2.0.0-beta.14
gateway: v2.0.0-beta.14
payments: v2.0.0-beta.14
orchestration: v2.0.0-beta.14
reconciliation: v2.0.0-beta.14
{{ end }}

0 comments on commit 2b88650

Please sign in to comment.