v1.7.0
·
36 commits
to release-harvester-v1.7
since this release
What's Changed
Features
- feat: add reconnect button in VNC console by @a110605 in #489
- feat: add DHCP ui config in subnet page by @a110605 in #504
- feat: display N/A in vlanID for overlay network by @a110605 in #511
- feat: add info banner static route tab by @a110605 in #520
- feat: skip ksmtuned updated if there no related change by @a110605 in #526
- feat: add ACL tab in create subnet page by @a110605 in #527
- feat: drop machine type dropdown from VM advanced options by @houhoucoop in #546
- feat: allow user can forceFormat once the disk was removed from host before by @houhoucoop in #559
- feat: add access / trunk mode in create VM network page by @a110605 in #510
- feat: support Longhorn V2 volume expansion by @houhoucoop in #562
- feat: online Volume Resizing from the VM Page by @houhoucoop in #568
- feat: add kubevirt-migration setting by @houhoucoop in #577
- feat: add vGPU MIG Configuration page by @a110605 in #576
- feat: enable snapshot and clone for LHv2 (backport #379) by @mergify[bot] in #587
- feat: support for HotPlugNICs from Kubevirt (backport #582) by @mergify[bot] in #594
- feat: add support for configuring transparent hugepages (backport #414) by @mergify[bot] in #598
- feat: modify exclude IPs placeholder to the correct format (backport #599) by @mergify[bot] in #605
- feat: create related image storageclass before OS upgrade (backport #595) by @mergify[bot] in #606
- feat: allow user to attach volume to muliple VMs (backport #620) by @mergify[bot] in #622
- feat: read addon displayname from label and add descheduler description (backport #644) by @mergify[bot] in #645
Bug Fixes
- fix: reboot button not work in VNC console by @a110605 in #475
- fix: preserve YAML device parameters on config editing by @yulken in #487
- fix: unable to attach Ti volume in create VM page by @a110605 in #513
- fix: hide VM take backup action if backup target is not available by @a110605 in #512
- fix: unable to create VM when choosing L2VlanNetwork by @a110605 in #534
- fix: force fetch VM data after changing backup-target setting by @a110605 in #535
- fix: set maxSockets : 1 if not enabled cpuMemoryhotplug by @a110605 in #539
- fix: create new secret on vm creation by @yulken in #537
- fix: allow to edit as yaml if has empty CPU or memory by @a110605 in #547
- fix: miimon value not set to default(100ms) when user configures -1 from UI by @houhoucoop in #548
- fix: abort image uploading when switch to URL option by @a110605 in #552
- fix: WebVNC console shortcut keys not working correctly by @houhoucoop in #557
- fix: view and edit mode for L2Vlan trunk network by @a110605 in #563
- fix: trunk input field is missing when creating L2VlanTrunkNetwork by @a110605 in #570
- fix(image): Correctly handle query parameters in image URL validation by @devsymo in #569
- fix: namespace can't be selected the same in IP pool page by @a110605 in #560
- fix: change migconfiguration model to inherit from harvester resource (backport #608) by @mergify[bot] in #609
- fix: support bundle namespace can't be selected (backport #607) by @mergify[bot] in #611
- fix: create new secret on vm creation (backport #614) by @mergify[bot] in #628
- fix: do not inherit template secret when creating new VM (backport #643) by @mergify[bot] in #646
- fix: failed to create multiple VMs (backport #647) by @mergify[bot] in #648
Dependencies
- deps: upgrade @rancher/shell to 3.0.5-rc.8 by @a110605 in #469
- deps: update patch digest dependencies (main) by @renovate[bot] in #492
- deps: update minor dependencies (main) by @renovate[bot] in #493
- deps: update dependency @types/node to v20.19.13 (main) by @renovate[bot] in #514
- deps: update dependency @types/node to v20.19.14 (main) by @renovate[bot] in #522
- deps: update dependency @types/node to v20.19.17 (main) by @renovate[bot] in #530
- deps: update dependency @types/node to v20.19.19 (main) by @renovate[bot] in #542
- deps: update patch digest dependencies (main) by @renovate[bot] in #553
- deps: update dependency @types/node to v20.19.22 (main) by @renovate[bot] in #564
- deps: update patch digest dependencies (main) by @renovate[bot] in #572
- deps: update dependency @types/node to v20.19.24 (main) by @renovate[bot] in #578
- deps: update dependency @types/node to v20.19.25 (release-harvester-v1.7) by @renovate[bot] in #604
- deps: update patch digest dependencies (release-harvester-v1.7) by @renovate[bot] in #619
- deps: update dependency node-forge to v1.3.2 [security] (release-harvester-v1.7) by @renovate[bot] in #627
- deps: update dependency yaml to v2.8.2 (release-harvester-v1.7) by @renovate[bot] in #634
- deps: update dependency node-forge to v1.3.3 (release-harvester-v1.7) by @renovate[bot] in #641
- deps: update dependency @types/node to v20.19.27 (release-harvester-v1.7) by @renovate[bot] in #655
Build & Continuous Integration
- ci: only run PR title lint in PR stage by @a110605 in #471
- ci: auto add PR label workflow and script by @a110605 in #466
- ci: add .github/release.yml by @a110605 in #468
- ci: correct set PR label script name by @a110605 in #476
- ci: setup env using actions/setup by @a110605 in #478
- build: modify the check-version script by @Vicente-Cheng in #490
- ci: update renovate.json to make PR title start with deps: by @a110605 in #505
- ci: update renovate.json to remove semanticCommitScope by @a110605 in #506
- ci: allow any string as commit scope by @a110605 in #571
- ci: lint last commit if is empty string or all zero (backport #584) by @mergify[bot] in #586
Refactoring
- refactor: disable show configuration action in the setting page by @a110605 in #507
- refactor: remove ui-plugin-index setting by @a110605 in #518
Chores
- chore: bump version to v1.6.0 by @a110605 in #480
- chore: bump version to v1.7.0-dev by @a110605 in #482
- chore: add v1.6.1 and v1.7.0 feature flags by @a110605 in #483
- chore: limit v1.7.0 to install on Rancher 2.13.0+ by @a110605 in #558
- chore: bump version to v1.7.0-rc1 (backport #583) by @mergify[bot] in #585
- chore: bump shell version to v3.0.8-rc.8 (backport #588) by @mergify[bot] in #590
- chore: update yarn.lock for @rancher/shell v3.0.8-rc.8 (backport #591) by @mergify[bot] in #592
- chore: bump version to v1.7.0-rc2 (backport #596) by @mergify[bot] in #597
- chore: bump version to v1.7.0-rc3 (backport #612) by @mergify[bot] in #613
- chore: bump to v1.7.0-rc4 (backport #621) by @mergify[bot] in #629
- chore: bump to v1.7.0-rc5 (backport #636) by @mergify[bot] in #637
- chore: bump version to v1.7.0-rc6 (backport #649) by @mergify[bot] in #650
- chore: bump version to v1.7.0-rc7 (backport #656) by @mergify[bot] in #657
- chore: bump version to v1.7.0 (backport #658) by @mergify[bot] in #659
New Contributors
Full Changelog: v1.6.1...v1.7.0