Skip to content

Releases: zalando-stups/senza

0.75

02 Sep 13:20
Compare
Choose a tag to compare

0.74

02 Sep 13:18
Compare
Choose a tag to compare

Support passing additional ELB properties to the ELB resource (e.g. to set idle timeout).

You can now pass additional properties in the Senza definition, e.g. to set the idle timeout to 300s:

  - AppLoadBalancer:
      Type: Senza::WeightedDnsElasticLoadBalancer
      HTTPPort: 8080
      HealthCheckPath: /health
      SecurityGroups:
        - app-connection-tracker-lb
      ConnectionSettings:
        IdleTimeout: 300                                                                                                                                                     

0.73

28 Aug 10:37
Compare
Choose a tag to compare
  • Added support to load templates from http(s) endpoints #101
  • Fixed senza events --watch clears the mai not-logged error #42
  • Fix issue with the Postgres-Template #108

0.72

27 Aug 17:16
Compare
Choose a tag to compare
  • add support for internal loadbalancer (@ehartung Thank you!) #106
  • add init-Question for the webapp Template
  • mark webapp as default for init
  • mark internal as default load balancer for the webapp template
$ senza init example.yaml
Please select the project template
1) bgapp: Background app with single EC2 instance
2) postgresapp: HA Postgres app, which needs an S3 bucket to store WAL files
3) rediscluster: Elasticache cluster running multiple redis nodes, with replication / HA
4) redisnode: Elasticache node running redis, without replication / HA (for caching)
5) webapp: HTTP app with auto scaling, ELB and DNS
Please select (1-5) [5]:
Application ID [hello-world]:
Docker image without tag/version (e.g. "pierone.example.org/myteam/myapp") [stups/hello-world]:
HTTP port [8080]:
HTTP health check path [/]:
EC2 instance type [t2.micro]:
Did you need OAuth-Credentials from Mint? [y/N]:
Please select the load balancer scheme
1) internal: only accessible from the own VPC
2) internet-facing: accessible from the public internet
Please select (1-2) [1]:
Checking security group app-hello-world.. OK
Checking security group app-hello-world-lb.. OK
Checking IAM role app-hello-world.. OK
Generating Senza definition file example.yaml.. OK

0.71

26 Aug 07:42
Compare
Choose a tag to compare
  • Add Support for "AccountInfo": Senza variables from the Account
  • Restore the old behavior for -w (Watch)
  • Example File for Usage of Default and AccountInfo

How to upgrade:

$ sudo pip3 install --upgrade stups

0.70

19 Aug 15:46
Compare
Choose a tag to compare
  • Use "Default" instead of "DefaultValue" for Senza template parameters

0.69

11 Aug 20:03
Compare
Choose a tag to compare
  • allow custom resource tagging by using "Tags" in SenzaInfo