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:
authorVladimir Shushlin <vshushlin@gitlab.com>2021-08-17 11:42:24 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2021-08-17 11:42:24 +0300
commit118a1252ada382e00e53d7ee7e57f059f0e31aba (patch)
treee78c41d48670b345e80ac10e7e49530dbe078c37
parent84d1dde7f22aad875f75c2df768f6f2984a3ef4b (diff)
parentfc5606efaf67f89162c739e4b378beb489873bd7 (diff)
Merge branch '602-release-v-1-42-0' into 'master'v1.42.0
Release v1.42.0 See merge request gitlab-org/gitlab-pages!545
-rw-r--r--CHANGELOG.md14
-rw-r--r--VERSION2
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12c76155..f8a5bcef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+## 1.42.0 (2021-08-17)
+
+### Changed (2 changes)
+
+- [feat: add CORS header to HEAD requests](gitlab-org/gitlab-pages@52f82517edfa6c2c1a3220d6ab5cf1440faf2d17) ([merge request](gitlab-org/gitlab-pages!531))
+- [Use internal-gitlab-server in auth-related tasks](gitlab-org/gitlab-pages@7a9c492b619078aed6f9c3f95cf21640afd63100) ([merge request](gitlab-org/gitlab-pages!507))
+
+### Other (4 changes)
+
+- [fix: do not fail to print --version](gitlab-org/gitlab-pages@5186f78c179578757a2673264155aa8b287a0efb) ([merge request](gitlab-org/gitlab-pages!539))
+- [build: replace jwt-go with maintained fork](gitlab-org/gitlab-pages@436803f5975eefd697c83d6ad6e5c43360be8310) ([merge request](gitlab-org/gitlab-pages!533))
+- [refactor: fail to start without listeners](gitlab-org/gitlab-pages@0dc345e1a3278ea4b922e2a7bf4952caf20bc139) ([merge request](gitlab-org/gitlab-pages!532))
+- [ci: use gotestsum for running tests](gitlab-org/gitlab-pages@778c290a0eed19a4203c167915d42a223ebc7c5e) ([merge request](gitlab-org/gitlab-pages!528))
+
## 1.41.0 (2021-07-13)
### Added (1 change)
diff --git a/VERSION b/VERSION
index 7d47e599..a50908ca 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.41.0
+1.42.0