Skip to content

Releases: myENA/consul-backinator

v1.6.6

09 Dec 01:51
Compare
Choose a tag to compare

This is mainly just an update for the dependencies, migrating from glide to go modules, as well as moving to github actions for CI. No additional features come with this release.

Release v1.6.5

03 Jul 20:03
Compare
Choose a tag to compare
NEW:     Allow disabling host-based bucket lookup in favor of
         pathstyle scheme via #42 - thanks iceman91176
FIX:     Correct logic around `secure` s3 paramager as pointed out
         in #43 - thanks mitchellmaler
UPDATE:  Update Consul to v1.2.0
UPDATE:  Update aws-sdk-go to v1.14.14

Release v1.6.4

01 Mar 23:16
Compare
Choose a tag to compare
FIX: Fix build dependencies for go-discover

No other changes from v1.6.3

Release v1.6.3

01 Mar 20:25
Compare
Choose a tag to compare
NEW:     Support and test go 1.8.x, 1.9.x and 1.10.x
NEW:     Support go-discover for cluster address
FIX:     Prepared query support #36
FIX:     Error on unhandled paramaters on dump #37
UPDATE:  Update Consul to v1.0.6
UPDATE:  Update aws-sdk-go to v1.13.7

Release v1.6.2

06 Sep 17:31
Compare
Choose a tag to compare
NEW:     Support and test with go 1.9.x
FIX:     Handle path characters in keys - #30
FIX:     Handle non-fatal sync errors during bucket creation - #31
FIX:     Pass location constraints to create bucket when needed
FIX:     Error on trailing garbage after known flags
UPDATE:  Update Consul to 0.9.2
UPDATE:  Update aws-sdk-go to 1.10.38

Release v1.6.1

14 Jun 14:58
Compare
Choose a tag to compare
NEW:      Require golang 1.8+ as required by consul
FIX:      Correct issue running with restrictive IAM profiles.
UPDATE:   Update to 0.8.4 consul api package
UPDATE:   Update to 1.8.40 aws-sdk-go package

Release v1.6

24 May 17:49
Compare
Choose a tag to compare
NEW:      Use official Amazon aws-sdk-go to allow for IAM profiles
NEW:      Supoprt parital restores via the -prefix option

UPDATED:  Updated Consul API package to v0.8.3
UDPATED:  AWS SDK to v1.8.28

DOCS:     Added Nomad usage documentation

INTERNAL: Added test cases and Travis builds

Release v1.5

18 Feb 02:58
Compare
Choose a tag to compare
NEW:      Support for backup and restore of prepared queries
UPDATED:  Updated 0.7.5 consul API package
UPDATED:  Updated to 2.0.4 minio-go S3 API package

NOTE:     This and all future releases will be accompanied by a gpg
signed SHA256SUM file.  Details are contained in the README.md in the
root of the repository.

Release v1.4

10 Nov 16:08
Compare
Choose a tag to compare
NEW:     Support for direct backup/restore to/from S3 datastores
NEW:     Granular control of TLS options for the underlying Consul client
UPDATED: Migrated to Consul 0.7.0 API package

NOTE:    Due to a change in the 0.7.0 client API this and later versions will
only work with Consul clusters running 0.7.0 or newer if they require
ACL tokens for access.  Accessing older Consul clusters without ACL
requirements should still work as normal.

Release v1.3

09 Oct 23:24
Compare
Choose a tag to compare
REVERT: Build against Consul v0.6.4 API to workaround issues
        found in the v0.7.0 API

ADDED:  Provide better error handling for cases when the API does
        not return an error but has a zero count.