Skip to content

Commit d14ef49

Browse files
author
Matthew Fisher
committed
bump to v0.11.0
1 parent 46d3c69 commit d14ef49

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### v0.11.0
2+
3+
46d3c69 load template resources every interval
4+
6b01b27 Add Rancher Metadata backend
5+
bec0b60 link to the right command-line-flags doc
6+
be20ca7 Fix typo in templates.md
7+
745cf2b add default node for zookeeper backend
8+
0dd4c53 Add StackEngine backend support
9+
f446ce4 Load AWS credentials through a provider chain
10+
f206b47 Add strings.Replace support
11+
112
### v0.10.0
213

314
70cf76a move contrib to root dir

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Currently confd ships binaries for OS X and Linux 64bit systems. You can downloa
77
#### OS X
88

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

1313
#### Linux
1414

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

1919
#### Building from Source
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
const Version = "0.11.0-dev"
3+
const Version = "0.11.0"

0 commit comments

Comments
 (0)