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

Releases: ciao-project/ciao

10: Changes since last release

28 Jun 23:26
Compare
Choose a tag to compare
---closed---
	Issue/PR #316: ssntp: Add smart default certificates finding
	URL: https://github.com/01org/ciao/pull/316

---Full Change Log---
	Merge pull request #324 from 01org/sameo/issue/323
	ciao-controller: All running instances status should be 'active'
	Merge pull request #321 from markdryan/master

9: Changes since last release

28 Jun 17:13
Compare
Choose a tag to compare
---merged---
	Issue/PR #319: 3rd party: Unvendor github.com/tylerb/graceful
	URL: https://github.com/01org/ciao/pull/319

	Issue/PR #310: ciao-controller: set proper http error return codes
	URL: https://github.com/01org/ciao/pull/310

	Issue/PR #317: testutil: Adapt singlevm setup script to new ciao-cli output
	URL: https://github.com/01org/ciao/pull/317

	Issue/PR #314: test-cases: Fix two bugs
	URL: https://github.com/01org/ciao/pull/314

	Issue/PR #312: ciao-cli: implement instance show -instance UUID
	URL: https://github.com/01org/ciao/pull/312

	Issue/PR #305: Remove github.com/docker/distribution/uuid dependency
	URL: https://github.com/01org/ciao/pull/305

	Issue/PR #313: release: Adapt for ciao-cli instance list change
	URL: https://github.com/01org/ciao/pull/313

	Issue/PR #311: ciao-scheduler: make ssntp testutil test diff-able
	URL: https://github.com/01org/ciao/pull/311

	Issue/PR #308: ciao-cli: reduce the output of ciao-cli instance list
	URL: https://github.com/01org/ciao/pull/308

---closed---
	Issue/PR #29: Networking - Docker Plugin - Data race on http server shutdown
	URL: https://github.com/01org/ciao/issues/29

	Issue/PR #319: 3rd party: Unvendor github.com/tylerb/graceful
	URL: https://github.com/01org/ciao/pull/319

	Issue/PR #221: networking: Get rid of graceful
	URL: https://github.com/01org/ciao/issues/221

	Issue/PR #261: ciao-launcher: allow hard-reset without configuration
	URL: https://github.com/01org/ciao/issues/261

	Issue/PR #234: Error values from compute API do not comply to spec
	URL: https://github.com/01org/ciao/issues/234

	Issue/PR #310: ciao-controller: set proper http error return codes
	URL: https://github.com/01org/ciao/pull/310

	Issue/PR #317: testutil: Adapt singlevm setup script to new ciao-cli output
	URL: https://github.com/01org/ciao/pull/317

	Issue/PR #307: test-cases can hang when packages are specified in a certain order
	URL: https://github.com/01org/ciao/issues/307

	Issue/PR #314: test-cases: Fix two bugs
	URL: https://github.com/01org/ciao/pull/314

	Issue/PR #295: Test-cases makes it hard to tell why a unit test fails
	URL: https://github.com/01org/ciao/issues/295

	Issue/PR #312: ciao-cli: implement instance show -instance UUID
	URL: https://github.com/01org/ciao/pull/312

	Issue/PR #309: Implement ciao-cli instance show [instance UUID]
	URL: https://github.com/01org/ciao/issues/309

	Issue/PR #305: Remove github.com/docker/distribution/uuid dependency
	URL: https://github.com/01org/ciao/pull/305

	Issue/PR #222: Get rid of distribution/uuid
	URL: https://github.com/01org/ciao/issues/222

	Issue/PR #313: release: Adapt for ciao-cli instance list change
	URL: https://github.com/01org/ciao/pull/313

	Issue/PR #311: ciao-scheduler: make ssntp testutil test diff-able
	URL: https://github.com/01org/ciao/pull/311

	Issue/PR #308: ciao-cli: reduce the output of ciao-cli instance list
	URL: https://github.com/01org/ciao/pull/308

---Full Change Log---
	Merge pull request #321 from markdryan/master
	ciao-launcher: refactor instance go routine code
	Merge pull request #319 from markdryan/master
	3rd party: Unvendor github.com/tylerb/graceful
	networking: Remove graceful HTTP server from the docker plugin
	Merge pull request #310 from leoswaldo/leoswaldo/topic/returncodes
	Merge pull request #317 from 01org/sameo/topic/singlevm
	testutil: Adapt singlevm setup script to new ciao-cli output
	Merge pull request #314 from markdryan/master
	Merge pull request #312 from albertomurillo/instance_list
	test-cases: Fix hang when computing the root package
	test-cases: Output logs of failed tests to stderr
	Merge pull request #305 from markdryan/master
	ssntp/uuid: Add a negative test case.
	ssntp/uuid: Document unit tests
	3rd-party: Unvendor github.com/docker/distribution/uuid
	3rd party: Switch to ciao's uuid generator
	travis: Enable ssntp/uuid unit tests.
	ssntp: uuid: Add uuid package
	Merge pull request #313 from 01org/sameo/topic/bat
	Merge pull request #311 from tpepper/unittests
	ciao-cli: implement instance show -instance UUID
	release: Adapt for ciao-cli instance list change
	Merge pull request #308 from albertomurillo/instance_list
	ciao-cli: reduce the output of ciao-cli instance list
	ciao-controller: set proper http return codes for trace entity calls
	ciao-controller: set proper http return codes for CNCI entity calls
	ciao-controller: set proper http return codes for events entity calls
	ciao-controller: set proper http return codes for node entity calls
	ciao-controller: set proper http return codes for tenant entity calls
	ciao-controller: set proper http return codes for flavor entity calls
	ciao-controller: set proper http return codes for server entity calls
	ciao-scheduler: make ssntp testutil test diff-able
	Merge pull request #294 from leoswaldo/leoswaldo/topic/returncodes

