Update portainer to 2.33.2 (#3688)
This commit is contained in:
parent
2f791268f9
commit
d72e081153
@ -27,7 +27,7 @@ services:
|
||||
- ${APP_DATA_DIR}/data/docker:/data
|
||||
|
||||
portainer:
|
||||
image: portainer/portainer-ce:2.33.1@sha256:f4c59b58fd64499295e59b1665bbd9af0cf9e823258f84859510db3263718142
|
||||
image: portainer/portainer-ce:2.33.2@sha256:264443d4063e0f2633f3ba210ccd69aacf07344dfc792128131dec8963df0f0a
|
||||
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.33.1"
|
||||
version: "2.33.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
|
||||
@ -52,14 +52,14 @@ defaultUsername: "admin"
|
||||
defaultPassword: "changeme"
|
||||
releaseNotes: >-
|
||||
This update includes several improvements and fixes:
|
||||
- Fixed environment status update delays for Standard Edge Agent
|
||||
- Resolved issues with CLI options for TLS certificates
|
||||
- Improved Edge Stacks updates when using GitOps
|
||||
- Fixed container engine selection when adding first Kubernetes environment
|
||||
- Addressed multiple security vulnerabilities
|
||||
- Fixed issues with environment status updates and access control
|
||||
- Improved security with increased Content-Security-Policy restrictions
|
||||
- Enhanced GitOps functionality and Helm repository validation
|
||||
- Resolved problems with custom templates and stack deployments
|
||||
- Added support for shared credentials for Git operations
|
||||
|
||||
|
||||
⚠️ Support for the Docker manifest list format has been removed. All container images now use the OCI image index format exclusively.
|
||||
⚠️ The --sslcert and --sslkey CLI options are now deprecated in favor of --tlscert and --tlskey options
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/portainer/portainer/releases.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user