summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-08-30 16:39:29 +0200
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-08-30 16:39:29 +0200
commit491f0deadf19a9a5f8c8379ff5cc6323f960ece3 (patch)
treefedf1da40ec6259ede2845150ce6b5032bc5ae39
parent529119ecb9ba912a9fb8208ca6cca40879ac9988 (diff)
Release 0.20.00.20.0
-rw-r--r--etc/docker/kubernetes/deployment.yaml2
-rw-r--r--etc/docker/swarm/docker-compose.yaml2
-rw-r--r--etc/www/config.sh2
-rw-r--r--srv/www/index.html4
4 files changed, 5 insertions, 5 deletions
diff --git a/etc/docker/kubernetes/deployment.yaml b/etc/docker/kubernetes/deployment.yaml
index 193b464..d222704 100644
--- a/etc/docker/kubernetes/deployment.yaml
+++ b/etc/docker/kubernetes/deployment.yaml
@@ -20,7 +20,7 @@ spec:
spec:
containers:
-
- image: "alejandrocolomar/www:0.19.1"
+ image: "alejandrocolomar/www:0.20.0"
livenessProbe:
httpGet:
path: /
diff --git a/etc/docker/swarm/docker-compose.yaml b/etc/docker/swarm/docker-compose.yaml
index 6037b3c..7bd1a81 100644
--- a/etc/docker/swarm/docker-compose.yaml
+++ b/etc/docker/swarm/docker-compose.yaml
@@ -31,7 +31,7 @@ services:
replicas: 1
restart_policy:
condition: any
- image: "alejandrocolomar/www:0.19.1"
+ image: "alejandrocolomar/www:0.20.0"
networks:
-
"alejandro-colomar"
diff --git a/etc/www/config.sh b/etc/www/config.sh
index 1f7a893..ae67160 100644
--- a/etc/www/config.sh
+++ b/etc/www/config.sh
@@ -22,7 +22,7 @@ WWW_PORT_RC=31001;
WWW_PORT_STABLE=30001;
WWW_STABILITY="stable"; ## "stable", "rc", or "exp"
WWW_STACK_BASENAME="www";
-WWW_VERSION="0.19.1"; ## tag name or branch name.
+WWW_VERSION="0.20.0"; ## tag name or branch name.
################################################################################
diff --git a/srv/www/index.html b/srv/www/index.html
index fc17439..6d3ee76 100644
--- a/srv/www/index.html
+++ b/srv/www/index.html
@@ -53,8 +53,8 @@
<hr/>
<pre>
This site doesn't use cookies :)
-Last modified: 30/Aug/2020 13:45:25 UTC
-Version: 0.19.1
+Last modified: 30/Aug/2020 14:39:29 UTC
+Version: 0.20.0
Alejandro Colomar
</pre>
<hr/>