Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Releases: zalando-stups/lizzy

2.1

05 Sep 13:46
Compare
Choose a tag to compare
2.1

Updated dependencies in Dockerfile

2.0

04 Aug 12:49
Compare
Choose a tag to compare
2.0

Full Changelog

Implemented enhancements:

  • Better handling when URL is wrong #135
  • Provide a status endpoint #129
  • Provide a health endpoint #125

Fixed bugs:

  • CF stack not being removed by Lizzy #147
  • Lizzy is not deleting old stacks #114
  • Set boto3 region #112

Closed issues:

  • Use by default Senza's option --stacktrace-visible #163
  • Consider format for commit messages to avoid violations ("fullstop"). #154
  • Correct HTTP status code #148
  • Remove old stacks even if they are not in Redis #136
  • Provide a schema-discovery endpoint for Twintip #124
  • Make lizzy-client output closer to senza #123
  • Register kio version in the client #120
  • Make lizzy input compatible with senza #119
  • Remove dependency on redis #111
  • Remove the state machine #110
  • Lizzy output should be compatible with senza #109
  • Change traffic and delete stacks locally #108
  • Lizzy deletes the newly deployed stack instead of the old one #106
  • ImageVersion prepended to senza parameters #99
  • Allow "ApplicationId" in StackName #48

Merged pull requests:

1.9

20 Apr 12:59
Compare
Choose a tag to compare
1.9
  • #88 Use CF tags to store deployment information
  • #94 Removed bdist_docker dependency
  • #98 Secure "not found" paths
  • #100 Support username patterns as allowed users
  • #105 Fixed handling of empty senza responses

1.8.2

13 Apr 09:00
Compare
Choose a tag to compare
  • Support taupage auto scaling group with any name

1.8.1

13 Apr 09:00
Compare
Choose a tag to compare

Bugfix:

  • Fixed cloudformation json generation

1.8.0

04 Apr 09:16
Compare
Choose a tag to compare

Bugfixes:

  • #83 Handle stacks with 0 traffic correctly;

Improvements:

  • #80 Simplification of the state machine;
  • #82 Cleanup old and broken stacks from Redis;

1.7.0

29 Mar 12:28
Compare
Choose a tag to compare

Improvements and bugfixes:

  • Use senza to parse the cloudformation definition, ensuring full compatibility;
  • Support named parameters;

1.6.1

23 Mar 09:16
Compare
Choose a tag to compare

Bugfix:

  • Sort stacks by date instead of alphabetically before removing

Improvement:

  • Delete stacks on request

1.6

18 Mar 10:51
Compare
Choose a tag to compare
1.6

Improvements:

  • Allow different versions for stack and kio application

1.5

14 Mar 14:10
Compare
Choose a tag to compare
1.5

Improvements:

  • Change traffic synchronously
  • New stacks are tagged with the version of lizzy used to deploy them