From 510357ca3677860434e1c25d968de491ca07c669 Mon Sep 17 00:00:00 2001 From: Son Tran Thanh <286.trants@gmail.com> Date: Tue, 23 Apr 2024 21:59:21 +0700 Subject: [PATCH] Upgrade GitLab CE to 16.10.3 --- CHANGELOG.md | 7 +++++++ compose.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e5ebc0..3cced90 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.10.3** + +- gitlab: upgrade CE to v16.10.3 +- gitaly: upgrade to v16.10.3 +- gitlab-pages: upgrade to v16.10.3 +- ubuntu: upgrade to focal-20240410 + **16.9.4** - gitlab: upgrade CE to v16.9.4 diff --git a/compose.yaml b/compose.yaml index 58e927d..16b057f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,7 +4,7 @@ services: gitlab: container_name: gitlab restart: always - image: sameersbn/gitlab:16.9.4 + image: sameersbn/gitlab:16.10.3 ports: - ${GITLAB_SSH_PORT:-10022}:22 volumes: