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>2022-02-01 16:16:40 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2022-02-01 16:16:40 +0300
commit60469c19225ac87af55df04e820b1df35456a67d (patch)
tree6a1b9fb6138964bdbe77ce2550867e2bb4ff75ee
parent0a700a8d6e64c35751abe40464b8ece13f84f597 (diff)
parent10d13d433e4508305f4ec86aaf7d4a8e2f9d0824 (diff)
Merge branch '697-release-1-53' into 'master'v1.53.0
Release 1.53 See merge request gitlab-org/gitlab-pages!682
-rw-r--r--CHANGELOG.md11
-rw-r--r--VERSION2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b8a9b2d..56dabab5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## 1.53.0 (2022-02-01)
+
+### Fixed (2 changes)
+
+- [fix: Fix 500 errors when clients disconnect](gitlab-org/gitlab-pages@1b50e38f3959c784f44c280720ed3249802d2622) ([merge request](gitlab-org/gitlab-pages!681))
+- [fix: fix metrics and logs not including domain resolution time](gitlab-org/gitlab-pages@adc0b9233fa4a0b2b449e27336d9ae39c75819ba) ([merge request](gitlab-org/gitlab-pages!674))
+
+### Changed (1 change)
+
+- [refactor: stop passing file descriptors around and use net.Listen](gitlab-org/gitlab-pages@052a7fb36f4605634385f54c833db21a9edc6d67) by @feistel ([merge request](gitlab-org/gitlab-pages!667))
+
## 1.52.0 (2022-01-31)
### Added (1 change)
diff --git a/VERSION b/VERSION
index a63cb35e..3f483015 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.52.0
+1.53.0