From c4655eacc2b4cf4a318cf37059bf4072efad8603 Mon Sep 17 00:00:00 2001 From: DCCooper <1866858@gmail.com> Date: Sat, 27 Nov 2021 17:20:21 +0800 Subject: [PATCH] isula-build: bump version to 0.9.6 Bump version to 0.9.6, changes including Feature: - support save/load separated image Bugfix: - remove Healthcheck field when build from scratch - fix images command when only give repository - check if add default tag to image name when using push and save command - checkAndExpandTag return empty when tag is empty - fix load oci image panic - trim space when counting length of fields to avoid panic - set user's uid and gid for containers - fix data and run root not effective when setting configuration.toml - pidofbuilder do not set when running a new bash script in new child process - fix save multiple tags single image failed - fix save single image error when id first with its name at last Enhancement: - add go test for RUN panic problem - fix some make checkall golangci-lint flaws - remove empty lines when showing image list - make isula-build binary static - data and run root set unit test - integration test from new flaw of run and data root set - cleancode for errors.Wrap function - change isula-build file mode - shellcheck fix of common.sh - add integration test for saving one image with multiple tags - delete channel within the same goroutine - staticcheck fix of S1020, S1023, SA9003, S1002 and some U1000 - fix golangci-lint warnings - relocation exporter package and remove unused const - tidy FindImage function - change golangci-lint config and remove redundant check - add make info for Makefile - all latest tag checks take the FindImage as the entrance Document: - update README.md. Revised the English Readme file base its Chinese version. - add documents for separated relative feature Vendor: - github.com/bndr/gotabulate v1.1.3-0.20170315142410-bc555436bfd5 -> v1.1.3-0.20210209140214-21a495b00e22 - github.com/BurntSushi/toml 0.3.1 -> 0.4.1 - github.com/containerd/containerd 1.4.0-rc.0 -> 1.5.8 - github.com/containerd/go-runc 0.0.0-20200707131846-23d84c510c41 -> 1.0.0 - github.com/containers/image/v5 5.9.0 -> 5.17.0 - github.com/containers/storage 1.23.7 -> 1.37.0 - github.com/cyphar/filepath-securejoin 0.2.2 -> 0.2.3 - github.com/docker/docker 20.10.2+incompatible -> 20.10.11+incompatible - github.com/gofrs/flock 0.7.1 -> 0.8.1 - github.com/gogo/protobuf 1.3.1 -> 1.3.2 - github.com/opencontainers/image-spec 1.0.2-0.20190823105129-775207bd45b6 -> v1.0.2-0.20210819154149-5ad6f50d6283 - github.com/sirupsen/logrus 1.7.0 -> 1.8.1 - github.com/spf13/cobra 1.0.0 -> 1.2.1 - github.com/syndtr/gocapability 0.0.0-20180916011248-d98352740cb2 -> 0.0.0-20200815063812-42c35b437635 - golang.org/x/crypto 0.0.0-20200728195943-123391ffb6de -> 0.0.0-20211117183948-ae814b36b871 - golang.org/x/sync 0.0.0-20200625203802-6e8e738ad208 -> 0.0.0-20210220032951-036812b2e83c - golang.org/x/sys 0.0.0-20200909081042-eff7692f9009 -> 0.0.0-20211124211545-fe61309f8881 - google.golang.org/grpc 1.31.0 -> 1.42.0 Signed-off-by: DCCooper <1866858@gmail.com> --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index b0bb878..85b7c69 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.5 +0.9.6 -- Gitee