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-07-15 17:57:10 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2022-07-15 17:57:10 +0300
commit040870a126653cac53cb5376aeed41110a5744bd (patch)
tree9e5a093c54e4b2a72d2aa4484be991f8fbb377cf
parent21ff7febe3526a8f8172b4ade5deb020f00b0872 (diff)
parent383a9f2d881afd35eec18911d492256e34529c3d (diff)
Merge branch 'release-1-61-0' into '1-61-stable'v1.61.0
Release 1.61.0 See merge request gitlab-org/gitlab-pages!817
-rw-r--r--CHANGELOG.md31
-rw-r--r--VERSION2
2 files changed, 32 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 066619c4..015b3120 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,34 @@
+## 1.61.0 (2022-07-15)
+
+### Fixed (1 change)
+
+- [Revert: open files lazily when serving content](gitlab-org/gitlab-pages@805858da777ee070d661be3a93171932bf06d951) ([merge request](gitlab-org/gitlab-pages!816))
+
+## 1.60.0 (2022-07-13)
+
+### Added (3 changes)
+
+- [Enable FF_ENABLE_PLACEHOLDERS by default](gitlab-org/gitlab-pages@8011c2899bb31ca316eed7fec1321fae2016863d) ([merge request](gitlab-org/gitlab-pages!807))
+- [Make _redirects limits configurable](gitlab-org/gitlab-pages@31b7783c26879de6f170e40777c799dfd797213b) by @nejc ([merge request](gitlab-org/gitlab-pages!778))
+- [Properly handle io.copy errors](gitlab-org/gitlab-pages@d5f9712f65decb2a0fe2b09d126017243b8c03cc) by @feistel ([merge request](gitlab-org/gitlab-pages!683))
+
+### Fixed (1 change)
+
+- [Fix domain level redirects](gitlab-org/gitlab-pages@ca6db0ba6ba8b85d064b4bc3fe89795e78496df8) ([merge request](gitlab-org/gitlab-pages!790))
+
+### Changed (2 changes)
+
+- [Remove outdated link from README](gitlab-org/gitlab-pages@7ebb65fc6f1fa9e34fe804ffcff9891497e49a60) ([merge request](gitlab-org/gitlab-pages!792))
+- [Update the contributing documentation link on README](gitlab-org/gitlab-pages@f2b998ad62c33e9f5ea997026e596db18ae1eef4) ([merge request](gitlab-org/gitlab-pages!789))
+
+### Removed (1 change)
+
+- [Remove rate limits feature flags](gitlab-org/gitlab-pages@68a1d6a18d37061598bf7d74bec4bda8422f0cd2) by @feistel ([merge request](gitlab-org/gitlab-pages!788))
+
+### Performance (1 change)
+
+- [Open files lazily when serving content](gitlab-org/gitlab-pages@57195a5ae472878c19dae4b6a65bc37a76e992e4) by @feistel ([merge request](gitlab-org/gitlab-pages!803))
+
## 1.59.0 (2022-06-13)
### Added (2 changes)
diff --git a/VERSION b/VERSION
index bb120e87..91951fd8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.59.0
+1.61.0