This repository has been archived by the owner on May 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You might need to massage this bit FIXME - massage this section by hand to produce a summary please in the PR :-) |
One other thing - the PR shows the shortlog and description, but there is nothing in the commit? |
- config: Clean up hypervisor debug comments - build: Set systemd unit name based on project - build: Check ".git" is a directory before hook install - build: Only install git hooks in a git clone - docs: SR-IOV: Document using lspci to check SR-IOV caps - installation: RHEL installation script for cc-runtime. - vendor: Revendor virtcontainers to include Kata Containers support - build: Add basic architecture framework - CI: Don't require an issue for release PRs - scripts: Add missing distros to release script 512cd59 config: Clean up hypervisor debug comments 9be4882 build: Set systemd unit name based on project c533374 build: Check ".git" is a directory before hook install ec227a4 build: Only install git hooks in a git clone ac6bb96 docs: SR-IOV: Document using lspci to check SR-IOV caps f775e99 installation: RHEL installation script for cc-runtime. 297cdda vendor: Revendor virtcontainers to include Kata Containers support 9ee2307 build: Add basic architecture framework 794fef7 CI: Don't require an issue for release PRs 93694e6 scripts: Add missing distros to release script Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
3bf5973
to
b45d46c
Compare
@grahamwhaley Yeah after make_ bump.sh do a PR I still need to add the summary manually. |
@jodh-intel updated, I will add to make_bump.sh to add a shortlog to the commit message. |
heh - np - I wonder if you can get make_bump to do the commit locally and drop you into a |
kubernetes qa-passed 👍 |
Failed ubuntu 17.10 , restarting ...
https://github.com/clearcontainers/tests/blob/master/integration/docker/attach_test.go#L47 |
kubernetes qa-passed 👍 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Welcome to Clear Container release 3.0.15!
For this release the virtcontainers package was updated and now the runtime provides initial support for the Kata Containers shim, proxy and agent components. With that new code included cc-runtime can be used to create, start, run and list containers with the Kata components.
The documentation was improved by adding information about how to check if your NIC hardware actually supports SR-IOV. Also, the runtime conifguration file describe better the
hypervisor debug option
.Shortlog
512cd59 config: Clean up hypervisor debug comments
9be4882 build: Set systemd unit name based on project
c533374 build: Check ".git" is a directory before hook install
ec227a4 build: Only install git hooks in a git clone
ac6bb96 docs: SR-IOV: Document using lspci to check SR-IOV caps
f775e99 installation: RHEL installation script for cc-runtime.
297cdda vendor: Revendor virtcontainers to include Kata Containers support
9ee2307 build: Add basic architecture framework
794fef7 CI: Don't require an issue for release PRs
93694e6 scripts: Add missing distros to release script
Compatibility with Docker
Clear Containers 3.0.15 is compatible with Docker v17.12-ce
OCI Runtime Specification
Clear Containers 3.0.15 support the OCI Runtime Specification v1.0.0-rc5
Clear Linux Containers image
Clear Containers 3.0.15 requires at least Clear Linux containers image 19350
Clear Linux Containers Kernel
Clear Containers 3.0.15 requires at least Clear Linux Containers kernel v4.9.60-83.container
Installation
BC-Linux
Centos
Clear Linux
Fedora
SLES
Ubuntu
Developers
Issues & limitations
Docker swarm support
See issue #771 for more
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
commandSee issue #95 for more information.
events
commandSee issue #379 for more information.
update
commandSee 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
commandspec
commandHost
rdmsr
warningsMore information Limitations