Skip to content

Commit 0f9ecd0

Browse files
authored
Merge pull request #90 from play-iot/release/vpnc-deployer/0.9.4
Release vpnc-deployer/v0.9.4
2 parents 2ee9f47 + 3250c69 commit 0f9ecd0

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

cli/CHANGELOG-VPNC-DEPLOYER.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v0.9.4](https://github.com/play-iot/iot-vpn/tree/vpnc-deployer/v0.9.4) (2021-05-13)
4+
5+
### Improvement
6+
- Add `arm64` option in `deployer-cli` to allow downloading `vpnc-armv64`
7+
- Sync version with `vpnc`
8+
39
## [v0.9.3](https://github.com/play-iot/iot-vpn/tree/vpnc-deployer/v0.9.3) (2021-05-13)
410

511
### Improvement

cli/ansible/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
```bash
66
ansible-inventory --graph
77
```
8-
Run this playbook first to ensure the default python path exists on target hosts for ansible to lookup:
8+
9+
Run this playbook first to ensure the default `python` path exists on target hosts for ansible to lookup:
910
```bash
1011
ansible-playbook wf-ensure-python.yml
1112
```
13+
1214
Then:
1315
```bash
1416
ansible-playbook wf-vpnc-rollout.yml -e 'debug=1' -e '{"args_vpn_state_test_domains": ["google.com"]}'
@@ -69,7 +71,7 @@ After do `init step` and `Prepare hosts`, run:
6971
```
7072

7173
It will show output to console, then don't close it by `Ctrl+C`
72-
After the progress is finished, it will show something like that
74+
After the progress finished, it will show something like that
7375

7476
```bash
7577
vpnc-deployer_1 | PLAY RECAP *********************************************************************

cli/ansible/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_VERSION = '0.9.3'
1+
APP_VERSION = '0.9.4'
22
HASH_VERSION = 'dev'
33

44
print(f'vpnc-deployer {APP_VERSION}-{HASH_VERSION}')

cli/ansible/vpnc-deployer-cli.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ GHRD_URL=https://github.com/zero88/gh-release-downloader/releases/download/v$GHR
5050

5151
VPNC_REPO=play-iot/iot-vpn
5252
VPNC_BINARY=playio-vpnc
53-
VPNC_ARCH=("amd64" "armv7")
53+
VPNC_ARCH=("amd64" "armv7" "arm64")
5454

5555
DOCKER_COMPOSE_FILE="docker-compose.yml"
5656
DOCKER_COMPOSE_V2_TMPL=$(

0 commit comments

Comments
 (0)