File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
src/github.com/kelseyhightower/confd Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 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
31470cf76a move contrib to root dir
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11package main
22
3- const Version = "0.11.0-dev "
3+ const Version = "0.11.0"
You can’t perform that action at this time.
0 commit comments