zalando-stups / senza

Deploy immutable application stacks and create and execute AWS CloudFormation templates in a sane way
https://pypi.python.org/pypi/stups-senza
Other
96 stars 72 forks source link

senza update changes nothing if only tags changed #470

Open avaczi opened 7 years ago

avaczi commented 7 years ago

Changing an existing tag to some other value results in a NO UPDATE upon senza update.

SenzaInfo:
  StackName: spilo
  Tags:
    - SpiloCluster: "{{Arguments.version}}"
    - Environment: "live" # changed from something else
senza update this.yaml this
Generating Cloud Formation template.. OK
Updating Cloud Formation stack spilo-loungemarketingblacklist.. NO UPDATE

Might be related to https://github.com/zalando-stups/senza/issues/413, but there the end is somehow missing.