File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
config/templates/package-scripts
files/gitlab-ctl-commands/lib/gitlab_ctl Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 33The latest version of this file can be found at the master branch of the
44omnibus-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
5060No 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
124138No changes.
Original file line number Diff line number Diff line change @@ -143,4 +143,4 @@ case "$1" in
143143 * )
144144 # This is not an upgrade, nothing to do.
145145 ;;
146- esac
146+ esac
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ def min_version
2020 end
2121 end
2222 end
23- end
23+ end
You can’t perform that action at this time.
0 commit comments