Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Here’s a sample configuration:

```yaml
name: starship-localnet
version: 1.0.0
version: 1.3.0

chains:
- id: osmosis-1
Expand Down Expand Up @@ -85,15 +85,16 @@ For more details on the configuration options and directives available, refer to
### Current Versions
| Component | Version | Link |
|------------------------|---------|-------------------------------------------------------------------------------------|
| Helm Chart | 1.2.0 | - |
| Starship NPM CLI | 3.2.0 | [NPM](https://www.npmjs.com/package/@starship-ci/client/v/3.2.0) |
| NPM Client | 3.2.0 | [NPM](https://www.npmjs.com/package/@starship-ci/cli/v/3.2.0) |
| NPM StarshipJS | 3.0.0 | [NPM](https://www.npmjs.com/package/starshipjs/v/3.0.0) |
| Starship GitHub Action | 0.5.8 | [Github Action](https://github.com/hyperweb-io/starship-action/releases/tag/0.5.8) |
| Helm Chart | 1.3.0 | - |
| Starship NPM CLI | 3.3.0 | [NPM](https://www.npmjs.com/package/@starship-ci/client/v/3.2.0) |
| NPM Client | 3.3.0 | [NPM](https://www.npmjs.com/package/@starship-ci/cli/v/3.2.0) |
| NPM StarshipJS | 3.3.0 | [NPM](https://www.npmjs.com/package/starshipjs/v/3.0.0) |
| Starship GitHub Action | 0.5.8 | [Github Action](https://github.com/hyperweb-io/starship-action/releases/tag/0.5.8) |

### Compatibility Matrix
| Starship Version | Helm Chart | NPM CLI | NPM Client | StarshipJS | GitHub Action |
|------------------|---------------------|-------------|-------------|-------------|----------------|
| 1.3.0 | ✅ 1.3.0 | ✅ 3.3.0 | ✅ 3.3.0 | ✅ 3.3.0 | ✅ 0.5.8 |
| 1.2.0 | ✅ 1.2.0 | ✅ 3.2.0 | ✅ 3.2.0 | ✅ 3.0.0 | ✅ 0.5.8 |
| 1.1.0 | ✅ 1.1.0 | ✅ 3.1.0 | ✅ 3.1.0 | ✅ 3.0.0 | ✅ 0.5.6 |
| 1.0.0 | ✅ 1.0.0 | ✅ 3.0.0 | ✅ 3.0.0 | ✅ 3.0.0 | ✅ 0.5.5 |
Expand Down
11 changes: 6 additions & 5 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Here’s a sample configuration:

```yaml
name: starship-localnet
version: 1.0.0
version: 1.3.0

chains:
- id: osmosis-1
Expand Down Expand Up @@ -117,16 +117,17 @@ For more details on the configuration options and directives available, refer to
#### Current Versions
| Component | Version | Link |
|------------------------|---------|-------------------------------------------------------------------------------------|
| Helm Chart | 1.2.0 | - |
| Starship NPM CLI | 3.2.0 | [NPM](https://www.npmjs.com/package/@starship-ci/client/v/3.2.0) |
| NPM Client | 3.2.0 | [NPM](https://www.npmjs.com/package/@starship-ci/cli/v/3.2.0) |
| NPM StarshipJS | 3.0.0 | [NPM](https://www.npmjs.com/package/starshipjs/v/3.0.0) |
| Helm Chart | 1.3.0 | - |
| Starship NPM CLI | 3.3.0 | [NPM](https://www.npmjs.com/package/@starship-ci/client/v/3.2.0) |
| NPM Client | 3.3.0 | [NPM](https://www.npmjs.com/package/@starship-ci/cli/v/3.2.0) |
| NPM StarshipJS | 3.3.0 | [NPM](https://www.npmjs.com/package/starshipjs/v/3.0.0) |
| Starship GitHub Action | 0.5.8 | [Github Action](https://github.com/hyperweb-io/starship-action/releases/tag/0.5.8) |


#### Compatibility Matrix
| Starship Version | Helm Chart | NPM CLI | NPM Client | StarshipJS | GitHub Action |
|------------------|---------------------|-------------|-------------|-------------|----------------|
| 1.3.0 | ✅ 1.3.0 | ✅ 3.3.0 | ✅ 3.3.0 | ✅ 3.3.0 | ✅ 0.5.8 |
| 1.2.0 | ✅ 1.2.0 | ✅ 3.2.0 | ✅ 3.2.0 | ✅ 3.0.0 | ✅ 0.5.8 |
| 1.1.0 | ✅ 1.1.0 | ✅ 3.1.0 | ✅ 3.1.0 | ✅ 3.0.0 | ✅ 0.5.6 |
| 1.0.0 | ✅ 1.0.0 | ✅ 3.0.0 | ✅ 3.0.0 | ✅ 3.0.0 | ✅ 0.5.5 |
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/agoric.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: agoric-3
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/build-chain.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: cosmoshub-4
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/evmos.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: evmos_9000-1
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/injective.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: injective-1
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/multi-relayer.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: osmosis-1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: osmosis-1
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/multi-validator.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: osmosis-1
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/neutron-relayer.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: neutron-1
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/neutron.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: neutron-1
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/noble.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: noble-1
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/one-chain-cometmock.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: cosmoshub-4
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/one-chain-custom-scripts.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: osmosis-1
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/one-chain-starship-faucet.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: osmosis-1
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/one-chain.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: osmosis-1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: cosmoshub-4
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/one-custom-chain.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: custom-1
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/simapp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

images:
## Explicitly set image pull policy to always, since we are using the latest tag of the imgaes (which might be cached)
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/three-chain.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: osmosis-1
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/two-chain-cometmock.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: osmosis-1
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/two-chain-cosmos.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: osmosis-1
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/two-chain-gorelayer.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: osmosis-1
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/two-chain-monitoring.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: osmosis-1
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/two-chain.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: starship-e2e-tests
version: 1.0.0
version: 1.3.0

chains:
- id: osmosis-1
Expand Down