From fd91014cf6807318cfbf5e1dedcb241f8a7556bf Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Thu, 31 Aug 2017 13:28:08 -0500 Subject: [PATCH 1/2] Release: 3.0.0-beta.2 New release beta version. * Changes - tests: increase run.go code coverage - tests: increase code coverage in console.go - tests: Only re-run unit-tests if not initially running as root - scripts: Move release_notes.sh to scripts - Update dev install guide - Unit tests for exec.go - .ci: Fix runtime CI scripts to work with Jenkins - tests: Increase unit-test coverage on create.go - tests: Run unit tests as root and non-root. - tests: Increase oci.go unit-test coverage - vendor: Update virtcontainers vendoring for updated StatusToOCIState - Make run tests use cached bundle - tests: add unit tests for state.go - pause: Implement full unit test coverage - kill: Implement full unit test coverage - tests: add unit tests for run.go - tests: Add tests for delete using mock framework - tests: Increase unit-test coverage for list.go - tests: Stop bundle creation timing out tests - tests: Add unit tests for start.go - Increase create test coverage - tests: Rework OCI helper functions - config: Add comment about ncpus >0 <=255 - state: Apply indentation to the state output. - tests: Add helper functions - test: add unit test for console Read and Write - test: add unit test for isCgroupMounted function - tests: switchable virtcontainers implementation - vendor: Update virtcontainers vendoring for vcMock - cc-check: warn if unrestricted_guest unavailable under hypervisor - build: rebuild if git HEAD changed - vendor: Update virtcontainers vendoring - Docs: Add how to get agent debug logs. - pause: Rewrite pause binary in go. - docs: Remove references to alpha version - docs: Update instruction to download compressed kernel - docs : Automate release notes Fixes: #503 Signed-off-by: Jose Carlos Venegas Munoz --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 1941d528..9d4f60fa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0-beta.1 +3.0.0-beta.2 From 1b062ef0165e3d7df520df2af5d57f02b4849f1a Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Thu, 31 Aug 2017 13:39:18 -0500 Subject: [PATCH 2/2] versions: Update kernel version The kernel was updated in packaing and linux repositories but not in runitme. Signed-off-by: Jose Carlos Venegas Munoz --- versions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.txt b/versions.txt index 5ea8de62..5610a3ff 100644 --- a/versions.txt +++ b/versions.txt @@ -2,7 +2,7 @@ cc_agent_version=0fca1509afbaa18c5a0ddf213f2e377c7b87dcc7 #Clear Containers image from https://download.clearlinux.org/releases/ clear_vm_image_version=16910 #Kernel configuration and patches from https://github.com/clearcontainers/linux -clear_container_kernel=cc-linux-4.9.35 +clear_container_kernel=v4.9.35-76.container #Docker suported version: docker_version=v17.06-ce #Supported OCI spec: https://github.com/opencontainers/runtime-spec/releases