Skip to content

Releases: pulumi/pulumi-go-provider

v0.24.1

14 Jan 12:55
0ff4563
Compare
Choose a tag to compare

What's Changed

  • Bump the go_modules group across 9 directories with 2 updates by @dependabot in #285
  • Always apply schema level secrets by @iwahbe in #286
  • Remove infer/tests/go.{mod,sum} by @iwahbe in #287

Full Changelog: v0.24.0...v0.24.1

v0.24.0

13 Dec 09:43
5943837
Compare
Choose a tag to compare

What's Changed

  • Support parameterization at the gRPC level by @iwahbe in #281
  • Bump the go_modules group across 7 directories with 1 update by @dependabot in #284
  • Upgrade pulumi sdk packages by @sklarsa in #282

New Contributors

Full Changelog: v0.23.0...v0.24.0

v0.23.0

26 Sep 13:12
9378ea6
Compare
Choose a tag to compare

Note

Please upgrade your Pulumi CLI version to 3.135.0 or later for codegen purposes to take advantage of the improvements to Invokes generation compatible with this release.

What's Changed

Full Changelog: v0.21.0...v0.23.0

v0.22.0

10 Sep 10:51
9c1bcdd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.0...v0.22.0

v0.21.0

27 Jul 00:39
Compare
Choose a tag to compare

What's Changed

  • Descriptive types for infer.Annotator.AddAlias by @iwahbe in #249
  • Bump the version of pulumi used to v3.126.0 by @iwahbe in #254
  • Add autoname implementation as an example by @iwahbe in #255
  • Inject secrets from provider:"secret" tags by @iwahbe in #252
  • DefaultCheck with context.Context by @iwahbe in #253

New Contributors

Full Changelog: v0.20.0...v0.21.0

v0.20.0

21 Jun 10:20
b7d8dc6
Compare
Choose a tag to compare

What's Changed

  • Extend infer with annotations for aliases and resource deprecations by @thomas11 in #245

Full Changelog: v0.19.0...v0.20.0

v0.19.0

14 Jun 07:05
d0bd2c3
Compare
Choose a tag to compare

What's Changed

  • Introduce AssetOrArchive to support the SDK's Asset type which can be both by @thomas11 in #242

Full Changelog: v0.18.0...v0.19.0

v0.18.0

01 Jun 04:48
2bf8636
Compare
Choose a tag to compare

Breaking changes

  • #239: DefaultCheck now applies default values as specified by Annotator.SetDefault. Check already did this and this change aligns the behavior.

What's Changed

  • Show that assets work as expected by @iwahbe in #236
  • Use latest version of pulumi/pulumi by @iwahbe in #240
  • Fix linter deprecation warnings and enhance coverage by @thomas11 in #241

Full Changelog: v0.17.0...v0.18.0

v0.17.0

01 May 01:58
87a7e37
Compare
Choose a tag to compare

Breaking Changes

  • p.Context has been removed in favor of context.Context. #227 (comment) has support for migrating.
  • integration/go.mod has been removed. You need to remove github.com/pulumi/pulumi-go-provider/integration from your go.mod to avoid ambiguous import errors.

What's Changed

Full Changelog: v0.16.0...v0.17.0

v0.16.0

18 Apr 15:05
00f9658
Compare
Choose a tag to compare

What's Changed

  • Improve the docs for infer.Option.Metadata and schema.Metadata by @iwahbe in #209
  • Remove unused variables by @iwahbe in #211
  • Switch to go 1.21 by @iwahbe in #214
  • Add Generating SDKs and schema to README by @thomas11 in #217
  • Add support for state migrations in infer by @iwahbe in #215
  • Support partial resource initialization errors by @iwahbe in #210
  • Add func rpc.Provider(pulumirpc.ResourceProviderServer) p.Provider by @iwahbe in #220
  • [infer] Delegate Configure to the wrapped provider by @iwahbe in #222
  • Allow Context to handle nil methods by @iwahbe in #225

New Contributors

Full Changelog: v0.15.0...v0.16.0