Releases: zalando-stups/senza
Releases · zalando-stups/senza
2.1.133
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
Always add standard STUPS EC2 tags for Elastigroups (#553)
2.1.131
Fix type of batch_size_percentage option. (#551)
Fixes #550
2.1.130
change in the strategy to report instances (#547)
Use Name
tag instead of aws:cloudformation:stack-name
to filter instances.
2.1.129
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
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
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
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
Fix spotinst stack details (#538)
fix flaky test_invalid_definition (#539)
2.1.124
Fix zero instances for SuccessRequires in AutoScalingGroups (#537)