summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2022-12-01 15:26:26 -0800
committerStan Hu <stanhu@gmail.com>2022-12-01 15:32:11 -0800
commit4b5f1e6d4d44f648934a59196e49d501d85db96e (patch)
tree086208b3a4e54bdb3e826afa02b3e6ac747b249c
parent6612637e9f5ea2971219852ee2f20fe5adc586b7 (diff)
downloadgitlab-shell-4b5f1e6d4d44f648934a59196e49d501d85db96e.tar.gz
Release 14.14.0 version
- Add developer documentation to sshd package !683 - Improve error message for Gitaly `LimitError`s !691 - Drop 1.16 compatibility in go.sum !692 - Bump x/text to 0.3.8 !692 - Update prometheus package to 1.13.1 !692 Restrict IP access for PROXY protocol !693 - Fix broken Gitaly integration tests !694 - Clean up .gitlab-ci.yml file !695 - Use the images provided by Gitlab to run tests !698 - Use Ruby 2.7.7 as the default !699 - Use blocking reader to fix race in test !700
-rw-r--r--CHANGELOG14
-rw-r--r--VERSION2
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f2c4e2d..8bb6169 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+v14.14.0
+
+- Add developer documentation to sshd package !683
+- Improve error message for Gitaly `LimitError`s !691
+- Drop 1.16 compatibility in go.sum !692
+- Bump x/text to 0.3.8 !692
+- Update prometheus package to 1.13.1 !692
+ Restrict IP access for PROXY protocol !693
+- Fix broken Gitaly integration tests !694
+- Clean up .gitlab-ci.yml file !695
+- Use the images provided by Gitlab to run tests !698
+- Use Ruby 2.7.7 as the default !699
+- Use blocking reader to fix race in test !700
+
v14.13.0
- Update .tool-versions to Go 1.18.7 !688
diff --git a/VERSION b/VERSION
index ea212aa..e51d258 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.13.0
+14.14.0