From 41827114305b05dbb436b2a1022b23cdc9f86add Mon Sep 17 00:00:00 2001 From: Angira Kekteeva Date: Mon, 17 May 2021 20:34:27 +0300 Subject: [PATCH] [#77] http_gate: update version to 0.15.0 Update version from 0.14.3 to 0.15.0 in .env and docs Signed-off-by: Angira Kekteeva --- .env | 2 +- docs/http_gate.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index ff37f87..ec647e6 100644 --- a/.env +++ b/.env @@ -18,7 +18,7 @@ NODE_VERSION=0.19.0 NODE_IMAGE=nspccdev/neofs-storage # HTTP Gate -HTTP_GW_VERSION=0.14.3 +HTTP_GW_VERSION=0.15.0 HTTP_GW_IMAGE=nspccdev/neofs-http-gate # S3 Gate diff --git a/docs/http_gate.md b/docs/http_gate.md index b262c5a..1cad4f9 100644 --- a/docs/http_gate.md +++ b/docs/http_gate.md @@ -6,7 +6,7 @@ Source code and more information can be found in [project's GitHub repository](h ## .env settings -### HTTP_GW_VERSION=0.12.0 +### HTTP_GW_VERSION=0.15.0 Image version label to use for containers.