mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update GitLab to version 17.9.1 (#2265)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
028b8b6d6e
commit
25c265b2ab
@ -9,7 +9,7 @@ services:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
gitlab:
|
||||
image: zengxs/gitlab:17.8.1-ce.0@sha256:963a719edd95cc7c237e9ca4914d75d1ca9f472a3001b76ad9dfb1dad65b4732
|
||||
image: zengxs/gitlab:17.9.1-ce.0@sha256:8087be9de83abf3f215694d1fc52d90a0c2a882589016a0b784598723e871325
|
||||
restart: on-failure
|
||||
hostname: '${DEVICE_DOMAIN_NAME}:8929'
|
||||
ulimits:
|
||||
@ -31,4 +31,4 @@ services:
|
||||
- ${APP_DATA_DIR}/data/config:/etc/gitlab
|
||||
- ${APP_DATA_DIR}/data/logs:/var/log/gitlab
|
||||
- ${APP_DATA_DIR}/data/data:/var/opt/gitlab
|
||||
shm_size: '256m'
|
||||
shm_size: '256m'
|
||||
|
@ -22,6 +22,7 @@ VERSIONS+=("17.5.1")
|
||||
VERSIONS+=("17.6.1")
|
||||
VERSIONS+=("17.7.0")
|
||||
VERSIONS+=("17.8.1")
|
||||
VERSIONS+=("17.9.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
|
||||
@ -32,6 +33,7 @@ IMAGES+=("zengxs/gitlab:17.5.1-ce.0@sha256:61cb4c79fe55de9dc94822d5a64a07ee40ff6
|
||||
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")
|
||||
IMAGES+=("zengxs/gitlab:17.9.1-ce.0@sha256:8087be9de83abf3f215694d1fc52d90a0c2a882589016a0b784598723e871325")
|
||||
|
||||
find_index() {
|
||||
local -r value="${1}"
|
||||
|
@ -3,7 +3,7 @@ id: gitlab
|
||||
name: GitLab
|
||||
tagline: Software. Faster.
|
||||
category: developer
|
||||
version: "17.8.1"
|
||||
version: "17.9.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.
|
||||
@ -64,16 +64,18 @@ releaseNotes: >-
|
||||
The GitLab UI may be unresponsive for a few minutes after the update, which is completely normal.
|
||||
|
||||
|
||||
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
|
||||
Key improvements released in GitLab 17.9:
|
||||
- Gitlab Duo Self-Hosted is generally available
|
||||
- Run multiple Pages sites with parallel deployments
|
||||
- Add project files to Duo Chat in VS Code and JetBrains IDEs
|
||||
- Workspaces container support with Sysbox
|
||||
- Create workspaces without a custom devfile
|
||||
- GitLab-managed Kubernetes resources
|
||||
- Simplified access to deployments within project environments
|
||||
- Wiki page comments
|
||||
- Automatic CI/CD pipeline cleanup
|
||||
|
||||
Full release notes are available at : https://about.gitlab.com/releases/2025/01/16/gitlab-17-8-released/
|
||||
Full release notes are available at: https://about.gitlab.com/releases/2025/02/20/gitlab-17-9-released/
|
||||
dependencies: []
|
||||
path: ""
|
||||
deterministicPassword: true
|
||||
|
Loading…
Reference in New Issue
Block a user