Skip to content

Releases: base2Services/cfn-start-stop-stack

0.5.4

15 Jan 01:11
Compare
Choose a tag to compare

Bug fix

  • will now stop all services associated with ecs cluster

0.5.3

19 Nov 01:05
2bee3d1
Compare
Choose a tag to compare

Bug Fixes

  • fix issue when cloudformation sub stack arn is larger than 128 characters

0.5.2

12 Nov 03:42
474ddda
Compare
Choose a tag to compare

Bug Fixes

  • fix a bug in starting and stopping individual resources

0.5.1

09 Nov 02:40
4fa5831
Compare
Choose a tag to compare

Bug Fixes

  • fix for ecs services stopped outside of cfn_manage, start with the --ignore-missing-ecs-config flag to fix the missing config for the service

0.5.0

26 Oct 00:37
c0cda57
Compare
Choose a tag to compare

Improvements

  • code refactoring to allow for future testing
  • start stop aurora cluster
  • start stop ecs services in a cluster
  • docker image base2/cfn-manage
  • travis-ci build

Skip on error

12 Apr 01:01
69a1865
Compare
Choose a tag to compare

Improvements

  • Both stack and resource data is stored under environment_data prefix
  • Only required aws-sdk gems are used, not the whole bundle

New features

  • CLI allows passing --skip-on-error flag which allows continuing start/stop operations even when action fails on one of the resources.

Bugfix

06 Dec 17:57
Compare
Choose a tag to compare

Addresses issue #19

v0.2.5

28 Nov 05:20
eb96b75
Compare
Choose a tag to compare

Version 0.2.5

Retry count

Every client in start/stop handlers has increased retry count to 20 from default of 3.

RDS corrupt configuration

In case RDS instance is running, but configuration states it's MultiAZ, we should allow start script to convert instance to MultiAZ, aligning state of the stack with stack configuration.

v0.2.2

28 Nov 02:27
b285875
Compare
Choose a tag to compare

Bugfix

  • Converting to/from single AZ rds instances is working, there was breaking bug.

v0.2.1

23 Nov 01:06
cc8443b
Compare
Choose a tag to compare

Bugfix API rate limit error

Aws::CloudFormation::Errors::Throttling: Rate exceeded