Releases: JustinPihony/gradle-aws-plugin-reboot
Releases · JustinPihony/gradle-aws-plugin-reboot
0.45
This marks all properties as Internal - which should return the plugin back to what it was pre-Gradle 7....except still work with 7 :)
Mirroring 0.44 changes since that version is not recommended:
Changes
- Update to Gradle 7.1.1
- Update AWS SDK to 1.12.25 so it supports Java 11
- Fix problem where exception thrown from getStackEvents gets ignored
- Explicit exceptions may occur where they were silent before
- add layers to lambda, merge existing env variables
- The lambda migrate function's createOrUpdateFunction will now merge any existing configs upon a create. This is a breaking change
0.44
Please use version 0.45 - as Internal is preferred to Input due to the nature of the plugin (task caching won't work)
Changes
- Update to Gradle 7.1.1
- Update AWS SDK to 1.12.25 so it supports Java 11
- Fix problem where exception thrown from getStackEvents gets ignored
- Explicit exceptions may occur where they were silent before
- add layers to lambda, merge existing env variables
- The lambda migrate function's createOrUpdateFunction will now merge any existing configs upon a create. This is a breaking change
0.43
Add role ARN to the CreateStackRequest in the migrate stack task
0.42
Add more configurability to lambda.