Skip to content

Commit

Permalink
Update GitLab to version 17.6.1 (#1883)
Browse files Browse the repository at this point in the history
Co-authored-by: nmfretz <[email protected]>
  • Loading branch information
al-lac and nmfretz authored Dec 2, 2024
1 parent 5ebe75d commit 4bacd67
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
2 changes: 1 addition & 1 deletion gitlab/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
PROXY_AUTH_ADD: "false"

gitlab:
image: zengxs/gitlab:17.5.1-ce.0@sha256:61cb4c79fe55de9dc94822d5a64a07ee40ff681d6282ab5733bc8e80479451ff
image: zengxs/gitlab:17.6.1-ce.0@sha256:fac3ab00c189e7f7ef2d9170abe1028180663f5bb50dd8b84cb79c4f3053df42
restart: on-failure
hostname: '${DEVICE_DOMAIN_NAME}:8929'
ulimits:
Expand Down
3 changes: 3 additions & 0 deletions gitlab/hooks/pre-start
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ VERSIONS=()
VERSIONS+=("17.2.1")
VERSIONS+=("17.3.3")
VERSIONS+=("17.5.1")
# There is no 17.5.3 final patch release for the zengxs/gitlab image to update to before 17.6
VERSIONS+=("17.6.1")

# List of images on migration path
# Using zengxs/gitlab which may not have all versions listed in upgrade path tool: https://hub.docker.com/r/zengxs/gitlab/tags
IMAGES=()
IMAGES+=("zengxs/gitlab:17.2.1-ce.0@sha256:ac08a4dd997b6cd5d00d56c0027629de56ac80d9d30f9c4f75a73da73f5ff1b4")
IMAGES+=("zengxs/gitlab:17.3.3-ce.0@sha256:b4369fc8f2a505fdf30bae7fa2befde2a8d6f75c067e5bcf85aeb1c5f345cda0")
IMAGES+=("zengxs/gitlab:17.5.1-ce.0@sha256:61cb4c79fe55de9dc94822d5a64a07ee40ff681d6282ab5733bc8e80479451ff")
IMAGES+=("zengxs/gitlab:17.6.1-ce.0@sha256:fac3ab00c189e7f7ef2d9170abe1028180663f5bb50dd8b84cb79c4f3053df42")

find_index() {
local -r value="${1}"
Expand Down
35 changes: 15 additions & 20 deletions gitlab/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: gitlab
name: GitLab
tagline: Software. Faster.
category: developer
version: "17.5.1"
version: "17.6.1"
port: 8929
description: >-
⚠️ This app is RAM-intensive (+6GB recommended) and can take 15-20 minutes to start after installation on low-powered devices.
Expand Down Expand Up @@ -58,29 +58,24 @@ gallery:
- 2.jpg
- 3.jpg
releaseNotes: >-
This version contains important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded immediately.
⚠️ This version contains important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded immediately.
Key improvements released in GitLab 17.4 and 17.5 :
- Enhanced branch rules editing capabilities
- Auto-merge when all checks pass
- Extension marketplace now available in the Web IDE
- List Kubernetes resource events
- GitLab Pages without wildcard DNS is generally available
- GitLab Pages parallel deployments in beta
- Advanced SAST is generally available
- Hide CI/CD variable values in the UI
The GitLab UI may be unresponsive for a few minutes after the update, which is completely normal.
Fixes :
- Improve OpenSSL callout message
- Change urgency of API project/:id/share to low
- Check commit message for issue close pattern setting
- Backport: Fixes issues with incorrectly displaying VR button
- Backport: Fix incorrect gitlab-shell-check filename into 17.4
- Update OpenSSL v3 callout to delay update to GitLab 17.7
- Fix Code Review AI features policies to check duo features enabled toggle
Full release notes are available at : https://about.gitlab.com/releases/2024/10/17/gitlab-17-5-released/
Key improvements released in GitLab 17.6:
- Use self-hosted model for GitLab Duo Chat
- Enhanced merge request reviewer assignments
- Display release notes on deployment details page
- Admin setting to enforce CI/CD job token allowlist
- Track CI/CD job token authentications
- Vulnerability report grouping
- Model registry now generally available
- New tenant networking configurations for GitLab Dedicated
- New adherence checks for SAST and DAST security scanners
Full release notes are available at : https://about.gitlab.com/releases/2024/11/21/gitlab-17-6-released/
dependencies: []
path: ""
deterministicPassword: true
Expand Down

0 comments on commit 4bacd67

Please sign in to comment.