diff --git a/CHANGELOG.md b/CHANGELOG.md index b58e2886fc..5dfe15f15a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.10.2] - 2024-09-03 + +### Added + +- `http_challenge` NodeAttestor plugin (#4909) +- Experimental support for validating container image signatures through Sigstore selectors in the docker Workload Attestor (#5272) +- Metrics for monitoring the event-based cache (#5411) + +### Changed + +- Delegated Identity API to allow subscription by process ID (#5272) +- Agent Debug endpoint to count SVIDs by type (#5352) +- Agent health check to report an unhealthy status until the Agent SVID is attested (#5298) +- Small documentation improvements (#5393) + +### Fixed + +- `aws_iid` NodeAttestor to properly handle multiple network interfaces (#5300) +- Server configuration to correctly propagate the `sql_transaction_timeout` setting in the experimental events-based cache (#5345) + ## [1.10.1] - 2024-08-01 ### Added