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

# Kata Containers 1.1.0 #273

Merged
merged 1 commit into from
Jul 2, 2018

Conversation

jcvenegas
Copy link
Member

  • 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

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

@codecov
Copy link

codecov bot commented Jun 28, 2018

Codecov Report

Merging #273 into master will increase coverage by 0.13%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #273      +/-   ##
==========================================
+ Coverage   43.25%   43.39%   +0.13%     
==========================================
  Files          14       14              
  Lines        2240     2240              
==========================================
+ Hits          969      972       +3     
+ Misses       1140     1136       -4     
- Partials      131      132       +1
Impacted Files Coverage Δ
channel.go 46.22% <0%> (+2.83%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 994ac9c...7fe2eba. Read the comment docs.

@jcvenegas jcvenegas force-pushed the 1.1.0-branch-bump branch 6 times, most recently from cec3565 to da3c29b Compare June 29, 2018 06:50
- 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 <jose.carlos.venegas.munoz@intel.com>
@devimc
Copy link

devimc commented Jul 2, 2018

lgtm

Approved with PullApprove

@devimc devimc merged commit 7b458b1 into kata-containers:master Jul 2, 2018
@jcvenegas jcvenegas deleted the 1.1.0-branch-bump branch January 29, 2019 21:37
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.

None yet

4 participants