From a468b11b5c1d403a8b47defcd9c952a9db5635ec Mon Sep 17 00:00:00 2001 From: JoshVanL Date: Mon, 5 Aug 2019 16:52:21 +0100 Subject: [PATCH] Update tarmak version references to 0.6.7 Signed-off-by: JoshVanL --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 4 ++-- .../templates/bastion_user_data.yaml.template | 2 +- .../puppet_agent_user_data.yaml.template | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d61a259703..72847610d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.6.7]: 0.6.7 - 2019-08-05 + +### Changed + +* Mark Vault certificates for renewal 30 days before expiry (#828, [@joshvanl](https://github.com/joshvanl) + +### Versions + +| Application | Supported versions | Default | +|-------------|--------------------:|----------:| +| Packer | | `1.2.5` | +| Terraform | | `0.11.11` | +| Consul | | `1.2.4` | +| Vault | | `0.9.6` | +| Kubernetes | `>= 1.10 && < 1.14` | `1.12.9` | +| Calico | | `3.1.4` | +| Vault Helper| | `0.9.15` | +| Etcd | | `3.2.25` | + ## [0.6.6]: 0.6.6 - 2019-06-24 ### Changed diff --git a/README.md b/README.md index d4c7e8dbb1..1651ad97af 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.6/tarmak_0.6.6_linux_amd64 - $ mv tarmak_0.6.6_linux_amd64 tarmak + $ wget https://github.com/jetstack/tarmak/releases/download/0.6.7/tarmak_0.6.7_linux_amd64 + $ mv tarmak_0.6.7_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 446adf2439..f707034c4f 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.6 + Environment=WING_VERSION=0.6.7 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 fc327853d8..f4b937043e 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.6 + Environment=WING_VERSION=0.6.7 ExecStartPre=/bin/sh -c '\ set -e ;\ test -x /opt/wing-$${WING_VERSION}/wing && exit 0 ;\