From b25ccf83088535e99303048207f7eabe7352c29a Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Wed, 31 Jul 2024 16:01:05 +1000 Subject: [PATCH] Update portainer to version 2.19.5 (#1276) --- portainer/docker-compose.yml | 4 ++-- portainer/umbrel-app.yml | 35 +++++------------------------------ 2 files changed, 7 insertions(+), 32 deletions(-) diff --git a/portainer/docker-compose.yml b/portainer/docker-compose.yml index 7965f60..c165e5f 100644 --- a/portainer/docker-compose.yml +++ b/portainer/docker-compose.yml @@ -27,10 +27,10 @@ services: - ${APP_DATA_DIR}/data/docker:/data portainer: - image: portainer/portainer-ce:2.19.1@sha256:f29cbc7b26ebd701b1fe92b4df42edea350e871372a6296a1fa16ba999481fb2 + image: portainer/portainer-ce:2.19.5@sha256:4a1ceadd7f7898d9190ee0a6d22234c4323aefd80e796e84f5e57127f74370f1 command: --host unix:///var/run/docker.sock --admin-password-file=/default-password restart: on-failure volumes: - ${APP_DATA_DIR}/default-password:/default-password - ${APP_DATA_DIR}/data/portainer:/data - - ${APP_DATA_DIR}/data/docker:/var/run + - ${APP_DATA_DIR}/data/docker:/var/run \ No newline at end of file diff --git a/portainer/umbrel-app.yml b/portainer/umbrel-app.yml index 739ab2b..6c2de88 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.19.1" +version: "2.19.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 @@ -51,36 +51,11 @@ path: "" defaultUsername: "admin" defaultPassword: "changeme" releaseNotes: >- - This update of Portainer from 2.19.0 to 2.19.1 includes various bug fixes, improvements, and new features, including the following highlights. + This update resolves a security vulnerability in Portainer, by creating uniform response time for login attempts. + More details can be found at https://github.com/advisories/GHSA-87x6-8m9v-g8c2 - 👉 Breaking changes: - - - Changes to API format and checking of some requests - See rest API changes below for more details. - - - 👉 Portainer: - - - Fixed an issue where backup files were missing the Chisel private key. This could have disrupted communication between the Portainer server and agent after a restoration from backup. - - - Improved the upgrade process for the Portainer server, upgrade process now halts on database migration errors, preventing database version mismatches for a more stable environment. - - - Fixed an issue where toggles could be activated outside of their intended component area, potentially leading to inadvertent toggling. - - - 👉 RestAPI: - - - Fixed an issue introduced in 2.19.0 when Kubernetes environment metrics API features were enabled, where these features would return an ‘Unable to reach metrics API’ error. - - - Introduced new format around the change of a user’s password via API. - - - Updated the checking around change of a user via API. - - - Fixed API endpoints that were broken in the 2.19.0 release, ensuring that they retain their previous functionality. - - - View full release notes here: https://github.com/portainer/portainer/releases/tag/2.19.1 - + Full release notes are found at https://github.com/portainer/portainer/releases. developer: Portainer submitter: Umbrel -submission: https://github.com/getumbrel/umbrel-apps/pull/774 +submission: https://github.com/getumbrel/umbrel-apps/pull/774 \ No newline at end of file