Skip to content

Commit

Permalink
bump to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Dec 1, 2015
1 parent 46d3c69 commit d14ef49
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
@@ -1,3 +1,14 @@
### v0.11.0

46d3c69 load template resources every interval
6b01b27 Add Rancher Metadata backend
bec0b60 link to the right command-line-flags doc
be20ca7 Fix typo in templates.md
745cf2b add default node for zookeeper backend
0dd4c53 Add StackEngine backend support
f446ce4 Load AWS credentials through a provider chain
f206b47 Add strings.Replace support

### v0.10.0

70cf76a move contrib to root dir
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Expand Up @@ -7,13 +7,13 @@ Currently confd ships binaries for OS X and Linux 64bit systems. You can downloa
#### OS X

```
$ wget https://github.com/kelseyhightower/confd/releases/download/v0.10.0/confd-0.10.0-darwin-amd64
$ wget https://github.com/kelseyhightower/confd/releases/download/v0.11.0/confd-0.11.0-darwin-amd64
```

#### Linux

```
$ wget https://github.com/kelseyhightower/confd/releases/download/v0.10.0/confd-0.10.0-linux-amd64
$ wget https://github.com/kelseyhightower/confd/releases/download/v0.11.0/confd-0.11.0-linux-amd64
```

#### Building from Source
Expand Down
2 changes: 1 addition & 1 deletion src/github.com/kelseyhightower/confd/version.go
@@ -1,3 +1,3 @@
package main

const Version = "0.11.0-dev"
const Version = "0.11.0"

0 comments on commit d14ef49

Please sign in to comment.