Skip to content

Releases: pulumi/pulumi-java

v1.12.0

21 May 11:17
a94b7da
Compare
Choose a tag to compare

Improvements

  • Allow --attach-debugger to attach to plugins

Bug Fixes

v1.11.0

07 May 13:19
94b0f3c
Compare
Choose a tag to compare

Improvements

  • Support generating programs using the import resource option

  • Support --exclude and --exclude-dependents in the Automation API.

  • Update to pulumi 3.167.0.

Bug Fixes

v1.10.0

24 Apr 11:26
e8009ac
Compare
Choose a tag to compare

Improvements

  • Support generating programs using the import resource option

Bug Fixes

v1.9.0

08 Apr 11:14
c321e6f
Compare
Choose a tag to compare

Improvements

  • Add the previewOnly option to the destroy command in the Automation API

Bug Fixes

v1.8.0

27 Mar 11:43
80eee3b
Compare
Choose a tag to compare

Improvements

  • Automatically infer namespaces for components

Bug Fixes

  • Default version 0.0.0 for component providers

v1.7.0

26 Mar 21:23
7969765
Compare
Choose a tag to compare

Improvements

  • Update to pulumi 3.158.0

Bug Fixes

  • Fix bug deserializing com.pulumi.automation.StackSummary

v1.6.0

12 Mar 11:43
33f0aa4
Compare
Choose a tag to compare

Improvements

  • Add the previewOnly option to the refresh command in the Automation API

Bug Fixes

v1.5.0

03 Mar 16:40
19932f9
Compare
Choose a tag to compare

Improvements

  • Update to pulumi 3.150.0

Bug Fixes

  • Fix ComponentProviderHost to handle multiple arguments correctly, including logging arguments.
    #1706

v1.4.0

21 Feb 15:22
e02f47d
Compare
Choose a tag to compare

Improvements

  • Add ability to disable toString on Output

Bug Fixes

  • Be resilient to extra data from providers

v1.3.0

10 Feb 21:02
042a947
Compare
Choose a tag to compare

Improvements

  • Automation API
  • Support RunPlugin for Maven and Gradle plugins
  • Support Construct to enable authoring Component Packages in Java

Bug Fixes

  • Default to using Gradle with the Nexus publishing plugin when using gen-sdk
  • Use filepath.Join instead of file.Join