Skip to content

Commit

Permalink
Release 0.5.0 (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 authored Jul 13, 2022
1 parent def5eb3 commit 3128f3b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
CHANGELOG
=========

## 0.5.0 (2022-07-13)

### Improvements

- [provider] [#728](https://github.com/pulumi/pulumi-java/pull/728):
Added health checks to `pulumi-language-java` so that it never
leaks as an orphan process when the managing `pulumi` process
terminates

- [codegen] [#717](https://github.com/pulumi/pulumi-java/issues/717):
Simplified publishing generated provider code to Maven Central.

Added a `gradleNexusPublishPluginVersion` option that installs
[gradle-nexus/publish-plugin](https://github.com/gradle-nexus/publish-plugin)
in the build code generated by `pulumi-java-gen`.

The option can also be activated on the command line during code
generation: `pulumi-java-gen --build gradle-nexus`.

This enables one-step publishing of generated Java packages via
Sonatype's OSSRH Nexus:

```
gradle publishToSonatype closeAndReleaseSonatypeStagingRepository
```

### Bug Fixes

- [codegen] [#735](https://github.com/pulumi/pulumi-java/issues/735):
Fix a bug introduced in `0.4.1`. `gradle publish` stopped generating
resources required by Pulumi and published broken packages.

## 0.4.1 (2022-06-30)

### Improvements
Expand Down

0 comments on commit 3128f3b

Please sign in to comment.