November 28, 2025
Platform v0.302.1
SLSA 1.2 release
Chainloop now supports SLSA 1.2, the latest version of the Supply-chain Levels for Software Artifacts framework. This update brings enhanced provenance attestation capabilities and improved compliance tracking aligned with the latest SLSA specifications.For more information, see our SLSA guides for best practices and implementation steps.
Requirement evaluation overrides
You can now manually override the evaluation status of compliance requirements with justification. This enables teams to document exceptions and provide context when requirements cannot be met through automated means.Overrides are available in both project and product evaluation views. When a requirement is overridden, the status badge changes to “Status Overridden” and displays the justification below the evaluation header. Overrides are also included in the product compliance API response for programmatic access.

Labs: Security overview and vulnerability management
Note: This feature is not yet publicly available and has been released to a limited set of users. Please contact us to request access or to enable it for your organization.


Fixes
Fixes
- Evaluations - Fixed 500 errors caused by cache failures. The system now gracefully handles cache reconnection issues by logging and recovering instead of returning errors
- Evidence API - Fixed product version filtering to correctly use the specific project version attached to the product version, rather than any version of the underlying project
- Built-in frameworks - Fixed parent section references not updating when frameworks are renamed (e.g., slsa-1-1 to slsa-1-2). Sections now correctly maintain their hierarchy position
- Frameworks - Improved scrolling behavior for deeply nested sections (more than 2 levels)
- Table of contents - Removed buggy tooltip from table of contents component
November 20, 2025
- Add
skipfield to policy group attachments - selectively exclude specific policies from evaluation within a policy group without modifying the group itself, enabling flexible policy enforcement per workflow
November 18, 2025
- Add support for custom built-in functions in the policy Rego engine - extend policy evaluation capabilities with custom builtins for advanced policy scenarios and domain-specific validation logic
November 18, 2025
Improvements in the runner context gatherer and branch protection policies
- Add
branchesparameter to the policies specify which branches should be evaluated for compliance, enabling targeted policy enforcement on main/production branches only - Add branch filtering to runner context gatherer - optimize GitHub branch protection analysis by specifying target branches, reducing API calls and improving performance for repositories with many branches
November 16, 2025
- Expose
has_policy_violationsflag inattestation statuscommand - enables CI/CD control gates to fail pipelines based on policy violation status
November 16, 2025
- Add policy violation filtering to workflow run queries - list and filter workflow runs by policy violation status for better compliance monitoring and reporting
November 14, 2025
- Add UI support for preventing workflow creation - organization setting now available in the UI to require explicit workflow creation before attestations, preventing automatic workflow proliferation in automated environments

November 14, 2025
- Extend chainloop-best-practices framework with Source Code integrity controls - automatically verify branch protection policies, code review requirements, commit signing, and SAST scanning to ensure secure development practices across repositories

