Releases: bsideup/configo
0.4.1
Changelog:
Bugfixes:
- #34 - proper null value handling
Installation:
See wiki for installation options and instructions: https://github.com/bsideup/configo/wiki/Binaries
SHA sums:
Binaries were taken from CircleCI.
Build: https://circleci.com/gh/zeroturnaround/configo/116#artifacts
We're not compiling them manually, and you can verify that checksums are the same (see openssl sha1 configo.*
step on CircleCI):
SHA1(configo.darwin-amd64)= 3c4601ce9d0b891b1e4812d7ca8a382edcd881d5
SHA1(configo.linux-amd64)= b8de86980374fb4c7624398d6ebd0581bef22cb0
SHA1(configo.windows-amd64)= 45043d34a8be49202896de8cd7b44353781d585b
v0.4.0
Changelog:
New features:
- #33 Composite source. Now it's possible to use single env variable to pass multiple sources:
export CONFIGO_SOURCE_0='{
"type": "composite",
"sources": [
{ "type": "shell", "format": "properties", "command": "echo MY_COOL_PROP=123" },
{ "type": "file", "path": "/etc/test.yml", "format": "yaml" },
{ "type": "http", "format": "json", "url": "https://my.configs.corp.com/test.json" }
]
}'
Installation:
See wiki for installation options and instructions: https://github.com/bsideup/configo/wiki/Binaries
SHA sums:
Binaries were taken from CircleCI.
Build: https://circleci.com/gh/zeroturnaround/configo/114#artifacts
We're not compiling them manually, and you can verify that checksums are the same (see openssl sha1 configo.*
step on CircleCI):
SHA1(configo.darwin-amd64)= bf11b565948cf988e52b6f46b90e5b1fd9ea4ca1
SHA1(configo.linux-amd64)= aa5aafbb17921de4970cf6a7884b2126d50a2857
SHA1(configo.windows-amd64)= d1bac0c5c38c5fe7dd7f6ee3291dfe55c3a29012
v0.3.0
Changelog:
New features:
- #31 Implement fromJSON/fromYAML/etc template helpers - see it in action: https://asciinema.org/a/79tnd6jwzkqtx1zd4ux57kkc3
Bug fixes
- Make DynamoDB source fail fast
Installation:
See wiki for installation options and instructions: https://github.com/bsideup/configo/wiki/Binaries
SHA sums:
Binaries were taken from CircleCI.
Build: https://circleci.com/gh/zeroturnaround/configo/111#artifacts
We're not compiling them manually, and you can verify that checksums are the same (see openssl sha1 configo.*
step on CircleCI):
SHA1(configo.darwin-amd64)= 75aec5820f0aa06e5af9b262d575e771b9079dd0
SHA1(configo.linux-amd64)= daff9f784d0fda5cfcc33f714ed46098a8d29009
SHA1(configo.windows-amd64)= 0a8ac22b282abce9751bfbb9cac7804ea797a8e3
v0.2.0
Changelog:
New features:
New sources:
Improvements:
- TLS auth support for URL source
- Go-LINQ integration
Installation:
See wiki for installation options and instructions: https://github.com/bsideup/configo/wiki/Binaries
SHA sums:
Binaries were taken from CircleCI.
Build: https://circleci.com/gh/zeroturnaround/configo/107#artifacts
We're not compiling them manually, and you can verify that checksums are the same (see openssl sha1 configo.*
step on CircleCI):
SHA1(configo.darwin-amd64)= fb56a1e801a640ac98057840d81c69e036b82d40
SHA1(configo.linux-amd64)= ea75e7e357685276c48d77e29f1c077ac3b5c9d1
SHA1(configo.windows-amd64)= 83fec3a964363f43f3c0a8292f6cb5e3f9d3a443
First release
v0.1.0 Initial