Skip to content

Releases: xapi-project/xen-api

v25.34.0

22 Oct 16:02
0286ff0

Choose a tag to compare

What's Changed

  • CP-308927 Add nr_nodes in host.cpu_info to expose numa nodes count by @changlei-li in #6610
  • CP-308873 Update software_version to reflect the newly applied livepatch after apply_livepatch by @LunfanZhang in #6621
  • CP-308800: Dynamic control of firewalld service - part 1 by @BengangY in #6629
  • Merge master to dynamic-firewalld-control feature branch by @BengangY in #6639
  • CP-308800: Dynamic control of firewalld service - part 2 by @BengangY in #6638
  • CP-308859 Track user agents by @changlei-li in #6636
  • Sync master into feature/expose-more-system-info by @changlei-li in #6656
  • CP-308798: Dynamic control of firewalld service - part 3 by @BengangY in #6649
  • Sync master to feature/dynamic-firewalld-control by @BengangY in #6662
  • CP-308873 Parse kernel livepatch list and drop the status by @LunfanZhang in #6665
  • CP-308864 Dump the pvs_target_version into VM_guest_metric.service by @LunfanZhang in #6654
  • Sync master to feature by @LunfanZhang in #6668
  • Sync master to feature/dynamic-firewalld-control by @BengangY in #6672
  • CA-417366 make_xen_livepatch_list can not Parse the Output of xen-livepatch by @LunfanZhang in #6675
  • CP-309535: Dynamic control of firewalld service - part 4 by @BengangY in #6663
  • Merge master to feature by @minglumlu in #6685
  • CA-417520: Fix firewalld issues for HA by @BengangY in #6688
  • CP-47867: Add observer uuid to span attributes by @cplaursen in #6711
  • Merge feature branch expose_more_system_info into master by @minglumlu in #6713
  • CI: Add OCaml 5.3 as experimental build by @robhoes in #6714
  • xenopsd/bootloader: No need to create /var/run/xend/boot anymore by @last-genius in #6686
  • RFC: update better VM revert proposal by @psafont in #6696
  • Merge feature/dynamic-firewalld-control to master by @BengangY in #6717
  • CA-418960: VM with vTPM Delete doesn't remove the snapshot by @liulinC in #6718

Full Changelog: v25.33.0...v25.34.0

v25.33.0

14 Oct 15:43
9903379

Choose a tag to compare

What's Changed

  • CP-308455 VM.sysprep turn on feature by @lindig in #6695
  • Update to dune 3.20 by @robhoes in #6697
  • XSI-1969 CA-418141 more thorough resource cleanup by @lindig in #6699
  • python3/perfmon: Remove broken calls to /etc/init.d/perfmon by @last-genius in #6702
  • Extend diagnostic-timing-stats to optionally show counts by @lindig in #6703
  • xapi_vm_clone: Remove impossible, confusing case when dealing with suspend VDIs by @psafont in #6704
  • CA-417951: Migration and detecting RPU checks by @GabrielBuica in #6698
  • CA-417020: DNS not cleared after reconfiguring to static IP without DNS by @gangj in #6707
  • fix: Xen Version checks by @GabrielBuica in #6708

Full Changelog: v25.32.0...v25.33.0

v25.32.0

30 Sep 15:02
bc0ba4e

Choose a tag to compare

What's Changed

  • XSI-1969 more thorough resource cleanup by @lindig in #6682
  • xapi: Add secure boot field to host datamodel by @cplaursen in #6687
  • Avoid OCaml 5.3 compiler warnings by @robhoes in #6691
  • system_status: enhance useability of the API call by @psafont in #6690
  • idl/gen_client: Don't specify argument values when they're equal to defaults by @last-genius in #6693

Full Changelog: v25.31.0...v25.32.0

v25.31.0

24 Sep 13:36
209d950

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v25.30.0...v25.31.0

v25.30.0

02 Sep 14:37
cc2f09e

Choose a tag to compare

What's Changed

  • Fix tests that don't work on aarch64 by @psafont in #6630
  • CA-412983: HA doesn't keep trying to start best-effort VM by @minglumlu in #6619
  • Support for .NET8 and Tracing information by @kc284 in #6628
  • I forgot to initialize the Roles. by @kc284 in #6635
  • ci: enable experimental ocaml workflow on aarch64 by @psafont in #6631
  • CP-308455 VM.sysprep if CD insert fails, remove ISO by @lindig in #6632
  • Restored type SecretString for sysprep's parameter unattend by @kc284 in #6641
  • CA-416532: Revert #6586, overwrites /etc/resolve.conf by @GabrielBuica in #6643
  • CP-308539: Updated certificate validation to support .NET 8.0 in PowerShell. by @kc284 in #6642

Full Changelog: v25.29.0...v25.30.0

v25.29.0

21 Aug 09:14
05e6317

Choose a tag to compare

What's Changed

  • RRD metrics: "runnable_any" and "runnable_vcpus" by @gangj in #6615
  • CI: update python config by @psafont in #6617
  • python3/usb_scan: Skip empty lines in usb-policy.conf, add more comments by @last-genius in #6616
  • Raise VIF limit from 7 to 16 by calculating max_grant_frames on domain creation by @last-genius in #6577
  • CA-413254: Types String and SecretString were generating duplicates of method serializeString in convert.go. by @kc284 in #6622
  • xe-cli: Allow floppy to be autocompleted by @psafont in #6623
  • message_forwarding: Log which operation is added/removed from blocked_ops by @last-genius in #6624
  • CA-415952: HA can not be enabled by @liulinC in #6625
  • xapi/nm: Send non-empty dns to networkd when using IPv6 autoconf by @psafont in #6586

Full Changelog: v25.28.0...v25.29.0

v25.28.0

06 Aug 12:44
809bad5

Choose a tag to compare

What's Changed

  • Disable SARIF upload for now: they are rejected by @edwintorok in #6605
  • CP-308455 VM.sysprep CA-414158 wait for "action" key to disappear by @lindig in #6604
  • CA-413424: Enhance xe help output by @BengangY in #6600
  • CP-308455 VM.sysprep CA-414158 wait for "action" key to disappear by @lindig in #6606
  • CP-309064 Add SSH Management feature design by @LunfanZhang in #6608
  • CA-414418: Sessions do not got destroyed after domain user been removed and performance improvement by @liulinC in #6609
  • CA-414627: increase polling duration for tapdisk by @edwintorok in #6611
  • Update datamodel lifecycle by @BengangY in #6613

Full Changelog: v25.27.0...v25.28.0

v25.27.0

22 Jul 11:12
c7592d7

Choose a tag to compare

What's Changed

Full Changelog: v25.26.0...v25.27.0

v25.26.0

16 Jul 12:16
bef6739

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v25.25.0...v25.26.0

v25.25.0

13 Jul 13:49
a182d52

Choose a tag to compare

What's Changed

  • xapi-stdext-threads: calibrate ratio for delay times by @psafont in #6568
  • Downgrade unknown SM.feature errors to warnings by @gthvn1 in #6578
  • CP-308455 VM.sysprep use watch to detect sysprep running by @lindig in #6579
  • CA-393417: Drop device controller of cgroup v1 and fix USB passthrough for XS9 by @liulinC in #6572
  • datamodel_lifecycle: automatic update by @BengangY in #6581
  • CA-413412: Fail to designate new master by @BengangY in #6582
  • CA-413598/XSI-1954: Only block pool join for clustering on non-management VLAN by @gangj in #6585

Full Changelog: v25.24.0...v25.25.0