Skip to content

Commit

Permalink
bump to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
okushchenko committed Aug 9, 2017
1 parent 7fb107a commit 3e8f59b
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 4 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
### v0.12.0

5f3f79d Change etcd node port because the official port of etcd is 2379
9073dae Fix typo in docs
0ea1edb Remove unnecessary loop in Consul backend.
dbbee0a Fix travis configuration to use latest dynamoDB binary
ad5f74f Fix typo in quick-start-guide.md
7ac1091 Upgrade Dockerfile to use latest stable Alpine which has Go 1.6
20b3d37 add env backend integration tests
c6622ed updated template docs
9d57489 Specify default Vault backend node
b34d223 Add simple redis example since one was missing from quickstart
32d46e5 Fix typo in template-resources.md
7c89004 Fix up Rancher metadata service description and links
2a54c58 Fix missing braces and extra parenthesis on formatted datatime example
6e198db Fix DynamoDB credentials handling
705f2ee Fix dynamodb nil pointers
e48e48f Use SVG for the build image
6bb3c21 Add file exists function to template functions
57b649d zookeeper watch support
59da585 extended getenv & map template functions
d423123 updated README for vault
e60c2e2 Add support for redis password authentication
f3a02e7 Adding example goreman Procfile for etcd
aae4190 updated Dockerfile.build.alpine
cf62311 update some docs
54f715c Add lookupSRV function.
7afb8d6 fixed broken etcd watch support
5a5af59 switched to new etcd client
5d2955a Remove gb install
1577855 Fix typos in docs/tomcat-sample.md
d133c25 Added support for Vault backend
071e6ab IP dns resolving function for templates
ccf2486 redis: try to recover from closed connections
66a31bf Add support for etcd BasicAuth
d9ea46c Added documentation for stackengine as a backend
a1dee21 add -sync-only flag
c615c18 update checklist
233ac99 Add more debugging output for onetime and env.
d7f835d Create tomcat-sample.md

### v0.11.0

46d3c69 load template resources every interval
Expand Down
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Chris Armstrong <carmstrong@engineyard.com> (@carmstrong)
Gabriel Monroy <gmonroy@engineyard.com> (@gabrtv)
Kelsey Hightower <kelsey.hightower@gmail.com> (@kelseyhightower)
Matthew Fisher <mfisher@engineyard.com> (@bacongobbler)
Oleksandr Kushchenko <gearok@gmail.com> (@okushchenk)
Oleksandr Kushchenko <gearok@gmail.com> (@okushchenko)
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
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.11.0/confd-0.11.0-darwin-amd64
$ wget https://github.com/kelseyhightower/confd/releases/download/v0.12.0/confd-0.12.0-darwin-amd64
```

#### Linux

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

#### Building from Source
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const Version = "0.12.0-dev"
const Version = "0.12.0"

0 comments on commit 3e8f59b

Please sign in to comment.