diff --git a/versioned_docs/version-0.10/changelogs/changelogs/v0.10.0.md b/versioned_docs/version-0.10/changelogs/changelogs/v0.10.0.md index 19487e440..e1f02bdaa 100644 --- a/versioned_docs/version-0.10/changelogs/changelogs/v0.10.0.md +++ b/versioned_docs/version-0.10/changelogs/changelogs/v0.10.0.md @@ -11,6 +11,7 @@ date: "2024-07-17 11:54:57 +0000 UTC" ## Description +

The Fleet v0.10 release brings significant changes, including a redesign that splits components into containers and switches to the controller-runtime framework. The rewritten controllers switch to structured logging. To reduce image size and complexity, v0.10 integrates the gitjob repository, merges various controller codes, and introduces new features such as sharding with node selectors, prometheus metrics, configurable leader election, and worker count for the fleet-controller. The release deprecates the "fleet test" command in favor of “target” and “deploy” with a dry-run option and adds experimental OCI content storage. Bug fixes enhance drift detection, cluster status reporting, and various operational aspects, while automation improvements bolster testing, CI, and the release workflow.

Additions