Releases: aws-cloudformation/cloudformation-cli-java-plugin
Release list
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
v2.0.10-plugin (2021-12-20)
Releasing the latest changes of the cloudformation-cli-java-plugin, which include:
- Update version for log4j with latest version
v2.0.10-lib (2021-12-20)
Releasing the latest changes of the cloudformation-cli-java-plugin, which include:
- Update version for log4j with latest version
v2.0.9-plugin (2021-12-15)
Releasing the latest changes of the cloudformation-cli-java-plugin, which include:
- Update version for log4j with latest version
v2.0.9-lib (2021-12-15)
Releasing the latest changes of the cloudformation-cli-java-plugin, which include:
- Update version for log4j with latest version
v2.0.8-plugin (2021-12-13)
Releasing the latest changes of the cloudformation-cli-java-plugin, which include:
- Added updatePolicy metadata
- Added creationPolicy metadata
- Update version for log4j patch