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

Commit

Permalink
release: Kata Containers 1.1.0
Browse files Browse the repository at this point in the history
- namespace: do not create path using rand.
- travis: Enable travis ci for ppc64le
- logging: Fix handling of non-string fields when PID 1
- CI: update static-checks.sh in .ci/lib.sh
- agent: honour CPU constraints when agent is the init process
- mount: Remove redundant mkdir
- network: Setup localhost when running as init
- agent: update container cpuset cgroup parents
- Fix update cpus - cpuset
- agent: Add support for ephemeral volumes
- namespace: Share pid namespace of containers
- grpc: signal frozen containers
- Get cgroup mounts info from /proc/cgroups
- namespaces: Create persistent UTS and IPC namespaces
- grpc: implement pause and resume commands

4ef4971 travis: Enable travis ci for ppc64le
57bf4e6 namespace: do not create path using rand.
a589bdb CI: update static-checks.sh in travis.yml
1372df2 logging: Fix handling of non-string fields when PID 1
4018add agent: honour CPU constraints when agent is the init process
1cff660 mount: Remove redundant mkdir
cc74b5d network: Setup localhost when running as init
dc06ec7 network: Add extra sanity checks
b580ae7 network: Check all function parameters
ee106e9 main: Exit(1) on error
5bf3909 network: Reduce cyclomatic complexity
cdf9bce namespace: Simplify code
0d7f36f agent: update container cpuset cgroup parents
4cf1809 agent: update container cpuset cgroup before setting the new configuration
d70e5bb agent: don't modify container's config
a30395a grpc: signal frozen containers
08674c0 agent: Add support for ephemeral volumes
c517125 ci: Refactor to pass metalinter checks
ad9c33d tests: Modify tests to take into account if pid ns needs to be shared
e334596 namespace: Share pid namespace of containers
1e72fbb agent: Get cgroup mounts info from /proc/cgroups
ab6c4ff namespaces: Create persistent UTS and IPC namespaces
75c6fc0 grpc: implement pause and resume commands

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
  • Loading branch information
jcvenegas committed Jul 2, 2018
1 parent 994ac9c commit 7fe2eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0

0 comments on commit 7fe2eba

Please sign in to comment.