sparse-intern-71089
08/29/2019, 3:14 PMwhite-balloon-205
brew
users on macOS, the pulumi
formula has not been updated yet, so you'll need to install manually to get the latest RC release: https://www.pulumi.com/docs/get-started/install/#installation-script
2. For Node users, setting package versions to latest
and reinstalling packages will pick up the RC. For Python users, you'lll need to set package constraints to >=1.0.0rc1,<1.0.1
to pick up the RC.
3. The pulumi new
templates do not yet pick up the RC versions, so if you are testing out with pulumi new
you'll want to make the same updates as in (2) above.cool-egg-852
08/29/2019, 4:00 PM"dependencies": {
"@pulumi/aws": "^1.0.0-beta.1",
"@pulumi/gcp": "^1.0.0-beta.1",
"@pulumi/kubernetes": "^1.0.0-beta.1",
"@pulumi/pulumi": "^1.0.0-beta.1",
"@types/node": "^12.0.0",
"kubernetes-client": "^8.3.1",
"ts-sync-request": "^1.4.1"
},
picked it up just fine, at least when using yarn. Isnβt the recommendation not to use latest
in case of BC breaks?white-balloon-205
^1.0.0-beta.1
and upgrading should pick these up as well.bulky-policeman-29913
09/05/2019, 4:37 PMbrave-angle-33257
09/05/2019, 4:39 PM$ pulumi version
v1.0.0