Skip to content

Commit

Permalink
chore(conductor): release conductor 0.17 (#1139)
Browse files Browse the repository at this point in the history
## Summary
Release latest conductor & chart version using it w/ latest Geth. 

## Background
Breaking change to engine API was made which improves sync time on
restart, needs release with compatible EVM version
  • Loading branch information
joroshiba committed Jun 4, 2024
1 parent fb1d7b8 commit 3a968fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions charts/evm-rollup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.6
version: 0.19.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.10.1"
appVersion: "0.11.0"

dependencies:
- name: celestia-node
Expand Down
4 changes: 2 additions & 2 deletions charts/evm-rollup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ global:
images:
geth:
repo: ghcr.io/astriaorg/astria-geth
tag: 0.10.1
tag: 0.11.0
devTag: latest
conductor:
repo: ghcr.io/astriaorg/conductor
tag: "0.16.0"
tag: "0.17.0"
devTag: latest
composer:
repo: ghcr.io/astriaorg/composer
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-conductor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astria-conductor"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
rust-version = "1.73"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 3a968fb

Please sign in to comment.