Skip to content

Tags: jhmartin/confd

Tags

v0.6.0-alpha1

Toggle v0.6.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.
document the base template function

v0.5.0

Toggle v0.5.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
confd: exit handle signals and exit cleanly

Confd now captures the SIGINT and SIGTERM singals and exits cleanly.

v0.5.0-beta2

Toggle v0.5.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.
bump version 0.5.0

v0.5.0-beta1

Toggle v0.5.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.2

v0.4.1

Toggle v0.4.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
integration test just use localhost

v0.4.0

Toggle v0.4.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#77 from raizyr/master

os.Rename cross-filesystem issue alternative solution

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