fixed versions

This commit is contained in:
afeiszli 2021-12-12 18:26:49 -05:00
parent 3acb53398f
commit 0bc3014f10
10 changed files with 15 additions and 15 deletions

View file

@ -8,7 +8,7 @@
<p align="center">
<a href="https://github.com/gravitl/netmaker/releases">
<img src="https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square" />
<img src="https://img.shields.io/badge/Version-0.9.2-informational?style=flat-square" />
</a>
<a href="https://hub.docker.com/r/gravitl/netmaker/tags">
<img src="https://img.shields.io/docker/pulls/gravitl/netmaker" />

View file

@ -3,7 +3,7 @@ version: "3.4"
services:
netmaker:
container_name: netmaker
image: gravitl/netmaker:v0.9.1
image: gravitl/netmaker:v0.9.2
volumes:
- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
- /run/systemd/system:/run/systemd/system
@ -40,7 +40,7 @@ services:
container_name: netmaker-ui
depends_on:
- netmaker
image: gravitl/netmaker-ui:v0.9.1
image: gravitl/netmaker-ui:v0.9.2
links:
- "netmaker:api"
ports:

View file

@ -3,7 +3,7 @@ version: "3.4"
services:
netmaker:
container_name: netmaker
image: gravitl/netmaker:v0.9.1
image: gravitl/netmaker:v0.9.2
volumes:
- dnsconfig:/root/config/dnsconfig
- /usr/bin/wg:/usr/bin/wg
@ -38,7 +38,7 @@ services:
container_name: netmaker-ui
depends_on:
- netmaker
image: gravitl/netmaker-ui:v0.9.1
image: gravitl/netmaker-ui:v0.9.2
links:
- "netmaker:api"
ports:

View file

@ -3,7 +3,7 @@ version: "3.4"
services:
netmaker:
container_name: netmaker
image: gravitl/netmaker:v0.9.1
image: gravitl/netmaker:v0.9.2
volumes:
- /usr/bin/wg:/usr/bin/wg
- sqldata:/root/data
@ -36,7 +36,7 @@ services:
container_name: netmaker-ui
depends_on:
- netmaker
image: gravitl/netmaker-ui:v0.9.1
image: gravitl/netmaker-ui:v0.9.2
links:
- "netmaker:api"
ports:

View file

@ -11,7 +11,7 @@ services:
container_name: netmaker
depends_on:
- rqlite
image: gravitl/netmaker:v0.9.1
image: gravitl/netmaker:v0.9.2
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)
- dnsconfig:/root/config/dnsconfig # Netmaker writes Corefile to this location, which gets mounted by CoreDNS for DNS configuration.
- /usr/bin/wg:/usr/bin/wg
@ -41,7 +41,7 @@ services:
container_name: netmaker-ui
depends_on:
- netmaker
image: gravitl/netmaker-ui:v0.9.1
image: gravitl/netmaker-ui:v0.9.2
links:
- "netmaker:api"
ports:

View file

@ -40,7 +40,7 @@ services:
container_name: netmaker-ui
depends_on:
- netmaker
image: gravitl/netmaker-ui:v0.9.1
image: gravitl/netmaker-ui:v0.9.2
links:
- "netmaker:api"
ports:

View file

@ -16,7 +16,7 @@ spec:
hostNetwork: true
containers:
- name: netclient-1
image: gravitl/netclient:0.9.1-doks-uspace
image: gravitl/netclient:0.9.2-doks-uspace
env:
- name: NETCLIENT_ROAMING
value: "no"

View file

@ -16,7 +16,7 @@ spec:
hostNetwork: true
containers:
- name: netclient-1
image: gravitl/netclient:0.9.1-doks
image: gravitl/netclient:0.9.2-doks
env:
- name: NETCLIENT_ROAMING
value: "no"
@ -64,7 +64,7 @@ spec:
spec:
hostNetwork: true
containers:
- image: gravitl/netclient:0.9.1-doks
- image: gravitl/netclient:0.9.2-doks
imagePullPolicy: IfNotPresent
name: wg-installer
command: ['bash', '-c']

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="0.9.1.0"
version="0.9.2.0"
processorArchitecture="*"
name="netclient.exe"
type="win32"

View file

@ -29,7 +29,7 @@
"OriginalFilename": "",
"PrivateBuild": "",
"ProductName": "Netclient",
"ProductVersion": "v0.9.1.0",
"ProductVersion": "v0.9.2.0",
"SpecialBuild": ""
},
"VarFileInfo": {