From 8c25cfb55e64450a67667cf1f3d5591f0ab65583 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 16 Sep 2019 11:23:18 -0400 Subject: [PATCH 1/2] v1.13.3 * Makefile: use go proxy * layerStore.Load(): avoid double-locking the mounts list for Save * wrap ID or digest to ErrImageUnkown errors * Cirrus: Increase Ubuntu install timeouts * layerStore.Load(): don't try to lock the mounts list on cleanup Signed-off-by: Nalin Dahyabhai --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 065f9ec4c..01b756823 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.13.3-dev +1.13.3 From 1b3f4d716cf0089b012666903c72aebd60b30fe5 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 16 Sep 2019 11:25:23 -0400 Subject: [PATCH 2/2] Bump to v1.13.4-dev Signed-off-by: Nalin Dahyabhai --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 01b756823..1efb7e40b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.13.3 +1.13.4-dev