diff --git a/CHANGELOG/CHANGELOG-v1.2.0.yml b/CHANGELOG/CHANGELOG-v1.2.0.yml new file mode 100644 index 0000000000..92dd50c247 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.2.0.yml @@ -0,0 +1,35 @@ +api: + features: + - summary: Do not wait agent in label and annotation test. + pull_request: https://github.com/deckhouse/virtualization/pull/1500 +ci: + fixes: + - summary: E2E test timeout errors now include the condition that was being waited for. + pull_request: https://github.com/deckhouse/virtualization/pull/1514 +core: + features: + - summary: Promote vd/vi import error if url is broken. + pull_request: https://github.com/deckhouse/virtualization/pull/1534 + - summary: Add volumesnapshot resources to e2e fail dump. + pull_request: https://github.com/deckhouse/virtualization/pull/1499 +module: + fixes: + - summary: >- + Current PR fix panics, which causes when during e2e tests one of pods of + virtualization-controller is completed. + pull_request: https://github.com/deckhouse/virtualization/pull/1535 + - summary: This PR fix bring some fixes for fuzzing tests. + pull_request: https://github.com/deckhouse/virtualization/pull/1261 +vmip: + fixes: + - summary: >- + Added validation to ensure that an IP address is not already in use when updating the + `VirtualMachineIP` address. + pull_request: https://github.com/deckhouse/virtualization/pull/1530 +vmop: + fixes: + - summary: >- + This PR enhances the `VirtualMachineOperation` CRD by adding validation rules to ensure safe + and valid resource naming during clone operations. + pull_request: https://github.com/deckhouse/virtualization/pull/1522 + diff --git a/CHANGELOG/CHANGELOG-v1.2.md b/CHANGELOG/CHANGELOG-v1.2.md new file mode 100644 index 0000000000..ae0dd39baa --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.2.md @@ -0,0 +1,14 @@ +# Changelog v1.2 + +## Features + + + - **[core]** Promote vd/vi import error if url is broken. [#1534](https://github.com/deckhouse/virtualization/pull/1534) + +## Fixes + + + - **[module]** Current PR fix panics, which causes when during e2e tests one of pods of virtualization-controller is completed. [#1535](https://github.com/deckhouse/virtualization/pull/1535) + - **[vmip]** Added validation to ensure that an IP address is not already in use when updating the `VirtualMachineIP` address. [#1530](https://github.com/deckhouse/virtualization/pull/1530) + - **[vmop]** This PR enhances the `VirtualMachineOperation` CRD by adding validation rules to ensure safe and valid resource naming during clone operations. [#1522](https://github.com/deckhouse/virtualization/pull/1522) +