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

Commit

Permalink
Release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshVanL committed Feb 14, 2019
1 parent 1967e2f commit 7d7bdf8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;\
Expand Down

0 comments on commit 7d7bdf8

Please sign in to comment.