diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cced90..7dfe6d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/compose.yaml b/compose.yaml index 16b057f..e12cfa7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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: