diff --git a/portainer/docker-compose.yml b/portainer/docker-compose.yml index 582d061b..2e383518 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.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: diff --git a/portainer/umbrel-app.yml b/portainer/umbrel-app.yml index 38acdd89..4f32ae60 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.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.