mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-05 20:54:18 +08:00
Versions for v0.15.2
This commit is contained in:
parent
44d0ef6565
commit
a8f35e4980
10 changed files with 20 additions and 19 deletions
3
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -31,7 +31,8 @@ body:
|
|||
label: Version
|
||||
description: What version are you running?
|
||||
options:
|
||||
- v0.15.1
|
||||
- v0.15.2
|
||||
- v0.15.1
|
||||
- v0.15.0
|
||||
- v0.14.6
|
||||
- v0.14.5
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<p align="center">
|
||||
<a href="https://github.com/gravitl/netmaker/releases">
|
||||
<img src="https://img.shields.io/badge/Version-0.15.1-informational?style=flat-square" />
|
||||
<img src="https://img.shields.io/badge/Version-0.15.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?label=downloads" />
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.4"
|
|||
services:
|
||||
netmaker: # The Primary Server for running Netmaker
|
||||
container_name: netmaker
|
||||
image: gravitl/netmaker:v0.15.1
|
||||
image: gravitl/netmaker:v0.15.2
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
|
@ -62,7 +62,7 @@ services:
|
|||
- traefik.http.services.netmaker-api.loadbalancer.server.port=8081
|
||||
netmaker-ui: # The Netmaker UI Component
|
||||
container_name: netmaker-ui
|
||||
image: gravitl/netmaker-ui:v0.15.1
|
||||
image: gravitl/netmaker-ui:v0.15.2
|
||||
depends_on:
|
||||
- netmaker
|
||||
links:
|
||||
|
@ -140,4 +140,4 @@ volumes:
|
|||
sqldata: {} # storage for embedded sqlite
|
||||
dnsconfig: {} # storage for coredns
|
||||
mosquitto_data: {} # storage for mqtt data
|
||||
mosquitto_logs: {} # storage for mqtt logs
|
||||
mosquitto_logs: {} # storage for mqtt logs
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.4"
|
|||
services:
|
||||
netmaker:
|
||||
container_name: netmaker
|
||||
image: gravitl/netmaker:v0.15.1
|
||||
image: gravitl/netmaker:v0.15.2
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
|
@ -51,7 +51,7 @@ services:
|
|||
- traefik.http.services.netmaker-api.loadbalancer.server.port=8081
|
||||
netmaker-ui:
|
||||
container_name: netmaker-ui
|
||||
image: gravitl/netmaker-ui:v0.15.1
|
||||
image: gravitl/netmaker-ui:v0.15.2
|
||||
depends_on:
|
||||
- netmaker
|
||||
links:
|
||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
|||
hostNetwork: true
|
||||
containers:
|
||||
- name: netclient
|
||||
image: gravitl/netclient-go:v0.15.1
|
||||
image: gravitl/netclient-go:v0.15.2
|
||||
env:
|
||||
- name: TOKEN
|
||||
value: "TOKEN_VALUE"
|
||||
|
|
|
@ -28,7 +28,7 @@ spec:
|
|||
# - "<node label value>"
|
||||
containers:
|
||||
- name: netclient
|
||||
image: gravitl/netclient:v0.15.1
|
||||
image: gravitl/netclient:v0.15.2
|
||||
env:
|
||||
- name: TOKEN
|
||||
value: "TOKEN_VALUE"
|
||||
|
@ -41,4 +41,4 @@ spec:
|
|||
- hostPath:
|
||||
path: /etc/netclient
|
||||
type: DirectoryOrCreate
|
||||
name: etc-netclient
|
||||
name: etc-netclient
|
||||
|
|
|
@ -83,7 +83,7 @@ spec:
|
|||
value: "Kubernetes"
|
||||
- name: VERBOSITY
|
||||
value: "3"
|
||||
image: gravitl/netmaker:v0.15.1
|
||||
image: gravitl/netmaker:v0.15.2
|
||||
imagePullPolicy: Always
|
||||
name: netmaker
|
||||
ports:
|
||||
|
@ -225,4 +225,4 @@ spec:
|
|||
# service:
|
||||
# name: netmaker-rest
|
||||
# port:
|
||||
# number: 8081
|
||||
# number: 8081
|
||||
|
|
|
@ -15,7 +15,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: netmaker-ui
|
||||
image: gravitl/netmaker-ui:v0.15.1
|
||||
image: gravitl/netmaker-ui:v0.15.2
|
||||
ports:
|
||||
- containerPort: 443
|
||||
env:
|
||||
|
@ -61,4 +61,4 @@ spec:
|
|||
# service:
|
||||
# name: netmaker-ui
|
||||
# port:
|
||||
# number: 80
|
||||
# number: 80
|
||||
|
|
|
@ -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.15.1.0"
|
||||
version="0.15.2.0"
|
||||
processorArchitecture="*"
|
||||
name="netclient.exe"
|
||||
type="win32"
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
"FileVersion": {
|
||||
"Major": 0,
|
||||
"Minor": 15,
|
||||
"Patch": 1,
|
||||
"Patch": 2,
|
||||
"Build": 0
|
||||
},
|
||||
"ProductVersion": {
|
||||
"Major": 0,
|
||||
"Minor": 15,
|
||||
"Patch": 1,
|
||||
"Patch": 2,
|
||||
"Build": 0
|
||||
},
|
||||
"FileFlagsMask": "3f",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"OriginalFilename": "",
|
||||
"PrivateBuild": "",
|
||||
"ProductName": "Netclient",
|
||||
"ProductVersion": "v0.15.1.0",
|
||||
"ProductVersion": "v0.15.2.0",
|
||||
"SpecialBuild": ""
|
||||
},
|
||||
"VarFileInfo": {
|
||||
|
@ -40,4 +40,4 @@
|
|||
},
|
||||
"IconPath": "windowsdata/resource/netclient.ico",
|
||||
"ManifestPath": "netclient.exe.manifest.xml"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue