Releases: molecule-man/stack-assembly
Release list
v0.5.2
Changelog
- 8f81190 Merge pull request #8 from molecule-man/dependabot/go_modules/golang.org/x/text-0.3.8
- 359f08a Merge pull request #7 from molecule-man/dependabot/go_modules/github.com/aws/aws-sdk-go-1.34.0
- e5a97b3 Bump golang.org/x/text from 0.3.5 to 0.3.8
- 752788b Bump github.com/aws/aws-sdk-go from 1.33.0 to 1.34.0
- 8c192b1 Merge pull request #6 from molecule-man/dependabot/go_modules/github.com/aws/aws-sdk-go-1.33.0
- 81ba817 Bump github.com/aws/aws-sdk-go from 1.32.9 to 1.33.0
v0.5.1
Changelog
- d138f03 Make possible stas diff without having full-blown config.
- 41524b5 Take into account yaml and json nuances in diff command. Fixes #5.
- cdb5755 Upd stack info command to include stack parameters into printed output.
- 6c745c3 Make possible for info cmd to show specific stack's info.
- d131f9c Fix panic caused by nil pointer dereference on aws max attempt error.
- c1fc474 Increase aws max amount of attempts as default is too small.
v0.5.0
v0.4.0
Changelog
19a5c70 Merge pull request #3 from molecule-man/cf-cli-drop-in
d9851b1 regenerate expectations
1b2b112 fix handling non runnable sub commands
d832d71 upgrade to latest aws sdk
426bcb4 fix not showing help
8ac93a1 lint
900820e Make it non interactive by default if not in terminal
ac5245b Make it non interactive by default if not in terminal
4f8bb88 Support --endpoint-url
8c70096 update godog
1bad411 support --output flag
0d95145 add smoke test for aws cloudformation create|update-stack
a90882e fix lint
4198e1d upload large template (> 51200b) into autogenerated s3 bucket
2a39638 use template url while tpl validation if tpl is already uploaded to s3
61beabb regenerate goldenfiles
ac4fe0f Move handling drop-in errors outside, into script wrapping awscli
a7127d4 Restructure/simplify cf drop-in flags
23211d4 Add drop-in commands for aws cloudformation create/update-stack
d652c9e add s3-related flags to cloudformation deploy cmd
f801a98 support space separated params for aws drop-in commands
973a591 add possibility to upload large tpls via s3
3be8979 add a drop-in replacement for aws cloudformation deploy command
d7b6aac Circleci integration (#2)
151e295 add build status to README
691f2f0 trigger ci build
bc76716 add circleci config
49abb1b add goldenfiles
7a0a653 updated golint, fixing new lint issues
506fc7b make possible to run acc tests with mocked aws
22950bf add --tags to deploy cmd. Restructure main a bit
f3a42b9 get rid of dependency on viper
1908968 move configless deploy into separate subcommand
3ab0d56 use cobra's built-in StringToString flag for --vars
40a0fca make possible to specify capabilities for configless deployment command
c64004b add possibility to deploy single cf tpl
d0f66fa add possibility to pass parameters via command line
ca9d427 Add demo