From e1fe53a2b0bb3871b26245325d78396935d9e4a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Vanet?= Date: Wed, 10 Aug 2016 23:40:25 +0200 Subject: [PATCH] Release 1.5.1 --- Changelog.md | 4 ++-- README.md | 10 +++++----- VERSION | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Changelog.md b/Changelog.md index 16c9b8d..373ba05 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,8 @@ # Changelog -**latest** +**1.5.1** - Upgrade toran proxy to version 1.5.1 -- Fix update github token +- Fix update github token **1.5.0** - Upgrade toran proxy to version 1.5.0 diff --git a/README.md b/README.md index 88b2588..e017ce5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Toran acts as a proxy for Packagist and GitHub. It is meant to be set up on your ```bash docker run --name toran-proxy -d \ -p 80:80 \ - cedvan/toran-proxy:1.5.0 + cedvan/toran-proxy:1.5.1 ``` Go with your browser to **localhost** @@ -33,7 +33,7 @@ Files are saved to `/data/toran-proxy` in container. Just mount this volume for ```bash docker run --name toran-proxy -d \ -v /opt/toran-proxy:/data/toran-proxy \ - cedvan/toran-proxy:1.5.0 + cedvan/toran-proxy:1.5.1 ``` ## Add ssh config for private repository @@ -42,7 +42,7 @@ docker run --name toran-proxy -d \ docker run --name toran-proxy -d \ -p 443:443 \ -v /opt/toran-proxy/ssh:/data/toran-proxy/ssh \ - cedvan/toran-proxy:1.5.0 + cedvan/toran-proxy:1.5.1 ``` *Files supported : `id_rsa`, `id_rsa.pub`, `config` and `known_hosts`* @@ -52,7 +52,7 @@ docker run --name toran-proxy -d \ docker run --name toran-proxy -d \ -p 443:443 \ -e "TORAN_CRON_TIMER=half" \ - cedvan/toran-proxy:1.5.0 + cedvan/toran-proxy:1.5.1 ``` ## Enabled HTTPS @@ -62,7 +62,7 @@ docker run --name toran-proxy -d \ -p 443:443 \ -e "TORAN_HTTPS=true" \ -v /opt/toran-proxy/certs:/data/toran-proxy/certs \ - cedvan/toran-proxy:1.5.0 + cedvan/toran-proxy:1.5.1 ``` Add **toran-proxy.key** and **toran-proxy.crt** in folder **certs** diff --git a/VERSION b/VERSION index bc80560..26ca594 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.0 +1.5.1