Skip to content
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.

Commit

Permalink
Release: 2.1.11
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
jcvenegas committed Jun 9, 2017
1 parent b2faaea commit b7a2310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit b7a2310

Please sign in to comment.