Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

# Kata Containers 2.5.0-alpha2 #4384

Merged
merged 1 commit into from Jun 8, 2022

Conversation

snir911
Copy link
Member

@snir911 snir911 commented Jun 2, 2022

  • docs: Update storage documentation link
  • rustjail: get home dir using nix crate
  • runk: Support list sub-command
  • docs: Update vGPU use-case
  • runtime: ignore ESRCH error from stop container
  • docs: Update configuration reference for snap documentation
  • workflows: add workflow_dispatch triggering to test-kata-deploy
  • snap: Use helper script and cleanup
  • feature: add ability to interact with IPTables within the guest
  • agent: return mount file content if parse mountinfo failed
  • docs: Update Intel QAT documentation links
  • osbuilder: add iptables package
  • runk: Return error when tty is used without console socket
  • runk: Add Podman guide in README
  • agent: Pass standard I/O to container launched by runk
  • agent, runk: Enable test for the agent built with standard-oci-runtime feature
  • runk: Handle rootfs path in config.json properly
  • Update containerd docs
  • clh: Update to v24.0
  • snap: Build and package rust version of virtiofsd
  • runk: merge oci-kata-agent into runk
  • virtiofsd: static build virtiofsd from rust code for non-x86
  • Fix issues with direct-volume stats feature
  • runtime: fix incorrect Action function for direct-volume stats
  • runtime: Adding the correct detection of mediated PCIe devices
  • runtime: remove duplicate 'types' import
  • runtime: sync docstrings with function names
  • qemu: allow using legacy serial device for the console
  • docs: Remove clear containers reference in README
  • runtime: do not check for EOF error in console watcher
  • kernel: Remove nemu.conf from packaging
  • tools: delete unused param from get_from_kata_deps callers
  • agent: Fix is_signal_handled failing parsing str to u64
  • Improve Go unit test script
  • packaging: Add kernel config option for SGX in Gramine
  • ci: Don't run Docs URL Alive Check workflow on forks
  • tools: Add QEMU patches for SGX numa support
  • docs: Update runc containerd runtime
  • Build and distribute the rust version of virtiofsd
  • doc: Update log parser link
  • Move the kata-log-parser from the tests repo
  • versions: Upgrade to Cloud Hypervisor v23.1
  • agent: Add a macro to skip a loop easier
  • runk: use custom Kill command to support --all option
  • agent: add test coverage for functions find_process and online_resources

