Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Releases: zalando-stups/senza

2.0.155

12 Oct 12:30

Choose a tag to compare

  • #370: resolve SSLCertificateId also for custom Listeners

2.0.153

11 Oct 18:03

Choose a tag to compare

  • #389: allow overwriting scaling policies by defining custom ones as Resources
  • #391: allow attaching ELBv1 and ELBv2 to an ASG at the same time

2.0.152

11 Oct 18:05

Choose a tag to compare

  • #388: use compact JSON format for AWS API call
  • #382: allow scale down/up specific values for ScaleAdjustment and Cooldown

2.0.151

10 Oct 07:43

Choose a tag to compare

  • #384: show helpful error message for dns.resolver import failures
  • #382: auto scaling: allow specifying separate up/down adjustments and cooldown

2.0.149

04 Oct 17:07

Choose a tag to compare

2.0.144

04 Oct 17:07

Choose a tag to compare

  • #373: check Senza version only when using a TTY (not for piped output)

2.0.143

29 Sep 13:09

Choose a tag to compare

  • #361: retry on AWS API throttling
  • #358: check Senza version once per day
  • #367: make senza traffic work on deleting stacks

2.0.138

28 Sep 18:35

Choose a tag to compare

  • #355: fix "file not found" error
  • #362: validate region
  • #363: only convert CNAME records to alias
  • #365: ignore records without PhysicalResourceId

2.0.133

19 Sep 06:25

Choose a tag to compare

Sentry Support

Senza now has optional support for sentry [#327]. To enable it run senza config sentry.endpoint "YOUR_SENTRY_DSN"

Behaviour Changes

The version 2.0.133of Senza checks if your stacks have traffic before deleting them. Yet you're still be able to delete the stacks regardless of traffic by providing the --force flag [#347]. In previous versions of Senza when the delete command is called no checks are run and the stack is instantaneously forced to be deleted. This change prevents mistakenly deleting stacks that are still in use.

Other changes

Other minor changes and bugfixes include:

  • Clearer error message when an invalid definition file is provided [#341, #350]
  • Fix bad message credential access error [#345]
  • Fixed default VPC detection for VPCs that don't have tags [#349]
  • Replace scalyr with appdynamics for Spilo [#352]
  • Fixed senza traffic for hosted zones with more than 100 records [#353]

2.0.132

15 Sep 10:48

Choose a tag to compare

  • #341, #345, #350: user friendly error messages
  • #349: support VPCs without tags
  • #343: safer delete: fail on deleting a stack with traffic
  • #353: pagination for Route53 DNS records