Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 41f3a05

Browse files
committed
Release 0.3.0
1 parent 16a6960 commit 41f3a05

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ including Terraform, Puppet and systemd.
2020
Get a ready built version of tarmak from [the releases
2121
page](https://github.com/jetstack/tarmak/releases):
2222

23-
$ wget https://github.com/jetstack/tarmak/releases/download/0.3.0-rc5/tarmak_0.3.0-rc5_linux_amd64
24-
$ mv tarmak_0.3.0-rc5_linux_amd64 tarmak
23+
$ wget https://github.com/jetstack/tarmak/releases/download/0.3.0/tarmak_0.3.0_linux_amd64
24+
$ mv tarmak_0.3.0_linux_amd64 tarmak
2525
$ chmod +x tarmak
2626

2727
If you want compile from source, follow the [build

terraform/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN airworthy download \
2424
# install terraform plugins
2525
WORKDIR /terraform
2626

27-
ENV TARMAK_VERSION 0.3.0-rc5
27+
ENV TARMAK_VERSION 0.3.0
2828
RUN airworthy download \
2929
https://github.com/jetstack/tarmak/releases/download/${TARMAK_VERSION}/terraform-provider-awstag_${TARMAK_VERSION}_linux_amd64 \
3030
--sha256sums https://github.com/jetstack/tarmak/releases/download/${TARMAK_VERSION}/tarmak_${TARMAK_VERSION}_checksums.txt \

terraform/amazon/kubernetes/templates/puppet_agent_user_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ write_files:
1717
Environment=PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/bin:/root/bin
1818
Environment=AIRWORTHY_VERSION=0.2.0
1919
Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d
20-
Environment=WING_VERSION=0.3.0-rc5
20+
Environment=WING_VERSION=0.3.0
2121
PermissionsStartOnly=true
2222
ExecStartPre=/bin/sh -c '\
2323
set -e ;\

terraform/amazon/tools/templates/bastion_user_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ write_files:
5656
[Service]
5757
Environment=AIRWORTHY_VERSION=0.2.0
5858
Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d
59-
Environment=WING_VERSION=0.3.0-rc5
59+
Environment=WING_VERSION=0.3.0
6060
Environment=WING_DATA_DIR=/var/lib/wing
6161
PermissionsStartOnly=true
6262
ExecStartPre=/bin/sh -c '\

0 commit comments

Comments
 (0)