From e31149077f2f538ee571768be4a33aea3a412952 Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Mon, 2 Jul 2018 09:37:19 -0500 Subject: [PATCH] release: Kata Containers 1.1.0 - image-builder: require root earlier for better error messages - builder: support proxy in distros based on yum or dnf - tests: Update kata-manager command - CI: Fix static-checks script invocation - Support building centos-rootfs on Arm64 - rootfs: add '-rm' to delete intermediate container - Update README: Fix a minor space issue - rootfs: correct rootfs script deference var value - CI: use yum for resolving centos dependencies - tests: Test generated images and initrd's (+ cleanups) - rootfs: Default to host architecture - Image require systemd - rootfs: copy kernel modules to correct location - rootfs: Add extra packages to summary file - rootfs.sh: Add "${AGENT_VERSION}"/"-a" functionality - kata/osbuilder: Add support for multiple GOPATH directories - image-builder: fix "paratition" typo - docs: Add a Usage section - refactor and create a summary file inside the image 7b1bbac image-builder: require root earlier for better error messages 52d015e builder: support proxy in distros based on yum or dnf 43a2ea4 tests: Run EulerOS tests last 7b581c2 tests: Convert bats test to shell script 5b9b69a tests: Update kata-manager command 547c477 CI: Fix static-checks script invocation 0451db9 rootfs-builder: Support building centos-rootfs on Arm64 e86380a rootfs: add '-rm' to delete intermediate container 11d1d07 docs: Update README, Fix a minor space issue 7015535 CI: Install epel-repositories for centos 9f84cc8 CI: Install bats from sources 6c8c60d CI: use yum for resolving centos dependencies a81e771 rootfs: correct rootfs script deference var value 4ae6d31 tests: Test generated images and initrd's 340d7b2 tests: Rename function for brevity 3a8da5f tests: Pass parameters to functions c8e7f42 tests: Remove stale rootfs tree 1c251bd tests: Move osbuilder metadata var to top c69eb00 tests: Make all globals readonly aeb5947 tests: Don't pass size option to image builder 60e1e7b tests: cleanup bats tests c1d22f9 rootfs: Default to host architecture aca45c5 image: Require systemd 171eceb image: Use variable for referring to init fd8d9bd rootfs: copy kernel modules to correct location 7732e04 rootfs: Fix incorrect getopts call f7f2672 rootfs: Add "${AGENT_VERSION}"/"-a" functionality 3151f35 rootfs: Add extra packages to summary file c3ac718 rootfs: Add support for multiple GOPATH directories 32aee00 image-builder: fix "paratition" typo 3c19ea4 docs: Add a Usage section 3e0e112 docs: Move TOC to top f90f652 rootfs: Create a summary file inside the image 93b632c lib: Check rootfs parameter b14d117 image-builder: Fix incorrect error message ddb71e8 initrd: Remove mention of USE_DOCKER f17b5c2 scripts/lib: Fix whitespace 5b6ced5 rootfs/clearlinux: Resolve version a2a6562 rootfs: Simplify code b8f1a68 rootfs: Simplify code f09d4c4 rootfs: Check function parameters 2751de0 rootfs: Reformat functions 48b1dda rootfs: Fix comments 019a80f refactor: Move more functions to script library a18753b refactor: Remove duplicate variable f3e89d3 refactor: Simplify enabling debug Signed-off-by: Jose Carlos Venegas Munoz --- VERSION | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 5bae440cc..9084fa2f7 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1 @@ -# This is the version of osbuilder. -0.0.1 +1.1.0