Skip to content

Releases: aztechian/bridgr

v1.5.2

09 Nov 16:33
Compare
Choose a tag to compare

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

09 Nov 05:56
Compare
Choose a tag to compare
v1.5.2-rc1 Pre-release
Pre-release

Test for proper version embedded in binaries

v1.5.1

18 Oct 15:44
Compare
Choose a tag to compare

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

18 Oct 15:23
0a9f5fe
Compare
Choose a tag to compare
v1.5.1-rc3 Pre-release
Pre-release

Release Candidate 3 for 1.5.1
Testing CI pipeline for releases before an official release

v1.5.1-rc2

04 Jul 19:32
Compare
Choose a tag to compare
v1.5.1-rc2 Pre-release
Pre-release
Release Candidate 2 v1.5.1

v1.5.1-rc1

04 Jul 19:11
Compare
Choose a tag to compare
v1.5.1-rc1 Pre-release
Pre-release
Release Candidate 1.5.1

v1.4.1-rc1

04 Jul 20:23
Compare
Choose a tag to compare
Release Candidate for v1.4.1

v1.4.0

21 Jun 16:58
Compare
Choose a tag to compare

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

02 Feb 04:12
Compare
Choose a tag to compare

Add authentication support for files, docker and git.

See README for how to use credentials.

v1.3.0-rc2

19 Oct 05:45
Compare
Choose a tag to compare
v1.3.0-rc2 Pre-release
Pre-release

Rework of auth support for docker, preliminary support for authenticated git