Anchore Enterprise Release Notes - Version 6.0.1
Anchore Enterprise v6.0.1
Enterprise Service
Anchore Enterprise v6.0.x supports new (greenfield) deployments only. Upgrades from v5.x deployments are blocked, and an existing deployment that attempts to roll out v6.0.x will not start. Upgrade support for existing deployments will arrive in an upcoming release.
Requirements
- Anchore Enterprise v6.0.x requires PostgreSQL 17 or greater with the pg_cron extension installed and accessible by Anchore Enterprise. Pre-flight checks verify at startup that the database version and required extensions are working correctly, and the deployment will fail to start if these requirements are not met.
- SBOM ingestion in v6.0 drives larger parallel query plans against PostgreSQL, which use dynamic shared memory
(
/dev/shmon Linux). Docker’s default tmpfs of 64 MiB is insufficient for typical SBOM workloads. Operators running PostgreSQL on Kubernetes or self-managed hosts should size/dev/shmto at least 1 GiB - see Shared Memory for full guidance. Managed databases (Amazon RDS, Aurora) are unaffected.
Security
- Fixed an authorization flaw in the RBAC role-membership API
CVE-2026-63727where an authenticated user could grant themselves or others account-scoped roles without being authorized to do so. The role-member add endpoint now enforces the same per-account authorization checks as the corresponding delete endpoint. Upgrading to v6.0.1 is recommended for all affected deployments.
Recommended Component Versions
| Component | Supported Version | Helm Chart Version | Additional Info |
|---|---|---|---|
| Enterprise | v6.0.1 | Contact Support | With Syft v1.43.0 and Grype v0.112.0 |
| Enterprise UI | v6.0.0 | ||
| AnchoreCTL | v6.0.0 | Deploying AnchoreCTL | |
| Anchore ECS Inventory | v1.4.3 | Contact Support | https://github.com/anchore/ecs-inventory |
| Anchore Kubernetes Inventory | v1.8.4 | v0.6.4 | https://github.com/anchore/k8s-inventory |
| Kubernetes Admission Controller | v0.8.4 | v0.8.4 | https://github.com/anchore/kubernetes-admission-controller |
| Jenkins Plugin | v3.3.0 | https://plugins.jenkins.io/anchore-container-scanner | |
| Harbor Scanner Adapter | v1.5.3 | https://github.com/anchore/harbor-scanner-adapter |
Anchore Helm Chart can be found at https://github.com/anchore/anchore-charts
Last modified July 28, 2026