Skip to content

Commit

Permalink
Release v1.6
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aaronhurt committed May 24, 2017
1 parent 7f4f674 commit f2c2669
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 48 deletions.
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.5"
RELEASE_VERSION="1.6"
RELEASE_BUILD=0

## simple usage example
Expand Down
52 changes: 7 additions & 45 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package: github.com/myENA/consul-backinator
import:
- package: github.com/hashicorp/consul
version: v0.8.1
version: v0.8.3
subpackages:
- api
- package: github.com/mitchellh/cli
- package: github.com/hashicorp/go-cleanhttp
- package: github.com/aws/aws-sdk-go
version: v1.8.16
version: v1.8.28
subpackages:
- aws
- aws/awserr
Expand Down

0 comments on commit f2c2669

Please sign in to comment.