From 558b12e861e264d2356f55655c865d608cce8b87 Mon Sep 17 00:00:00 2001 From: Aaron Hurt Date: Thu, 1 Mar 2018 14:15:02 -0600 Subject: [PATCH] Release v1.6.3 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 --- README.md | 1 + build/build.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb38179..b6649e0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build/build.sh b/build/build.sh index 17cb1a3..805f052 100755 --- a/build/build.sh +++ b/build/build.sh @@ -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