diff options
author | Patrick Bajao <ebajao@gitlab.com> | 2023-05-05 03:41:07 +0000 |
---|---|---|
committer | Patrick Bajao <ebajao@gitlab.com> | 2023-05-05 03:41:07 +0000 |
commit | b961dc8ec5cbc6a486ec80b07d40743f67d3a92b (patch) | |
tree | e432479dab5cbb1d2d8c32f72ee2751464512d6f | |
parent | 50a4e7323f37c5cc9fad8ceaaf2613cf9c7b5623 (diff) | |
parent | 12eda3a9405c007987ee03b81a5ee02473b8a7f1 (diff) | |
download | gitlab-shell-14.19.0.tar.gz |
Merge branch 'ashmckenzie/release-14.19.0' into 'main'v14.19.0
Release v14.19.0
See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/731
Merged-by: Patrick Bajao <ebajao@gitlab.com>
Approved-by: Patrick Bajao <ebajao@gitlab.com>
Co-authored-by: Ash McKenzie <amckenzie@gitlab.com>
-rw-r--r-- | CHANGELOG | 13 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +v14.19.0 + +- Bump go to 1.19.9 !730 +- Update golang-crypto fork version !729 +- Add build-package-and-qa job !728 +- refactor: success api on acceptance tests !727 +- Make the boringcrypto check POSIX shell compliant !725 +- Fix CGO_CFLAGS to use output from `brew --prefix` !724 +- Acceptance test for Geo Push !719 +- Configure Gitaly storage acceptance tests !723 +- Prepare for Go 1.19 FIPS support !721 +- Make golang 1.19 the default !718 + v14.18.0 - Perform HTTP request to primary on Geo push !716 @@ -1 +1 @@ -14.18.0 +14.19.0 |