mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update GitLab to version 17.10.1 (#2441)
This commit is contained in:
parent
866f5b6b43
commit
c10cdb1b46
@ -9,7 +9,7 @@ services:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
gitlab:
|
||||
image: zengxs/gitlab:17.9.1-ce.0@sha256:8087be9de83abf3f215694d1fc52d90a0c2a882589016a0b784598723e871325
|
||||
image: zengxs/gitlab:17.10.1-ce.0@sha256:c64afa93f40b9cffc1350da62b67ffefdd13123874b595bccfdc389514069f58
|
||||
restart: on-failure
|
||||
hostname: '${DEVICE_DOMAIN_NAME}:8929'
|
||||
ulimits:
|
||||
|
@ -23,6 +23,7 @@ VERSIONS+=("17.6.1")
|
||||
VERSIONS+=("17.7.0")
|
||||
VERSIONS+=("17.8.1")
|
||||
VERSIONS+=("17.9.1")
|
||||
VERSIONS+=("17.10.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
|
||||
@ -34,6 +35,7 @@ IMAGES+=("zengxs/gitlab:17.6.1-ce.0@sha256:fac3ab00c189e7f7ef2d9170abe1028180663
|
||||
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")
|
||||
IMAGES+=("zengxs/gitlab:17.10.1-ce.0@sha256:c64afa93f40b9cffc1350da62b67ffefdd13123874b595bccfdc389514069f58")
|
||||
|
||||
find_index() {
|
||||
local -r value="${1}"
|
||||
|
@ -3,7 +3,7 @@ id: gitlab
|
||||
name: GitLab
|
||||
tagline: Software. Faster.
|
||||
category: developer
|
||||
version: "17.9.1"
|
||||
version: "17.10.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,18 +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.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
|
||||
Key improvements released in GitLab 17.10:
|
||||
- Duo Code Review available in beta
|
||||
- Root Cause Analysis available on Gitlab Duo Self-Hosted
|
||||
- Expanded AWS Regions available for GitLab Dedicated failover instances
|
||||
- GitLab Query Language views Beta
|
||||
- Enhanced markdown experience
|
||||
- New visualization of DevOps performance with DORA metrics across projects
|
||||
- New issues look now in beta
|
||||
- Description templates for epics, issues, tasks, objectives and key results
|
||||
- Change the severity of a vulnerability
|
||||
|
||||
Full release notes are available at: https://about.gitlab.com/releases/2025/02/20/gitlab-17-9-released/
|
||||
Full release notes are available at: https://about.gitlab.com/releases/2025/03/20/gitlab-17-10-released/
|
||||
dependencies: []
|
||||
path: ""
|
||||
deterministicPassword: true
|
||||
|
Loading…
Reference in New Issue
Block a user