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

Releases: clearcontainers/proxy

Release 3.0.3

18 Oct 19:03
Compare
Choose a tag to compare

Release 3.0.2

04 Oct 22:40
Compare
Choose a tag to compare

Changes

  • logging: Use nanosecond timestamps
  • readme: Update build badges
  • Make all log entries parseable

Shortlog

b43cbce logging: Use nanosecond timestamps
db0cae7 readme: Update build badges
ac457b2 logging: Fix logging of hex messages
0975081 logging: Ensure correct quoting of message data

Release 3.0.1

27 Sep 22:09
Compare
Choose a tag to compare

Release 3.0.1

Summary

  • cc-check sub-command now run all the tests to do a extensive check of possible limitations to run Clear Containers.
  • The runtime code coverage was was increased.
  • The developers documentation now describe how to build a kernel for Clear Containers.

Release 3.0.0

20 Sep 16:14
Compare
Choose a tag to compare

Release 3.0.0

Changes

Shortlog

5616d19 .ci: Remove Travis and add unit testing and coveralls to Jenkins
94dde7b proxy: Add a getSocketPath() unit test
ad966fc ksm: Add a startKSM unit test
5c67ab9 doc: Document the KSM tuning process
14f150b ksm: Add ksm.throttle() unit test
f2e580b ksm: Return back to the initial settings when inactive
f2b0791 ksm: Track throttling state
2891964 ksm: Rename ksmSettingKnob
d46d453 ksm: ksm.tune() unit test
12122cb ksm: ksm.kick() unit test
076c427 ksm: ksm.restore() unit test
78c6fef ksm: ksm.init() unit test
acb9eab ksm: Add KSM availability unit test
ab32690 ksm: Add sysfs API unit tests
a1a85bf ksm: Basic throttling implementation
f5127af ksm: Compute number of pages to scan
da84d66 ksm: KSM initial support
833d25c docs: Replace all references of hyperstart with agent.
6f87cb0 docs: Create CODE_OF_CONDUCT.md
6cddc87 docs: document proxy protocol using sequence diagram

Compatibility with Docker

Clear Containers 3.0.0 is compatible with Docker v17.06-ce

OCI Runtime Specification

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

Clear Linux Containers image

Clear Containers 3.0.0 requires at least Clear Linux containers image 17270

Clear Linux Containers Kernel

Clear Containers 3.0.0 requires at least Clear Linux Containers kernel v4.9.47-77.container

Installation