Skip to content

Commit

Permalink
upgrade starshipjs client version to 0.2.1 from 0.2.1-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed May 23, 2024
1 parent f16deb0 commit 74a5b44
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion clients/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const client = new StarshipClient({
helmRepo: 'starship',
helmRepoUrl: 'https://cosmology-tech.github.io/starship/',
helmChart: 'devnet',
helmVersion: 'v0.1.38'
helmVersion: 'v0.2.1'
});
```

Expand Down
2 changes: 1 addition & 1 deletion clients/js/__fixtures__/starship-context-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ helmFile: ./config.yaml
helmRepo: starship
helmRepoUrl: https://cosmology-tech.github.io/starship/
helmChart: devnet
helmVersion: v0.2.1-rc0
helmVersion: v0.2.1
2 changes: 1 addition & 1 deletion clients/js/packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starship-ci/cli",
"version": "1.9.0",
"version": "2.0.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "Starship CLI",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion clients/js/packages/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const client = new StarshipClient({
helmRepo: 'starship',
helmRepoUrl: 'https://cosmology-tech.github.io/starship/',
helmChart: 'devnet',
helmVersion: 'v0.1.38'
helmVersion: 'v0.2.1'
});
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Call: savePodPorts("../../__output__/default-pod-ports.yaml")
Call: setup()
helm repo add starship https://cosmology-tech.github.io/starship/
helm repo update
helm search repo starship/devnet --version v0.2.1-rc0
helm search repo starship/devnet --version v0.2.1
Call: deploy()
Log: Installing the helm chart. This is going to take a while.....
helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.1-rc0
helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.1
Log: Run "starship get-pods" to check the status of the cluster
Call: startPortForward()
Log: Attempting to stop any existing port-forwards...
Expand Down Expand Up @@ -44,8 +44,8 @@ helm delete osmojs"
exports[`StarshipClient setup 2`] = `
"helm repo add starship https://cosmology-tech.github.io/starship/
helm repo update
helm search repo starship/devnet --version v0.2.1-rc0
helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.1-rc0
helm search repo starship/devnet --version v0.2.1
helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.1
ps -ef | grep -i 'kubectl port-forward' | grep -v 'grep' | awk '{print $2}'
sleep 2
kubectl port-forward pods/osmosis-genesis-0 26657:26657 > /dev/null 2>&1 &
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Call: savePodPorts("../../__output__/custom-pod-ports.yaml")
Call: setup()
helm repo add starship https://cosmology-tech.github.io/starship/
helm repo update
helm search repo starship/devnet --version v0.2.1-rc0
helm search repo starship/devnet --version v0.2.1
Call: deploy()
Log: Installing the helm chart. This is going to take a while.....
helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.1-rc0
helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.1
Log: Run "starship get-pods" to check the status of the cluster
Call: startPortForward()
Log: Attempting to stop any existing port-forwards...
Expand Down Expand Up @@ -42,8 +42,8 @@ helm delete osmojs"
exports[`StarshipClient setup 2`] = `
"helm repo add starship https://cosmology-tech.github.io/starship/
helm repo update
helm search repo starship/devnet --version v0.2.1-rc0
helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.1-rc0
helm search repo starship/devnet --version v0.2.1
helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.1
ps -ef | grep -i 'kubectl port-forward' | grep -v 'grep' | awk '{print $2}'
sleep 2
kubectl port-forward pods/osmosis-genesis-0 1317:6767676 > /dev/null 2>&1 &
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ exports[`StarshipClient setup 1`] = `
Call: setup()
helm repo add starship https://cosmology-tech.github.io/starship/
helm repo update
helm search repo starship/devnet --version v0.2.1-rc0
helm search repo starship/devnet --version v0.2.1
Call: deploy()
Log: Installing the helm chart. This is going to take a while.....
helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.1-rc0
helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.1
Log: Run "starship get-pods" to check the status of the cluster
Call: startPortForward()
Log: Attempting to stop any existing port-forwards...
Expand Down Expand Up @@ -42,8 +42,8 @@ helm delete osmojs"
exports[`StarshipClient setup 2`] = `
"helm repo add starship https://cosmology-tech.github.io/starship/
helm repo update
helm search repo starship/devnet --version v0.2.1-rc0
helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.1-rc0
helm search repo starship/devnet --version v0.2.1
helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.1
ps -ef | grep -i 'kubectl port-forward' | grep -v 'grep' | awk '{print $2}'
sleep 2
kubectl port-forward pods/osmosis-genesis-0 26657:26657 > /dev/null 2>&1 &
Expand Down
2 changes: 1 addition & 1 deletion clients/js/packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starship-ci/client",
"version": "1.6.0",
"version": "2.0.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "Starship CI Client",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion clients/js/packages/client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const defaultStarshipContext: Partial<StarshipContext> = {
helmRepo: 'starship',
helmRepoUrl: 'https://cosmology-tech.github.io/starship/',
helmChart: 'devnet',
helmVersion: 'v0.2.1-rc0'
helmVersion: 'v0.2.1'
};

export interface PodPorts {
Expand Down
2 changes: 1 addition & 1 deletion clients/js/packages/starshipjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starshipjs",
"version": "1.4.0",
"version": "2.0.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "JS utilities for Starship",
"main": "index.js",
Expand Down

0 comments on commit 74a5b44

Please sign in to comment.