Skip to content

Commit 0bc3014

Browse files
committed
fixed versions
1 parent 3acb533 commit 0bc3014

10 files changed

+15
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<p align="center">
1010
<a href="https://github.com/gravitl/netmaker/releases">
11-
<img src="https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square" />
11+
<img src="https://img.shields.io/badge/Version-0.9.2-informational?style=flat-square" />
1212
</a>
1313
<a href="https://hub.docker.com/r/gravitl/netmaker/tags">
1414
<img src="https://img.shields.io/docker/pulls/gravitl/netmaker" />

compose/docker-compose.caddy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.4"
33
services:
44
netmaker:
55
container_name: netmaker
6-
image: gravitl/netmaker:v0.9.1
6+
image: gravitl/netmaker:v0.9.2
77
volumes:
88
- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
99
- /run/systemd/system:/run/systemd/system
@@ -40,7 +40,7 @@ services:
4040
container_name: netmaker-ui
4141
depends_on:
4242
- netmaker
43-
image: gravitl/netmaker-ui:v0.9.1
43+
image: gravitl/netmaker-ui:v0.9.2
4444
links:
4545
- "netmaker:api"
4646
ports:

compose/docker-compose.contained.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.4"
33
services:
44
netmaker:
55
container_name: netmaker
6-
image: gravitl/netmaker:v0.9.1
6+
image: gravitl/netmaker:v0.9.2
77
volumes:
88
- dnsconfig:/root/config/dnsconfig
99
- /usr/bin/wg:/usr/bin/wg
@@ -38,7 +38,7 @@ services:
3838
container_name: netmaker-ui
3939
depends_on:
4040
- netmaker
41-
image: gravitl/netmaker-ui:v0.9.1
41+
image: gravitl/netmaker-ui:v0.9.2
4242
links:
4343
- "netmaker:api"
4444
ports:

compose/docker-compose.nodns.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.4"
33
services:
44
netmaker:
55
container_name: netmaker
6-
image: gravitl/netmaker:v0.9.1
6+
image: gravitl/netmaker:v0.9.2
77
volumes:
88
- /usr/bin/wg:/usr/bin/wg
99
- sqldata:/root/data
@@ -36,7 +36,7 @@ services:
3636
container_name: netmaker-ui
3737
depends_on:
3838
- netmaker
39-
image: gravitl/netmaker-ui:v0.9.1
39+
image: gravitl/netmaker-ui:v0.9.2
4040
links:
4141
- "netmaker:api"
4242
ports:

compose/docker-compose.reference.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
container_name: netmaker
1212
depends_on:
1313
- rqlite
14-
image: gravitl/netmaker:v0.9.1
14+
image: gravitl/netmaker:v0.9.2
1515
volumes: # Volume mounts necessary for CLIENT_MODE to control wireguard networking on host (except dnsconfig, which is where dns config files are stored for use by CoreDNS)
1616
- dnsconfig:/root/config/dnsconfig # Netmaker writes Corefile to this location, which gets mounted by CoreDNS for DNS configuration.
1717
- /usr/bin/wg:/usr/bin/wg
@@ -41,7 +41,7 @@ services:
4141
container_name: netmaker-ui
4242
depends_on:
4343
- netmaker
44-
image: gravitl/netmaker-ui:v0.9.1
44+
image: gravitl/netmaker-ui:v0.9.2
4545
links:
4646
- "netmaker:api"
4747
ports:

compose/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
container_name: netmaker-ui
4141
depends_on:
4242
- netmaker
43-
image: gravitl/netmaker-ui:v0.9.1
43+
image: gravitl/netmaker-ui:v0.9.2
4444
links:
4545
- "netmaker:api"
4646
ports:

kube/netclient-template-doks-uspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
hostNetwork: true
1717
containers:
1818
- name: netclient-1
19-
image: gravitl/netclient:0.9.1-doks-uspace
19+
image: gravitl/netclient:0.9.2-doks-uspace
2020
env:
2121
- name: NETCLIENT_ROAMING
2222
value: "no"

kube/netclient-template-doks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
hostNetwork: true
1717
containers:
1818
- name: netclient-1
19-
image: gravitl/netclient:0.9.1-doks
19+
image: gravitl/netclient:0.9.2-doks
2020
env:
2121
- name: NETCLIENT_ROAMING
2222
value: "no"
@@ -64,7 +64,7 @@ spec:
6464
spec:
6565
hostNetwork: true
6666
containers:
67-
- image: gravitl/netclient:0.9.1-doks
67+
- image: gravitl/netclient:0.9.2-doks
6868
imagePullPolicy: IfNotPresent
6969
name: wg-installer
7070
command: ['bash', '-c']

netclient/netclient.exe.manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
33
<assemblyIdentity
4-
version="0.9.1.0"
4+
version="0.9.2.0"
55
processorArchitecture="*"
66
name="netclient.exe"
77
type="win32"

netclient/versioninfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"OriginalFilename": "",
3030
"PrivateBuild": "",
3131
"ProductName": "Netclient",
32-
"ProductVersion": "v0.9.1.0",
32+
"ProductVersion": "v0.9.2.0",
3333
"SpecialBuild": ""
3434
},
3535
"VarFileInfo": {

0 commit comments

Comments
 (0)