From eb5d28fd2f7d344e01692e99b2289930b685136a Mon Sep 17 00:00:00 2001 From: DCCooper <1866858@gmail.com> Date: Thu, 10 Sep 2020 14:47:33 +0800 Subject: [PATCH] isula-build: bump version to 0.9.3 Bump version to 0.9.3, changes including Bugfix: - fix goroutine leak because of Status channels waiting - fix goroutine leaks because status channel not closed - fix --from can not pull image from remote registry - correct file mode to 0644 - fix build-arg can not be properly read - fix parse on ${A} - fix frontend hangs when build/save failed - return error code when rm image failed Enancement: - build with tmp dir - disable golang compiling optimization in "make debug" - add build output to avoid mock daemon return endless value - disable config path setting by users - refactor login function - test remove images after building and add isulad output - refactor save relative function - reject static build request with the same Dockerfile in building - enhancement of unit_test check - wait all builder goroutine when stop daemon - change the default authentication method - refactor test-integration - add go test for image load - add gofuzz test - refactor cli and daemon build - refactor exporter - add close status chan for backend - add CleanContainer and lock for store Feature: - add linux capability for run command - support specifying image in images command - support remove by image name Document: - update config file setting Signed-off-by: DCCooper <1866858@gmail.com> --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 2003b63..965065d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.2 +0.9.3 -- GitLab