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

Release: 3.0.4 #742

Merged
merged 1 commit into from
Oct 18, 2017
Merged

Release: 3.0.4 #742

merged 1 commit into from
Oct 18, 2017

Conversation

jcvenegas
Copy link
Contributor

@jcvenegas jcvenegas commented Oct 18, 2017

Release 3.0.4

The script cc-collect-data.sh was improved by adding new patterns. Improved debug readability by adding showing container ID to the error messages. Updated the developers installation guide to show Debugging the kernel inside the hypervisor. Now the debug is configurable through configuration.toml. The cgroup directory path now is get from mountinfo instead of
using /sys/fs/cgroup/ this allows to run in some OS that maybe not use that path.

Changes

  • Collect script more patterns
  • oci: Add conatiner ID to error message
  • versions: Update artefacts and supported versions.
  • Update developers-clear-containers-install.md
  • oci: do not use specified cgroup dir path
  • docs: Update limititations page to mention support for VFIO.
  • vendor: Update virtcontainers vendoring
  • tests: fix format error in TestIsCgroupMounted
  • scripts: Add more problem patterns to collect script
  • Make debug configurable
  • vendor: update ciao and virtcontainers

Shortlog

5d36cee scripts: Broaden scope of some collection script patterns
eaf8aab scripts: Add more patterns to collection script
3ec4bda oci: Add conatiner ID to error message
9261266 versions: Update artefacts and supported versions.
8ab40ac Update developers-clear-containers-install.md
4bc4ef7 oci: do not use specified cgroup dir path
a8be4df docs: Update limitations page to mention support for VFIO.
7a83adb vendor: Update virtcontainers vendoring
6c35543 tests: fix format error in TestIsCgroupMounted
e890563 scripts: Add more problem patterns to collect script
2af8ee7 docs: Add a TOC to the README
b0ea522 docs: Add detail on enabling debug
3aa56df main: Remove "--debug" as it's now a config option
063aa25 config: Add ability to enable shim debug
111f337 tests: Change log level for logger tests to "info"
8734098 vendor: update virtcontainers
5a85b39 vendor: update ciao

Compatibility with Docker

Clear Containers 3.0.4 is compatible with Docker v17.09-ce

OCI Runtime Specification

Clear Containers 3.0.4 support the OCI Runtime Specification v1.0.0-rc5

Clear Linux Containers image

Clear Containers 3.0.4 requires at least Clear Linux containers image 18400

Clear Linux Containers Kernel

Clear Containers 3.0.4 requires at least Clear Linux Containers kernel v4.9.54-78.container

Installation

Issues & limitations

Networking

Adding networks dynamically

Resource management

docker run --cpus=

See issue #341 for more information.

docker run --kernel-memory=

See issue #388 for more information.

shm

cgroup constraints

Capabilities

See issue #51 for more information.

sysctl

tmpfs

Other

checkpoint and restore

docker stats

See issue #200 for more information.

runtime commands

ps command

See issue #95 for more information.

events command

See issue #379 for more information.

update command

See issue #380 for more information.

Networking

Support for joining an existing VM network

docker --net=host

docker run --link

Host resource sharing

docker --device

docker -v /dev/...

docker run --privileged

Other

Annotations

runtime commands

init command

spec command

More information Limitations

- Collect script more patterns
- oci: Add conatiner ID to error message
- versions: Update artefacts and supported versions.
- Update developers-clear-containers-install.md
- oci: do not use specified cgroup dir path
- docs: Update limititations page to mention support for VFIO.
- vendor: Update virtcontainers vendoring
- tests: fix format error in TestIsCgroupMounted
- scripts: Add more problem patterns to collect script
- Make debug configurable
- vendor: update ciao and virtcontainers

5d36cee scripts: Broaden scope of some collection script patterns
eaf8aab scripts: Add more patterns to collection script
3ec4bda oci: Add conatiner ID to error message
9261266 versions: Update artefacts and supported versions.
8ab40ac Update developers-clear-containers-install.md
4bc4ef7 oci: do not use specified cgroup dir path
a8be4df docs: Update limitations page to mention support for VFIO.
7a83adb vendor: Update virtcontainers vendoring
6c35543 tests: fix format error in TestIsCgroupMounted
e890563 scripts: Add more problem patterns to collect script
2af8ee7 docs: Add a TOC to the README
b0ea522 docs: Add detail on enabling debug
3aa56df main: Remove "--debug" as it's now a config option
063aa25 config: Add ability to enable shim debug
111f337 tests: Change log level for logger tests to "info"
8734098 vendor: update virtcontainers
5a85b39 vendor: update ciao

Fixes: clearcontainers#741

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
@clearcontainersbot
Copy link

kubernetes qa-passed 👍

@jcvenegas jcvenegas merged commit 28bd75d into clearcontainers:master Oct 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants