Adjusting profile comment field so that it's not inherited by nodes

This commit is contained in:
jason scott
2026-02-23 14:31:07 -07:00
parent 76469e7f96
commit 8397947d3d
4 changed files with 27 additions and 19 deletions

View File

@@ -11,7 +11,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Remove requisite dependency between ignition disk target and ignition service. #2083
- Return HTTP 409 status when creating an existing overlay
- Allow whitespace to be trimmed for wwdoc comments. #2109
- update go-chi to 5.2.5 to fix CVE-2025-69725
- update go-chi to 5.2.5 to fix CVE-2025-69725
- Prevented profile `comment` field from being inherited by nodes. #2078
### Added