Skip to content

Commit

Permalink
Release v1.4
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aaronhurt committed Nov 10, 2016
1 parent 52a9393 commit 700d1b0
Showing 1 changed file with 1 addition and 1 deletion.
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.4-dev"
RELEASE_VERSION="1.4"
RELEASE_BUILD=0

## simple usage example
Expand Down

0 comments on commit 700d1b0

Please sign in to comment.