Skip to content

Commit

Permalink
Release v5.1.4
Browse files Browse the repository at this point in the history
This release fixes many bugs in the tooling:
- Fix double parsing of the config file
- Do not add default bundles when 'init' called with offline
- Reduce download timeout to 10 seconds instead of 30 on file download
- Improve download upstream error message
- Enforce UTF-8 locale when running DNF commands in mixer
- Ignore possible %ghost files in RPMs
- Fix global --offline usage to completely block all outbound network
  checks on all commands, even when running in container mode
- Fix error in concurrent manifest creation code to properly exit on
  first error hit
- Use --bundle-workers for manifest generation like other commands
- Fix to use passed in minversion for +10 format bump build

Signed-off-by: Tudor Marcu <[email protected]>
  • Loading branch information
tmarcu committed Sep 1, 2018
1 parent ef86276 commit eaf8691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include Makefile.bats

.NOTPARALLEL:

VERSION=5.1.3
VERSION=5.1.4
GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools

.PHONY: gopath
Expand Down

0 comments on commit eaf8691

Please sign in to comment.