8: Changes since last release

22 Jun 23:20
Compare
Choose a tag to compare
---closed---
	Issue/PR #269: Change the booted instances status string from 'running' to 'active'
	URL: https://github.com/01org/ciao/issues/269

	Issue/PR #298: Unittests: use testutil in ciao-scheduler's testing
	URL: https://github.com/01org/ciao/pull/298

---merged---
	Issue/PR #298: Unittests: use testutil in ciao-scheduler's testing
	URL: https://github.com/01org/ciao/pull/298

---Full Change Log---
	Merge pull request #294 from leoswaldo/leoswaldo/topic/returncodes
	ciao-controller: Add proper http return codes to showServerDetails
	Merge pull request #298 from tpepper/unittests
	testutil: add README.md
	testutil: use standard NetAgentUUID in client-server test
	ciao-scheduler: increase coverage with ssntp flows from testutil
	testutil: add a Ready payload generator
	testutil: bugfixing in client server test
	testutil: use testing's Short() and Skip() in timeout tests
	testutil: add StatusNotify coverage
	testutil: add ssntp.Status test Result channels
	testutil: clarify channel comments
	ciao-scheduler: forward delete failures to controller
	Merge pull request #297 from markdryan/master

7: Changes since last release

21 Jun 23:23
Compare
Choose a tag to compare
---closed---
	Issue/PR #289: go run ciao-vendor/ciao-vendor.go uses -d panics
	URL: https://github.com/01org/ciao/issues/289

	Issue/PR #89: ciao-vendor unvendor
	URL: https://github.com/01org/ciao/issues/89

	Issue/PR #69: Add command to vendor a new dependency
	URL: https://github.com/01org/ciao/issues/69

	Issue/PR #70: Add revendor command
	URL: https://github.com/01org/ciao/issues/70

	Issue/PR #291: ciao-vendor: Add vendornew, revendor, unvendor
	URL: https://github.com/01org/ciao/pull/291

	Issue/PR #265: release: Add ciao BAT tests
	URL: https://github.com/01org/ciao/pull/265

	Issue/PR #293: ciao-controller: Return a meaningful error when workload does not exist
	URL: https://github.com/01org/ciao/pull/293

	Issue/PR #292: ciao-controller: launching an instance with a non existent workload fails with a non meaningful error.
	URL: https://github.com/01org/ciao/issues/292

	Issue/PR #209: CIAO - API: /v2.1/{tenant_id}/servers  returning wrong format
	URL: https://github.com/01org/ciao/issues/209

---merged---
	Issue/PR #291: ciao-vendor: Add vendornew, revendor, unvendor
	URL: https://github.com/01org/ciao/pull/291

	Issue/PR #265: release: Add ciao BAT tests
	URL: https://github.com/01org/ciao/pull/265

	Issue/PR #293: ciao-controller: Return a meaningful error when workload does not exist
	URL: https://github.com/01org/ciao/pull/293

---Full Change Log---
	Merge pull request #297 from markdryan/master
	test-cases: Don't treat SKIP as an error
	Merge pull request #291 from markdryan/master
	Merge pull request #265 from 01org/topic/kaccardi/release
	Merge pull request #293 from albertomurillo/workload
	ciao-controller: Return a meaningful error when workload does not exist.
	Merge pull request #284 from leoswaldo/master

6: Changes since last release

20 Jun 23:22
Compare
Choose a tag to compare
---Full Change Log---
	Merge pull request #284 from leoswaldo/master
	Prevent negative values as number of instances
	Add compatibility for Compute API /v2.1/{tenant_id}/servers POST
	Merge pull request #288 from tpepper/unittests

5: Changes since last release

20 Jun 18:29
Compare
Choose a tag to compare
---closed---
	Issue/PR #285: ciao-launcher: Cluster config update for ciao-server-launcher
	URL: https://github.com/01org/ciao/pull/285

	Issue/PR #283: ciao-launcher-server needs to be updated to work with new configuration framework
	URL: https://github.com/01org/ciao/issues/283

	Issue/PR #272: CNCI cannot be started on machines with vir* bridges
	URL: https://github.com/01org/ciao/issues/272

	Issue/PR #270: documentation: cluster config doc needs updated for ciao-cli subcommands
	URL: https://github.com/01org/ciao/issues/270

	Issue/PR #274: documentation: cluster config doc needs updated for configuration changes
	URL: https://github.com/01org/ciao/issues/274

	Issue/PR #202: Add test command to ciao-vendor
	URL: https://github.com/01org/ciao/issues/202

	Issue/PR #266: ciao-vendor: Add test command
	URL: https://github.com/01org/ciao/pull/266

