From cbae09a36caf4db3efeda9a20ec8dedb10e55d0b Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Mon, 3 Dec 2018 15:31:43 -0800 Subject: [PATCH] Release v5.5.0 This release includes the following fixes and additions: - Fix MoM verification with OpenSSL 1.1 requring a purpose to be passed - Make --config global - Break root preRun() into smaller parts, with better & simplified logic - builder: only check online to update upstreamver - Removed editor option for bundle edit; simply creates new bundles or copies existing ones now - Added bundle_control unit tests - Convert to using go mod vendor instead of our full vendor directory - Enable iterative manifest creation for more optimal update content creation - Misc formatting and error fixes Signed-off-by: Tudor Marcu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 04df308..8db59f2 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include Makefile.bats .NOTPARALLEL: -VERSION=5.4.0 +VERSION=5.5.0 GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools .PHONY: build install clean check