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:
Jeroen Laverman
2018-10-16 16:19:32 +02:00
committed by Dominic Schabel
parent bcdfed8511
commit 1aed625fe6
5 changed files with 12 additions and 6 deletions

View File

@@ -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

View File

@@ -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 />

View File

@@ -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"

View File

@@ -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:

View File

@@ -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'