Skip to content

Commit 18d0aa4

Browse files
chore(release-please): RELEASE-main (#96)
Co-authored-by: astria-bot[bot] <214186051+astria-bot[bot]@users.noreply.github.com>
1 parent fb0f0f2 commit 18d0aa4

File tree

24 files changed

+118
-27
lines changed

24 files changed

+118
-27
lines changed

.release-please-manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"crates/astria-bridge-withdrawer": "1.0.3",
66
"crates/astria-build-info": "0.1.0",
77
"crates/astria-cli": "0.6.4",
8-
"crates/astria-composer": "1.0.5",
8+
"crates/astria-composer": "1.0.6",
99
"crates/astria-conductor": "2.0.1-rc.1",
1010
"crates/astria-config": "0.1.0",
1111
"crates/astria-core": "0.1.1",
@@ -23,22 +23,22 @@
2323
"crates/astria-sequencer-utils": "0.1.1",
2424
"crates/astria-telemetry": "0.1.0",
2525
"crates/astria-test-utils": "0.1.0",
26-
"charts/account-monitor": "0.0.1",
27-
"charts/astrotrek": "0.0.2",
28-
"charts/auctioneer": "0.0.2",
26+
"charts/account-monitor": "0.0.2",
27+
"charts/astrotrek": "0.0.3",
28+
"charts/auctioneer": "0.0.3",
2929
"charts/celestia-local": "0.7.4",
3030
"charts/celestia-node": "0.5.2",
31-
"charts/composer": "1.0.4",
32-
"charts/evm-bridge-withdrawer": "1.0.5",
33-
"charts/evm-faucet": "0.1.5",
34-
"charts/evm-rollup": "2.1.1",
31+
"charts/composer": "1.0.5",
32+
"charts/evm-bridge-withdrawer": "1.0.6",
33+
"charts/evm-faucet": "0.1.6",
34+
"charts/evm-rollup": "2.1.2",
3535
"charts/evm-stack": "2.1.5",
3636
"charts/external-ingress": "0.1.3",
37-
"charts/flame-rollup": "0.1.3",
37+
"charts/flame-rollup": "0.1.4",
3838
"charts/graph-node": "0.2.2",
3939
"charts/hermes": "0.7.1",
4040
"charts/hyperlane-agents": "0.1.4",
41-
"charts/sequencer": "2.2.3",
41+
"charts/sequencer": "2.2.4",
4242
"charts/sequencer-faucet": "0.9.2",
43-
"charts/sequencer-relayer": "1.0.5"
43+
"charts/sequencer-relayer": "1.0.6"
4444
}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.0.2](https://github.com/astriaorg/astria-release-test/compare/account-monitor-v0.0.1...account-monitor-v0.0.2) (2025-06-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **charts:** use release-test images for charts ([#94](https://github.com/astriaorg/astria-release-test/issues/94)) ([fb0f0f2](https://github.com/astriaorg/astria-release-test/commit/fb0f0f279282a7b5049e2a161f3a299782aa8e2f))

charts/account-monitor/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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: 0.0.1
18+
version: 0.0.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/astrotrek/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.0.3](https://github.com/astriaorg/astria-release-test/compare/astrotrek-v0.0.2...astrotrek-v0.0.3) (2025-06-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **charts:** use release-test images for charts ([#94](https://github.com/astriaorg/astria-release-test/issues/94)) ([fb0f0f2](https://github.com/astriaorg/astria-release-test/commit/fb0f0f279282a7b5049e2a161f3a299782aa8e2f))

charts/astrotrek/Chart.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
apiVersion: v2
22
name: astrotrek
3-
description: A Helm chart for deploying a k8s sequencer explorer for the Astria Sequencer Network.
3+
description: A Helm chart for deploying a k8s sequencer explorer for the Astria
4+
Sequencer Network.
45

56
# A chart can be either an 'application' or a 'library' chart.
67
#
@@ -15,7 +16,7 @@ type: application
1516
# This is the chart version. This version number should be incremented each time you make changes
1617
# to the chart and its templates, including the app version.
1718
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.0.2
19+
version: 0.0.3
1920
# This is the version number of the application being deployed. This version number should be
2021
# incremented each time you make changes to the application. Versions are not expected to
2122
# follow Semantic Versioning. They should reflect the version the application is using.

charts/auctioneer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.0.3](https://github.com/astriaorg/astria-release-test/compare/auctioneer-v0.0.2...auctioneer-v0.0.3) (2025-06-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **charts:** use release-test images for charts ([#94](https://github.com/astriaorg/astria-release-test/issues/94)) ([fb0f0f2](https://github.com/astriaorg/astria-release-test/commit/fb0f0f279282a7b5049e2a161f3a299782aa8e2f))

charts/auctioneer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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: 0.0.2
18+
version: 0.0.3
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/composer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.0.5](https://github.com/astriaorg/astria-release-test/compare/composer-v1.0.4...composer-v1.0.5) (2025-06-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **charts:** use release-test images for charts ([#94](https://github.com/astriaorg/astria-release-test/issues/94)) ([fb0f0f2](https://github.com/astriaorg/astria-release-test/commit/fb0f0f279282a7b5049e2a161f3a299782aa8e2f))

charts/composer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: composer
33
description: Astria composer helm chart
44
type: application
5-
version: 1.0.4
5+
version: 1.0.5
66
appVersion: 1.0.2
77
maintainers:
88
- name: wafflesvonmaple

0 commit comments

Comments
 (0)