Releases: xapi-project/xen-api
Releases · xapi-project/xen-api
Intermediate release for Michael Zhao for feature testing
Intermediate release for Michael Zhao for feature testing
v1.14.10: Merge pull request #3051 from gaborigloi/CA-242706_backport_honolulu
Pre-release
- CA-242706: Ensure logon message reports correct IP address in case of static IP
xapi backport: use OCaml 4.02.3, PPX, xs-opam
This commit is part of a larger refactoring that is backported from
branch master:
* Update the OCaml compiler to version 4.02.3.
* Avoid using Camlp4 and use the PPX macro system instead.
* Upgrade OCaml upstream libraries and move away in those libraries from
using OCamlp4 in favour of PPX.
* Updated upstream OCaml libraries are bundled into a two new packages
xs-opam-src and xs-opam-repo. These provide an Opam environment
holding OCaml libraries. This means that many OCaml libraries are no
longer provided in individual RPM packages but in xs-opam-repo.
* The Baggage RPM repository is dropped from the build environment. It
contained the OCaml compiler, some OCaml upstream libraries, and some
other packages. These are either incorporated into xs-opam or into new
RPM packages part of this branch.
* RPM packages for packages that are now part of xs-opam-{src.repo} have
been deleted.
* Some libraries that we expect to be updated regularly continue to be
provided as RPM packages.
* As a consequence, RPM packages can drop many BuildRequire
dependencies and add xs-opam-repo as a new dependency. The %build
and %install sections sometimes change slightly.
* Some RPM packages now download their source code from mirror
code.citrite.net rather than github.com.
v1.20.1: Merge pull request #2865 from gaborigloi/update_version_number
Update version number in xapi.spec.in to 1.20.1
v1.20.0: Merge pull request #2861 from lindig/CA-234876
CA 234876: make sure Xapi starts after system time is set, clean up startup
v1.13.0: Merge pull request #2826 from sharady/CA-220506-new
- Rationalize packaging formats for supplemental packs and hotfixes
- Mark PV-drivers-up-to-date as deprecated
- Mark VDI.parent as deprecated
- CA-220506: Update rbac role for SR.scan API call.
- CA-226028 support vm-start --force for memory limits under nested-virt
- CA-223505 detach a VM's network (PVS) when migrating away from a host
- CA-227721: init-script: flush to log on xapi start
- CA-220275: increase host evacuation timeout during host shutdown
- CA-224335 re-start agetty only when IP addr changes
- CA-226023 When using nested_virt, don't allow changing_dynamic_range op
v1.12.0: Merge pull request #2805 from euanh/fix-python-makefile
- CA-224975: PVS-cache: Handle cache VDIs on non-persistent SR
- CP-18521: Added new field reference_label to the VM class.
- CA-224327: Use
httpsconnection while callingimport/export_raw_vdito remote Host. - CA-224967: Don't remove proxy state from xenstore when OVS rules are removed
- Only update PVS_proxy.state if OVS rules are present
- CA-189725: support new systemd device naming
- CA-224331: Detect PV drivers => vif|vbd hotpluggable
- CA-217533: Make mark_host_as_dead idempotent
PVS and bugfixes. Some other stuff too, probably.
Merge pull request #2788 from mseri/create-gm-on-start-refactored Create VM guest metrics on VM start
v1.10.2
- CP-18860: Check memory range before VM.start when using nested virt
- CA-222760: Add default list of accepted ciphers into xapi
- CA-220610: Change host.get_vms_which_prevent_evacutation to return a map with unique keys
- CP-18919: Restrict use of VM.set_VCPUs_number_live
v1.10.1: Merge pull request #2776 from Frezzle/CA-220170
- CA-220170: Fix ha-network-peers CLI field showing hosts as "not in database"
- CA-182929: Raise an error if the storage backend type is unknown.
- CA-206623: Close the input end of the pipe when data feeding is complete
- CA-222060: Remove test for removed validation code
- CA-222060: Only validate VCPUs_max against cores_per_socket, not VCPUs_at_startup
- CA-122248: Avoid returning duplicate events in event.from
- CA-122248: Add a test to search for duplicate events in event.from
- Ignore memory and pif update for transient uuids
- CA-203433: Raise an appropriate API error when we can't SXM a suspend image
- CA-215175: Don't ever execute hooks when we only assume failures.
- CA-220506: Update rbac roles for network.attach_for_vm and network.detach_for_vm API calls.