Releases: pulumi/pulumi-pulumiservice
Releases · pulumi/pulumi-pulumiservice
v0.18.1
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
Chore: code freeze for 0.18.0 (#237)
v0.17.0
Improvements
- Support
import
for theTeam
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 supportrefresh
. #205 - Fix
Update
for StackTags so tag names can be updated. #206
v0.16.0
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
Use stable routes for deployment settings (#189)
v0.14.0
support access token refresh (#177)
v0.13.0
Support org admin tokens. (#168) - Add an `admin` inout property to OrgAccessToken - Fix existing output properties for OrgAccessToken
v0.12.0
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
Microsoft Teams webhook format (#161)
v0.10.1
fix: Refresh and destroy on resources with an out of band deletion (…