Skip to content

Commit 5c0070a

Browse files
deckhouse-BOaTswainnevermarine
authored andcommitted
Changelog v1.0.0 (#1429)
Signed-off-by: deckhouse-BOaTswain <[email protected]> Co-authored-by: nevermarine <[email protected]>
1 parent ce689a0 commit 5c0070a

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed

CHANGELOG/CHANGELOG-v1.0.0.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
api:
2+
features:
3+
- summary: add metadata preservation for VirtualDisk
4+
pull_request: https://github.com/deckhouse/virtualization/pull/1426
5+
fixes:
6+
- summary: Errors in test cases should not stop the Ginkgo process.
7+
pull_request: https://github.com/deckhouse/virtualization/pull/1435
8+
- summary: Fixed kubebuilder annotations to generate CRDs with correct categories and short names.
9+
pull_request: https://github.com/deckhouse/virtualization/pull/1421
10+
ci:
11+
fixes:
12+
- summary: fix release branches scan
13+
pull_request: https://github.com/deckhouse/virtualization/pull/1431
14+
- summary: >-
15+
The `run:ci` script should be executed from within the script itself to avoid issues with
16+
shell processing on a GitHub runner.
17+
pull_request: https://github.com/deckhouse/virtualization/pull/1427
18+
core:
19+
features:
20+
- summary: Add VM restore feature using new type Restore for VirtualMachineOperation
21+
pull_request: https://github.com/deckhouse/virtualization/pull/1307
22+
fixes:
23+
- summary: add missing variable 'ModuleNamePrefix' in images.tmpl
24+
pull_request: https://github.com/deckhouse/virtualization/pull/1439
25+
- summary: fix CVE-2025-47907
26+
pull_request: https://github.com/deckhouse/virtualization/pull/1413
27+
vd:
28+
fixes:
29+
- summary: Set disk to failed when image pull fails from registry
30+
pull_request: https://github.com/deckhouse/virtualization/pull/1400
31+
vm:
32+
fixes:
33+
- summary: fix `cores` and `coreFraction` validation in sizing policy
34+
pull_request: https://github.com/deckhouse/virtualization/pull/1420
35+
- summary: >-
36+
fix incorrect data encoding during snapshot creation and restoration by removing redundant
37+
base64 encoding when storing JSON in Kubernetes Secrets.
38+
pull_request: https://github.com/deckhouse/virtualization/pull/1419
39+
- summary: fix message in NetworkReady condition
40+
pull_request: https://github.com/deckhouse/virtualization/pull/1414
41+
- summary: Add display of `.status.network` if `.spec.network` is empty
42+
pull_request: https://github.com/deckhouse/virtualization/pull/1412
43+
- summary: Block network spec changes when SDN feature gate is disabled
44+
pull_request: https://github.com/deckhouse/virtualization/pull/1408
45+

CHANGELOG/CHANGELOG-v1.0.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog v1.0
2+
3+
## Features
4+
5+
6+
- **[api]** add metadata preservation for VirtualDisk [#1426](https://github.com/deckhouse/virtualization/pull/1426)
7+
- **[core]** Add VM restore feature using new type Restore for VirtualMachineOperation [#1307](https://github.com/deckhouse/virtualization/pull/1307)
8+
9+
## Fixes
10+
11+
12+
- **[api]** Fixed kubebuilder annotations to generate CRDs with correct categories and short names. [#1421](https://github.com/deckhouse/virtualization/pull/1421)
13+
- **[core]** fix CVE-2025-47907 [#1413](https://github.com/deckhouse/virtualization/pull/1413)
14+
- **[vd]** Set disk to failed when image pull fails from registry [#1400](https://github.com/deckhouse/virtualization/pull/1400)
15+
- **[vm]** fix `cores` and `coreFraction` validation in sizing policy [#1420](https://github.com/deckhouse/virtualization/pull/1420)
16+
- **[vm]** fix incorrect data encoding during snapshot creation and restoration by removing redundant base64 encoding when storing JSON in Kubernetes Secrets. [#1419](https://github.com/deckhouse/virtualization/pull/1419)
17+
- **[vm]** fix message in NetworkReady condition [#1414](https://github.com/deckhouse/virtualization/pull/1414)
18+
- **[vm]** Add display of `.status.network` if `.spec.network` is empty [#1412](https://github.com/deckhouse/virtualization/pull/1412)
19+
- **[vm]** Block network spec changes when SDN feature gate is disabled [#1408](https://github.com/deckhouse/virtualization/pull/1408)
20+
21+
## Chore
22+
23+
24+
- **[api]** Updated CRD short names to remove plural forms and reorganized resource categories. [#1407](https://github.com/deckhouse/virtualization/pull/1407)
25+
- **[core]** Reduce kubevirt components restarts. [#1449](https://github.com/deckhouse/virtualization/pull/1449)
26+
- **[module]** Reduce module restarts during installation. [#1445](https://github.com/deckhouse/virtualization/pull/1445)
27+
- **[module]** Support "in-cluster" upload when publicDomainTemplate is empty. [#1440](https://github.com/deckhouse/virtualization/pull/1440)
28+
- **[vm]** Check is first block device bootable. [#1359](https://github.com/deckhouse/virtualization/pull/1359)
29+

0 commit comments

Comments
 (0)