Update portainer to 2.21.5 (#1970)

This commit is contained in:
Nathan Fretz 2024-12-30 14:49:45 +10:00 committed by GitHub
parent 95d3f96ac2
commit 3089fa85ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@ services:
- ${APP_DATA_DIR}/data/docker:/data
portainer:
image: portainer/portainer-ce:2.21.4@sha256:f2a7f5abd4735f9cd91563c6134e014b15168c4018beea87f1eec9d9618b2ad4
image: portainer/portainer-ce:2.21.5@sha256:bd8f7a6d98e2a512e18272c38914abd1e92d663451f3c925d502a8557a3b92d7
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.21.4"
version: "2.21.5"
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
@ -52,10 +52,10 @@ defaultUsername: "admin"
defaultPassword: "changeme"
releaseNotes: >-
This update includes improvements to stability and performance:
- Improved Edge environment status monitoring and error reporting
- Enhanced service management for Docker Swarm environments
- Added compatibility improvements for future Docker versions
- Fixed container port mapping when editing or duplicating containers
- Improved Git repository space usage optimization
- Enhanced backup process reliability
- Fixed image building and pulling issues
Full release notes are found at https://github.com/portainer/portainer/releases.