File tree 5 files changed +11
-8
lines changed
5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 2.0.1
18
+ version : 2.0.2
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# incremented each time you make changes to the application. Versions are not expected to
21
21
# follow Semantic Versioning. They should reflect the version the application is using.
22
22
# It is recommended to use it with quotes.
23
- appVersion : " 2.0.0 "
23
+ appVersion : " 2.0.1 "
24
24
25
25
dependencies :
26
26
- name : sequencer-relayer
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ Namepsace to deploy elements into.
7
7
8
8
{ {- define " sequencer.imageTag" -} }
9
9
{ {- 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
13
13
{ {- end } }
14
14
{ {- end } }
15
15
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 2.0.1]
13
+
12
14
### Security
13
15
14
16
- 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).
515
517
516
518
- Initial release.
517
519
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
519
522
[ 2.0.0 ] : https://github.com/astriaorg/astria/compare/sequencer-v1.0.0...sequencer-v2.0.0
520
523
[ 2.0.0-rc.2 ] : https://github.com/astriaorg/astria/compare/sequencer-v2.0.0-rc.1...sequencer-v2.0.0-rc.2
521
524
[ 2.0.0-rc.1 ] : https://github.com/astriaorg/astria/compare/sequencer-v1.0.0...sequencer-v2.0.0-rc.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " astria-sequencer"
3
- version = " 2.0.0 "
3
+ version = " 2.0.1 "
4
4
edition = " 2021"
5
5
license = " MIT OR Apache-2.0"
6
6
rust-version = " 1.83.0"
You can’t perform that action at this time.
0 commit comments