Skip to content

Releases: pulumi/pulumi

v2.7.0

22 Jul 20:13
c9fedef
Compare
Choose a tag to compare
Merge pull request #4947 from pulumi/jaxxstorm/provider-info

add plugin download url metadata to package spec

v2.5.0

25 Jun 14:52
Compare
Choose a tag to compare
Prepare for v2.5.0 release

0.8.3

10 Dec 17:53
df7114a
Compare
Choose a tag to compare
Merge pull request #578 from pulumi/FixSnapshot

Fix plan snapshotting.

0.8.2

10 Dec 17:53
73d627e
Compare
Choose a tag to compare
Fix an erroneous error condition

This code was swallowing an error incorrectly, rather than returning
it.  As a result, certain commands would fail with assertions rather
than the intended error message (like trying to config without a stack).

0.8.1

10 Dec 17:53
Compare
Choose a tag to compare
Trim whitespace around user input before comparing

Doing it this way will make things work on both *nix and Windows

Fixes #534

0.8

10 Dec 17:53
Compare
Choose a tag to compare
0.8
v0.8

Use Getenv instead of LookupEnv

0.7

10 Oct 20:27
Compare
Choose a tag to compare
0.7
v0.7

Make "up" a short-alias for "update"

0.6

20 Sep 11:15
Compare
Choose a tag to compare
0.6
Merge pull request #343 from pgavlin/PathCommand

Early-out integration tests if PATH is incorrect.

0.4

31 Jul 20:18
Compare
Choose a tag to compare
0.4
v0.4

Fix erroneous assert when unmarshaling computed properties

0.3

26 Jun 15:26
Compare
Choose a tag to compare
0.3
v0.3

Additional gometalinter fix