From fc55f14479c3e82b788a1825deb77038c2034699 Mon Sep 17 00:00:00 2001 From: Christian Simon Date: Thu, 14 Mar 2019 09:04:15 +0000 Subject: [PATCH] Release 0.6.2-rc1 --- README.md | 4 ++-- terraform/amazon/templates/bastion_user_data.yaml.template | 2 +- .../amazon/templates/puppet_agent_user_data.yaml.template | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eed2228636..c545d941e4 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.6.1/tarmak_0.6.1_linux_amd64 - $ mv tarmak_0.6.1_linux_amd64 tarmak + $ wget https://github.com/jetstack/tarmak/releases/download/0.6.2-rc1/tarmak_0.6.2-rc1_linux_amd64 + $ mv tarmak_0.6.2-rc1_linux_amd64 tarmak $ chmod +x tarmak If you want compile from source, follow the [build diff --git a/terraform/amazon/templates/bastion_user_data.yaml.template b/terraform/amazon/templates/bastion_user_data.yaml.template index 25dca8ddea..1b5ee69cfb 100644 --- a/terraform/amazon/templates/bastion_user_data.yaml.template +++ b/terraform/amazon/templates/bastion_user_data.yaml.template @@ -68,7 +68,7 @@ write_files: {{- else }} Environment=AIRWORTHY_VERSION=0.2.0 Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d - Environment=WING_VERSION=0.6.1 + Environment=WING_VERSION=0.6.2-rc1 ExecStartPre=/bin/sh -c '\ set -e ;\ test -x /opt/wing-$${WING_VERSION}/wing && exit 0 ;\ diff --git a/terraform/amazon/templates/puppet_agent_user_data.yaml.template b/terraform/amazon/templates/puppet_agent_user_data.yaml.template index ecdd043fee..83f08d4d96 100644 --- a/terraform/amazon/templates/puppet_agent_user_data.yaml.template +++ b/terraform/amazon/templates/puppet_agent_user_data.yaml.template @@ -25,7 +25,7 @@ write_files: {{- else }} Environment=AIRWORTHY_VERSION=0.2.0 Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d - Environment=WING_VERSION=0.6.1 + Environment=WING_VERSION=0.6.2-rc1 ExecStartPre=/bin/sh -c '\ set -e ;\ test -x /opt/wing-$${WING_VERSION}/wing && exit 0 ;\