Update portainer to 2.21.1 (#1479)

This commit is contained in:
Nathan Fretz 2024-09-16 19:13:51 +10:00 committed by GitHub
parent 3c01e7d97d
commit 450feeab45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

View File

@ -27,7 +27,7 @@ services:
- ${APP_DATA_DIR}/data/docker:/data - ${APP_DATA_DIR}/data/docker:/data
portainer: portainer:
image: portainer/portainer-ce:2.21.0@sha256:a5e6d58c93bea2988b604f9c9b1afaa30dc213532dfd9beb7774429146276604 image: portainer/portainer-ce:2.21.1@sha256:2c7d2953c322de46d2749d371e892a5e0ad50339f542888798b2cdc81eb85eef
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:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: portainer id: portainer
category: developer category: developer
name: Portainer name: Portainer
version: "2.21.0" version: "2.21.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,13 +51,11 @@ path: ""
defaultUsername: "admin" defaultUsername: "admin"
defaultPassword: "changeme" defaultPassword: "changeme"
releaseNotes: >- releaseNotes: >-
This is the first Long-Term Support (LTS) release of Portainer, which includes all changes up to the 2.20.3 release, as well as improvements to stability and scalability. This update includes improvements to stability and performance, as well as some bug fixes:
- Fixed an issue where Portainer would crash when cloning a large Git repository
Key highlights: - Introduced a mechanism to revoke authentication tokens after logout
- Improved overall stability - Resolved a problem when re-creating a container on Docker 24
- Enhanced performance and reliability for larger environments
- Security updates to address critical and high vulnerabilities in dependencies
Full release notes are found at https://github.com/portainer/portainer/releases. Full release notes are found at https://github.com/portainer/portainer/releases.