Releases: pulumi/pulumi-pulumiservice
Releases · pulumi/pulumi-pulumiservice
v0.29.3
v0.29.2
v0.29.1
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Bump github.com/golang/glog from 1.2.0 to 1.2.4 in /sdk in the go_modules group across 1 directory by @dependabot in #490
- Bump the go_modules group across 3 directories with 1 update by @dependabot in #493
- Bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 in the go_modules group across 1 directory by @dependabot in #497
- Consolidating util into util package, splitting provider into provider and resources by @IaroslavTitov in #502
- Adding missed properties in the schema by @IaroslavTitov in #506
- Fixing deleted schedules Read method by @IaroslavTitov in #510
- Fixing dependencies for dependabot by @IaroslavTitov in #513
- Added ability to pass in backend URL in provider constructor by @IaroslavTitov in #515
Full Changelog: v0.28.0...v0.29.1
v0.29.0
Does the PR have any schema changes?
Looking good! No breaking changes found.
New resources:
index.OidcIssuer
What's Changed
- Updating release procedure by @IaroslavTitov in #480
- Updating readme by @IaroslavTitov in #479
- Bump golang.org/x/crypto from 0.26.0 to 0.31.0 in the go_modules group across 1 directory by @dependabot in #478
- Bump the go_modules group across 4 directories with 2 updates by @dependabot in #483
- Fix passing in version on provider build by @IaroslavTitov in #486
- Improving description for Team members resource by @IaroslavTitov in #488
- Creating OIDC Issuer resource by @IaroslavTitov in #484
Full Changelog: v0.27.4...v0.29.0
v0.27.4
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Lock v0.27.3 by @komalali in #471
- Adding support for secrets in all values in DeploymentSettings by @IaroslavTitov in #467
- Adding cascading secrets to Deployment settings by @IaroslavTitov in #475
- Bump the go_modules group across 3 directories with 1 update by @dependabot in #473
Full Changelog: v0.27.3...v0.27.4
v0.27.3
What's Changed
Full Changelog: v0.27.2...v0.27.3
v0.27.2
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Codefreeze for v0.27.1 by @IaroslavTitov in #445
- ci-mgmt onboarding by @blampe in #446
- Fix default branch name by @blampe in #453
- Don't skip post-merge tests by @blampe in #454
- Bump cross-spawn from 7.0.3 to 7.0.6 in /examples/ts-teams in the npm_and_yarn group across 1 directory by @dependabot in #450
- Bump the npm_and_yarn group across 2 directories with 1 update by @dependabot in #456
- enable passed one-time scheduled actions to be rescheduled by @nyobe in #455
Full Changelog: v0.27.1...v0.27.2
v0.27.1
v0.27.0
v0.26.5
Improvements
-
Make SourceContext optional in DeploymentSettings #427
In some advanced use cases, for example if your source code is baked into a custom image, or you are obtaining
the source code from a different source, you may not want to specify aSourceContext
in yourDeploymentSettings
.
Bug Fixes
- Fixing TeamEnvironmentPermission, project field was not working #429