zalando-stups / senza

Deploy immutable application stacks and create and execute AWS CloudFormation templates in a sane way

Home Page:https://pypi.python.org/pypi/stups-senza

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

senza update changes nothing if only tags changed

avaczi opened this issue · comments

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 #413, but there the end is somehow missing.