mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update portainer to version 2.19.5 (#1276)
This commit is contained in:
parent
f4f92d8b4c
commit
b25ccf8308
|
@ -27,7 +27,7 @@ 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:
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue
Block a user