From 5f972b69e8ffec8c7942ef30c6f4fb931c2d72fc Mon Sep 17 00:00:00 2001 From: Jordan Oroshiba Date: Thu, 9 May 2024 12:00:39 -0700 Subject: [PATCH] release: conductor 0.15.0, relayer 0.13.0 (#1058) ## Summary Release breaking change new versions of conductor and relayer which work together. --- Cargo.lock | 4 ++-- charts/evm-rollup/Chart.yaml | 2 +- charts/evm-rollup/values.yaml | 2 +- charts/sequencer-relayer/Chart.yaml | 4 ++-- charts/sequencer-relayer/templates/configmaps.yaml | 2 +- charts/sequencer-relayer/values.yaml | 2 +- charts/sequencer/Chart.lock | 6 +++--- charts/sequencer/Chart.yaml | 4 ++-- crates/astria-conductor/Cargo.toml | 2 +- crates/astria-sequencer-relayer/Cargo.toml | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8050b95d32..d65e0ac860 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -570,7 +570,7 @@ dependencies = [ [[package]] name = "astria-conductor" -version = "0.14.0" +version = "0.15.0" dependencies = [ "astria-build-info", "astria-config", @@ -793,7 +793,7 @@ dependencies = [ [[package]] name = "astria-sequencer-relayer" -version = "0.12.0" +version = "0.13.0" dependencies = [ "assert-json-diff", "astria-build-info", diff --git a/charts/evm-rollup/Chart.yaml b/charts/evm-rollup/Chart.yaml index 1e27671403..acc04e1672 100644 --- a/charts/evm-rollup/Chart.yaml +++ b/charts/evm-rollup/Chart.yaml @@ -15,7 +15,7 @@ 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: 0.15.3 +version: 0.16.0 # 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 diff --git a/charts/evm-rollup/values.yaml b/charts/evm-rollup/values.yaml index 5594fc6f54..ce1dea6403 100644 --- a/charts/evm-rollup/values.yaml +++ b/charts/evm-rollup/values.yaml @@ -13,7 +13,7 @@ images: devTag: latest conductor: repo: ghcr.io/astriaorg/conductor - tag: "0.14.0" + tag: "0.15.0" devTag: latest composer: repo: ghcr.io/astriaorg/composer diff --git a/charts/sequencer-relayer/Chart.yaml b/charts/sequencer-relayer/Chart.yaml index d0d150412f..425827eb07 100644 --- a/charts/sequencer-relayer/Chart.yaml +++ b/charts/sequencer-relayer/Chart.yaml @@ -15,13 +15,13 @@ 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: 0.6.3 +version: 0.7.0 # 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: "0.12.0" +appVersion: "0.13.0" maintainers: - name: wafflesvonmaple diff --git a/charts/sequencer-relayer/templates/configmaps.yaml b/charts/sequencer-relayer/templates/configmaps.yaml index 0a887a1a64..7b0fd2346d 100644 --- a/charts/sequencer-relayer/templates/configmaps.yaml +++ b/charts/sequencer-relayer/templates/configmaps.yaml @@ -27,9 +27,9 @@ data: OTEL_EXPORTER_OTLP_HEADERS: "{{ .Values.config.relayer.otel.otlpHeaders }}" OTEL_EXPORTER_OTLP_TRACE_HEADERS: "{{ .Values.config.relayer.otel.traceHeaders }}" OTEL_SERVICE_NAME: "{{ tpl .Values.config.relayer.otel.serviceName . }}" + ASTRIA_SEQUENCER_RELAYER_ONLY_INCLUDE_ROLLUPS: "{{ .Values.config.relayer.onlyIncludeRollups }}" {{- if not .Values.global.dev }} {{- else }} - ASTRIA_SEQUENCER_RELAYER_ONLY_INCLUDE_ROLLUPS: "{{ .Values.config.relayer.onlyIncludeRollups }}" {{- end }} --- apiVersion: v1 diff --git a/charts/sequencer-relayer/values.yaml b/charts/sequencer-relayer/values.yaml index 4caebcff5e..6799d2a2b2 100644 --- a/charts/sequencer-relayer/values.yaml +++ b/charts/sequencer-relayer/values.yaml @@ -13,7 +13,7 @@ global: images: sequencerRelayer: repo: ghcr.io/astriaorg/sequencer-relayer - tag: "0.12.0" + tag: "0.13.0" devTag: latest config: diff --git a/charts/sequencer/Chart.lock b/charts/sequencer/Chart.lock index f4053efd71..499df05927 100644 --- a/charts/sequencer/Chart.lock +++ b/charts/sequencer/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: sequencer-relayer repository: file://../sequencer-relayer - version: 0.6.3 -digest: sha256:3bcedb383bf008451bf8689bd9ef844f77bbf4862521212a9c6991b40090104c -generated: "2024-05-01T09:00:22.402791-07:00" + version: 0.7.0 +digest: sha256:d2dd2fe6269d865f106374173bb2dd5cea3f354185fbd03c54b3a9ecceb01c71 +generated: "2024-05-08T13:42:42.507768-07:00" diff --git a/charts/sequencer/Chart.yaml b/charts/sequencer/Chart.yaml index 9ad52fbbc1..84b88f25de 100644 --- a/charts/sequencer/Chart.yaml +++ b/charts/sequencer/Chart.yaml @@ -15,7 +15,7 @@ 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: 0.13.4 +version: 0.13.5 # 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 @@ -25,7 +25,7 @@ appVersion: "0.11.0" dependencies: - name: sequencer-relayer - version: "0.6.3" + version: "0.7.0" repository: "file://../sequencer-relayer" condition: sequencer-relayer.enabled diff --git a/crates/astria-conductor/Cargo.toml b/crates/astria-conductor/Cargo.toml index b224347a44..cb3c194452 100644 --- a/crates/astria-conductor/Cargo.toml +++ b/crates/astria-conductor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astria-conductor" -version = "0.14.0" +version = "0.15.0" edition = "2021" rust-version = "1.73" license = "MIT OR Apache-2.0" diff --git a/crates/astria-sequencer-relayer/Cargo.toml b/crates/astria-sequencer-relayer/Cargo.toml index b11c911bf7..22f770eecd 100644 --- a/crates/astria-sequencer-relayer/Cargo.toml +++ b/crates/astria-sequencer-relayer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astria-sequencer-relayer" -version = "0.12.0" +version = "0.13.0" edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.73"