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:
authorJaime Martinez <jmartinez@gitlab.com>2022-07-29 02:40:54 +0300
committerJaime Martinez <jmartinez@gitlab.com>2022-07-29 02:40:54 +0300
commitd138b9585792cbb30d7b3aafd2d3a306cd678de5 (patch)
tree250fa7033e94f3f92a001090d61663364b833dd8
parentb1c1b347ee45dbbb9dfc5b5cfc18d8577cae1f09 (diff)
Docs: add changelog for version 1.62.0
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 367c0309..92910512 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+## 1.62.0 (2022-07-28)
+
+### Fixed (2 changes)
+
+- [Fixes acme redirection issues when using a wildcard redirect](gitlab-org/gitlab-pages@a131f2bdf10e2815d79e3581fe6536b1499839b6) ([merge request](gitlab-org/gitlab-pages!819))
+- [Fix data race with lookup paths](gitlab-org/gitlab-pages@9bf12d385279f8386716cc0af4372ebcd5ae6f9d) ([merge request](gitlab-org/gitlab-pages!822))
+
+### Changed (2 changes)
+
+- [Chore: log ZIP archive corruption error](gitlab-org/gitlab-pages@e34ed022accdff134d7464de03069670c0e18aaf) ([merge request](gitlab-org/gitlab-pages!821))
+- [Update LabKit library to v1.16.0](gitlab-org/gitlab-pages@77220ca923e02ba0c4b464421b421df0a8cd7f06) ([merge request](gitlab-org/gitlab-pages!813))
+
+### Security (1 change)
+
+- [Include remote address through X-Forwarded-For in job artifact request](gitlab-org/gitlab-pages@3224eb6418fcc0fcb0fa5bd3203c0c0c25b4704b)
+
## 1.61.1 (2022-07-19)
### Security (1 change)