Skip to content

Tags: ryankee/confd

Tags

v0.4.0-beta3

Toggle v0.4.0-beta3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Always trim prefix from keys

It is common for prefixed keys to be stored in etcd with a
leading "/". When retrieving keys from etcd, the leading "/"
is preserved, this is not the case for consul, which means
the prefix doesn't always get stripped off.

Ensure the prefix is always removed by trimming the leading "/"
from all keys and the user defined prefix before trimming the
prefix from the key.

v0.4.0-beta2

Toggle v0.4.0-beta2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request kelseyhightower#61 from rafecolton/fix-for-handlin…

…g-multiple-etcd-nodes-in-config

Loading config bytes manually instead of with `toml.DecodeFile`

v0.4.0-beta1

Toggle v0.4.0-beta1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Version bump to 0.4.0

v0.3.0

Toggle v0.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request kelseyhightower#44 from robbyt/patch-1

minor markdown format fix to quick-start-guide.md

0.3.0-beta1

Toggle 0.3.0-beta1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add missing ',' before newline -- test pass

v0.2.0

Toggle v0.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge branch '0.2.0'

v0.2.0-beta1

Toggle v0.2.0-beta1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Logging can be configured from the confd config file

v0.2.0-alpha1

Toggle v0.2.0-alpha1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Move community info down one section

v0.1.2

Toggle v0.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump version to 0.1.2

v0.1.2-rc4

Toggle v0.1.2-rc4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Silence non-error messages by default in the log package

But enable printing of non-error messages in main. This provides the
benefits of less noise during tests.