diff --git a/README.md b/README.md index a432f404dd..0ef7d1cd8d 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ including Terraform, Puppet and systemd. Get a ready built version of tarmak from [the releases page](https://github.com/jetstack/tarmak/releases): - $ wget https://github.com/jetstack/tarmak/releases/download/0.5.3/tarmak_0.5.3_linux_amd64 - $ mv tarmak_0.5.3_linux_amd64 tarmak + $ wget https://github.com/jetstack/tarmak/releases/download/0.5.4/tarmak_0.5.4_linux_amd64 + $ mv tarmak_0.5.4_linux_amd64 tarmak $ chmod +x tarmak If you want compile from source, follow the [build diff --git a/terraform/amazon/modules/bastion/templates/bastion_user_data.yaml b/terraform/amazon/modules/bastion/templates/bastion_user_data.yaml index 1885692c94..548f707466 100644 --- a/terraform/amazon/modules/bastion/templates/bastion_user_data.yaml +++ b/terraform/amazon/modules/bastion/templates/bastion_user_data.yaml @@ -58,7 +58,7 @@ write_files: [Service] Environment=AIRWORTHY_VERSION=0.2.0 Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d - Environment=WING_VERSION=0.5.3 + Environment=WING_VERSION=0.5.4 Environment=WING_DATA_DIR=/var/lib/wing PermissionsStartOnly=true Restart=on-failure diff --git a/terraform/amazon/templates/puppet_agent_user_data.yaml.template b/terraform/amazon/templates/puppet_agent_user_data.yaml.template index 36452555bd..600f1da6c5 100644 --- a/terraform/amazon/templates/puppet_agent_user_data.yaml.template +++ b/terraform/amazon/templates/puppet_agent_user_data.yaml.template @@ -24,7 +24,7 @@ write_files: {{- else }} Environment=AIRWORTHY_VERSION=0.2.0 Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d - Environment=WING_VERSION=0.5.3 + Environment=WING_VERSION=0.5.4 ExecStartPre=/bin/sh -c '\ set -e ;\ test -x /opt/wing-$${WING_VERSION}/wing && exit 0 ;\