File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed
src/github.com/kelseyhightower/confd Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1+ ### v0.10.0
2+
3+ 70cf76a move contrib to root dir
4+ 34a0ff7 Updating README.md to include new backends
5+ fee8361 Fix broken links to documentation
6+ d9d4cb1 Use the gb tool for dep management and building.
7+ 1ef34cb template: don't crash on template error
8+ 7531530 Log command output on error
9+ fed32fe Draft: Support for DynamoDB
10+ 7f59d50 Use correct application name for ZooKeeper example
11+ 03a7c7e feat: add strings.Contains support
12+ 6307c26 change opdemand emails to engine yard
13+ 5350113 client cert config from environment variables
14+ b6f414e Adding better support for Consul, enabling SSL/TLS client config
15+ e94151b update release checklist
16+ ce4eb5c bump to v1.0.0-dev
17+ 503d745 remove --quiet, --debug and --verbose
18+ c9cefaf random doc fixes
19+
120### v0.9.0
221
3228888b7a Add maintainers file
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.9 .0/confd-0.9 .0-darwin-amd64
10+ $ wget https://github.com/kelseyhightower/confd/releases/download/v0.10 .0/confd-0.10 .0-darwin-amd64
1111```
1212
1313#### Linux
1414
1515```
16- $ wget https://github.com/kelseyhightower/confd/releases/download/v0.9 .0/confd-0.9 .0-linux-amd64
16+ $ wget https://github.com/kelseyhightower/confd/releases/download/v0.10 .0/confd-0.10 .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.10.0-dev "
3+ const Version = "0.10.0"
You can’t perform that action at this time.
0 commit comments