Skip to content

Commit 9cca4a7

Browse files
author
Matthew
committed
bump version to v0.10.0
1 parent 70cf76a commit 9cca4a7

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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

322
8888b7a Add maintainers file

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.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
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.10.0-dev"
3+
const Version = "0.10.0"

0 commit comments

Comments
 (0)