diff --git a/CHANGELOG/CHANGELOG-v1.5.2.yml b/CHANGELOG/CHANGELOG-v1.5.2.yml new file mode 100644 index 0000000000..7007a38a53 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.5.2.yml @@ -0,0 +1,5 @@ +core: + fixes: + - summary: Fixed a potential `OOMKill` during virtual disk creation on NFS. + pull_request: https://github.com/deckhouse/virtualization/pull/2029 + diff --git a/CHANGELOG/CHANGELOG-v1.5.md b/CHANGELOG/CHANGELOG-v1.5.md index 38935aa306..fe0af02d37 100644 --- a/CHANGELOG/CHANGELOG-v1.5.md +++ b/CHANGELOG/CHANGELOG-v1.5.md @@ -9,6 +9,7 @@ ## Fixes + - **[core]** Fixed a potential `OOMKill` during virtual disk creation on NFS. [#2029](https://github.com/deckhouse/virtualization/pull/2029) - **[core]** Fixed an issue with starting virtual machines using the `EFIWithSecureBoot` bootloader when configured with more than 12 vCPUs. [#1916](https://github.com/deckhouse/virtualization/pull/1916) - **[module]** Platform system components in user projects are protected from deletion by users. [#1880](https://github.com/deckhouse/virtualization/pull/1880) - **[module]** During virtual machine migration, temporary double consumption of resources is no longer counted in project quotas. System component resources required for starting and running virtual machines are no longer counted in project quotas. [#1872](https://github.com/deckhouse/virtualization/pull/1872)