Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

36: Changes since last release

Compare
Choose a tag to compare
@kaccardi kaccardi released this 09 Sep 23:17
· 1984 commits to master since this release
---closed---
	Issue/PR #519: ciao-launcher: Support volume attach on start
	URL: https://github.com/01org/ciao/pull/519

	Issue/PR #545: qemu: Use null QMP logger when the logger parameter is nil
	URL: https://github.com/01org/ciao/pull/545

	Issue/PR #542: ciao-cli: Support specifying CA file in environment or command line
	URL: https://github.com/01org/ciao/pull/542

	Issue/PR #180: Pass the needed CA to ciao-cli
	URL: https://github.com/01org/ciao/issues/180

	Issue/PR #509: ciao-launcher: Fix docker dependency in ubuntu
	URL: https://github.com/01org/ciao/pull/509

	Issue/PR #508: osprepare: installs wrong package in ubuntu
	URL: https://github.com/01org/ciao/issues/508

	Issue/PR #530: ciao-image: Fix image upload operation
	URL: https://github.com/01org/ciao/pull/530

	Issue/PR #534: storage: implement ceph block delete
	URL: https://github.com/01org/ciao/pull/534

	Issue/PR #522: Single VM Dev: Perform Cleanup and shutdown of all ciao daemons
	URL: https://github.com/01org/ciao/issues/522

---merged---
	Issue/PR #519: ciao-launcher: Support volume attach on start
	URL: https://github.com/01org/ciao/pull/519

	Issue/PR #545: qemu: Use null QMP logger when the logger parameter is nil
	URL: https://github.com/01org/ciao/pull/545

	Issue/PR #542: ciao-cli: Support specifying CA file in environment or command line
	URL: https://github.com/01org/ciao/pull/542

	Issue/PR #509: ciao-launcher: Fix docker dependency in ubuntu
	URL: https://github.com/01org/ciao/pull/509

	Issue/PR #530: ciao-image: Fix image upload operation
	URL: https://github.com/01org/ciao/pull/530

	Issue/PR #534: storage: implement ceph block delete
	URL: https://github.com/01org/ciao/pull/534

---Full Change Log---
	Merge pull request #546 from markdryan/master
	Travis: Enable qemu tests in travis
	Merge pull request #519 from markdryan/master
	Merge pull request #545 from 01org/sameo/topic/qemu
	Merge pull request #542 from rbradford/cli-ca-file
	qemu: Use null QMP logger when the logger parameter is nil
	Merge pull request #509 from albertomurillo/albertom/docker
	ciao-launcher: Split parseStartPayload
	ciao-launcher: Attach volume on boot.
	ciao-storage: Renamed poorly named parameter.
	ciao-cli: Support specifying CA file in environment or command line
	ciao-launcher: Fix docker dependency in ubuntu
	Merge pull request #530 from obedmr/ciao-image
	Merge pull request #534 from tpepper/storage
	ciao-image: Rename CreateImageResponse to DefaultResponse
	ciao-image: Fix image upload operation
	storage: use cmd.Run() instead of CombinedOutput()
	storage: implement ceph block delete
	Merge pull request #535 from albertomurillo/storage