Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"crates/astria-bridge-withdrawer": "1.0.3",
"crates/astria-build-info": "0.1.0",
"crates/astria-cli": "0.6.4",
"crates/astria-composer": "1.0.6",
"crates/astria-composer": "1.0.7",
"crates/astria-conductor": "2.0.1-rc.1",
"crates/astria-config": "0.1.0",
"crates/astria-core": "0.1.1",
Expand All @@ -23,22 +23,22 @@
"crates/astria-sequencer-utils": "0.1.1",
"crates/astria-telemetry": "0.1.0",
"crates/astria-test-utils": "0.1.0",
"charts/account-monitor": "0.0.2",
"charts/astrotrek": "0.0.3",
"charts/auctioneer": "0.0.3",
"charts/account-monitor": "0.0.3",
"charts/astrotrek": "0.0.4",
"charts/auctioneer": "0.0.4",
"charts/celestia-local": "0.7.4",
"charts/celestia-node": "0.5.2",
"charts/composer": "1.0.5",
"charts/evm-bridge-withdrawer": "1.0.6",
"charts/evm-faucet": "0.1.6",
"charts/evm-rollup": "2.1.2",
"charts/composer": "1.0.6",
"charts/evm-bridge-withdrawer": "1.0.7",
"charts/evm-faucet": "0.1.7",
"charts/evm-rollup": "2.1.3",
"charts/evm-stack": "2.1.5",
"charts/external-ingress": "0.1.3",
"charts/flame-rollup": "0.1.4",
"charts/flame-rollup": "0.1.5",
"charts/graph-node": "0.2.2",
"charts/hermes": "0.7.1",
"charts/hyperlane-agents": "0.1.4",
"charts/sequencer": "2.2.4",
"charts/sequencer": "2.2.5",
"charts/sequencer-faucet": "0.9.2",
"charts/sequencer-relayer": "1.0.6"
"charts/sequencer-relayer": "1.0.7"
}
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.

7 changes: 7 additions & 0 deletions charts/account-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Changelog

## [0.0.3](https://github.com/astriaorg/astria-release-test/compare/account-monitor-v0.0.2...account-monitor-v0.0.3) (2025-06-05)

Check failure on line 3 in charts/account-monitor/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown

Line length

charts/account-monitor/CHANGELOG.md:3:81 MD013/line-length Line length [Expected: 80; Actual: 129] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md013.md


### Bug Fixes

* **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))

Check failure on line 8 in charts/account-monitor/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown

Line length

charts/account-monitor/CHANGELOG.md:8:81 MD013/line-length Line length [Expected: 80; Actual: 226] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md013.md

## [0.0.2](https://github.com/astriaorg/astria-release-test/compare/account-monitor-v0.0.1...account-monitor-v0.0.2) (2025-06-05)

Check failure on line 10 in charts/account-monitor/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown

Line length

charts/account-monitor/CHANGELOG.md:10:81 MD013/line-length Line length [Expected: 80; Actual: 129] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md013.md


### Bug Fixes

Check failure on line 13 in charts/account-monitor/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown

Multiple headings with the same content

charts/account-monitor/CHANGELOG.md:13 MD024/no-duplicate-heading/no-duplicate-header Multiple headings with the same content [Context: "### Bug Fixes"] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md024.md

* **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))

Check failure on line 15 in charts/account-monitor/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown

Line length

charts/account-monitor/CHANGELOG.md:15:81 MD013/line-length Line length [Expected: 80; Actual: 226] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md013.md
2 changes: 1 addition & 1 deletion charts/account-monitor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.0.2
version: 0.0.3

# 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
7 changes: 7 additions & 0 deletions charts/astrotrek/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Changelog

## [0.0.4](https://github.com/astriaorg/astria-release-test/compare/astrotrek-v0.0.3...astrotrek-v0.0.4) (2025-06-05)

Check failure on line 3 in charts/astrotrek/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown

Line length

charts/astrotrek/CHANGELOG.md:3:81 MD013/line-length Line length [Expected: 80; Actual: 117] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md013.md


### Bug Fixes

* **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))

Check failure on line 8 in charts/astrotrek/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown

Line length

charts/astrotrek/CHANGELOG.md:8:81 MD013/line-length Line length [Expected: 80; Actual: 226] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md013.md

## [0.0.3](https://github.com/astriaorg/astria-release-test/compare/astrotrek-v0.0.2...astrotrek-v0.0.3) (2025-06-05)

Check failure on line 10 in charts/astrotrek/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown

Line length

charts/astrotrek/CHANGELOG.md:10:81 MD013/line-length Line length [Expected: 80; Actual: 117] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md013.md


### Bug Fixes

Check failure on line 13 in charts/astrotrek/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown

Multiple headings with the same content

charts/astrotrek/CHANGELOG.md:13 MD024/no-duplicate-heading/no-duplicate-header Multiple headings with the same content [Context: "### Bug Fixes"] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md024.md

* **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))

Check failure on line 15 in charts/astrotrek/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown

Line length

charts/astrotrek/CHANGELOG.md:15:81 MD013/line-length Line length [Expected: 80; Actual: 226] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md013.md
2 changes: 1 addition & 1 deletion charts/astrotrek/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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.0.3
version: 0.0.4
# 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.
Expand Down
7 changes: 7 additions & 0 deletions charts/auctioneer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.4](https://github.com/astriaorg/astria-release-test/compare/auctioneer-v0.0.3...auctioneer-v0.0.4) (2025-06-05)


### Bug Fixes

* **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))

## [0.0.3](https://github.com/astriaorg/astria-release-test/compare/auctioneer-v0.0.2...auctioneer-v0.0.3) (2025-06-05)


