File tree Expand file tree Collapse file tree 3 files changed +24
-6
lines changed Expand file tree Collapse file tree 3 files changed +24
-6
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.10.1 (2024-03-27)
7
+
8
+ ### Security (1 change)
9
+
10
+ - [ Use February 2024 PostgreSQL patches] ( gitlab-org/security/omnibus-gitlab@0c024ae6e8c411cd46f807614bbc34358b8afd99 ) ([ merge request] ( gitlab-org/security/omnibus-gitlab!424 ) )
11
+
6
12
## 16.10.0 (2024-03-20)
7
13
8
14
### Added (3 changes)
@@ -57,6 +63,12 @@ omnibus-gitlab repository.
57
63
58
64
- [ Update Patroni to 3.0.1] ( gitlab-org/omnibus-gitlab@faba9e7605768373c4747fa7062ab36c7be74205 ) ([ merge request] ( gitlab-org/omnibus-gitlab!6898 ) )
59
65
66
+ ## 16.9.3 (2024-03-27)
67
+
68
+ ### Security (1 change)
69
+
70
+ - [ Use February 2024 PostgreSQL patches] ( gitlab-org/security/omnibus-gitlab@b393525dd209f7bda0fbf28e6a700db1931c1388 ) ([ merge request] ( gitlab-org/security/omnibus-gitlab!422 ) )
71
+
60
72
## 16.9.2 (2024-03-06)
61
73
62
74
### Security (1 change)
@@ -111,6 +123,12 @@ No changes.
111
123
- [ Update PostgreSQL 13 and 14] ( gitlab-org/omnibus-gitlab@8d6a65a402e0aa6fc7f826c424cb778f3e0d8b79 )
112
124
- [ Update libxml2 from 2.10.4 to 2.12.3] ( gitlab-org/omnibus-gitlab@18f0dcced0f8597992b87bb0b01ae5d9f782842f )
113
125
126
+ ## 16.8.5 (2024-03-27)
127
+
128
+ ### Security (1 change)
129
+
130
+ - [ Use February 2024 PostgreSQL patches] ( gitlab-org/security/omnibus-gitlab@1fa15547b5bba266e32cdd1f3f41a513430e1af8 ) ([ merge request] ( gitlab-org/security/omnibus-gitlab!423 ) )
131
+
114
132
## 16.8.4 (2024-03-06)
115
133
116
134
### Security (1 change)
Original file line number Diff line number Diff line change 16
16
#
17
17
18
18
name 'postgresql'
19
- default_version '13.13 '
19
+ default_version '13.14 '
20
20
21
21
license 'PostgreSQL'
22
22
license_file 'COPYRIGHT'
30
30
dependency 'libossp-uuid'
31
31
dependency 'config_guess'
32
32
33
- version '13.13 ' do
34
- source sha256 : '8af69c2599047a2ad246567d68ec4131aef116954d8c3e469e9789080b37a474 '
33
+ version '13.14 ' do
34
+ source sha256 : 'b8df078551898960bd500dc5d38a177e9905376df81fe7f2b660a1407fa6a5ed '
35
35
end
36
36
37
37
major_version = '13'
Original file line number Diff line number Diff line change 16
16
#
17
17
18
18
name 'postgresql_new'
19
- default_version '14.10 '
19
+ default_version '14.11 '
20
20
21
21
license 'PostgreSQL'
22
22
license_file 'COPYRIGHT'
30
30
dependency 'libossp-uuid'
31
31
dependency 'config_guess'
32
32
33
- version '14.10 ' do
34
- source sha256 : 'c99431c48e9d470b0d0ab946eb2141a3cd19130c2fb4dc4b3284a7774ecc8399 '
33
+ version '14.11 ' do
34
+ source sha256 : 'a670bd7dce22dcad4297b261136b3b1d4a09a6f541719562aa14ca63bf2968a8 '
35
35
end
36
36
37
37
major_version = '14'
You can’t perform that action at this time.
0 commit comments