Skip to content

Commit

Permalink
chore: prepare rc30
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed May 21, 2024
1 parent 3316b72 commit 7cc99ab
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 43 deletions.
4 changes: 2 additions & 2 deletions components/operator/helm/crds/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.29
version: v2.0.0-rc.30

# 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.29
appVersion: v2.0.0-rc.30
6 changes: 3 additions & 3 deletions components/operator/helm/operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: operator-crds
repository: file://../crds
version: v2.0.0-rc.29
digest: sha256:b88b1a6c2820a7932c9528c65dbe2c0c0fcbb720f5d22999e1403e1ea4851a9b
generated: "2024-05-20T08:01:29.527085419Z"
version: v2.0.0-rc.30
digest: sha256:85ccc30147dc0059a71b258d175f71a654779185c8e340de5049bf54e46ff2c5
generated: "2024-05-21T09:56:39.566613018Z"
6 changes: 3 additions & 3 deletions components/operator/helm/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ 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.29
version: v2.0.0-rc.30

# 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.29
appVersion: v2.0.0-rc.30

dependencies:
- name: operator-crds
version: v2.0.0-rc.29
version: v2.0.0-rc.30
repository: "file://../crds"
condition: operator-crds.create
2 changes: 1 addition & 1 deletion components/operator/helm/operator/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.29
tag: v2.0.0-rc.30

imagePullSecrets: []
nameOverride: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.29"); err != nil {
if ok, err := hasAllVersionsGreaterThan(ctx, stack, "v2.0.0-rc.30"); err != nil {
return err
} else if ok {
broker.Status.Mode = v1beta1.ModeOneStreamByStack
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.29"
image: "ghcr.io/formancehq/ledger:v2.0.0-rc.30"
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.29"
image: "ghcr.io/formancehq/payments:v2.0.0-rc.30"
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.29"
image: "ghcr.io/formancehq/payments:v2.0.0-rc.30"
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.29"
image: "ghcr.io/formancehq/payments:v2.0.0-rc.30"
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.29
appVersion: v2.0.0-rc.29
version: v2.0.0-rc.30
appVersion: v2.0.0-rc.30
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.29
tag: v2.0.0-rc.30

imagePullSecrets: []
nameOverride: ""
Expand Down
8 changes: 4 additions & 4 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.29
version: v2.0.0-rc.30
- name: operator
repository: file://../../components/operator/helm/operator
version: v2.0.0-rc.29
digest: sha256:d34a60d23c51f609a0d500203e9c4d01577d09d7e3c281c7c7d636e5c51c9276
generated: "2024-05-20T08:02:08.48914404Z"
version: v2.0.0-rc.30
digest: sha256:fe7fd2ce54d68a3a7ac3e5582190b585b5356f6aa1647a83a67dfb36fcec46d4
generated: "2024-05-21T09:57:34.664251373Z"
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.29
version: v2.0.0-rc.30
appVersion: "latest"

dependencies:
- name: agent
version: v2.0.0-rc.29
version: v2.0.0-rc.30
repository: "file://../../ee/agent/helm"
condition: agent.enabled
- name: operator
version: v2.0.0-rc.29
version: v2.0.0-rc.30
repository: "file://../../components/operator/helm/operator"
condition: operator.enabled
38 changes: 19 additions & 19 deletions helm/regions/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ operator:

image:
repository: "ghcr.io/formancehq/operator"
tag: "v2.0.0-rc.29"
tag: "v2.0.0-rc.30"
operator:
disableWebhooks: false
region: "private"
Expand All @@ -29,7 +29,7 @@ agent:
enabled: false

image:
tag: "v2.0.0-rc.29"
tag: "v2.0.0-rc.30"
server:
address: "app.formance.cloud:443"
tls:
Expand All @@ -54,33 +54,33 @@ versions:
search: v0.10.0
auth: v0.4.4
wallets: v0.4.6
webhooks: v2.0.0-rc.29
webhooks: v2.0.0-rc.30
payments: v1.0.0-rc.5
stargate: v0.1.10
gateway: v2.0.0-rc.29
gateway: v2.0.0-rc.30
ledger: v1.10.14
operator-utils: v2.0.0-rc.29
operator-utils: v2.0.0-rc.30
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.29
webhooks: v2.0.0-rc.30
payments: v1.0.0-rc.5
stargate: v0.1.10
gateway: v2.0.0-rc.29
gateway: v2.0.0-rc.30
ledger: v1.10.14
operator-utils: v2.0.0-rc.29
operator-utils: v2.0.0-rc.30
v2.0:
ledger: v2.0.0-rc.29
search: v2.0.0-rc.29
stargate: v2.0.0-rc.29
auth: v2.0.0-rc.29
wallets: v2.0.0-rc.29
webhooks: v2.0.0-rc.29
gateway: v2.0.0-rc.29
payments: v2.0.0-rc.29
orchestration: v2.0.0-rc.29
reconciliation: v2.0.0-rc.29
operator-utils: v2.0.0-rc.29
ledger: v2.0.0-rc.30
search: v2.0.0-rc.30
stargate: v2.0.0-rc.30
auth: v2.0.0-rc.30
wallets: v2.0.0-rc.30
webhooks: v2.0.0-rc.30
gateway: v2.0.0-rc.30
payments: v2.0.0-rc.30
orchestration: v2.0.0-rc.30
reconciliation: v2.0.0-rc.30
operator-utils: v2.0.0-rc.30
3 changes: 3 additions & 0 deletions releases/sdks/go/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github.com/cenkalti/backoff/v4 v4.2.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05/go.mod h1:M9R1FoZ3y//hwwnJtO51ypFGwm8ZfpxPT/ZLtO1mcgQ=
github.com/spyzhov/ajson v0.8.0/go.mod h1:63V+CGM6f1Bu/p4nLIN8885ojBdt88TbLoSFzyqMuVA=

0 comments on commit 7cc99ab

Please sign in to comment.