Releases: aws-cloudformation/cloudformation-cli-java-plugin
Releases · aws-cloudformation/cloudformation-cli-java-plugin
v2.0.15-plugin
v2.0.15-lib (2023-04-18)
v2.0.14-plugin (2023-02-14)
What's Changed
- chore(dependencies) - Update jackson dependencies by @kddejong in #409
- Maintenance fixes to the POM file generation logic. by @mrinaudo-aws in #413
- Update aws-java-sdk-core tto 1.12.367 by @joshuadeanhall in #410
- bump version to 2.0.14 by @AkifRafique in #411
New Contributors
- @kddejong made their first contribution in #409
- @mrinaudo-aws made their first contribution in #413
- @joshuadeanhall made their first contribution in #410
- @AkifRafique made their first contribution in #411
Full Changelog: v2.0.13-lib...v2.0.14-plugin
v2.0.14-lib (2023-02-14)
What's Changed
- chore(dependencies) - Update jackson dependencies by @kddejong in #409
- Maintenance fixes to the POM file generation logic. by @mrinaudo-aws in #413
- Update aws-java-sdk-core tto 1.12.367 by @joshuadeanhall in #410
- bump version to 2.0.14 by @AkifRafique in #411
New Contributors
- @kddejong made their first contribution in #409
- @mrinaudo-aws made their first contribution in #413
- @joshuadeanhall made their first contribution in #410
- @AkifRafique made their first contribution in #411
Full Changelog: v2.0.13-lib...v2.0.14-lib
v2.0.13-plugin (2022-11-17)
What's Changed
- Bump aws-encryption-sdk-java from 1.7.0 to 2.2.0 by @dependabot in #393
- Remove hooks platform metrics by @Brianwithay21 in #394
- Return AccessDenied Error Code when failing to decrypt credentials by @Brianwithay21 in #396
- Removed Post Provision Invocation Points by @Brianwithay21 in #397
- Update code formatter to v22.3.0 by @Brianwithay21 in #399
- Updated initial hook example boilerplate code to target real resource type by @Brianwithay21 in #398
- Improving TagHelper, so it accounts for system tags in case of resource import by @ssenchenko in #400
- Add UnsupportedTarget Runtime Error Code by @Brianwithay21 in #406
- version bump v2.0.13 by @Brianwithay21 in #408
New Contributors
- @ssenchenko made their first contribution in #400
Full Changelog: v2.0.12-lib...v2.0.13-plugin
v2.0.13-lib (2022-11-17)
What's Changed
- Bump aws-encryption-sdk-java from 1.7.0 to 2.2.0 by @dependabot in #393
- Remove hooks platform metrics by @Brianwithay21 in #394
- Return AccessDenied Error Code when failing to decrypt credentials by @Brianwithay21 in #396
- Removed Post Provision Invocation Points by @Brianwithay21 in #397
- Update code formatter to v22.3.0 by @Brianwithay21 in #399
- Updated initial hook example boilerplate code to target real resource type by @Brianwithay21 in #398
- Improving TagHelper, so it accounts for system tags in case of resource import by @ssenchenko in #400
- Add UnsupportedTarget Runtime Error Code by @Brianwithay21 in #406
- version bump v2.0.13 by @Brianwithay21 in #408
New Contributors
- @ssenchenko made their first contribution in #400
Full Changelog: v2.0.12-lib...v2.0.13-lib
v2.0.12-plugin (2022-02-10)
Releasing the latest changes of the cloudformation-cli-java-plugin, which include:
- Initialize a Hook project with cfn init --artifact-type HOOK --type-name
For example: cfn init --artifact-type HOOK --type-name My::Test::Example - Using cfn init without parameters will now first ask if you want to create a resource, module, or a hook. If you choose to create a hook,
you will be asked to choose a language plugin. - Use cfn validate to validate your hook before submitting
- Use cfn submit to register your hook, making it available for use by CloudFormation in your AWS account
v2.0.12-lib (2022-02-10)
Releasing the latest changes of the cloudformation-cli-java-plugin, which include:
- Initialize a Hook project with cfn init --artifact-type HOOK --type-name
For example: cfn init --artifact-type HOOK --type-name My::Test::Example - Using cfn init without parameters will now first ask if you want to create a resource, module, or a hook. If you choose to create a hook,
you will be asked to choose a language plugin. - Use cfn validate to validate your hook before submitting
- Use cfn submit to register your hook, making it available for use by CloudFormation in your AWS account
v2.0.11-plugin (2022-01-04)
Releasing the latest changes of the cloudformation-cli-java-plugin, which include:
- Update version for log4j with latest version
v2.0.11-lib (2022-01-04)
Releasing the latest changes of the cloudformation-cli-java-plugin, which include:
- Update version for log4j with latest version