Releases: aztechian/bridgr
v1.5.2
Version 1.5.2 is an update to Helm and AWS libraries that are used by Bridgr.
This release fixes a problem introduced in 1.4.x where the official builds did not have the version number embedded in the pre-built binary.
Updates to the project README - thanks @dadkisson !
Bridgr can now be installed via asdf
. See the README for details and instructions.
v1.5.2-rc1
Test for proper version embedded in binaries
v1.5.1
Bridgr 1.5.1 adds some significant enhancements
- Support for Helm repository creation
- Support S3 buckets as a source for fetching files
- Cleanup of output
- Add a "spinner". Single line output that updates as each worker executes. This is the default output of Bridgr now.
- Use a logging library that makes output more consistent
- Pipe output from docker-based workers to the logging system so that it doesn't "leak" into the terminal output if not desired by the user.
For developers, we've updated our CI pipeline to migrate from Travis-CI (.org) to (.com), and now use CodeClimate for coverage reporting. Linting results are now a check on PR requests.
As always, see the README for details on using these new features.
v1.5.1-rc3
Release Candidate 3 for 1.5.1
Testing CI pipeline for releases before an official release
v1.5.1-rc2
Release Candidate 2 v1.5.1
v1.5.1-rc1
Release Candidate 1.5.1
v1.4.1-rc1
Release Candidate for v1.4.1
v1.4.0
Complete rewrite of Bridgr for better testability and making future feature additions easier.
This release should still be backwards compatible with previous configuration files.
- Now uses mapstructure for configuration parsing
- Added a
--file-timeout
command line option for modifying the HTTP/s client timeout. This may be needed for servers that have slow network connections and/or large files. Default is 20 seconds.
v1.3.0
v1.3.0-rc2
Rework of auth support for docker, preliminary support for authenticated git