diff --git a/docs/conf.py b/docs/conf.py index 118cb466b9..4b2aac4fd1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,9 +61,9 @@ # built documents. # # The short X.Y version. -version = u"0.5" +version = u"0.6" # The full version, including alpha/beta/rc tags. -release = u"0.5" +release = u"0.6" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/terraform/amazon/templates/bastion_user_data.yaml.template b/terraform/amazon/templates/bastion_user_data.yaml.template index d5e4f3e055..edf653f66b 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.5.3 + Environment=WING_VERSION=0.6.0-alpha1 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 33c5887d49..708d7f06b6 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.5.3 + Environment=WING_VERSION=0.6.0-alpha1 ExecStartPre=/bin/sh -c '\ set -e ;\ test -x /opt/wing-$${WING_VERSION}/wing && exit 0 ;\