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 <tudor.marcu@intel.com>
This commit is contained in:
Tudor Marcu
2018-12-03 15:31:43 -08:00
parent d1b80ca810
commit cbae09a36c
+1 -1
View File
@@ -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