From 8d5bd1b34c78fc382d153bd3501f73d45ebf6104 Mon Sep 17 00:00:00 2001 From: DCCooper <1866858@gmail.com> Date: Tue, 26 Jan 2021 14:25:39 +0800 Subject: [PATCH] isula-build: bump version to 0.9.5 Bump version to 0.9.5, changes including Feature: - support load multiple images - add experimental features, including: - manifest create/annotate/inspect/push - oci format for build/save/load/push/pull Bugfix: - fix panic when user knock ctrl+c when pull, push and save - fix chown config root path before daemon started - fix unsuitable filemode for isula-build(er) - fix problems found by code review - fix printing FROM command double times to console - fix RUN \ panic Enhancement: - support build Dockerfile only have FROM command - mask /proc/pin_memory - add compile flag ftrapv - imporve daemon push and pull unit test - add more fuzz tests - change default umask of isula-builder process - cleanup container when context is canceled - fuzz command for each command - reconstruct package exporter for better use - adjust fuzz function and save log after fuzz finished - remove hard code and return error with wrapf - improve cli and daemon pull and push test - add oci related DT tests - add oci related integration tests - show whether experimental feature is enabled in info - remove resource left when running make test-unit - move type and functions from daemon to pkg - use store encapsulated in isula-build, only implement functions used - mod tidy, upgrade containers/image, docker/docker and use gotest.tools v3 version Document: - add issue template - update docs and add chinese version - add manifest doc - add oci related documention Vendor: - github.com/containers/image/v5 v5.6.0 ==> v5.9.0 - github.com/containers/storage v1.23.5 ==> v1.23.7 - github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c ==> v20.10.2+incompatible - github.com/sirupsen/logrus v1.6.0 ==> v1.7.0 - golang.org/x/sys v0.0.0-20200810151505-1b9f1253b3ed ==> v0.0.0-20200909081042-eff7692f9009 - gotest.tools v2.2.0+incompatible ==> gotest.tools/v3 v3.0.3 - github.com/containers/ocicrypt v1.0.3 // indirect ==> NA - go.etcd.io/bbolt v1.3.5 // indirect ==> NA - k8s.io/kubernetes v1.13.0 // indirect ==> NA - NA ==> github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect Signed-off-by: DCCooper <1866858@gmail.com> --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index a602fc9..b0bb878 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.4 +0.9.5 -- Gitee