Releases: kelseyhightower/confd
v0.16.0
This release introduces a couple of new changes, some including:
- New template functions:
lookupIPV4
,lookupIPV6
,parseBool
,atoi
- Fixes and improvements for etcdv3 (stability improvements), vault (Kubernes, AppRole auth), file (recursive directory listing), redis (
--watch
, hash type support) backends - Windows platform related fixes
- Smaller executables archived using UPX
Please see the CHANGELOG for the full list of changes in v0.16.0.
SHA-256 checksums:
2f919dc4c33eac98faf165226a5a5381ce8dc8445d0925ccd61f9cb1c01d4932 confd-0.16.0-darwin-amd64
255d2559f3824dd64df059bdc533fd6b697c070db603c76aaf8d1d5e6b0cc334 confd-0.16.0-linux-amd64
23d8b7796def38821394033e40b48f001b0271a072a5436397ccc57806dbf1f7 confd-0.16.0-linux-arm64
81e561145cc0eea5da99be27642a03493e926d73e97ea88bf14874f03bcbfae9 confd-0.16.0-windows-amd64.exe
v0.15.0
This release introduces a couple of new changes, some including:
- Reload command support on Windows
- Fixes and improvements for ssm, etcdv3, zookeper, consul backends
Please see the CHANGELOG for the full list of changes in v0.15.0.
SHA-256 checksums:
27612962e7c2c3c72c7b2461474e46daceaeb3a87036145b07c4a0e0424a7cf3 confd-0.15.0-darwin-amd64
7f3aba1d803543dd1df3944d014f055112cf8dadf0a583c76dd5f46578ebe3c2 confd-0.15.0-linux-amd64
b100fcd283dceb0d71ff3d54dd39cbc3159a75e1ad1ce5c343a7f519864e0bc0 confd-0.15.0-windows-amd64.exe
v0.14.0
This release introduces a couple of new changes, some including:
- New backends: AWS SSM Parameter Store and yaml/json file
- New template functions:
cget
,cgets
,cgetv
,cgetvs
Please see the CHANGELOG for the full list of changes in v0.14.0.
SHA-256 checksums:
cbc4b2415540d16d1d92cd25c116d09e6015ed0242f5f3be03359ef6af1cad8a confd-0.14.0-darwin-amd64
36c87bcf39bb5348f13aa90289c3e294f2361d0f3dd3cf16a8d0ce2c337e230f confd-0.14.0-linux-amd64
8b586a16e0021e97a546d258d28dcd3eef2d66633c05725fd85ec4a0f15bf355 confd-0.14.0-windows-amd64.exe
v0.13.0
This release introduces a couple of new changes, some including:
- A new backend: ETCD V3
- New template functions:
add
,sub
,div
,mod
,mul
,seq
,trimSuffix
,base64Encode
,base64Decode
- Removed backend: StackEngine
- Windows support
- Nested keys support for Vault
- WaitPrefix support for Rancher backend
Please see the CHANGELOG for the full list of changes in v0.13.0.
v0.12.0
v0.12.0-alpha3
This release adds support for the enhanced getv template function that accepts a default value.
v0.12.0-alpha2
This alpha release offers a look at the 0.12.0 release. A few bug fixes and support for custom SRV records via the --srv-record
flag.
0.12.0-alpha1
This release includes a few new backends: vault, dynamodb, and redis. I'm cutting an alpha release now to give people a head start with testing.