Update portainer to version 2.27.1 (#2330)

This commit is contained in:
Alexander L. 2025-03-14 00:41:25 +01:00 committed by GitHub
parent e84e839ff1
commit a0ad52c371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 10 deletions

View File

@ -27,10 +27,10 @@ services:
- ${APP_DATA_DIR}/data/docker:/data - ${APP_DATA_DIR}/data/docker:/data
portainer: portainer:
image: portainer/portainer-ce:2.21.5@sha256:bd8f7a6d98e2a512e18272c38914abd1e92d663451f3c925d502a8557a3b92d7 image: portainer/portainer-ce:2.27.1@sha256:99c3047d44991af08f2a34df16e69ae2654bee43444b2e9857aa6b5864c4f602
command: --host unix:///var/run/docker.sock --admin-password-file=/default-password command: --host unix:///var/run/docker.sock --admin-password-file=/default-password
restart: on-failure restart: on-failure
volumes: volumes:
- ${APP_DATA_DIR}/default-password:/default-password - ${APP_DATA_DIR}/default-password:/default-password
- ${APP_DATA_DIR}/data/portainer:/data - ${APP_DATA_DIR}/data/portainer:/data
- ${APP_DATA_DIR}/data/docker:/var/run - ${APP_DATA_DIR}/data/docker:/var/run

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: portainer id: portainer
category: developer category: developer
name: Portainer name: Portainer
version: "2.21.5" version: "2.27.1"
tagline: Run custom Docker containers on your Umbrel tagline: Run custom Docker containers on your Umbrel
description: >- description: >-
⚠️ Make sure to only use named Docker volumes for your stacks and containers. Data in bind-mounted volumes ⚠️ Make sure to only use named Docker volumes for your stacks and containers. Data in bind-mounted volumes
@ -51,14 +51,15 @@ path: ""
defaultUsername: "admin" defaultUsername: "admin"
defaultPassword: "changeme" defaultPassword: "changeme"
releaseNotes: >- releaseNotes: >-
This update includes improvements to stability and performance: This new LTS release of Portainer brings a number of new features and improvements:
- Fixed container port mapping when editing or duplicating containers - Addition of Podman support
- Improved Git repository space usage optimization - Significant edge environment performance optimizations
- Enhanced backup process reliability - Improved Kubernetes management experience
- Fixed image building and pulling issues - Integration with Sidero Omni
- Multiple security fixes and CVE resolutions
- Various bug fixes and enhancements
Full release notes are found at https://github.com/portainer/portainer/releases. Full release notes are found at https://github.com/portainer/portainer/releases.
developer: Portainer developer: Portainer
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/774 submission: https://github.com/getumbrel/umbrel-apps/pull/774