This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
modules/bastion/templates Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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 '\
Original file line number Diff line number Diff 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 ;\
You can’t perform that action at this time.
0 commit comments