Skip to content

Commit 6531082

Browse files
authored
Merge pull request #74 from play-iot/release/vpnddns/1.0.0
- Release VPNDDNS 1.0.0 with new brand
2 parents ca9f025 + 800272f commit 6531082

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG-VPNDDNS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

3-
## [v1.0.0](https://github.com/play-iot/iot-vpn/tree/vpnddns/v1.0.0) (2021-04-20)
3+
### Added
4+
- Google cloud DDNS
5+
6+
## [v1.0.0](https://github.com/play-iot/iot-vpn/tree/vpnddns/v1.0.0) (2021-05-13)
47

58
### Added
69
- Google cloud DDNS

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# QWE VPN
1+
# PlayiO VPN
22

3-
QWE IIoT VPN solution
3+
**Play-iO** IIoT VPN solution
44

55
![softether](./.github/vpnserver.png)
66

@@ -29,3 +29,8 @@ QWE IIoT VPN solution
2929
- [x] `resolvconf`
3030
- [x] `openresolv`
3131
- [x] `connman`
32+
33+
## VPN DDNS
34+
35+
![Docker Image Version (latest semver)](https://img.shields.io/docker/v/playio/vpnddns?sort=semver)
36+
![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/playio/vpnddns?sort=semver)

cli/k8s/ddns/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VPN_DNS_SYNC_IMAGE=ghcr.io/play-iot/vpnddns
2-
VPN_DNS_SYNC_VERSION=main
1+
VPN_DNS_SYNC_IMAGE=playio/vpnddns
2+
VPN_DNS_SYNC_VERSION=1.0.0
33
VPN_DNS_SYNC_SCHEDULE="*/2 * * * *"
44

55
K8S_COMPONENT=vpn-ddns

cli/python/src/ddns/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
APP_VERSION = '1.0.1'
1+
APP_VERSION = '1.0.0'
22
HASH_VERSION = 'dev'

0 commit comments

Comments
 (0)