Skip to content

Commit a05fc33

Browse files
committed
chore: prepare changelog for v2.12.0 release
- Add standard changelog section headers - Initialize version entry for upcoming v2.12.0 - Set release date placeholder for August 2025 Signed-off-by: Ervin Rácz <ervin.racz@protonmail.com>
1 parent a7961a7 commit a05fc33

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Security
10+
### Added
11+
### Changed
12+
### Bugfixes
13+
14+
## [v2.12.0] - 28/08/2025
15+
916
### Security
1017
- **form-data@4.0.3 → v4.0.4**
1118
- Fixes CVE-2025-7783 (GHSA-fjxv-7rqg-78g4): Critical vulnerability (CVSS 9.4) where form-data uses Math.random() for selecting multipart/form-data boundary values. This predictable randomness could allow attackers to inject additional parameters into requests (HTTP Parameter Pollution), potentially making arbitrary requests to internal systems. Affected versions: <2.5.4, 3.0.0-3.0.3, 4.0.0-4.0.3. Fixed in: 2.5.4, 3.0.4, 4.0.4. Updated via npm audit fix. ([#1146](https://github.com/flatcar/nebraska/pull/1146))
@@ -22,7 +29,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2229
- backend: updated kinvolk references to flatcar ([nebraska#1091](https://github.com/flatcar/nebraska/pull/1091/files))
2330
- backend: migrate from go-bindata to embed ([nebraska#1132](https://github.com/flatcar/nebraska/pull/1132))
2431
- backend: update go to v1.24 ([nebraska#1130](https://github.com/flatcar/nebraska/pull/1130/files))
25-
- updater: update go to v1.24 and remove final kinvolk references ([nebraska#1151](https://github.com/flatcar/nebraska/pull/1151/files))
32+
- updater: update go to v1.24 and remove final kinvolk references ([nebraska#1151](https://github.com/flatcar/nebraska/pull/1151/files))
33+
2634
### Bugfixes
2735

2836
## [v2.11.0] - 17/06/2025

0 commit comments

Comments
 (0)