Releases: pulumi/pulumi-java
Releases · pulumi/pulumi-java
v1.12.0
v1.11.0
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
Improvements
- Support generating programs using the
import
resource option
Bug Fixes
v1.9.0
Improvements
- Add the
previewOnly
option to thedestroy
command in the Automation API
Bug Fixes
v1.8.0
Improvements
- Automatically infer namespaces for components
Bug Fixes
- Default version 0.0.0 for component providers
v1.7.0
Improvements
- Update to pulumi 3.158.0
Bug Fixes
- Fix bug deserializing
com.pulumi.automation.StackSummary
v1.6.0
Improvements
- Add the
previewOnly
option to therefresh
command in the Automation API
Bug Fixes
v1.5.0
v1.4.0
Improvements
- Add ability to disable toString on Output
Bug Fixes
- Be resilient to extra data from providers
v1.3.0
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