Skip to content

Commit 0fc8a1f

Browse files
committedFeb 20, 2024
Upgrade GitLab CE to 16.9.0
1 parent 8aa3f4f commit 0fc8a1f

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed
 

‎CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
This file only reflects the changes that are made in this image. Please refer to the upstream GitLab [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-foss/blob/master/CHANGELOG.md) for the list of changes in GitLab.
4+
5+
**16.9.0**
6+
7+
- gitlab: upgrade CE to v16.9.0
8+
- gitaly: upgrade to v16.9.0
9+
- gitlab-pages: upgrade to v16.9.0
10+
11+
**16.8.2**
12+
13+
- gitlab: upgrade CE to v16.8.2
14+
- gitaly: upgrade to v16.8.2
15+
- gitlab-pages: upgrade to v16.8.2
16+
- golang: upgrade to v1.22.0
17+
- ubuntu: upgrade to focal-20240123
18+
19+
**16.8.1**
20+
21+
- gitlab: upgrade CE to v16.8.1
22+
- gitaly: upgrade to v16.8.1
23+
- gitlab-pages: upgrade to v16.8.1
24+
- gitlab-shell: upgrade to v14.33.0

‎docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
gitlab:
55
container_name: gitlab
66
restart: always
7-
image: sameersbn/gitlab:16.8.2
7+
image: sameersbn/gitlab:16.9.0
88
ports:
99
- ${GITLAB_SSH_PORT:-10022}:22
1010
volumes:

0 commit comments

Comments
 (0)