fe3c1d9 docs: Update storage documentation link
9d27c1f agent: ignore ESRCH error when destroying containers
9726f56 runtime: force stop container after the container process exits
168f325 docs: Update configuration reference for snap documentation
38a3188 runk: Support list sub-command
b9fc24f docs: update release process github token instructions
c1476a1 docs: update release process with latest workflow triggering
002f2cd snap: Use helper script and cleanup
2e04833 docs: Update Intel QAT documentation links
8b57bf9 workflows: add workflow_dispatch triggering to test-kata-deploy
6d0ff90 docs: Update vGPU use-case
9b108d9 docs: Improve snap formatting
894f661 docs: Add warning to snap build
d759f6c snap: Fix CH architecture check
5903815 agent: Pass standard I/O to container launched by runk
af2ef3f agent-ctl: introduce handle for iptables get/set
65f0cef kata-runtime: add iptables CLI to test http endpoint
3201ad0 shim-client: ensure we check resp status for Put/Post
0706fb2 kata-runtime: shmgmt: make url usage consistent
2a09378 shim-client: add support for DoPut
640173c shim-mgmt: Add endpoint handler for interacting with iptables
0136be2 virtcontainers: plumb iptable set/get from sandbox to agent
bd50d46 agent: iptables: get/set handling for iptables
7c4049a osbuilder: add iptables package
03176a9 proto: update generated code based on proto update
38ebbc7 proto: update to add set/get iptables
78d45b4 agent: return mount file content if parse mountinfo failed
c7b3941 runk: Enable test for the agent built with standard-oci-runtime feature
6dbce7c agent: Remove unused import in console test
6ecea84 rustjail: get home dir using nix crate
648b8d0 runk: Return error when tty is used without console socket
5205efd runk: Add Podman guide in README
d862ca0 runk: Handle rootfs path in config.json properly
5659180 docs: Improve snap build instructions
cb2b309 snap: Build using destructive mode
60823ab docs: Move snap README
fff8328 clh: Update to v24.0
4936174 snap: Build and package rust version of virtiofsd
27d903b snap: Put the yq binary in the staging bin directory
d7b4ce0 snap: Remove unused variable
43de544 snap: Fix unbound variable error
c9b2915 snap: Fix whitespace
122a85e agent: remove bin oci-kata-agent
35619b4 runk: merge oci-kata-agent into runk
10c13d7 qemu: remove virtiofsd option in qemu config
d20bc5a virtiofsd: build rust based virtiofsd from source for non-x86_64
c95ba63 docs: Remove information related to Kata 1.x
34b8038 docs: Get rid of note related to networking.
dfad572 docs: Mention --cni flag while invoking ctr
8e7c597 agent: fix direct-assigned volume stats
4428cea runtime: direct-volume stats use correct name
ffdc065 runtime: direct-volume stats update to use GET parameter
f295953 runtime: fix incorrect Action function for direct-volume stats
7a5ccd1 runtime: sync docstrings with function names
ce2e521 runtime: remove duplicate 'types' import
834f93c docs: fix annotations example
f4994e4 runtime: allow annotation configuration to use_legacy_serial
24a2b0f docs: Remove clear containers reference in README
abad33e kernel: Remove nemu.conf from packaging
e87eb13 tools: delete unused param from get_from_kata_deps callers
8052fe6 runtime: do not check for EOF error in console watcher
c67b9d2 qemu: allow using legacy serial device for the console
44814dc qemu: treat console kernel params within appendConsole
4f586d2 packaging: Add kernel config option for SGX in Gramine
4b437d9 agent: Fix is_signal_handled failing parsing str to u64
88fb9b7 docs: Update runc containerd runtime
d1f2852 tools: Stop building virtiofsd with qemu (for x86_64)
c39852e runtime: Use ${LIBEXEC}/virtiofsd as the default virtiofsd path
b4b9068 tools: Add QEMU patches for SGX numa support
a475956 workflows: Add support for building virtiofsd
71f59f3 local-build: Add support for building virtiofsd
c7ac55b dockerbuild: Install unzip
8e2042d tools: add script to pull virtiofsd
dbedea5 versions: Add virtiofsd entry
e73b70b runtime: Don't run unit tests verbose by default
f24a6e7 runtime: Consolidate flags setting in unit tests script
cf465fe runtime: Don't change test behaviour based on $CI or $KATA_DEV_MODE
34c4ac5 runtime: Remove redundant subcommands from go-test.sh
0aff5aa runtime: Simplify package listing in go-test.sh
557c4cf runtime: Don't chmod coverage files in Go tests
04c8b52 runtime: Remove HTML coverage option from go-test.sh
7f7691442 runtime: Add coverage.txt.tmp to gitignore
13c2577 runtime: Move go testing script locally
4210646 doc: Update log parser link
271933f log-parser: fix some of the documentation
c7dacb1 log-parser: move the kata-log-parser from the tests repo
82ea018 versions: Upgrade to Cloud Hypervisor v23.1
2a1d394 runtime: Adding the correct detection of mediated PCIe devices
7bc4ab6 ci: Don't run Docs URL Alive Check workflow on forks
475e3bf agent: add test coverage for functions find_process and online_resources
383be22 agent: Add a macro to skip a loop easier
97d7b18 runk: use custom Kill command to support --all option

@katacontainersbot katacontainersbot added the size/tiny Smallest and simplest task label Jun 2, 2022
@snir911
Copy link
Member Author

snir911 commented Jun 2, 2022

/test

@snir911
Copy link
Member Author

snir911 commented Jun 2, 2022

