-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into anmol/ics-support
- Loading branch information
Showing
38 changed files
with
301 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,10 +92,9 @@ runs: | |
|
||
- name: Setup Test infra | ||
id: starship-action | ||
uses: cosmology-tech/[email protected].1 | ||
uses: cosmology-tech/[email protected].5 | ||
with: | ||
config: ${{ env.CONFIG_FILE }} | ||
version: 0.0.0 | ||
chart: ./starship/charts/devnet | ||
kubeconfig: ${{ steps.kubeconfig.outputs.content }} | ||
cli-version: 0.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ on: | |
- "!starship/docker/**" | ||
- ".github/workflows/pr-tests.yaml" | ||
types: [opened, reopened, synchronize, ready_for_review] | ||
workflow_dispatch: {} | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }}-pr-tests | ||
|
@@ -75,10 +76,9 @@ jobs: | |
- name: Setup Test infra | ||
id: starship-action | ||
uses: cosmology-tech/[email protected].1 | ||
uses: cosmology-tech/[email protected].5 | ||
with: | ||
config: ${{ env.CONFIG_FILE }} | ||
version: 0.0.0 | ||
chart: ./starship/charts/devnet | ||
cli-version: 0.0.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,10 +54,9 @@ jobs: | |
- name: Setup Test infra | ||
id: starship-action | ||
uses: cosmology-tech/[email protected].1 | ||
uses: cosmology-tech/[email protected].5 | ||
with: | ||
config: ${{ env.CONFIG_FILE }} | ||
version: 0.0.0 | ||
chart: ./starship/charts/devnet | ||
cli-version: 0.0.0 | ||
|
||
|
@@ -115,10 +114,9 @@ jobs: | |
- name: Setup Test infra | ||
id: starship-action | ||
uses: cosmology-tech/[email protected].1 | ||
uses: cosmology-tech/[email protected].5 | ||
with: | ||
config: ${{ env.CONFIG_FILE }} | ||
version: 0.0.0 | ||
chart: ./starship/charts/devnet | ||
cli-version: 0.0.0 | ||
|
||
|
@@ -176,10 +174,9 @@ jobs: | |
- name: Setup Test infra | ||
id: starship-action | ||
uses: cosmology-tech/[email protected].1 | ||
uses: cosmology-tech/[email protected].5 | ||
with: | ||
config: ${{ env.CONFIG_FILE }} | ||
version: 0.0.0 | ||
chart: ./starship/charts/devnet | ||
cli-version: 0.0.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
*.json | ||
*.md | ||
*.css | ||
*.d.ts | ||
|
||
node_modules/ | ||
dist/ | ||
main/ | ||
module/ | ||
coverage/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
name: starship | ||
version: v0.2.3 | ||
|
||
chains: | ||
- id: osmosis-1 | ||
name: osmosis | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
name: starship | ||
version: v0.2.3 | ||
|
||
chains: | ||
- id: osmosis-1 | ||
name: osmosis | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
node_modules/ | ||
dist/ | ||
main/ | ||
module/ | ||
coverage/ | ||
prompt.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,26 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.9.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/[email protected]...@starship-ci/[email protected]) (2024-06-24) | ||
|
||
**Note:** Version bump only for package @starship-ci/cli | ||
|
||
## [2.8.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/[email protected]...@starship-ci/[email protected]) (2024-06-21) | ||
|
||
**Note:** Version bump only for package @starship-ci/cli | ||
|
||
# [2.8.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/[email protected]...@starship-ci/[email protected]) (2024-06-21) | ||
|
||
**Note:** Version bump only for package @starship-ci/cli | ||
|
||
## [2.7.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/[email protected]...@starship-ci/[email protected]) (2024-06-21) | ||
|
||
**Note:** Version bump only for package @starship-ci/cli | ||
|
||
## [2.7.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/[email protected]...@starship-ci/[email protected]) (2024-06-21) | ||
|
||
**Note:** Version bump only for package @starship-ci/cli | ||
|
||
# [2.7.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/[email protected]...@starship-ci/[email protected]) (2024-06-19) | ||
|
||
**Note:** Version bump only for package @starship-ci/cli | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@starship-ci/cli", | ||
"version": "2.7.0", | ||
"version": "2.9.0", | ||
"author": "Dan Lynch <[email protected]>", | ||
"description": "Starship CLI", | ||
"main": "index.js", | ||
|
@@ -29,6 +29,8 @@ | |
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy; npm run chmod", | ||
"chmod": "chmod +x dist/index.js", | ||
"dev": "ts-node src/index", | ||
"lint": "eslint .", | ||
"format": "eslint . --fix", | ||
"test": "jest", | ||
"test:watch": "jest --watch" | ||
}, | ||
|
@@ -53,7 +55,7 @@ | |
"@types/js-yaml": "^4.0.9" | ||
}, | ||
"dependencies": { | ||
"@starship-ci/client": "^2.7.0", | ||
"@starship-ci/client": "^2.8.0", | ||
"chalk": "^4.1.0", | ||
"deepmerge": "^4.3.1", | ||
"inquirerer": "^1.9.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
node_modules/ | ||
dist/ | ||
main/ | ||
module/ | ||
coverage/ | ||
prompt.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,18 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.8.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/[email protected]...@starship-ci/[email protected]) (2024-06-24) | ||
|
||
**Note:** Version bump only for package @starship-ci/client | ||
|
||
## [2.7.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/[email protected]...@starship-ci/[email protected]) (2024-06-21) | ||
|
||
**Note:** Version bump only for package @starship-ci/client | ||
|
||
## [2.7.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/[email protected]...@starship-ci/[email protected]) (2024-06-21) | ||
|
||
**Note:** Version bump only for package @starship-ci/client | ||
|
||
# [2.7.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/[email protected]...@starship-ci/[email protected]) (2024-06-19) | ||
|
||
**Note:** Version bump only for package @starship-ci/client | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.