Skip to content

Releases: zalando-stups/senza

2.1.133

29 Nov 14:21
Compare
Choose a tag to compare

change in the strategy to report instance status (#554)

Change in the strategy to report instance status following the same pragmatic approach as #547

2.1.132

26 Nov 10:55
Compare
Choose a tag to compare

Always add standard STUPS EC2 tags for Elastigroups (#553)

2.1.131

09 Nov 14:20
Compare
Choose a tag to compare

Fix type of batch_size_percentage option. (#551)

Fixes #550

2.1.130

26 Oct 09:17
Compare
Choose a tag to compare

change in the strategy to report instances (#547)

Use Name tag instead of aws:cloudformation:stack-name to filter instances.

2.1.129

24 Oct 11:39
Compare
Choose a tag to compare

fixed the public ips support for elastigroups (#544)

The behavior proposed now is to use the same Subnets that are being used with native Auto Scaling groups LoadBalancerSubnets.

2.1.128

24 Oct 09:00
a9cba28
Compare
Choose a tag to compare

Fix flake8 checks (#546)

The newest release of flake8 is stricter than previous ones, so the master build was broken.

This PR fixes it by:

  • Formatting affected files with black;
  • Removing an unused assignment.

2.1.127

05 Oct 10:49
Compare
Choose a tag to compare

Fixed the user data encoding by using the proper base64 (#541)

  • Fixed the user data encoding by using the deferred call to Fn::Base64
  • The patch command was changed to use the correct base64.b64encode() function.

2.1.126

05 Oct 06:50
Compare
Choose a tag to compare

Fixed the user data encoding by using the proper base64 (#541)

  • Fixed the user data encoding by using the deferred call to Fn::Base64
  • The patch command was changed to use the correct base64.b64encode() function.

2.1.125

28 Sep 07:45
Compare
Choose a tag to compare

Fix spotinst stack details (#538)
fix flaky test_invalid_definition (#539)

2.1.124

26 Sep 08:19
Compare
Choose a tag to compare

Fix zero instances for SuccessRequires in AutoScalingGroups (#537)