@snir911 snir911 self-assigned this Jun 2, 2022
Copy link
Member

@fidencio fidencio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks @snir911!

@snir911 snir911 added the do-not-merge PR has problems or depends on another label Jun 2, 2022
- docs: Update storage documentation link
- rustjail: get home dir using nix crate
- runk: Support `list` sub-command
- docs: Update vGPU use-case
- runtime: ignore ESRCH error from stop container
- docs: Update configuration reference for snap documentation
- workflows: add workflow_dispatch triggering to test-kata-deploy
- snap: Use helper script and cleanup
- feature: add ability to interact with IPTables within the guest
- agent: return mount file content if parse mountinfo failed
- docs: Update Intel QAT documentation links
- osbuilder: add iptables package
- runk: Return error when tty is used without console socket
- runk: Add Podman guide in README
- agent: Pass standard I/O to container launched by runk
- agent, runk: Enable test for the agent built with standard-oci-runtime feature
- runk: Handle rootfs path in config.json properly
- Update containerd docs
- clh: Update to v24.0
- snap: Build and package rust version of virtiofsd
- runk: merge oci-kata-agent into runk
- virtiofsd: static build virtiofsd from rust code for non-x86
- Fix issues with direct-volume stats feature
- runtime: fix incorrect Action function for direct-volume stats
- runtime: Adding the correct detection of mediated PCIe devices
- runtime: remove duplicate 'types' import
- runtime: sync docstrings with function names
- qemu: allow using legacy serial device for the console
- docs: Remove clear containers reference in README
- runtime: do not check for EOF error in console watcher
- kernel: Remove nemu.conf from packaging
- tools: delete unused param from get_from_kata_deps callers
- agent: Fix is_signal_handled failing parsing str to u64
- Improve Go unit test script
- packaging: Add kernel config option for SGX in Gramine
- ci: Don't run Docs URL Alive Check workflow on forks
- tools: Add QEMU patches for SGX numa support
- docs: Update runc containerd runtime
- Build and distribute the rust version of virtiofsd
- doc: Update log parser link
- Move the kata-log-parser from the tests repo
- versions: Upgrade to Cloud Hypervisor v23.1
- agent: Add a macro to skip a loop easier
- runk: use custom Kill command to support --all option
- agent: add test coverage for functions find_process and online_resources

