Releases: LinguaRobot/aws-cdk-maven-plugin
v0.0.8
Fixed: Environment variables are not propagated to Docker during a build (as a result, .docker
folder is created) (#65)
Fixed: Docker image build fails because Docker is not able to find Dockerfile (#60)
Feature: Stack deployment/destruction progress is not printed in the console if Maven batch mode is used (activated by -B
or --batch-mode
flags) (#55)
v0.0.7
Fixed: The deployment is considered completed if a stack is in UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
state (#29)
Fixed: The deployment order is incorrect if there're dependencies between stacks belonging to different environments (#32)
Feature: Add destroy
goal to delete the deployed stacks (#34)
Feature: Add skip
configuration property in order to allow conditional executions (#42)
Feature: Define property names to configure the plugin by means of system and project properties (#43)
Fixed: The plugin execution fails if a parameter value given in plugin configuration is null (#44)
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
Initial release
v0.0.1 chore: prepare release 0.0.1