Browse Source

Update portainer to 2.21.4 (#1704)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
a326d9ea3b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      portainer/docker-compose.yml
  2. 9
      portainer/umbrel-app.yml

2
portainer/docker-compose.yml

@ -27,7 +27,7 @@ services:
- ${APP_DATA_DIR}/data/docker:/data
portainer:
image: portainer/portainer-ce:2.21.3@sha256:ff9ac3a6e57fb94a489bd3cc02bb0da3887cb2aa6ddbde3e429b1da2bd5826d5
image: portainer/portainer-ce:2.21.4@sha256:f2a7f5abd4735f9cd91563c6134e014b15168c4018beea87f1eec9d9618b2ad4
command: --host unix:///var/run/docker.sock --admin-password-file=/default-password
restart: on-failure
volumes:

9
portainer/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: portainer
category: developer
name: Portainer
version: "2.21.3"
version: "2.21.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,10 +51,11 @@ path: ""
defaultUsername: "admin"
defaultPassword: "changeme"
releaseNotes: >-
This update includes improvements to stability and performance, as well as some bug fixes:
This update includes improvements to stability and performance:
- Improved home page search performance, addressing slow response times in certain environments
- Fixed an issue where the CRL (Certificate Revocation List) request timeout may be too short, causing potential connection issues
- Improved Edge environment status monitoring and error reporting
- Enhanced service management for Docker Swarm environments
- Added compatibility improvements for future Docker versions
Full release notes are found at https://github.com/portainer/portainer/releases.

Loading…
Cancel
Save