From b7a231055f0b4e109707b97fc8e49a52f172a451 Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Thu, 8 Jun 2017 23:38:38 +0000 Subject: [PATCH] Release: 2.1.11 * Changes - kernel: Update kernel and image versions - pod: Support new CRI-O namespaces - CI: Perform basic checks on PR commits. - proxy/protocol: Add checks on header length and flags - Metrics: PSS for a transfer rate of 1Gb - Fix OBS variables - Docs: metrics: network: Clarify pre-process and running * Shortlog cc9e174 obs: fix patch automation updates for kernel. 7d538ba kernel: Update kernel version da039db pod_test: Add a pod namespace unit test 7799fdc pod: Support new CRI-O namespaces cc7ece4 CI: Perform basic checks on PR commits. e97073b proxy/protocol: Add checks on header length and flags 1589937 proxy: Add api to the list of packages to test 128d629 Metrics: PSS for a transfer rate of 1Gb 9d0bbb1 OBS: Update changelog used in OBS to package the runtime d9bb4dd build: Fix OBS variables in package helper scripts cdf5cf1 Docs: metrics: network: Clarify pre-process and running * Compatibility with Docker Clear Containers 2.1.11 is compatible with Docker v17.05.0-ce * OCI Runtime Specification Clear Containers 2.1.11 support the OCI Runtime Specification [1.0.0-rc5][ocispec] Fixes: #957 Signed-off-by: Jose Carlos Venegas Munoz --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a3c8189b..7b917ae4 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # AC_PREREQ([2.69]) -AC_INIT([cc-oci-runtime], [2.1.10]) +AC_INIT([cc-oci-runtime], [2.1.11]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign -Wall -Werror -Wno-portability silent-rules subdir-objects color-tests no-dist-gzip dist-xz]) AM_SILENT_RULES([yes])