Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2019-08-28 16:21:15 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2019-08-28 16:21:15 +0300
commitc391d5251d67c68f89b54c54375dacd971584ead (patch)
treeb7e6b5fd4d3b9abaad58e47cd17d3cbe0b7a51a9
parent95eb6930f030af0f5f1cecb734dc283d1735e0c6 (diff)
parentc1fbdfa4129205fa8d7b646fd943006eb43dcb6c (diff)
Merge branch '1-8-release' into 'master'v1.8.0
Release 1.8.0 See merge request gitlab-org/gitlab-pages!175
-rw-r--r--CHANGELOG8
-rw-r--r--VERSION2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7e78a2c9..4ebcdd03 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+v 1.8.0
+
+- Fix https downgrade in auth process
+- Fix build under go-pie environment
+- Change Prometheus metrics names
+- Require minimum golang version 1.11 to build
+- Add the ability to define custom HTTP headers for all served sites
+
v 1.7.1
- Security fix for recovering gitlab access token from cookies
diff --git a/VERSION b/VERSION
index 943f9cbc..27f9cd32 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.7.1
+1.8.0