Skip to content

Commit

Permalink
Update GitLab to v17.8.1 (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugofnm authored Feb 8, 2025
1 parent 50ee1be commit 142b2a3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 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.7.0-ce.0@sha256:a353041094142d3f3192295d0973e660778db5f7637069f8e035afe45c6b88d1
image: zengxs/gitlab:17.8.1-ce.0@sha256:963a719edd95cc7c237e9ca4914d75d1ca9f472a3001b76ad9dfb1dad65b4732
restart: on-failure
hostname: '${DEVICE_DOMAIN_NAME}:8929'
ulimits:
Expand Down
2 changes: 2 additions & 0 deletions gitlab/hooks/pre-start
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ 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")
VERSIONS+=("17.7.0")
VERSIONS+=("17.8.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
Expand All @@ -30,6 +31,7 @@ IMAGES+=("zengxs/gitlab:17.3.3-ce.0@sha256:b4369fc8f2a505fdf30bae7fa2befde2a8d6f
IMAGES+=("zengxs/gitlab:17.5.1-ce.0@sha256:61cb4c79fe55de9dc94822d5a64a07ee40ff681d6282ab5733bc8e80479451ff")
IMAGES+=("zengxs/gitlab:17.6.1-ce.0@sha256:fac3ab00c189e7f7ef2d9170abe1028180663f5bb50dd8b84cb79c4f3053df42")
IMAGES+=("zengxs/gitlab:17.7.0-ce.0@sha256:a353041094142d3f3192295d0973e660778db5f7637069f8e035afe45c6b88d1")
IMAGES+=("zengxs/gitlab:17.8.1-ce.0@sha256:963a719edd95cc7c237e9ca4914d75d1ca9f472a3001b76ad9dfb1dad65b4732")

find_index() {
local -r value="${1}"
Expand Down
20 changes: 10 additions & 10 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.7.0"
version: "17.8.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 @@ -64,16 +64,16 @@ releaseNotes: >-
The GitLab UI may be unresponsive for a few minutes after the update, which is completely normal.
Key improvements released in GitLab 17.7 :
- New Planner user role
- New user contribution and membership mapping available in direct transfer
- Rotate personal, project, and group access tokens in the UI
- Set your preferred text editor as default
- Unicode 15.1 emoji support
- Kubernetes 1.31 support
- Bug fixes, performance improvements, and UI improvements
Key improvements released in GitLab 17.8 :
- Enhance security with protected container repositories
- List the deployments related to a release
- Machine learning model experiments tracking in GA
- Track multiple to-do items in an issue or merge request
- Primary domain redirect for GitLab Pages
- Pipeline limits available in GitLab Community Edition
- Bug and security fixes, performance improvements, and UI improvements
Full release notes are available at : https://about.gitlab.com/releases/2024/12/19/gitlab-17-7-released/
Full release notes are available at : https://about.gitlab.com/releases/2025/01/16/gitlab-17-8-released/
dependencies: []
path: ""
deterministicPassword: true
Expand Down

0 comments on commit 142b2a3

Please sign in to comment.