Expand Down
2 changes: 1 addition & 1 deletion charts/auctioneer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.0.3
version: 0.0.4

# 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
7 changes: 7 additions & 0 deletions charts/composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.6](https://github.com/astriaorg/astria-release-test/compare/composer-v1.0.5...composer-v1.0.6) (2025-06-05)


### Bug Fixes

* **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))

## [1.0.5](https://github.com/astriaorg/astria-release-test/compare/composer-v1.0.4...composer-v1.0.5) (2025-06-05)


Expand Down
2 changes: 1 addition & 1 deletion charts/composer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: composer
description: Astria composer helm chart
type: application
version: 1.0.5
version: 1.0.6
appVersion: 1.0.2
maintainers:
- name: wafflesvonmaple
Expand Down
7 changes: 7 additions & 0 deletions charts/evm-bridge-withdrawer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.7](https://github.com/astriaorg/astria-release-test/compare/evm-bridge-withdrawer-v1.0.6...evm-bridge-withdrawer-v1.0.7) (2025-06-05)


### Bug Fixes

* **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))

## [1.0.6](https://github.com/astriaorg/astria-release-test/compare/evm-bridge-withdrawer-v1.0.5...evm-bridge-withdrawer-v1.0.6) (2025-06-05)


Expand Down
2 changes: 1 addition & 1 deletion charts/evm-bridge-withdrawer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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: 1.0.6
version: 1.0.7

# 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
7 changes: 7 additions & 0 deletions charts/evm-faucet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.7](https://github.com/astriaorg/astria-release-test/compare/evm-faucet-v0.1.6...evm-faucet-v0.1.7) (2025-06-05)


### Bug Fixes

* **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))

## [0.1.6](https://github.com/astriaorg/astria-release-test/compare/evm-faucet-v0.1.5...evm-faucet-v0.1.6) (2025-06-05)


Expand Down
2 changes: 1 addition & 1 deletion charts/evm-faucet/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.1.6
version: 0.1.7

# 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
7 changes: 7 additions & 0 deletions charts/evm-rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.3](https://github.com/astriaorg/astria-release-test/compare/evm-rollup-v2.1.2...evm-rollup-v2.1.3) (2025-06-05)


### Bug Fixes

* **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))

## [2.1.2](https://github.com/astriaorg/astria-release-test/compare/evm-rollup-v2.1.1...evm-rollup-v2.1.2) (2025-06-05)


Expand Down
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
# 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: 2.1.2
version: 2.1.3

# 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
7 changes: 7 additions & 0 deletions charts/flame-rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/astriaorg/astria-release-test/compare/flame-rollup-v0.1.4...flame-rollup-v0.1.5) (2025-06-05)


### Bug Fixes

* **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))

## [0.1.4](https://github.com/astriaorg/astria-release-test/compare/flame-rollup-v0.1.3...flame-rollup-v0.1.4) (2025-06-05)


Expand Down
2 changes: 1 addition & 1 deletion charts/flame-rollup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.1.4
version: 0.1.5
# 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.
Expand Down
7 changes: 7 additions & 0 deletions charts/sequencer-relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.7](https://github.com/astriaorg/astria-release-test/compare/sequencer-relayer-v1.0.6...sequencer-relayer-v1.0.7) (2025-06-05)


### Bug Fixes

* **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))

## [1.0.6](https://github.com/astriaorg/astria-release-test/compare/sequencer-relayer-v1.0.5...sequencer-relayer-v1.0.6) (2025-06-05)


Expand Down
2 changes: 1 addition & 1 deletion charts/sequencer-relayer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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: 1.0.6
version: 1.0.7

# 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
7 changes: 7 additions & 0 deletions charts/sequencer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.5](https://github.com/astriaorg/astria-release-test/compare/sequencer-v2.2.4...sequencer-v2.2.5) (2025-06-05)


### Bug Fixes

* **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))

## [2.2.4](https://github.com/astriaorg/astria-release-test/compare/sequencer-v2.2.3...sequencer-v2.2.4) (2025-06-05)


Expand Down
2 changes: 1 addition & 1 deletion charts/sequencer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sequencer
description: A Helm chart for deploying a k8s node of Astria Sequencer
type: application
version: 2.2.4
version: 2.2.5
appVersion: 3.1.0-rc.1
dependencies:
- name: sequencer-relayer
Expand Down
9 changes: 9 additions & 0 deletions crates/astria-composer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.7](https://github.com/astriaorg/astria-release-test/compare/composer-v1.0.6...composer-v1.0.7) (2025-06-05)


### Bug Fixes

* add documentation for Astria CLI, Composer & Sequencer ([#73](https://github.com/astriaorg/astria-release-test/issues/73)) ([003d2ba](https://github.com/astriaorg/astria-release-test/commit/003d2ba208bc548ec6d07901269e3dbf62c2da8d))
* **composer:** add test file ([accda65](https://github.com/astriaorg/astria-release-test/commit/accda65b88002bcd214e8f3990d42de3c138f0c0))
* **composer:** bump version to 1.0.2-rc.1 in Cargo.toml and improve unsubscribe warning message in geth.rs ([a298ec5](https://github.com/astriaorg/astria-release-test/commit/a298ec5c52d3350d564da9223fec9946482bdf66))

## [1.0.6](https://github.com/astriaorg/astria-release-test/compare/composer-v1.0.5...composer-v1.0.6) (2025-06-05)


Expand Down
2 changes: 1 addition & 1 deletion crates/astria-composer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astria-composer"
version = "1.0.6"
version = "1.0.7"
edition = "2021"
rust-version = "1.83.0"
license = "MIT OR Apache-2.0"
Expand Down
Loading