Skip to content

Commit 86b17db

Browse files
author
GitLab Release Tools Bot
committed
Merge remote-tracking branch 'dev/master'
2 parents 706b752 + 27345e8 commit 86b17db

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
The latest version of this file can be found at the master branch of the
44
omnibus-gitlab repository.
55

6+
## 16.11.2 (2024-05-07)
7+
8+
### Fixed (1 change)
9+
10+
- [Fix reconfigure failure if Redis node has Rails Sentinel config](gitlab-org/security/omnibus-gitlab@c097bfaf41a5081a4d22d99247c5dda5a8f7924e)
11+
612
## 16.11.1 (2024-04-24)
713

814
### Fixed (1 change)
@@ -45,6 +51,10 @@ omnibus-gitlab repository.
4551

4652
- [Use February 2024 PostgreSQL patches](gitlab-org/omnibus-gitlab@bc78ec9e2d91882439c574bc18eaddd08f17f8d1)
4753

54+
## 16.10.5 (2024-05-07)
55+
56+
No changes.
57+
4858
## 16.10.4 (2024-04-24)
4959

5060
No changes.
@@ -119,6 +129,10 @@ No changes.
119129

120130
- [Update Patroni to 3.0.1](gitlab-org/omnibus-gitlab@faba9e7605768373c4747fa7062ab36c7be74205) ([merge request](gitlab-org/omnibus-gitlab!6898))
121131

132+
## 16.9.7 (2024-05-07)
133+
134+
No changes.
135+
122136
## 16.9.6 (2024-04-24)
123137

124138
No changes.

config/templates/package-scripts/preinst.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ case "$1" in
143143
*)
144144
# This is not an upgrade, nothing to do.
145145
;;
146-
esac
146+
esac

files/gitlab-ctl-commands/lib/gitlab_ctl/upgrade_check.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def min_version
2020
end
2121
end
2222
end
23-
end
23+
end

0 commit comments

Comments
 (0)