Merge pull request #2120 from jsco2t/WW-2078

Fixing profile comment field from being inherited on nodes
This commit is contained in:
Jonathon Anderson
2026-02-25 21:06:12 -06:00
committed by GitHub
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