From b057ffd54f3e4b906b3462cfa622b865fe197c2f Mon Sep 17 00:00:00 2001 From: Geoffrey Ragot Date: Thu, 2 May 2024 15:42:41 +0200 Subject: [PATCH] chore: prepare rc27 --- components/operator/helm/Chart.yaml | 4 +- components/operator/helm/values.yaml | 2 +- .../internal/resources/brokers/reconcile.go | 2 +- docker-compose.yml | 8 ++-- ee/agent/helm/Chart.yaml | 4 +- ee/agent/helm/values.yaml | 2 +- helm/regions/Chart.lock | 8 ++-- helm/regions/Chart.yaml | 6 +-- helm/regions/values.yaml | 38 +++++++++---------- 9 files changed, 37 insertions(+), 37 deletions(-) diff --git a/components/operator/helm/Chart.yaml b/components/operator/helm/Chart.yaml index 0cf3a7515e..addd5d580a 100644 --- a/components/operator/helm/Chart.yaml +++ b/components/operator/helm/Chart.yaml @@ -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.26 +version: v2.0.0-rc.27 # 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.26 +appVersion: v2.0.0-rc.27 diff --git a/components/operator/helm/values.yaml b/components/operator/helm/values.yaml index ada2dbe5a1..dcf784f7ed 100644 --- a/components/operator/helm/values.yaml +++ b/components/operator/helm/values.yaml @@ -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.26 + tag: v2.0.0-rc.27 imagePullSecrets: [] diff --git a/components/operator/internal/resources/brokers/reconcile.go b/components/operator/internal/resources/brokers/reconcile.go index 59aa7ca632..6bdcb928f5 100644 --- a/components/operator/internal/resources/brokers/reconcile.go +++ b/components/operator/internal/resources/brokers/reconcile.go @@ -59,7 +59,7 @@ func detectBrokerMode(ctx core.Context, stack *v1beta1.Stack, broker *v1beta1.Br broker.Status.Mode = v1beta1.ModeOneStreamByService return nil } - if ok, err := hasAllVersionsGreaterThan(ctx, stack, "v2.0.0-rc.26"); err != nil { + if ok, err := hasAllVersionsGreaterThan(ctx, stack, "v2.0.0-rc.27"); err != nil { return err } else if ok { broker.Status.Mode = v1beta1.ModeOneStreamByStack diff --git a/docker-compose.yml b/docker-compose.yml index a94796dbee..510c006d97 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: - ".local/gateway/Caddyfile:/etc/caddy/Caddyfile" ledger: - image: "ghcr.io/formancehq/ledger:v2.0.0-rc.26" + image: "ghcr.io/formancehq/ledger:v2.0.0-rc.27" healthcheck: test: [ "CMD", "wget", "http://127.0.0.1:8080/_info", "-O", "-", "-q" ] interval: 10s @@ -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.26" + image: "ghcr.io/formancehq/payments:v2.0.0-rc.27" command: migrate up depends_on: postgres: @@ -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.26" + image: "ghcr.io/formancehq/payments:v2.0.0-rc.27" command: api server healthcheck: test: [ "CMD", "curl", "-f", "http://127.0.0.1:8080/_healthcheck" ] @@ -51,7 +51,7 @@ services: CONFIG_ENCRYPTION_KEY: mysuperencryptionkey payments-connectors: - image: "ghcr.io/formancehq/payments:v2.0.0-rc.26" + image: "ghcr.io/formancehq/payments:v2.0.0-rc.27" command: connectors server healthcheck: test: [ "CMD", "curl", "-f", "http://127.0.0.1:8080/_healthcheck" ] diff --git a/ee/agent/helm/Chart.yaml b/ee/agent/helm/Chart.yaml index 34363a2315..9e2909f9ba 100644 --- a/ee/agent/helm/Chart.yaml +++ b/ee/agent/helm/Chart.yaml @@ -10,5 +10,5 @@ maintainers: icon: "https://avatars.githubusercontent.com/u/84325077?s=200&v=4" type: application -version: v2.0.0-rc.26 -appVersion: v2.0.0-rc.26 +version: v2.0.0-rc.27 +appVersion: v2.0.0-rc.27 diff --git a/ee/agent/helm/values.yaml b/ee/agent/helm/values.yaml index 6de8be3a3e..e92b3f1c5f 100644 --- a/ee/agent/helm/values.yaml +++ b/ee/agent/helm/values.yaml @@ -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.26 + tag: v2.0.0-rc.27 imagePullSecrets: [] nameOverride: "" diff --git a/helm/regions/Chart.lock b/helm/regions/Chart.lock index b318bdf102..50f8cd10dd 100644 --- a/helm/regions/Chart.lock +++ b/helm/regions/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: agent repository: file://../../ee/agent/helm - version: v2.0.0-rc.26 + version: v2.0.0-rc.27 - name: operator repository: file://../../components/operator/helm - version: v2.0.0-rc.26 -digest: sha256:e649d1f4ab97ea2dad3ef4858ddb7508e8777c376f96e1ec5ddaf93b379d56f3 -generated: "2024-04-26T13:56:57.221202272Z" + version: v2.0.0-rc.27 +digest: sha256:1462b851e5413a915e235d3b6bdf8b545dd654da82e94da3640bb01adc9dae31 +generated: "2024-05-02T13:40:41.129983771Z" diff --git a/helm/regions/Chart.yaml b/helm/regions/Chart.yaml index e320dc1f9e..25fd911457 100644 --- a/helm/regions/Chart.yaml +++ b/helm/regions/Chart.yaml @@ -10,15 +10,15 @@ maintainers: icon: "https://avatars.githubusercontent.com/u/84325077?s=200&v=4" type: application -version: v2.0.0-rc.26 +version: v2.0.0-rc.27 appVersion: "latest" dependencies: - name: agent - version: v2.0.0-rc.26 + version: v2.0.0-rc.27 repository: "file://../../ee/agent/helm" condition: agent.enabled - name: operator - version: v2.0.0-rc.26 + version: v2.0.0-rc.27 repository: "file://../../components/operator/helm" condition: operator.enabled \ No newline at end of file diff --git a/helm/regions/values.yaml b/helm/regions/values.yaml index 0906bd5569..b3b7c4a39d 100644 --- a/helm/regions/values.yaml +++ b/helm/regions/values.yaml @@ -4,7 +4,7 @@ operator: nameOverride: "operator" image: repository: "ghcr.io/formancehq/operator" - tag: "v2.0.0-rc.26" + tag: "v2.0.0-rc.27" operator: disableWebhooks: false region: "private" @@ -15,7 +15,7 @@ operator: agent: enabled: false image: - tag: "v2.0.0-rc.26" + tag: "v2.0.0-rc.27" server: address: "app.formance.cloud:443" tls: @@ -38,33 +38,33 @@ versions: search: v0.10.0 auth: v0.4.4 wallets: v0.4.6 - webhooks: v2.0.0-rc.26 + webhooks: v2.0.0-rc.27 payments: v1.0.0-rc.5 stargate: v0.1.10 - gateway: v2.0.0-rc.26 + gateway: v2.0.0-rc.27 ledger: v1.10.14 - operator-utils: v2.0.0-rc.26 + operator-utils: v2.0.0-rc.27 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.26 + webhooks: v2.0.0-rc.27 payments: v1.0.0-rc.5 stargate: v0.1.10 - gateway: v2.0.0-rc.26 + gateway: v2.0.0-rc.27 ledger: v1.10.14 - operator-utils: v2.0.0-rc.26 + operator-utils: v2.0.0-rc.27 v2.0: - ledger: v2.0.0-rc.26 - search: v2.0.0-rc.26 - stargate: v2.0.0-rc.26 - auth: v2.0.0-rc.26 - wallets: v2.0.0-rc.26 - webhooks: v2.0.0-rc.26 - gateway: v2.0.0-rc.26 - payments: v2.0.0-rc.26 - orchestration: v2.0.0-rc.26 - reconciliation: v2.0.0-rc.26 - operator-utils: v2.0.0-rc.26 + ledger: v2.0.0-rc.27 + search: v2.0.0-rc.27 + stargate: v2.0.0-rc.27 + auth: v2.0.0-rc.27 + wallets: v2.0.0-rc.27 + webhooks: v2.0.0-rc.27 + gateway: v2.0.0-rc.27 + payments: v2.0.0-rc.27 + orchestration: v2.0.0-rc.27 + reconciliation: v2.0.0-rc.27 + operator-utils: v2.0.0-rc.27