Update portainer to version 2.27.4 (#2580)

This commit is contained in:
Alexander L. 2025-04-15 14:40:06 +02:00 committed by GitHub
parent ff58d9ae2b
commit dc8baf16b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View File

@ -27,7 +27,7 @@ services:
- ${APP_DATA_DIR}/data/docker:/data
portainer:
image: portainer/portainer-ce:2.27.3@sha256:7f10a26bfdda3fc58295ea09b860117ecd86a642d66fb94ce1f27a4c221d4649
image: portainer/portainer-ce:2.27.4@sha256:449202d765d28ec443c1657fc1121aff92b8afcee6b58bcea36e1f0e81e8297c
command: --host unix:///var/run/docker.sock --admin-password-file=/default-password
restart: on-failure
volumes:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: portainer
category: developer
name: Portainer
version: "2.27.3"
version: "2.27.4"
tagline: Run custom Docker containers on your Umbrel
description: >-
⚠️ Make sure to only use named Docker volumes for your stacks and containers. Data in bind-mounted volumes
@ -51,9 +51,7 @@ path: ""
defaultUsername: "admin"
defaultPassword: "changeme"
releaseNotes: >-
This update brings several improvements and fixes:
- Fixed missing CPU reservation metrics in Kubernetes clusters
- Fixed data loss issue when redeploying stacks with relative path volumes
This update fixes several security vulnerabilities.
Full release notes are found at https://github.com/portainer/portainer/releases.