diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ac9aa36..e38a1d3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,11 +2,19 @@ ## Summary - +This release rounds out `gridpool-cli` for the `assets` config layout and adds +gridpool enterprise ownership to the config model. The CLI can now generate, +validate, patch, and query merged config files. ## Upgrading - +- `generate-config` now writes the `assets.microgrids` layout and stamps + `assets.version`, instead of the legacy layout. Regenerate configs to get the + current format; generated files then load back without a migration. + +- `generate-config --inplace` refuses legacy-layout files (top-level or + `meta`-nested), which it would duplicate rather than edit. Rebuild those from + scratch. ## New Features @@ -29,6 +37,6 @@ - A config derived from the Assets API now carries each microgrid's `enterprise_id`. -## Bug Fixes - - +- `generate-config --inplace` refreshes managed values while preserving + formatting; `--fill-missing` only adds absent values. Generated patches are + validated before writing.