mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update GitLab to 17.7.0 (#1999)
This commit is contained in:
parent
58eda08ef5
commit
13b9dcd3a0
@ -9,7 +9,7 @@ services:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
gitlab:
|
||||
image: zengxs/gitlab:17.6.1-ce.0@sha256:fac3ab00c189e7f7ef2d9170abe1028180663f5bb50dd8b84cb79c4f3053df42
|
||||
image: zengxs/gitlab:17.7.0-ce.0@sha256:a353041094142d3f3192295d0973e660778db5f7637069f8e035afe45c6b88d1
|
||||
restart: on-failure
|
||||
hostname: '${DEVICE_DOMAIN_NAME}:8929'
|
||||
ulimits:
|
||||
|
@ -20,6 +20,7 @@ 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")
|
||||
VERSIONS+=("17.7.0")
|
||||
|
||||
# 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
|
||||
@ -28,6 +29,7 @@ IMAGES+=("zengxs/gitlab:17.2.1-ce.0@sha256:ac08a4dd997b6cd5d00d56c0027629de56ac8
|
||||
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")
|
||||
IMAGES+=("zengxs/gitlab:17.7.0-ce.0@sha256:a353041094142d3f3192295d0973e660778db5f7637069f8e035afe45c6b88d1")
|
||||
|
||||
find_index() {
|
||||
local -r value="${1}"
|
||||
|
@ -3,7 +3,7 @@ id: gitlab
|
||||
name: GitLab
|
||||
tagline: Software. Faster.
|
||||
category: developer
|
||||
version: "17.6.1"
|
||||
version: "17.7.0"
|
||||
port: 8929
|
||||
description: >-
|
||||
⚠️ This app is RAM-intensive (+6GB recommended) and can take 15-20 minutes to start after installation on low-powered devices.
|
||||
@ -64,18 +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.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
|
||||
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
|
||||
|
||||
Full release notes are available at : https://about.gitlab.com/releases/2024/11/21/gitlab-17-6-released/
|
||||
Full release notes are available at : https://about.gitlab.com/releases/2024/12/19/gitlab-17-7-released/
|
||||
dependencies: []
|
||||
path: ""
|
||||
deterministicPassword: true
|
||||
|
Loading…
Reference in New Issue
Block a user