Skip to content

Commit

Permalink
Merge pull request #621 from hyperweb-io/anmol/doc-versions
Browse files Browse the repository at this point in the history
docs: version and compatibility
  • Loading branch information
Anmol1696 authored Feb 17, 2025
2 parents 7425ad0 + 74dd772 commit f0b53fd
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,26 @@ registry:
For more details on the configuration options and directives available, refer to the [Starship Config](https://docs.cosmology.zone/starship/config).
## Versions & Compatibility
### 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) |
### Compatibility Matrix
| Starship Version | Helm Chart | NPM CLI | NPM Client | StarshipJS | GitHub Action |
|------------------|---------------------|-------------|-------------|-------------|----------------|
| 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 |
> Note: Starship version 1.2.0+ requires Helm 1.2.0+ and NPM CLI 3.2.0+ for full functionality.
## Running Starship
### Deploying 🚀
Expand Down
21 changes: 21 additions & 0 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,27 @@ registry:
For more details on the configuration options and directives available, refer to the [Starship Config](https://docs.cosmology.zone/starship/config).
### Versions & Compatibility
#### 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) |
#### Compatibility Matrix
| Starship Version | Helm Chart | NPM CLI | NPM Client | StarshipJS | GitHub Action |
|------------------|---------------------|-------------|-------------|-------------|----------------|
| 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 |
> Note: Starship version 1.2.0+ requires Helm 1.2.0+ and NPM CLI 3.2.0+ for full functionality.
### Running Starship
#### Deploying 🚀
Expand Down

0 comments on commit f0b53fd

Please sign in to comment.