From a5a12f068511e86b2f680fd01f1ae67cf19edb5a Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Thu, 26 Sep 2024 15:58:38 +1000 Subject: [PATCH] Update portainer to 2.21.2 (#1530) --- portainer/docker-compose.yml | 2 +- portainer/umbrel-app.yml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/portainer/docker-compose.yml b/portainer/docker-compose.yml index b684d87..01dbd80 100644 --- a/portainer/docker-compose.yml +++ b/portainer/docker-compose.yml @@ -27,7 +27,7 @@ services: - ${APP_DATA_DIR}/data/docker:/data portainer: - image: portainer/portainer-ce:2.21.1@sha256:2c7d2953c322de46d2749d371e892a5e0ad50339f542888798b2cdc81eb85eef + image: portainer/portainer-ce:2.21.2@sha256:fcd79694da039537aa4c287f0e0a140f6d356fec3128774523e77fc66e0b6de3 command: --host unix:///var/run/docker.sock --admin-password-file=/default-password restart: on-failure volumes: diff --git a/portainer/umbrel-app.yml b/portainer/umbrel-app.yml index 3dc83e4..1a536bf 100644 --- a/portainer/umbrel-app.yml +++ b/portainer/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: portainer category: developer name: Portainer -version: "2.21.1" +version: "2.21.2" 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 @@ -53,9 +53,8 @@ defaultPassword: "changeme" releaseNotes: >- 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 - - Introduced a mechanism to revoke authentication tokens after logout - - Resolved a problem when re-creating a container on Docker 24 + - Fixed an issue with stack deployment on Docker when using a .env file from a Git Repository + - Updated Linode branding to align with the new "Akamai Connected Cloud" Full release notes are found at https://github.com/portainer/portainer/releases.