Skip to content

Commit b66e193

Browse files
authored
release: sequencer release 2.0.1 (#2100)
Cut latest sequencer release
1 parent d6a5dfe commit b66e193

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/sequencer/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.0.1
18+
version: 2.0.2
1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to
2121
# follow Semantic Versioning. They should reflect the version the application is using.
2222
# It is recommended to use it with quotes.
23-
appVersion: "2.0.0"
23+
appVersion: "2.0.1"
2424

2525
dependencies:
2626
- name: sequencer-relayer

charts/sequencer/templates/_helpers.tpl

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Namepsace to deploy elements into.
77

88
{{- define "sequencer.imageTag" -}}
99
{{- if or (eq .Values.global.network "custom") (eq .Values.global.dev true) }}{{ .Values.images.sequencer.tag }}
10-
{{- else if eq .Values.global.network "mainnet" }}2.0.0
11-
{{- else if eq .Values.global.network "dawn-1" }}2.0.0
12-
{{- else if eq .Values.global.network "dusk-11" }}2.0.0
10+
{{- else if eq .Values.global.network "mainnet" }}2.0.1
11+
{{- else if eq .Values.global.network "dawn-1" }}2.0.1
12+
{{- else if eq .Values.global.network "dusk-11" }}2.0.1
1313
{{- end }}
1414
{{- end }}
1515

crates/astria-sequencer/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [2.0.1]
13+
1214
### Security
1315

1416
- Update to tendermint 0.40.3 for security patch to ISA-2025-003 [#2099](https://github.com/astriaorg/astria/pull/2099)
@@ -515,7 +517,8 @@ address [#721](https://github.com/astriaorg/astria/pull/721).
515517

516518
- Initial release.
517519

518-
[unreleased]: https://github.com/astriaorg/astria/compare/sequencer-v2.0.0-rc.2...HEAD
520+
[unreleased]: https://github.com/astriaorg/astria/compare/sequencer-v2.0.1...HEAD
521+
[2.0.1]: https://github.com/astriaorg/astria/compare/sequencer-v2.0.0...sequencer-v2.0.1
519522
[2.0.0]: https://github.com/astriaorg/astria/compare/sequencer-v1.0.0...sequencer-v2.0.0
520523
[2.0.0-rc.2]: https://github.com/astriaorg/astria/compare/sequencer-v2.0.0-rc.1...sequencer-v2.0.0-rc.2
521524
[2.0.0-rc.1]: https://github.com/astriaorg/astria/compare/sequencer-v1.0.0...sequencer-v2.0.0-rc.1

crates/astria-sequencer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astria-sequencer"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
rust-version = "1.83.0"

0 commit comments

Comments
 (0)