fe3c1d9 docs: Update storage documentation link
9d27c1f agent: ignore ESRCH error when destroying containers
9726f56 runtime: force stop container after the container process exits
168f325 docs: Update configuration reference for snap documentation
38a3188 runk: Support `list` sub-command
b9fc24f docs: update release process github token instructions
c1476a1 docs: update release process with latest workflow triggering
002f2cd snap: Use helper script and cleanup
2e04833 docs: Update Intel QAT documentation links
8b57bf9 workflows: add workflow_dispatch triggering to test-kata-deploy
6d0ff90 docs: Update vGPU use-case
9b108d9 docs: Improve snap formatting
894f661 docs: Add warning to snap build
d759f6c snap: Fix CH architecture check
5903815 agent: Pass standard I/O to container launched by runk
af2ef3f agent-ctl: introduce handle for iptables get/set
65f0cef kata-runtime: add iptables CLI to test http endpoint
3201ad0 shim-client: ensure we check resp status for Put/Post
0706fb2 kata-runtime: shmgmt: make url usage consistent
2a09378 shim-client: add support for DoPut
640173c shim-mgmt: Add endpoint handler for interacting with iptables
0136be2 virtcontainers: plumb iptable set/get from sandbox to agent
bd50d46 agent: iptables: get/set handling for iptables
7c4049a osbuilder: add iptables package
03176a9 proto: update generated code based on proto update
38ebbc7 proto: update to add set/get iptables
78d45b4 agent: return mount file content if parse mountinfo failed
c7b3941 runk: Enable test for the agent built with standard-oci-runtime feature
6dbce7c agent: Remove unused import in console test
6ecea84 rustjail: get home dir using nix crate
648b8d0 runk: Return error when tty is used without console socket
5205efd runk: Add Podman guide in README
d862ca0 runk: Handle rootfs path in config.json properly
5659180 docs: Improve snap build instructions
cb2b309 snap: Build using destructive mode
60823ab docs: Move snap README
fff8328 clh: Update to v24.0
4936174 snap: Build and package rust version of virtiofsd
27d903b snap: Put the yq binary in the staging bin directory
d7b4ce0 snap: Remove unused variable
43de544 snap: Fix unbound variable error
c9b2915 snap: Fix whitespace
122a85e agent: remove bin oci-kata-agent
35619b4 runk: merge oci-kata-agent into runk
10c13d7 qemu: remove virtiofsd option in qemu config
d20bc5a virtiofsd: build rust based virtiofsd from source for non-x86_64
c95ba63 docs: Remove information related to Kata 1.x
34b8038 docs: Get rid of note related to networking.
dfad572 docs: Mention --cni flag while invoking ctr
8e7c597 agent: fix direct-assigned volume stats
4428cea runtime: direct-volume stats use correct name
ffdc065 runtime: direct-volume stats update to use GET parameter
f295953 runtime: fix incorrect Action function for direct-volume stats
7a5ccd1 runtime: sync docstrings with function names
ce2e521 runtime: remove duplicate 'types' import
834f93c docs: fix annotations example
f4994e4 runtime: allow annotation configuration to use_legacy_serial
24a2b0f docs: Remove clear containers reference in README
abad33e kernel: Remove nemu.conf from packaging
e87eb13 tools: delete unused param from get_from_kata_deps callers
8052fe6 runtime: do not check for EOF error in console watcher
c67b9d2 qemu: allow using legacy serial device for the console
44814dc qemu: treat console kernel params within appendConsole
4f586d2 packaging: Add kernel config option for SGX in Gramine
4b437d9 agent: Fix is_signal_handled failing parsing str to u64
88fb9b7 docs: Update runc containerd runtime
d1f2852 tools: Stop building virtiofsd with qemu (for x86_64)
c39852e runtime: Use ${LIBEXEC}/virtiofsd as the default virtiofsd path
b4b9068 tools: Add QEMU patches for SGX numa support
a475956 workflows: Add support for building virtiofsd
71f59f3 local-build: Add support for building virtiofsd
c7ac55b dockerbuild: Install unzip
8e2042d tools: add script to pull virtiofsd
dbedea5 versions: Add virtiofsd entry
e73b70b runtime: Don't run unit tests verbose by default
f24a6e7 runtime: Consolidate flags setting in unit tests script
cf465fe runtime: Don't change test behaviour based on $CI or $KATA_DEV_MODE
34c4ac5 runtime: Remove redundant subcommands from go-test.sh
0aff5aa runtime: Simplify package listing in go-test.sh
557c4cf runtime: Don't chmod coverage files in Go tests
04c8b52 runtime: Remove HTML coverage option from go-test.sh
7f7691442 runtime: Add coverage.txt.tmp to gitignore
13c2577 runtime: Move go testing script locally
4210646 doc: Update log parser link
271933f log-parser: fix some of the documentation
c7dacb1 log-parser: move the kata-log-parser from the tests repo
82ea018 versions: Upgrade to Cloud Hypervisor v23.1
2a1d394 runtime: Adding the correct detection of mediated PCIe devices
7bc4ab6 ci: Don't run Docs URL Alive Check workflow on forks
475e3bf agent: add test coverage for functions find_process and online_resources
383be22 agent: Add a macro to skip a loop easier
97d7b18 runk: use custom Kill command to support --all option

Signed-off-by: Snir Sheriber <ssheribe@redhat.com>
@snir911
Copy link
Member Author

snir911 commented Jun 8, 2022

/test

@snir911
Copy link
Member Author

snir911 commented Jun 8, 2022

@snir911 snir911 removed the do-not-merge PR has problems or depends on another label Jun 8, 2022
@snir911 snir911 merged commit a57515b into kata-containers:main Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/tiny Smallest and simplest task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants