Skip to content

Commit

Permalink
Release v1.6.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Aaron Hurt committed Mar 1, 2018
1 parent 5072662 commit 558b12e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ changed and any scripts which embedded this tool will need to be updated.
* Optional path transformation (path replacement) on key backup and/or restore
* Clean well documented code that's simple to follow
* Direct AWS/S3 support for backup and restoration of KVs, ACLs and queries
* Node auto discovery in cloud environments via [go-discover](https://github.com/hashicorp/go-discover)

## Installing

Expand Down
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
## package declarations
BUILD_NAME="consul-backinator"
RELEASE_VERSION="1.6.3-dev"
RELEASE_VERSION="1.6.3"
RELEASE_BUILD=0

## simple usage example
Expand Down

0 comments on commit 558b12e

Please sign in to comment.