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
missing "Signed-off-by" |
Changes: version: 19170 Changes in package clear-containers-agent (from 243e2aefa4f9ff5a1bd32967a213e8533dab54df-15 to 04fa18641b046dbcf10d13dcd0715e288bff41ce-16): Jose Carlos Venegas Munoz - version bump from 04fa18641b046dbcf10d13dcd0715e288bff41ce-15 to 04fa18641b046dbcf10d13dcd0715e288bff41ce-16 Jose Carlos Venegas Munoz - agent: New agent version 04fa18 https://download.clearlinux.org/releases/19170/clear/RELEASENOTES version: 19180 Changes in package iptables (from 1.6.1-21 to 1.6.1-22): Arjan van de Ven - version bump from 1.6.1-21 to 1.6.1-22 https://download.clearlinux.org/releases/19180/clear/RELEASENOTES version: 19200 Changes in package systemd (from 234-157 to 234-158): Arjan van de Ven - ship btrfs rule https://download.clearlinux.org/releases/19200/clear/RELEASENOTES version: 19340 Changes in package clear-containers-agent (from 04fa18641b046dbcf10d13dcd0715e288bff41ce-16 to b1d92e2aa14d915680e8fe770745a511857ac7ff-17): Jose Carlos Venegas Munoz - version bump from b1d92e2aa14d915680e8fe770745a511857ac7ff-16 to b1d92e2aa14d915680e8fe770745a511857ac7ff-17 Jose Carlos Venegas Munoz - New agent version: b1d92e2 https://download.clearlinux.org/releases/19340/clear/RELEASENOTES version: 19350 Changes in package clear-containers-agent (from 04fa18641b046dbcf10d13dcd0715e288bff41ce-16 to b1d92e2aa14d915680e8fe770745a511857ac7ff-17): Jose Carlos Venegas Munoz - version bump from b1d92e2aa14d915680e8fe770745a511857ac7ff-16 to b1d92e2aa14d915680e8fe770745a511857ac7ff-17 Jose Carlos Venegas Munoz - New agent version: b1d92e2 https://download.clearlinux.org/releases/19350/clear/RELEASENOTES Agent Changes: - agent: implement ps command - Remove redundant "if" check - mount: Do not mount sysfs as readonly Shortlog 300f661 agent: implement ps command 41debf2 Remove redundant "if" check 59239a7 mount: Do not mount sysfs as readonly Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
- config hypervisor - vendor: update virtcontainers - image: Version 19350 f8d3be3 versions: Update image to version 19350 006b591 hypervisor: add machine_accelerators option in config file 3583bca hypervisor: add bios option in configuration file a70358a vendor: update virtcontainers Fixes: clearcontainers#837 Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
7e964fb
to
0031a5e
Compare
@devimc Woops I modified the |
1 similar comment
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.
Release 3.0.9
Welcome to Clear Containers Release 3.0.9!
This week the runtime was updated to use a newer virtcontainers version. By updating virtcontainers we have the following changes:
cni: Fix bug while updating endpoints after scanning net namespace
cni: Fix bug while updating endpoints after scanning net namespace containers/virtcontainers#488
pod: Improve pod stop/delete sequence
Now the time it takes to delete the pod is reduced by not waiting anymore for the end of the VM. Now it relies on QMP shutdown instructions.
pod: Improve pod stop/delete sequence containers/virtcontainers#482
pod: Improve pod create performances
In order to optimize pod creation, this patch does not wait for the
VM after it has been started. Instead, it will wait for it during the
"start" stage.
pod: Improve pod create performances containers/virtcontainers#484
hypervisor: add hot plugging support for Qemu Q35
hypervisor: add hot plugging support for Qemu Q35 containers/virtcontainers#456
This release was added support for
custom machine accelerators and firmwares
virtcontainers
changes37dc3c6 cni: Assign the netpair for virtual endpoints after scan
8f846a2 cni: Fix bug while updating endpoints after scanning net namespace
6026603 qemu: Don't wait for the end of the VM
eeacf8b qemu: Fix disconnectCh issue and simplify it
711783f agent: hyperstart: Tear down properly the pod
d449ece api: Refactor RunPod()
c3663b2 pod: Run post-start hooks outside netns
b20ba87 pod: Improve pod create performances
42df5a6 hypervisor: add hot plugging support for Qemu Q35
Changes
Shortlog
f8d3be3 versions: Update image to version 19350
006b591 hypervisor: add machine_accelerators option in config file
3583bca hypervisor: add bios option in configuration file
a70358a vendor: update virtcontainers
Compatibility with Docker
Clear Containers 3.0.9 is compatible with Docker v17.09-ce
OCI Runtime Specification
Clear Containers 3.0.9 support the OCI Runtime Specification v1.0.0-rc5
Clear Linux Containers image
Clear Containers 3.0.9 requires at least Clear Linux containers image 19350
Clear Linux Containers Kernel
Clear Containers 3.0.9 requires at least Clear Linux Containers kernel v4.9.60-80.container
Installation
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
commandMore information Limitations