Skip to content

Commit

Permalink
Move to 0.17.0 version of @pulumi/pulumi (#469)
Browse files Browse the repository at this point in the history
Updating to v0.17.0 version of `@pulumi/pulumi`.  This is an update that will not play nicely
in side-by-side applications that pull in prior versions of this package.

See pulumi/pulumi@7f5e089 for more details.

As such, we are rev'ing the minor version of the package from 0.16 to 0.17.  Recent version of `pulumi` will now detect, and warn, if different versions of `@pulumi/pulumi` are loaded into the same application.  If you encounter this warning, it is recommended you move to versions of the `@pulumi/...` packages that are compatible.  i.e. keep everything on 0.16.x until you are ready to move everything to 0.17.x.
  • Loading branch information
CyrusNajmabadi authored Mar 6, 2019
1 parent d2e3a94 commit 5b1fa48
Show file tree
Hide file tree
Showing 20 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions pkg/gen/nodejs-templates/package.json.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "tsc"
},
"dependencies": {
"@pulumi/pulumi": "^0.16.14",
"@pulumi/pulumi": "^0.17.1",
"@types/js-yaml": "^3.11.2",
"js-yaml": "^3.12.0",
"shell-quote": "^1.6.1",
Expand All @@ -26,8 +26,8 @@
},
"devDependencies": {
"mocha": "^5.2.0",
"@types/mocha": "^5.2.5",
"typescript": "^2.6.2",
"@types/mocha": "^5.2.5",
"typescript": "^3.0.0",
"@types/shell-quote": "^1.6.0"
},
"pulumi": {
Expand Down
6 changes: 3 additions & 3 deletions sdk/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "tsc"
},
"dependencies": {
"@pulumi/pulumi": "^0.16.14",
"@pulumi/pulumi": "^0.17.1",
"@types/js-yaml": "^3.11.2",
"js-yaml": "^3.12.0",
"shell-quote": "^1.6.1",
Expand All @@ -26,8 +26,8 @@
},
"devDependencies": {
"mocha": "^5.2.0",
"@types/mocha": "^5.2.5",
"typescript": "^2.6.2",
"@types/mocha": "^5.2.5",
"typescript": "^3.0.0",
"@types/shell-quote": "^1.6.0"
},
"pulumi": {
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/apache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "apache",
"version": "0.1.0",
"dependencies": {
"@pulumi/pulumi": "^0.16.19"
"@pulumi/pulumi": "^0.17.1"
},
"devDependencies": {
"@types/node": "^9.3.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/guestbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "guestbook",
"version": "0.1.0",
"dependencies": {
"@pulumi/pulumi": "^0.16.19"
"@pulumi/pulumi": "^0.17.1"
},
"devDependencies": {
"@types/node": "^9.3.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/helm-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nodeserver",
"version": "0.1.0",
"dependencies": {
"@pulumi/pulumi": "^0.16.19",
"@pulumi/pulumi": "^0.17.1",
"@types/js-yaml": "^3.11.2",
"js-yaml": "^3.12.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/helm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nodeserver",
"version": "0.1.0",
"dependencies": {
"@pulumi/pulumi": "^0.16.19",
"@pulumi/pulumi": "^0.17.1",
"@types/js-yaml": "^3.11.2",
"js-yaml": "^3.12.0"
},
Expand Down
4 changes: 2 additions & 2 deletions tests/examples/mariadb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "mariadb",
"version": "0.1.0",
"dependencies": {
"@pulumi/pulumi": "^0.16.19",
"@pulumi/random": "^0.4.0"
"@pulumi/pulumi": "^0.17.1",
"@pulumi/random": "^0.5.0"
},
"devDependencies": {
"@types/node": "^9.3.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "minimal",
"version": "0.1.0",
"dependencies": {
"@pulumi/pulumi": "^0.16.19"
"@pulumi/pulumi": "^0.17.1"
},
"devDependencies": {
"typescript": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "provider",
"version": "0.1.0",
"dependencies": {
"@pulumi/pulumi": "^0.16.19"
"@pulumi/pulumi": "^0.17.1"
},
"devDependencies": {
"typescript": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/yaml-guestbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "guestbook",
"version": "0.1.0",
"dependencies": {
"@pulumi/pulumi": "^0.16.19"
"@pulumi/pulumi": "^0.17.1"
},
"devDependencies": {
"@types/node": "^9.3.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/autonaming/step1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "steps",
"version": "0.1.0",
"dependencies": {
"@pulumi/pulumi": "^0.16.19"
"@pulumi/pulumi": "^0.17.1"
},
"devDependencies": {
"typescript": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/delete-before-replace/step1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "steps",
"version": "0.1.0",
"dependencies": {
"@pulumi/pulumi": "^0.16.19"
"@pulumi/pulumi": "^0.17.1"
},
"devDependencies": {
"typescript": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/get/step1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "steps",
"version": "0.1.0",
"dependencies": {
"@pulumi/pulumi": "^0.16.19"
"@pulumi/pulumi": "^0.17.1"
},
"devDependencies": {
"typescript": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/get/step2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "steps",
"version": "0.1.0",
"dependencies": {
"@pulumi/pulumi": "^0.16.19"
"@pulumi/pulumi": "^0.17.1"
},
"devDependencies": {
"typescript": "^3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions tests/integration/istio/step1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"typescript": "^3.0.0"
},
"dependencies": {
"@pulumi/pulumi": "^0.16.19",
"@pulumi/random": "^0.4.0",
"@pulumi/gcp": "^0.16.9"
"@pulumi/pulumi": "^0.17.1",
"@pulumi/random": "^0.5.0",
"@pulumi/gcp": "^0.17.0"
},
"peerDependencies": {
"@pulumi/kubernetes": "latest"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/namespace/step1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "steps",
"version": "0.1.0",
"dependencies": {
"@pulumi/pulumi": "^0.16.19",
"@pulumi/random": "^0.4.0"
"@pulumi/pulumi": "^0.17.1",
"@pulumi/random": "^0.5.0"
},
"devDependencies": {
"typescript": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/namespace/step2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "steps",
"version": "0.1.0",
"dependencies": {
"@pulumi/pulumi": "^0.16.19",
"@pulumi/random": "^0.4.0"
"@pulumi/pulumi": "^0.17.1",
"@pulumi/random": "^0.5.0"
},
"devDependencies": {
"typescript": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/namespace/step3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "steps",
"version": "0.1.0",
"dependencies": {
"@pulumi/pulumi": "^0.16.19",
"@pulumi/random": "^0.4.0"
"@pulumi/pulumi": "^0.17.1",
"@pulumi/random": "^0.5.0"
},
"devDependencies": {
"typescript": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/retry/step1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "steps",
"version": "0.1.0",
"dependencies": {
"@pulumi/pulumi": "^0.16.19",
"@pulumi/random": "^0.4.0"
"@pulumi/pulumi": "^0.17.1",
"@pulumi/random": "^0.5.0"
},
"devDependencies": {
"typescript": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/yaml-url/step1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "guestbook",
"version": "0.1.0",
"dependencies": {
"@pulumi/pulumi": "^0.16.19"
"@pulumi/pulumi": "^0.17.1"
},
"devDependencies": {
"@types/node": "^9.3.0",
Expand Down

0 comments on commit 5b1fa48

Please sign in to comment.