From 18c95b9ab160ba3dc318ae6d6ffa89dfcc1c6ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 31 Aug 2021 18:43:09 +0200 Subject: [PATCH] release: Kata Containers 2.3.0-alpha0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - tracing: Change runtime tracing tags to vars - shimv2: add logging to shimv2 api calls - drop qemu-lite support - runtime: delete types or const that no longer needed - runtime: Optimize the way slice created - virtcontainers: simplify tests - virtcontainers: clh: Upgrade to the openapi-generator v5.2.1 - build_image: Fix error soft link about initrd.img - ci: Temporarily skip agent shutdown test on s390x - Fix version parsing for firecracker version 0.25 and over - Osbuilder fixes - docs: update the GoDoc url from runtime project to kata-containers/sr… - docs: update `how-to` README file for Firecracker config - ci/openshift-ci: Pull centos from registry.centos.org - docs: update containerd CRI plugin url 2250360b docs: remove mentioning of qemu-lite a9de761d runtime: drop qemu-lite support 8ae3edbc runtime: fix default hypervisor path 0c7789fa runtime: Add container field to logs 72e3538e shimv2: add information to method comment 8dadca9c shimv2: add logging to shimv2 api calls a99fcc3a virtcontainers: simplify tests 39ffd8ee runtime: delete types or const that no longer needed ff37f5c7 runtime: Optimize the way slice created 8f0f949a tracing: Move dynamically added attributes to Trace() 932ee41b virtcontainers: clh: Workaround incorrect default values bff38e4f virtcontainers: clh: Fix the unit test d967d3cb virtcontainers: clh: Use constructors to ensure proper default value 87de26bd tracing: Modify Trace() to accept multiple tag maps 8058e972 tracing: Change runtime tracing tags to vars a6a2e525 virtcontainers: clh: Migrate to use the updated client APIs 9de1129b osbuilder: Fix rootfs-builder when running in VMs 65a1e131 osbuilder: Allow running the tool several times a4214738 osbuilder: Fix Makefile b8717f35 ci: Temporarily skip agent shutdown test on s390x 938981be build_image: Fix error soft link about initrd.img 2304f935 docs: update the GoDoc url from kata 1.x to 2.x 2a614577 docs: update `how-to` README file for Firecracker config 486baba7 docs: update containerd CRI plugin url 46eb07e1 virtcontainers: clh: Re-generate the client code 80fba4d6 virtcontainers: clh: Upgrade to the openapi-generator v5.2.1 8594f80c ci/openshift-ci: Pull centos from registry.centos.org 87bbae1b fc: fix version parsing for fc >= 0.25 Signed-off-by: Fabiano Fidêncio --- VERSION | 2 +- tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml | 2 +- tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 5123f9cc9..38932ba20 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.0-rc0 +2.3.0-alpha0 diff --git a/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml b/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml index a94118c65..d4aa6d8f2 100644 --- a/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml +++ b/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml @@ -18,7 +18,7 @@ spec: katacontainers.io/kata-runtime: cleanup containers: - name: kube-kata-cleanup - image: quay.io/kata-containers/kata-deploy:2.2.0-rc0 + image: quay.io/kata-containers/kata-deploy:2.3.0-alpha0 imagePullPolicy: Always command: [ "bash", "-c", "/opt/kata-artifacts/scripts/kata-deploy.sh reset" ] env: diff --git a/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml b/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml index 35ef327b2..7a396f0e4 100644 --- a/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml +++ b/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml @@ -16,7 +16,7 @@ spec: serviceAccountName: kata-label-node containers: - name: kube-kata - image: quay.io/kata-containers/kata-deploy:2.2.0-rc0 + image: quay.io/kata-containers/kata-deploy:2.3.0-alpha0 imagePullPolicy: Always lifecycle: preStop: