From 6bee302bb48438a3b694e4782e38d51134404244 Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Thu, 14 Jan 2021 10:59:53 -0800 Subject: [PATCH] release: Kata Containers 2.1-alpha0 - tests: Make copyright header check less picky - github: Enable github actions - ci/lib.sh: fix bug of pid match error. - .ci/setup_env_centos.sh: Fix "too many arguments" error - integration/kubernetes: tests improvements - part 1 - k8s: Change pod spec used in k8s-copy-file.bats - tests: Add stability test using ctr - Prepare 2.x for OpenShift CI - part 1 - k8s/e2e: Make cleanup() fault tolerant - tests/cri-containerd: Skip TestContainerListStatsWithSandboxIdFilter with QEMU - 2.x | integration,k8s: Rely on quay.io images instead of dockerhub ones - 2.x | centos: PowerTools repo got renamed to powertools - ci/kata-arch: Fix typo on help message - 2.x | webhook: Check whether Privileged is nil before accessing its value - integration/kubernetes: Strength the k8s-block-volume test - ci: stopping docker.socket before remove package docker-ce - tests: Exclude *pb_test.go from SPDX header checks - spellcheck: Add more words to dictionary - Fixes for CentOS 8 setup script - ci: Enable minimal kubernetes-e2e tests with CRI-O - k8s: Enable "k8s-oom" tests for CRI-O - k8s: Re-enable "k8s-liveness-probes" tests for CRI-O - k8s: Re-enable "k8s-copy-file" tests for CRI-O - vfio: ci: don't clone with --depth=1 - ci: enable debug log for kubelet - k8s: Fix e2e conformance skip list for containerd - k8s: Skip "k8s-copy-file" tests with CRI-O - Fix VFIO CI - spellcheck: Add more words to dictionary - ci: Enable containerd debug - ci: fix VFIO CI - ci: Enable clh+containerd k8s e2e testing - static-checks: ignore gogo and google proto files - lib/common.bash: Fix overwrite of KATA_TESTS_BASEDIR - fix ARM CI - ci: install virtiofsd when installing qemu - static-check: do not check ignore list license header - ci: Fix git error in crio installation - ci: vfio: fix cloud-hypervisor - ci: scripts modifications to support cri-o and kubernetes 1.18 - ci: Remove duplication of kubernetes installation - ci: ignore files within kernel/configs directory - ci: vfio: fix VFIO CI - CI: Don't license check kernel config files - 2.0 dev actually enable fast return - k8s: enable memroy tests - k8s: skip oom and k8s-block-volume test for aarch64 - ci: add VFIO CI for kata 2.0 - spellcheck: Add "musl" to dictionary - versions: Update flannel version to v0.13.0-rc2 - ci: change qemu patch path for qemu build on arm64 - ci: skip k8s-oom test on ARM. - spellcheck: Sync 2.0-dev with master - Fix fast return - ci: skip checking license header for patch files - ci: Fix docker installation for RHEL and CentOS kata 2.0 - k8s: use ubuntu instead of alpine - CI: Add initrd support to CI scripts - k8s: enable skipped crio tests for kata 2.0 - ci: Enable minimal e2e k8s tests with clh and containerd - ci: Fix docker installation centos 8 kata 2.0 - versions: Update golangci-lint version to 1.19.0. - CI: Check for copyright header - k8s: enable skipped bats for kata 2.0 - ci: Fix the CLH CI regression in the test repo for kata 2.0 - k8s: add pod OOM test - CI: enable k8s-empty-dirs.bats - checkcommits: fix singleWordLine - [2.0] crio: use drop-in file to configure kata runtime - ppc64le: fixing rust install - ci: fix rust install - tests: Enable a minimal set for e2e k8s tests - ci: deep clean stale files and cleanup iptables before save - ci: add test cases for kubectl exec command - k8s: enable copy file tests - ci: Enable and fix clh CI for kata 2.0 for k8s+containerd tests - ci: Enable clh+virtiofs CI - Revert "ci: Fix missing line so that codecov works" - ci: add sleep in init container - ci: Fix missing line so that codecov works - ci: Add codecov execution script back - ci: delete -i option of kubectl exec - ci: gzip virtiofs log - ci: clean up stale files for containerd and cni - tests: Unskip k8s tests for kata 2.0 - ci: Remove getting logs for kata-proxy and kata-shim for 2.0 - docs: Update breaking compatibility sectionf in README for kata 2.0 - ci: collect containerd-shim-kata-v2 log - test: check against 2.0-dev branch instead of master - actions: Add action to perform checks for pull requests - test: Improve k8s pid test for kata 2.0 - tests: set terminationGracePeriodSeconds to zero - CI: use packaging location inside kata-containers repo - 2.0-dev: add retry for kubernetes service test case - [2.0-dev - fwport] ci: support QEMU 5.0.0 - AArch64: enable ARM CI for kata 2.0 - ci: resolve resulting code base by merging - ci: Add CentOS dependencies for CRI-O shimv2 - ci: Enable k8s installation for fedora rust agent 2.0 - tests: Enable kubernetes tests with kata rust 2.0 - test: Update runtime for cri integration test for rust 2.0 - ci: Fix runtime variable for run script for rust 2.0 - ci: Modify tests and CI scripts for Kata 2.0 - ci: ci-fast-return.sh should consider vendor changes - clh:docker: Enable CPU tests - ci: Fix SLES CI - Fix CRI-O configuration file location for newer versions - Fix functional and integration tests tu support golang 1.13 - AArch64: enable fc tests on ARM CI - test:docker: Use the right hypervisor when reading from KataConfig - metrics: specify a tag for rocker/tidyverse - ci: Fix ROOTFS_DIR for podman CI 50634aeb tests: Make copyright header check less picky ea56ec58 github: Enable github actions 38f2e122 ci/lib.sh: fix bug of pid match error. 978a7c74 .ci/setup_env_centos.sh: Fix "too many arguments" error 642d46c6 k8s: Change pod spec used in k8s-copy-file.bats f576e898 tests: Add stability test using ctr 2ac5f666 integration/kubernetes: Get rid of `kubectl exec POD CMD` e000a28a integration/kubernetes: Fix "unary operator expected" on k8s-cpu-ns d25ba0c2 ci: Add dracut support for install_kata_image.sh 059a69c6 ci/install_runtime: Refactor the vsock module checking d99b58d6 ci/install_runtime: Allow to skip vhost setup 4c32c7ea ci: Make install scripts to use the DESTDIR variable afdad1c1 k8s/e2e: Make cleanup() fault tolerant b6a94deb tests/cri-containerd: Skip test failing with QEMU 6821ce13 tests/cri-containerd: Set default value to KATA_HYPERVISOR 5e6ae59c tests: Exclude *pb_test.go from SPDX header checks a341d7b6 integration/kubernetes: Strength the k8s-block-volume test 14959c1f integration,k8s: Rely on quay.io images instead of dockerhub ones c13385c9 centos: PowerTools repo got renamed to powertools c2fa6c16 webhook: Check whether Privileged is nil before accessing its value 291441b0 ci: stopping docker.socket before remove package docker-ce 9eefa3c4 spellcheck: Add more words to dictionary 0c3a596c ci/kata-arch: Fix typo on help message 78550051 .ci/setup_env_centos.sh: Install packaged GNU Parallel 644224a5 .ci/setup_env_centos.sh: Install bc package c13dc048 .ci/setup_env_centos.sh: Ensure yum-config-manager is installed f2de0463 ci: Enable minimal kubernetes-e2e tests with CRI-O b3150ac9 k8s: Enable "k8s-oom" tests for CRI-O 16ca889f k8s: Re-enable "k8s-liveness-probes" tests for CRI-O 8957c06e k8s: Re-enable "k8s-copy-file" tests for CRI-O 64dbc5be vfio: ci: don't clone with --depth=1 316fb1eb ci: enable debug log for kubelet 8abfce4d k8s: Fix e2e conformance skip list for containerd ef5cda74 k8s: Skip "k8s-copy-file" tests with CRI-O 6cb2b19f ci: vfio: fix warning: Error loading config file 8b34c8d5 ci: vfio: update kubectl exec e56537f5 ci: vfio: Don't fail the test if cleanup_env.sh fails a147453b ci: vfio: set terminationGracePeriodSeconds to 0 71b7dec3 CI: Skip CI for spell check changes a555a5f0 spellcheck: Add more words to dictionary 7c58462b ci: Enable containerd debug c4b382c4 ci: vfio: skip QEMU + initrd tests dc2282ff ci: vfio: delete pod after checking net interfaces 3538fc15 static-checks: ignore gogo and google proto files a2b881e3 ci: Enable clh+containerd k8s e2e testing 46678890 lib/common.bash: Fix overwrite of KATA_TESTS_BASEDIR 25b4ad88 ci: virtio-fs is not working on arm 572e7ce9 ci: fix virtiofsd installation on aarch64 4668272b static-check: do not check ignore list license header 0ce93b45 ci: Fix git error in crio installation 79c74d84 ci: install virtiofsd when installing qemu e09ebe05 ci: vfio: unskip cloud-hypervisor tests 88b91b08 ci: vfio: workaround virtiofs bug 0fb0f3bd ci: Fix cri-o drop-in configuration file 160ad76f ci: Remove duplication of kubernetes installation eca272f6 ci: ignore files within kernel/configs directory baf21515 vfio: skip cloud-hypervisor 49a54b09 ci: vfio: fix VFIO CI d60f59bc CI: ignore license header check for drawio files f897694a CI: Don't license check kernel config files 265d0aea ci: update the way we get crio version 97e60eeb ci: Update network namespace flag for CRIO install e9750cff versions: update Sonobuoy version to match k8s version d9838c0b ci: Try to skip CI only on PR jobs 1362791d CI: Really enable fast return for 2.0-dev 129fc545 k8s: enable memroy tests dc4fc70c k8s: skip k8s-block-volume on aarch64 e7faa17d k8s: skip oom test for aarch64 28147bbb ci: add VFIO CI for kata 2.0 58dde78b spellcheck: Add "musl" to dictionary 23a0128a versions: Update flannel version to v0.13.0-rc2 4a8ee985 ci: change qemu patch path for qemu build on arm64 7cf161d3 CI: Redirect jq install output to special fd b2ed2618 CI: Redirect yq install output to special fd 378d826a spellcheck: Add several words from architecture.md 104d9095 spellcheck: Sync 2.0-dev with master d4eacc16 ci: skip checking license header for patch files 7b1886f9 ci: Fix docker installation for RHEL and CentOS kata 2.0 37fe4c08 k8s: use ubuntu instead of alpine cbe4e796 ci: skip k8s-oom test on arm64. 4b630f65 k8s: enable skipped crio tests fc9849c5 CI: Add initrd support to CI scripts 6adffd0a ci: Fix docker installation centos 8 kata 2.0 2dd471da ci: Enable minimal e2e k8s tests with clh and containerd 0d88aac0 CI: Fix path to qemu patches 242ad2f0 versions: Update golangci-lint version to 1.19.0 934b25d3 CI: Check for copyright header b0d19aa6 ci: setup containerd/crio with privileged_without_host_devices 9e989132 k8s: enable skipped bats tests d42d7ae7 k8s: Skip test "pod OOM" with cloud-hypervisor 52f33c36 ci: Not set 'KATA_DEV_MODE' to 'false' explicitly cf935ad8 k8s: add pod OOM test for containerd 4651296d CI: enable k8s-empty-dirs.bats 607ee53a checkcommits: fix singleWordLine d0e04e36 crio: write to config dir with sudo 11d9d995 crio: use drop-in file to configure kata runtime 8564e468 ppc64le: fixing rust install f80a5a11 ci: fix rust install 8cc8e155 ci: add test cases for kubectl exec command 6ffafa0d k8s: enable copy file tests 0af68bf0 ci: Add dedicated code path for clh in run.sh 7cf11676 tests: Enable a minimal set for e2e k8s tests c4d64a6f metrics: fix virtiofsd metrics 640d4cbe ci: disable vmx-rdseed-exit on experimental QEMU 4f54e3a1 clh: k8s: Enable the block volume test f58b53e3 clh: k8s: Enable CPU related tests 03da93b6 ci: deep clean stale files and cleanup iptables before save 2289c88e ci: Enable clh+virtiofs CI f9dc1b77 ci: Revert "Fix missing line so that codecov works" fc9f21ba ci: use $EPOCHREALTIME to compare container start time d2e77d29 ci: Fix missing line so that codecov works a2c5f1d1 ci: Add codecov execution script back bdd0c174 ci: delete -i option of kubectl exec 20c27679 ci: gzip virtiofs log 5f42b0b9 ci: clean up stale files for containerd and cni 912ae62f tests: Unskip k8s tests for kata 2.0 7ddbf792 docs: Update breaking compatibility sectionf in README for kata 2.0 1f9ab03a ci: Remove getting logs for kata-proxy and kata-shim for 2.0 b87c693f ci: collect containerd-shim-kata-v2 log 3ade176a test: check against 2.0-dev branch instead of master bff9eaff actions: Add action to perform checks for pull requests e0dd3a63 test: Improve k8s pid test for kata 2.0 9129ce66 tests: set terminationGracePeriodSeconds to zero to reduce pod deletion time e7dd5370 CI: use packaging location inside kata-containers repo bc96f7bc ci: support QEMU 5.0.0 e8fb18b9 2.0-dev: add retry for kubernetes service test case 0557c198 clean-up: clean up installed containerd-cri cc6a9ac7 tests: enable containerd-cri intergration tests on aarch64 e8e5ee2a ci: resolve resulting code base by merging 0858ee00 ci: Add CentOS dependencies for CRI-O shimv2 db1377f8 tests: Enable kubernetes tests with kata rust 2.0 e8044b76 ci: Enable k8s installation for fedora rust agent 2.0 9f19cdb1 ci: Fix runtime variable for run script for rust 2.0 fe1c1a69 test: Update runtime for cri integration test for rust 2.0 adf81075 ci: Modify scripts for Kata 2.0 4c48c0a9 containerd: be able to build from source when version is a commit f67fd0f5 ci: ci-fast-return.sh should consider vendor changes 6b02b931 clh:docker: Enable CPU tests 56a0f454 ci: Fix SLES CI 8d368440 build: fix CRI-O configuration file location for newer versions fda2ffea integration/docker: fix docker integration tests to support golang 1.13 d84ece60 functional: fix functional tests to support golang 1.13 44ab7de4 tests: don't call to flag.Parse() from init() 403f6040 ci: Skip vsock_test for firecracker ff656656 ci: Fix ROOTFS_DIR for podman CI 7bd9cf81 metrics: specify a tag for rocker/tidyverse 30afcce2 FC: install kata-runtime before install hypervisor 675be37c configure_docker: add -s option for configuring storage driver df70d1d6 FC: speed up installing firecracker/jailer 0241711c test:docker: Use the right hypervisor when reading from KataConfig Signed-off-by: Eric Ernst --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index b4c7bf293..11a834d44 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.0-alpha1 +2.1-alpha0