Update website and docker files (#754)
* Add version 0.2.3. Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com> * remove themes Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com>
This commit is contained in:
committed by
Dominic Schabel
parent
bcdfed8511
commit
1aed625fe6
@@ -96,7 +96,7 @@ canonifyurls = false
|
|||||||
weight = 90
|
weight = 90
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Release Notes"
|
name = "Release notes"
|
||||||
url = "/release-notes/"
|
url = "/release-notes/"
|
||||||
weight = 100
|
weight = 100
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,14 @@
|
|||||||
---
|
---
|
||||||
title: Release Notes
|
title: Release notes
|
||||||
weight: 100
|
weight: 100
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 0.2.3
|
||||||
|
|
||||||
|
**Release Date:** Monday, October 1, 2018 <br />
|
||||||
|
[Tag](https://github.com/eclipse/hawkbit/releases/tag/0.2.3) /
|
||||||
|
[Release](https://github.com/eclipse/hawkbit/milestone/12?closed=1)
|
||||||
|
|
||||||
## 0.2.2
|
## 0.2.2
|
||||||
|
|
||||||
**Release Date:** Thursday, September 21, 2018 <br />
|
**Release Date:** Thursday, September 21, 2018 <br />
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ SCRIPT_DIR="/.sandbox/scripts"
|
|||||||
LOGFILE_DIR="/.sandbox/logs"
|
LOGFILE_DIR="/.sandbox/logs"
|
||||||
|
|
||||||
# m h dom mon dow user command
|
# m h dom mon dow user command
|
||||||
SANDBOX_CLEANUP_JOB="0 0 * * 0 root ${SCRIPT_DIR}/sandbox-cleanup.sh >> ${LOGFILE_DIR}/\$(date +\%F)-hawkbit 2>&1"
|
SANDBOX_CLEANUP_JOB="0 0 * * 7 root ${SCRIPT_DIR}/sandbox-cleanup.sh >> ${LOGFILE_DIR}/\$(date +\%F)-hawkbit 2>&1"
|
||||||
LOGFILE_CLEANUP_JOB="0 0 0 * * root find ${LOGFILE_DIR}* -mtime +182 -exec rm {} \; >/dev/null 2>&1"
|
LOGFILE_CLEANUP_JOB="0 0 1 * * root find ${LOGFILE_DIR}* -mtime +182 -exec rm {} \; >/dev/null 2>&1"
|
||||||
|
|
||||||
CRONTAB_FILE="/etc/crontab"
|
CRONTAB_FILE="/etc/crontab"
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
# hawkBit service
|
# hawkBit service
|
||||||
# ---------------------
|
# ---------------------
|
||||||
hawkbit:
|
hawkbit:
|
||||||
image: "hawkbit/hawkbit-update-server:0.2.3-mysql"
|
image: "hawkbit/hawkbit-update-server:latest-mysql"
|
||||||
networks:
|
networks:
|
||||||
- hawknet
|
- hawknet
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ services:
|
|||||||
# HawkBit service
|
# HawkBit service
|
||||||
# ---------------------
|
# ---------------------
|
||||||
hawkbit:
|
hawkbit:
|
||||||
image: "hawkbit/hawkbit-update-server:0.2.3-mysql"
|
image: "hawkbit/hawkbit-update-server:latest-mysql"
|
||||||
environment:
|
environment:
|
||||||
- 'SPRING_DATASOURCE_URL=jdbc:mysql://mysql:3306/hawkbit'
|
- 'SPRING_DATASOURCE_URL=jdbc:mysql://mysql:3306/hawkbit'
|
||||||
- 'SPRING_RABBITMQ_HOST=rabbitmq'
|
- 'SPRING_RABBITMQ_HOST=rabbitmq'
|
||||||
|
|||||||
Reference in New Issue
Block a user