Skip to content

Commit

Permalink
chore(conductor): release conductor 0.13.1, update evm chart (#927)
Browse files Browse the repository at this point in the history
## Summary
Cut a new release of conductor, with tls fixes. Update the EVM chart to
support that + latest evm release.

## Background
There was a minor bug fix to support http2 grpcs over ssl, new release
cut for that.
  • Loading branch information
joroshiba authored Apr 5, 2024
1 parent 99e53a6 commit 6cc8e2b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion charts/evm-rollup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 0.11.0
version: 0.11.1

# 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
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/go-ethereum
tag: "0.9.0"
tag: "0.9.1"
devTag: latest
conductor:
repo: ghcr.io/astriaorg/conductor
tag: "0.13.0"
tag: "0.13.1"
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.13.0"
version = "0.13.1"
edition = "2021"
rust-version = "1.73"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 6cc8e2b

Please sign in to comment.