File tree 3 files changed +16
-2
lines changed
config/templates/package-scripts
files/gitlab-ctl-commands/lib/gitlab_ctl
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 3
3
The latest version of this file can be found at the master branch of the
4
4
omnibus-gitlab repository.
5
5
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
+
6
12
## 16.11.1 (2024-04-24)
7
13
8
14
### Fixed (1 change)
@@ -45,6 +51,10 @@ omnibus-gitlab repository.
45
51
46
52
- [ Use February 2024 PostgreSQL patches] ( gitlab-org/omnibus-gitlab@bc78ec9e2d91882439c574bc18eaddd08f17f8d1 )
47
53
54
+ ## 16.10.5 (2024-05-07)
55
+
56
+ No changes.
57
+
48
58
## 16.10.4 (2024-04-24)
49
59
50
60
No changes.
@@ -119,6 +129,10 @@ No changes.
119
129
120
130
- [ Update Patroni to 3.0.1] ( gitlab-org/omnibus-gitlab@faba9e7605768373c4747fa7062ab36c7be74205 ) ([ merge request] ( gitlab-org/omnibus-gitlab!6898 ) )
121
131
132
+ ## 16.9.7 (2024-05-07)
133
+
134
+ No changes.
135
+
122
136
## 16.9.6 (2024-04-24)
123
137
124
138
No changes.
Original file line number Diff line number Diff line change @@ -143,4 +143,4 @@ case "$1" in
143
143
* )
144
144
# This is not an upgrade, nothing to do.
145
145
;;
146
- esac
146
+ esac
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ def min_version
20
20
end
21
21
end
22
22
end
23
- end
23
+ end
You can’t perform that action at this time.
0 commit comments