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

Commit 1706145

Browse files
committed
Release 0.5.0-alpha1
1 parent 1716d08 commit 1706145

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = u"0.3"
62+
version = u"0.5"
6363
# The full version, including alpha/beta/rc tags.
64-
release = u"0.3"
64+
release = u"0.5"
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

terraform/amazon/modules/bastion/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
59+
Environment=WING_VERSION=0.5.0-alpha1
6060
Environment=WING_DATA_DIR=/var/lib/wing
6161
PermissionsStartOnly=true
6262
ExecStartPre=/bin/sh -c '\

terraform/amazon/templates/puppet_agent_user_data.yaml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ write_files:
2424
{{- else }}
2525
Environment=AIRWORTHY_VERSION=0.2.0
2626
Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d
27-
Environment=WING_VERSION=0.3.0
27+
Environment=WING_VERSION=0.5.0-alpha1
2828
ExecStartPre=/bin/sh -c '\
2929
set -e ;\
3030
test -x /opt/wing-$${WING_VERSION}/wing && exit 0 ;\

0 commit comments

Comments
 (0)