diff --git a/CHANGELOG/CHANGELOG-v1.9.5.yml b/CHANGELOG/CHANGELOG-v1.9.5.yml new file mode 100644 index 0000000000..311847daa5 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.9.5.yml @@ -0,0 +1,2 @@ +{} + diff --git a/CHANGELOG/CHANGELOG-v1.9.md b/CHANGELOG/CHANGELOG-v1.9.md index 46ff6e8e7e..95a3f6afb7 100644 --- a/CHANGELOG/CHANGELOG-v1.9.md +++ b/CHANGELOG/CHANGELOG-v1.9.md @@ -44,6 +44,10 @@ - **[api]** Removed the deprecated `VirtualMachineRestore` resource. Use `VirtualMachineOperation` with the `Clone` or `Restore` type, or `VirtualMachineSnapshotOperation` instead. [#2368](https://github.com/deckhouse/virtualization/pull/2368) + - **[core]** Fixed vulnerabilities: + - CVE-2026-39822 + - CVE-2026-42505 + - GO-2026-5932 [#2653](https://github.com/deckhouse/virtualization/pull/2653) - **[core]** Fixed vulnerabilities: - CVE-2026-25680 - CVE-2026-25681