Skip to content

Commit

Permalink
Upgrade GitLab CE to 16.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trants committed Apr 25, 2024
1 parent 510357c commit 602e10b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

**16.11.0**

- gitlab: upgrade CE to v16.11.0
- gitaly: upgrade to v16.11.0
- gitlab-pages: upgrade to v16.11.0
- gitlab-shell: upgrade to v14.35.0

**16.10.3**

- gitlab: upgrade CE to v16.10.3
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
gitlab:
container_name: gitlab
restart: always
image: sameersbn/gitlab:16.10.3
image: sameersbn/gitlab:16.11.0
ports:
- ${GITLAB_SSH_PORT:-10022}:22
volumes:
Expand Down

0 comments on commit 602e10b

Please sign in to comment.