Skip to content

Releases: pulumi/pulumi-pulumiservice

v0.29.3

30 May 06:10
fbd1fa9
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

  • teams: add support for ESC env max open duration by @pgavlin in #525
  • chore: prep CHANGELOG for v0.29.3 by @pgavlin in #526

Full Changelog: v0.29.2...v0.29.3

v0.29.2

21 Apr 15:28
aaab5c2
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: v0.29.1...v0.29.2

v0.29.1

01 Apr 21:59
06bf5b3
Compare
Choose a tag to compare

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

07 Feb 19:57
56217dc
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:

  • index.OidcIssuer

What's Changed

Full Changelog: v0.27.4...v0.29.0

v0.27.4

19 Dec 17:28
c1c9669
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: v0.27.3...v0.27.4

v0.27.3

10 Dec 22:50
d8e3f2a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.2...v0.27.3

v0.27.2

09 Dec 20:30
70aebb0
Compare
Choose a tag to compare

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

14 Nov 23:09
f01dd75
Compare
Choose a tag to compare

Improvements

Bug Fixes

  • Fixed eternal drift in Webhook resource when secret field is supplied #369
  • Fixed Environment resource secrets regression #442

Miscellaneous

v0.27.0

08 Nov 21:13
8ce1ece
Compare
Choose a tag to compare

Improvements

  • Allow force deleting agent pools. #435
  • Add support for CacheOptions in DeploymentSettings to enable Dependency Caching #436

Bug Fixes

  • Generate TypedDict types for the Python SDK #437

Miscellaneous

v0.26.5

30 Oct 23:02
7c6bd5b
Compare
Choose a tag to compare

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 a SourceContext in your DeploymentSettings.

Bug Fixes

  • Fixing TeamEnvironmentPermission, project field was not working #429

Miscellaneous