diff --git a/clients/js/__output__/custom-pod-ports.yaml b/clients/js/__output__/custom-pod-ports.yaml index d26a75f69..1458b9981 100644 --- a/clients/js/__output__/custom-pod-ports.yaml +++ b/clients/js/__output__/custom-pod-ports.yaml @@ -7,6 +7,7 @@ chains: defaultPorts: rpc: 26657 grpc: 9090 + grpc-web: 9091 rest: 1317 exposer: 8081 faucet: 8000 diff --git a/clients/js/packages/cli/CHANGELOG.md b/clients/js/packages/cli/CHANGELOG.md index a91cb1f29..6fd548282 100644 --- a/clients/js/packages/cli/CHANGELOG.md +++ b/clients/js/packages/cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.10.1...@starship-ci/cli@2.10.2) (2024-10-03) + +**Note:** Version bump only for package @starship-ci/cli + ## [2.10.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.10.0...@starship-ci/cli@2.10.1) (2024-09-17) **Note:** Version bump only for package @starship-ci/cli diff --git a/clients/js/packages/cli/package.json b/clients/js/packages/cli/package.json index d189b0004..0034b9e69 100644 --- a/clients/js/packages/cli/package.json +++ b/clients/js/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@starship-ci/cli", - "version": "2.10.1", + "version": "2.10.2", "author": "Dan Lynch ", "description": "Starship CLI", "main": "index.js", @@ -55,7 +55,7 @@ "@types/js-yaml": "^4.0.9" }, "dependencies": { - "@starship-ci/client": "^2.9.1", + "@starship-ci/client": "^2.9.2", "chalk": "^4.1.0", "deepmerge": "^4.3.1", "inquirerer": "^1.9.0", diff --git a/clients/js/packages/cli/src/utils.ts b/clients/js/packages/cli/src/utils.ts index a4ad2489c..5d543bc24 100644 --- a/clients/js/packages/cli/src/utils.ts +++ b/clients/js/packages/cli/src/utils.ts @@ -38,7 +38,8 @@ export const params: string[] = [ 'repo', 'repoUrl', 'chart', - 'namespace' + 'namespace', + 'timeout' ]; export const loadConfig = (argv: any): Config => { @@ -89,6 +90,8 @@ Command-line Options: Will overide config file settings for name. --version Specify the version of the Helm chart, default: v0.2.6. Will overide config file settings for version. + --timeout