Skip to content

Releases: pulumi/pulumi-pulumiservice

v0.18.1

09 Apr 15:39
d58439e
Compare
Choose a tag to compare
Remove the need for cmd/pulumi-gen-pulumiservice (#240)

We don't need to maintain our own gen code, we can use the pulumi binary
for that. This makes it important that we use the right version of the
pulumi binary, so we use the Makefile to ensure the version of pulumi
used matches the version of pulumi we depend on in `provider/go.mod`.

We use a similar pattern in other native providers.

I'm tagging @pierskarsenbarg and @komalali since they were the suggested
reviewers. If I should tag someone else here, please let me know.

v0.18.0

03 Apr 17:08
5a30f6e
Compare
Choose a tag to compare
Chore: code freeze for 0.18.0 (#237)

v0.17.0

19 Dec 00:18
6b1668d
Compare
Choose a tag to compare

Improvements

  • Support import for the Team resource. #207

Bug Fixes

  • Fix Read for TeamStackPermission so resources are not deleted from state on refresh. Note: TeamStackPermission resources created before v0.17.0 will now return an error if attempting a refresh, but those (re)created with the new version will support refresh. #205
  • Fix Update for StackTags so tag names can be updated. #206

v0.16.0

20 Nov 19:33
fe512f8
Compare
Choose a tag to compare
Fix diff functions for access tokens (#192)

Fixes a regression introduced in #191, fixes the diff functions for team
tokens and org tokens to correctly replace on changes and adds tests.

Also fixed a bug in teams where an update was detected based on the
order of team members.

Fixes #159
Fixes #158

v0.15.0

18 Nov 00:23
e926aff
Compare
Choose a tag to compare
Use stable routes for deployment settings (#189)

v0.14.0

14 Oct 16:49
4e3d48a
Compare
Choose a tag to compare
support access token refresh (#177)

v0.13.0

13 Sep 19:41
1cf19e3
Compare
Choose a tag to compare
Support org admin tokens. (#168)

- Add an `admin` inout property to OrgAccessToken
- Fix existing output properties for OrgAccessToken

v0.12.0

29 Aug 14:34
bc9231b
Compare
Choose a tag to compare
Add support for new skipIntermediateDeployments setting (#162)

Adds support to the new `skipIntermediateDeployments` on
`DeploymentSettings`.

Fix https://github.com/pulumi/pulumi-cloud-requests/issues/136

v0.11.0

25 Aug 21:23
ae77b20
Compare
Choose a tag to compare
Microsoft Teams webhook format (#161)

v0.10.1

08 Aug 18:55
7450e23
Compare
Choose a tag to compare
fix: Refresh and destroy on resources with an out of band deletion  (…