summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-09-01 12:57:42 +0200
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-09-01 12:57:42 +0200
commit9759ae6bf68df2ae59b0b5a9077cd7e70329b4e1 (patch)
tree96a3f2ce34b1acc52b247e05a2d1151a83ffd2cb
parent6736757569f5e3cbf9255713839ee8258c93383a (diff)
Release 0.23.10.23.1
-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 9160a1d..c04e4b5 100644
--- a/etc/docker/kubernetes/deployment.yaml
+++ b/etc/docker/kubernetes/deployment.yaml
@@ -20,7 +20,7 @@ spec:
spec:
containers:
-
- image: "alejandrocolomar/www:0.23.0"
+ image: "alejandrocolomar/www:0.23.1"
livenessProbe:
httpGet:
path: /
diff --git a/etc/docker/swarm/docker-compose.yaml b/etc/docker/swarm/docker-compose.yaml
index 4728c79..438b08c 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.23.0"
+ image: "alejandrocolomar/www:0.23.1"
networks:
-
"alejandro-colomar"
diff --git a/etc/www/config.sh b/etc/www/config.sh
index baadf89..2031f3b 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.23.0"; ## tag name or branch name.
+WWW_VERSION="0.23.1"; ## tag name or branch name.
################################################################################
diff --git a/srv/www/index.html b/srv/www/index.html
index c20b3b7..87e99b5 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: 31/Aug/2020 18:18:44 UTC
-Version: 0.23.0
+Last modified: 01/Sep/2020 10:57:42 UTC
+Version: 0.23.1
Alejandro Colomar
</pre>
<hr/>