Skip to content

Commit

Permalink
release: v2.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Feb 20, 2024
1 parent ff20118 commit f635cf5
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions components/operator/helm/Chart.yaml
Original file line number Diff line number Diff line change
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.8
version: v2.0.0-rc.9

# 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.8
appVersion: v2.0.0-rc.9
2 changes: 1 addition & 1 deletion components/operator/helm/values.yaml
Original file line number Diff line number Diff line change
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.8
tag: v2.0.0-rc.9


imagePullSecrets: []
Expand Down
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-rc.8"
image: "ghcr.io/formancehq/ledger:v2.0.0-rc.9"
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.8"
image: "ghcr.io/formancehq/payments:v2.0.0-rc.9"
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.8"
image: "ghcr.io/formancehq/payments:v2.0.0-rc.9"
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.8"
image: "ghcr.io/formancehq/payments:v2.0.0-rc.9"
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
Original file line number Diff line number Diff line change
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.8
appVersion: v2.0.0-rc.8
version: v2.0.0-rc.9
appVersion: v2.0.0-rc.9
2 changes: 1 addition & 1 deletion ee/agent/helm/values.yaml
Original file line number Diff line number Diff line change
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.8
tag: v2.0.0-rc.9

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions helm/regions/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: agent
repository: file://../../ee/agent/helm
version: v2.0.0-rc.8
version: v2.0.0-rc.9
- name: operator
repository: file://../../components/operator/helm
version: v2.0.0-rc.8
version: v2.0.0-rc.9
digest: sha256:1859d6458209d5031b2d7f239d8546a4fcc1e4f67a097612a20bd65719dd2941
generated: "2024-02-19T18:39:14.350835+01:00"
6 changes: 3 additions & 3 deletions helm/regions/Chart.yaml
Original file line number Diff line number Diff line change
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.8
version: v2.0.0-rc.9
appVersion: "latest"

dependencies:
- name: agent
version: v2.0.0-rc.8
version: v2.0.0-rc.9
repository: "file://../../ee/agent/helm"
condition: agent.enabled
- name: operator
version: v2.0.0-rc.8
version: v2.0.0-rc.9
repository: "file://../../components/operator/helm"
condition: operator.enabled
4 changes: 2 additions & 2 deletions helm/regions/templates/versions/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ spec:
search: v0.10.0
auth: v0.4.4
wallets: v0.4.6
webhooks: v0.7.1
webhooks: v2.0.0-rc.9
payments: v1.0.0-rc.5
stargate: v0.1.10
gateway: v2.0.0-rc.8
gateway: v2.0.0-rc.9
ledger: v1.10.14
{{ end }}
4 changes: 2 additions & 2 deletions helm/regions/templates/versions/v1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ spec:
search: v0.10.0
auth: v0.4.4
wallets: v0.4.6
webhooks: v0.7.1
webhooks: v2.0.0-rc.9
payments: v1.0.0-rc.5
stargate: v0.1.10
gateway: v2.0.0-rc.8
gateway: v2.0.0-rc.9
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-rc.8
search: v2.0.0-rc.8
stargate: v2.0.0-rc.8
auth: v2.0.0-rc.8
wallets: v2.0.0-rc.8
webhooks: v2.0.0-rc.8
gateway: v2.0.0-rc.8
payments: v2.0.0-rc.8
orchestration: v2.0.0-rc.8
reconciliation: v2.0.0-rc.8
ledger: v2.0.0-rc.9
search: v2.0.0-rc.9
stargate: v2.0.0-rc.9
auth: v2.0.0-rc.9
wallets: v2.0.0-rc.9
webhooks: v2.0.0-rc.9
gateway: v2.0.0-rc.9
payments: v2.0.0-rc.9
orchestration: v2.0.0-rc.9
reconciliation: v2.0.0-rc.9
{{ end }}
4 changes: 2 additions & 2 deletions helm/regions/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ operator:
nameOverride: "operator"
image:
repository: "ghcr.io/formancehq/operator"
tag: "v2.0.0-rc.8"
tag: "v2.0.0-rc.9"
operator:
disableWebhooks: false
region: "private"
Expand All @@ -15,7 +15,7 @@ operator:
agent:
enabled: false
image:
tag: "v2.0.0-rc.8"
tag: "v2.0.0-rc.9"
server:
address: "app.formance.cloud:443"
tls:
Expand Down

0 comments on commit f635cf5

Please sign in to comment.