Skip to content

Commit 7b38160

Browse files
author
GitLab Release Tools Bot
committed
Merge remote-tracking branch 'dev/master'
2 parents 8ec023c + 1c2ca46 commit 7b38160

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGELOG.md

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

6+
## 16.2.2 (2023-08-01)
7+
8+
### Changed (1 change)
9+
10+
- [Toggle recommend_pg_upgrade to false for now](gitlab-org/security/omnibus-gitlab@71c787efc52d4317af192fded7574af39e50b6d8)
11+
12+
### Security (2 changes)
13+
14+
- [Mattermost July 2023 security updates](gitlab-org/security/omnibus-gitlab@f0c8a99320bf06c5a781c9f62abd75ecb1455c91) ([merge request](gitlab-org/security/omnibus-gitlab!358))
15+
- [Update libxml2 to 2.10.4](gitlab-org/security/omnibus-gitlab@f8e7a0687bb7266e3d69790d0772e35820a44b96) ([merge request](gitlab-org/security/omnibus-gitlab!357))
16+
617
## 16.2.1 (2023-07-25)
718

819
No changes.
@@ -43,6 +54,18 @@ No changes.
4354

4455
- [Remove GITLAB_METRICS_EXPORTER_VERSION file](gitlab-org/omnibus-gitlab@5afc28844d0abb8b18e3a4b0fea2dec283b757e2) ([merge request](gitlab-org/omnibus-gitlab!7030))
4556

57+
## 16.1.3 (2023-08-01)
58+
59+
### Fixed (1 change)
60+
61+
- [Set proxy_http_version 1.1 in nginx configuration](gitlab-org/security/omnibus-gitlab@2ca25e86e7b5508324f3ef6851b03e702d3543e3)
62+
63+
### Security (3 changes)
64+
65+
- [Mattermost July 2023 security updates](gitlab-org/security/omnibus-gitlab@45213e38854ad89acb995bc1044b8b1dbfb29f97) ([merge request](gitlab-org/security/omnibus-gitlab!359))
66+
- [Update redis to 6.2.13](gitlab-org/security/omnibus-gitlab@eec7767b65bb82a468715e6b41851e87a89c7660) ([merge request](gitlab-org/security/omnibus-gitlab!355))
67+
- [Update libxml2 to 2.10.4](gitlab-org/security/omnibus-gitlab@96cfa98f3f3a84dde79bd86670dc29a4985c21d4) ([merge request](gitlab-org/security/omnibus-gitlab!350))
68+
4669
## 16.1.2 (2023-07-04)
4770

4871
No changes.
@@ -95,6 +118,14 @@ No changes.
95118

96119
- [Update Mattermost to 7.10.2](gitlab-org/omnibus-gitlab@fd50c589d70fb6b32ea5ad9f169ea7209e550e2d) by @akis.maziotis ([merge request](gitlab-org/omnibus-gitlab!6905))
97120

121+
## 16.0.8 (2023-08-01)
122+
123+
### Security (3 changes)
124+
125+
- [Mattermost July 2023 security updates](gitlab-org/security/omnibus-gitlab@1bba8b1f3270c65e5a21435c22e64a1cc913a623) ([merge request](gitlab-org/security/omnibus-gitlab!360))
126+
- [Update redis to 6.2.13](gitlab-org/security/omnibus-gitlab@99a34366a1b6ce8bb3381f9fa8b5befdd220d587) ([merge request](gitlab-org/security/omnibus-gitlab!356))
127+
- [Update libxml2 to 2.10.4](gitlab-org/security/omnibus-gitlab@d2f8ab764e2ee5af00907294e3ece032910d86bf) ([merge request](gitlab-org/security/omnibus-gitlab!351))
128+
98129
## 16.0.7 (2023-07-04)
99130

100131
No changes.

config/software/libxml2.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
name 'libxml2'
18-
default_version '2.10.3'
18+
default_version '2.10.4'
1919

2020
license 'MIT'
2121
license_file 'COPYING'
@@ -27,7 +27,7 @@
2727
dependency 'config_guess'
2828

2929
# version_list: url=https://download.gnome.org/sources/libxml2/2.10/ filter=*.tar.xz
30-
version('2.10.3') { source sha256: '5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c' }
30+
version('2.10.4') { source sha256: 'ed0c91c5845008f1936739e4eee2035531c1c94742c6541f44ee66d885948d45' }
3131

3232
source url: "https://download.gnome.org/sources/libxml2/2.10/libxml2-#{version}.tar.xz"
3333

0 commit comments

Comments
 (0)