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

82: Changes since last release

Compare
Choose a tag to compare
@kaccardi kaccardi released this 07 Jan 00:28
· 1287 commits to master since this release
---closed---
	Issue/PR #994: Copied volumes and those created from images have zero size
	URL: https://github.com/01org/ciao/issues/994

	Issue/PR #995: Populate volume size
	URL: https://github.com/01org/ciao/pull/995

	Issue/PR #993: ciao-down: Update connect and status to handle booting VMs
	URL: https://github.com/01org/ciao/pull/993

	Issue/PR #956: ciao-down start should block until the VM has booted
	URL: https://github.com/01org/ciao/issues/956

	Issue/PR #992: vendor: yaml: Update gopkg.in/yaml.v2 to a5b47d3
	URL: https://github.com/01org/ciao/pull/992

	Issue/PR #983: Minor datastore/database cleanups
	URL: https://github.com/01org/ciao/pull/983

	Issue/PR #986: ciao-launcher: Add more docker unit tests
	URL: https://github.com/01org/ciao/pull/986

---merged---
	Issue/PR #995: Populate volume size
	URL: https://github.com/01org/ciao/pull/995

	Issue/PR #993: ciao-down: Update connect and status to handle booting VMs
	URL: https://github.com/01org/ciao/pull/993

	Issue/PR #992: vendor: yaml: Update gopkg.in/yaml.v2 to a5b47d3
	URL: https://github.com/01org/ciao/pull/992

	Issue/PR #983: Minor datastore/database cleanups
	URL: https://github.com/01org/ciao/pull/983

---Full Change Log---
	Merge pull request #962 from albertomurillo/launcher
	Merge pull request #995 from rbradford/populate-volume-size
	ciao-controller: Remove duplicated size from BlockData
	ciao-storage: Populate BlockDevice.Size in the noop backend
	ciao-storage: Populate BlockDevice with volume size
	Merge pull request #993 from markdryan/fix-956
	Merge pull request #992 from markdryan/update-yaml
	ciao-down: Update connect and status to handle booting VMs
	vendor: yaml: Update gopkg.in/yaml.v2 to a5b47d3
	Merge pull request #983 from rbradford/datastore-cleanup
	Merge pull request #986 from markdryan/fix-1