---merged---
	Issue/PR #285: ciao-launcher: Cluster config update for ciao-server-launcher
	URL: https://github.com/01org/ciao/pull/285

	Issue/PR #266: ciao-vendor: Add test command
	URL: https://github.com/01org/ciao/pull/266

---Full Change Log---
	Merge pull request #288 from tpepper/unittests
	Merge pull request #285 from markdryan/master
	ciao-controller: fixup startfailure test
	testutil: remove agent EventNotify() and ErrorNotify() body
	testutil: some additional agent and controller error path testing
	testutil: add channel test coverage
	testutil: command failure coverage
	testutil: use channel helpers
	testutil: stub comment in all command/event/error cases
	testutil: add error channels
	testutil: rename CmdResult to simply Result
	ciao-launcher: Cluster config update for ciao-server-launcher
	Merge pull request #266 from markdryan/master

4: Changes since last release

17 Jun 23:20
Compare
Choose a tag to compare
---Full Change Log---
	Merge pull request #266 from markdryan/master

3: Changes since last release

16 Jun 23:20
Compare
Choose a tag to compare
---closed---
	Issue/PR #281: travis: get annotated tag from root
	URL: https://github.com/01org/ciao/pull/281

	Issue/PR #273: networking: exclude kvm bridges as network interfaces
	URL: https://github.com/01org/ciao/pull/273

	Issue/PR #124: ciao: Implement Single Machine/VM Developer Setup - Bare Metal
	URL: https://github.com/01org/ciao/issues/124

	Issue/PR #271: Single VM Dev: Fix race condition in image download
	URL: https://github.com/01org/ciao/pull/271

	Issue/PR #27: Networking - cn api - support macvtap bridge mode
	URL: https://github.com/01org/ciao/issues/27

	Issue/PR #263: Networking: Bridge Mode Support and Improved auto configuration
	URL: https://github.com/01org/ciao/pull/263

	Issue/PR #236: ciao-cnci-agent: Obtain the scheduler IP from SSNTP certificate
	URL: https://github.com/01org/ciao/issues/236

	Issue/PR #264: misspell: trivial typo fix
	URL: https://github.com/01org/ciao/pull/264

---merged---
	Issue/PR #281: travis: get annotated tag from root
	URL: https://github.com/01org/ciao/pull/281

	Issue/PR #273: networking: exclude kvm bridges as network interfaces
	URL: https://github.com/01org/ciao/pull/273

	Issue/PR #271: Single VM Dev: Fix race condition in image download
	URL: https://github.com/01org/ciao/pull/271

	Issue/PR #263: Networking: Bridge Mode Support and Improved auto configuration
	URL: https://github.com/01org/ciao/pull/263

	Issue/PR #264: misspell: trivial typo fix
	URL: https://github.com/01org/ciao/pull/264

---Full Change Log---
	Merge pull request #266 from markdryan/master
	Merge pull request #281 from 01org/kaccardi/topic/travis-deploy
	Merge pull request #273 from mcastelino/topic/fixkvmbridge
	travis: get annotated tag from root
	networking: exclude kvm bridges as network interfaces
	Merge pull request #271 from mcastelino/topic/fixcleardownload
	Single VM Dev: Fix race condition in image download
	Merge pull request #263 from mcastelino/topic/bridgemode
	vendoring: auto update network dependencies
	ciao-vendor: Add -s option to test
	ciao-vendor: Add test commmand
	Merge pull request #264 from tpepper/mispel
	misspell: trivial typo fix
	ssntp: fix spelling error
	Merge pull request #262 from 01org/kaccardi/topic/deploy-ciao

2: Changes since last release

15 Jun 23:27
Compare
Choose a tag to compare

Changes since last release

---closed---
Issue/PR #260: ciao-launcher: support hard-reset without configuration
URL: #260

Issue/PR #259: travis: add before_deploy and deploy steps
URL: https://github.com/01org/ciao/pull/259

Issue/PR #140: Networking: BUG: TestCNContainer_Base
URL: https://github.com/01org/ciao/issues/140

Issue/PR #91: Upgrade to docker 1.11.1
URL: https://github.com/01org/ciao/issues/91

Issue/PR #125: ciao: Single VM Developer Setup
URL: https://github.com/01org/ciao/issues/125

Issue/PR #233: Single VM Dev Env: Reduce CNCI resources
URL: https://github.com/01org/ciao/issues/233

---merged---
Issue/PR #259: travis: add before_deploy and deploy steps
URL: #259

---Full Change Log---
Merge pull request #262 from 01org/kaccardi/topic/deploy-ciao
travis: use absolute path for release notes location
Merge pull request #259 from 01org/kaccardi/topic/deploy-ciao
travis: add before_deploy and deploy steps
Merge pull request #257 from markdryan/master

1: Changes since last release

15 Jun 18:59
Compare
Choose a tag to compare