November 14, 2025
- Add
--existing-versionflag toattestation initcommand - ensure attestations only associate with pre-existing project versions, preventing accidental version creation during backpatching and packaging workflows
November 14, 2025
- Add CLI commands for project management - create, list, update, describe, and delete projects directly from the command line
November 14, 2025
- Add CLI commands for project version management - create, list, update, describe, and delete project versions with prerelease/release status control
November 11, 2025
- Add
skip_uploadcapability to workflow contracts - control whether materials are uploaded to CAS while still recording metadata like digest and filename in attestations, enabling efficient attestation of large artifacts already stored externally
November 11, 2025
- Add organization setting to prevent implicit workflow creation during attestation - workflows must now be explicitly created via CLI when enabled, preventing workflow proliferation in automated environments
November 11, 2025
- Add external policy references support to
policy devel evalcommand - evaluate policies from HTTP/HTTPS URLs (https://...), Chainloop registry (chainloop://policy-name), or local files for flexible policy testing and development workflows
November 06, 2025
- Slack webhooks can now be used to send System and Product notifications, in addition to current attestation fan-out messages.

November 03, 2025
- Add support for attesting container images from local OCI layout directories - enables secure image attestation in air-gapped environments and registry-less deployments without requiring image push to remote registries
- Add custom endpoint configuration for Azure Blob Storage CAS backends - enables support for Azure Government Cloud and other sovereign cloud environments by allowing custom endpoint suffixes

October 31, 2025
- Introduce new contract schema format to align with other compliance resources.
- Add Policy Group management commands in Chainloop CLI Enterprise Edition - store and manage reusable policy groups in the platform with declarative YAML configuration
- Add
chainloop workflow contract applycommand for declarative contract management - simplifies contract lifecycle by creating or updating contracts from YAML files in a single operation
October 28, 2025
- Introduce Chainloop CLI Enterprise Edition - proprietary extension of the open-source CLI with additional features and capabilities available in platform paid plans
- Declarative policy management - store and reuse custom policies in the platform with YAML-based configuration and Rego evaluation logic for consistent supply chain security enforcement across workflows
- Advanced runner context - capture and attest CI/CD environment security configuration including branch protection settings, pull request requirements, and commit protection for enhanced compliance verification
October 25, 2025
- Add Compliance Overview to product view for comprehensive visibility into compliance frameworks and requirements across product versions with drill-down capabilities into underlying projects

- Add Evidence tab to product view for centralized access to all pieces of evidence across product versions, including artifacts, SBOMs, VEX documents, vulnerability reports, and provenance data with advanced filtering capabilities

October 22, 2025
- Add notification trigger for product releases - receive alerts when new product versions are released
October 21, 2025
- Expose OpenAPI spec preconfigured for your specific instance of Chainloop
You can find it at
https://your-backend-instance/openapi.yamlfor example here
October 20, 2025
- Add notifications for aggregated product compliance changes - stay informed about compliance status updates (failures and recoveries)

October 17, 2025
- Introduce Notification Integrations - send alerts about system status through Microsoft Teams and Email Notifications

October 15, 2025
- Add Evidence tab to project view for centralized access to all pieces of evidence, including artifacts, SBOMs, VEX documents, vulnerability reports, and provenance data with advanced filtering capabilities

October 10, 2025
- Add system status page to monitor platform health and view past incidents in real-time

October 09, 2025
- Introduce Business Units - organize products by department, division, or team for better organizational structure management

September 15, 2025
- Display user group memberships in the members table with contextual group inspection

September 13, 2025
- Allow to re-evaluate requirements from existing workflow runs

September 12, 2025
- Fix GitLab integration authentication issues
September 09, 2025
- Implement automatic Storage backend health checks every 30 minutes with owner notifications on status changes via Email and Audit Log

September 04, 2025
-
Improve product compliance view with aggregated compliance charts

- Fix CAS backend permission errors when storage cannot be reached
September 03, 2025
- Add documentation for branch protection policies including GitLab integration
September 02, 2025
-
Allow product-level applicability settings with inheritance to project versions

-
Extend
banned-licensespolicy to support SPDX license expressions
August 29, 2025
-
Allow creating product versions from previous ones - streamlines version management by pre-populating projects and compliance mappings

August 28, 2025
- Replace bitnami containers with custom builds to address container initialization issues
August 27, 2025
-
Requirements applicability for projects and versions - define which requirements apply to specific projects or versions within a product for tailored compliance management

August 25, 2025
- Pin project versions on product releases to maintain stable relationships

- Standardize on “pre-release” terminology across the platform
August 18, 2025
- Enable inviting external users to products
-
Add audit entries when adding users/groups to products and projects

August 15, 2025
- On-prem: New instance-level Admin role for managing organization creation.
August 14, 2025
- Product version lifecycle management

August 8, 2025
- Add contextual help links in UI pointing to documentation and RBAC guide
July 18, 2025
- Ensure at least one Org Owner is present in the organization before leaving
