Skip to content

Releases: molecule-man/stack-assembly

v0.5.2

Choose a tag to compare

@molecule-man molecule-man released this 25 Feb 11:24
8f81190

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

Choose a tag to compare

@molecule-man molecule-man released this 16 Feb 09:43

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

Choose a tag to compare

@molecule-man molecule-man released this 18 Feb 09:40

Changelog

754e5ab Update dependencies
994f845 Fix error checks according to errorlint linter
a353506 If stack can't be updated because it's in progress, wait until finished
c069d90 Make possible to use previous template
f9a6cb5 UsePreviousTemplate if no body or path or url provided

v0.4.0

Choose a tag to compare

@molecule-man molecule-man released this 25 Jun 13:36

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

v0.3.0

Choose a tag to compare

@molecule-man molecule-man released this 15 Mar 17:19

Changelog

c91f2b8 Upgrade aws-sdk-go to v1.18.3
e0f45f6 Enable reuse in config
addad9a Merge pull request #1 from molecule-man/feature/nesting: add nesting in the config

v0.2.1

Choose a tag to compare

@molecule-man molecule-man released this 09 Feb 10:36

Changelog

01ac60e Upgrade aws sdk to 1.16.31
17853ea Fix not showing newline on fatal error

v0.2.0

Choose a tag to compare

@molecule-man molecule-man released this 30 Jan 12:54

Changelog

04393b6 Updgrade aws sdk to 1.16.26
f241d0f Add possibility to specify aws capabilities in config
303e329 Sync: print events as aligned columns

v0.1.0

Choose a tag to compare

@molecule-man molecule-man released this 20 Jan 10:46

Initial release