Skip to content

Releases: xapi-project/xen-api

v25.30.0

02 Sep 14:37
cc2f09e
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v25.26.0

16 Jul 12:16
bef6739
Compare
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
Compare
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

v25.24.0

08 Jul 09:16
7501f70
Compare
Choose a tag to compare

What's Changed

  • Design proposal for supported image formats (v3) by @gthvn1 in #6550
  • xenopsd/xc: upstream more NUMA changes by @psafont in #6554
  • CA-410965: Modify default ref of console by @BengangY in #6553
  • idl: Remove unused vm_lacks_feature_* errors by @last-genius in #6558
  • CA-411477: Fix SM API version check failure by @BengangY in #6552
  • Move collection of memory metrics from xcp-rrdd to rrdp-squeezed by @psafont in #6561
  • CP-54207: Move VBD_attach outside of VM migrate downtime by @snwoods in #6489
  • CA-412636: hostname changed to localhost with static IP and reboot by @liulinC in #6546
  • Add mlis for observer_helpers and observer_skeleton by @snwoods in #6539
  • Move common retry_econnrefused function to xcp_client by @snwoods in #6564
  • Add VM.sysprep API call by @lindig in #6547
  • CP-308455 VM.sysprep make delay configurable by @lindig in #6570
  • xapi_vm_lifecycle: Improve feature handling, avoid crashes by @last-genius in #6569
  • Add a qcow2-to-stdout Python script by @last-genius in #6559
  • CA-413304: Restore VBD.unplug function to keep old functionality by @snwoods in #6571

Full Changelog: v25.23.0...v25.24.0

v25.23.0

25 Jun 03:37
f7ee5aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v25.22.0...v25.23.0

v25.22.0

11 Jun 10:36
743565c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v25.21.0...v25.22.0

v25.21.0

06 Jun 01:43
44ae9d5
Compare
Choose a tag to compare

What's Changed

  • CP-53477 Update Host/Pool Data model to Support Dom0 SSH Control by @LunfanZhang in #6388
  • Merge master into ssh feature branch by @LunfanZhang in #6398
  • CP-53711: Copy SSH settings from pool coordinator in pool join by @gangj in #6395
  • Merge master into feature/configure-ssh-phase2 by @gangj in #6409
  • CP-53711: Apply SSH settings in joiner before update_non_vm_metadata by @gangj in #6408
  • CP-53802: Restore SSH service to default state in pool eject by @gangj in #6399
  • CP-53478: Implement SSH-related APIs for Dom0 SSH control by @LunfanZhang in #6394
  • Remove the unused error set_console_idle_timeout_failed by @gangj in #6428
  • CP-54138: Sync SSH status during XAPI startup by @LunfanZhang in #6417
  • Sync master to feature/configure-ssh-phase2 by @LunfanZhang in #6435
  • CA-409949 CA-408048 XSI-1912 remove unavailable SM plugin by ref by @lindig in #6490
  • Add experimental feature to use hard affinities when using best-effort (CP-54234) by @psafont in #6491
  • Modify doc mistakes by @BengangY in #6494
  • CA-410948 Refine the Exception when disable/enable SSH failed by @LunfanZhang in #6487
  • Removed PowerShell 5.x build due to the retirement of windows-2019. by @kc284 in #6498
  • fix Failure to use HTTPS or SFTP URL in Maven artifact upload/download xen-api() by @odaysec in #6429
  • Sync master to feature/configure-ssh-phase2 by @LunfanZhang in #6496
  • XSI-1918: Host can not join pool after enable external auth by @liulinC in #6492
  • Add file-upload support to xe host-call-plugin by @lindig in #6497
  • Merge SSH management Phase2 feature to next by @LunfanZhang in #6500
  • xapi_vif: Guarantee the device parameter is an unsigned decimal integer by @last-genius in #6495
  • CA-411679: Runstate metrics return data over 100% by @BengangY in #6493
  • CA-411766: Detach VBDs right after VM Halted by @BengangY in #6501
  • Reduce output when running unit tests by @psafont in #6502
  • CONTRIBUTING: add some initial guidelines by @last-genius in #6485
  • CP-308049: rrdview tool by @edwintorok in #6468
  • datamodel_lifecycle: automatic update by @psafont in #6506

New Contributors

Full Changelog: v25.20.0...v25.21.0