Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
portainer-2.32.0-linux-amd64-checksum.txt | 2025-07-23 | 112 Bytes | |
portainer-2.32.0-linux-amd64.tar.gz | 2025-07-23 | 59.9 MB | |
portainer-2.32.0-linux-arm64-checksum.txt | 2025-07-23 | 112 Bytes | |
portainer-2.32.0-linux-arm64.tar.gz | 2025-07-23 | 55.9 MB | |
portainer-2.32.0-linux-ppc64le-checksum.txt | 2025-07-23 | 114 Bytes | |
portainer-2.32.0-linux-ppc64le.tar.gz | 2025-07-23 | 46.1 MB | |
portainer-2.32.0-linux-arm-checksum.txt | 2025-07-23 | 110 Bytes | |
portainer-2.32.0-linux-arm.tar.gz | 2025-07-23 | 55.7 MB | |
portainer-2.32.0-windows1809-amd64-checksum.txt | 2025-07-23 | 118 Bytes | |
portainer-2.32.0-windows1809-amd64.tar.gz | 2025-07-23 | 105.4 MB | |
portainer-2.32.0-windowsltsc2022-amd64-checksum.txt | 2025-07-23 | 122 Bytes | |
portainer-2.32.0-windowsltsc2022-amd64.tar.gz | 2025-07-23 | 105.4 MB | |
README.md | 2025-07-23 | 2.3 kB | |
Release 2.32.0 STS source code.tar.gz | 2025-07-23 | 3.3 MB | |
Release 2.32.0 STS source code.zip | 2025-07-23 | 5.5 MB | |
Totals: 15 Items | 437.3 MB | 12 |
Known issues
Known issues with Podman support
- Podman environments aren't supported by auto-onboarding script
- It's not possible to add Podman environments via socket, when running a Portainer server on Docker (and vice versa)
- Support for only CentOS 9, Podman 5 rootful
New in this Release:
- Application rebranding
- Updated Message of the day application banner to reflect new branding
- Updated background colors across the application
- Updated dark/light mode button colors
- Updated dark/light mode colors in the nav side bar
- Updated the logo for both narrow and wide sidebars and login screens
- Added a
--trusted-origins
flag to allow for CSRF protection in more complex setups - Fixed error handling when creating a new Kubernetes application
- Updated the Docker binary version from v27.5.1 to v28.1.0
- Improved frontend services datatable tests
- Fixed an issue where the Kubernetes client cache was not cleared and created correctly per user
- Fixed an issue where Kubernetes namespace access changes were not reflected for API users after sign-in
- Fixed an issue where edge Kubernetes stacks were not deploying
- Fixed an issue where v3 templates were not accepting empty values in the form
- Fixed an issue where the image indicator was not displaying in swarm stacks and services page for private registries
- Replaced deprecated methods pkix.CertificateList, issuer.CheckCRLSignature, and x509.ParseCRL
- Enabled CSP by default
- Added the display of an event warning count when viewing Kubernetes resource lists
- Fixed a UI issue where table pagination was not working for edge environments
- Resolved the following CVEs:
- CVE-2025-53547
- CVE-2025-22874
- CVE-2025-22781
- CVE-2025-22871
Deprecated and removed features
Deprecated features
- None
Removed features
- As previously announced, support for the Docker manifest list format (
application/vnd.docker.distribution.manifest.list.v2+json
) has been removed. All published container images now exclusively use the OCI image index format (application/vnd.oci.image.index.v1+json
). Tooling that relied on Docker-specific media types should be updated to ensure compatibility with OCI-compliant image indexes.