Skip to content

Releases: envkey/envkey-fetch

v1.2.9

30 Mar 23:54
Compare
Choose a tag to compare

Changelog

34d7f20 Releasing 1.2.9
563c38e go 1.16 with m1 support, cut down binary size by ~40% with ldflags
a70cdcf workaround to use amd64 for apple m1 until go supports darwin_arm64 natively
5bf9a45 Update LICENSE copyright
952338d Update install.sh copyright
703cccd Remove homebrew install instructions from README until envkey/envkey-source#17 is fixed
1680b64 Add homebrew tap installation instructions to README
02c8021 Add note about x509 error on Alpine Linux
6bd9a6d Releasing 1.2.8
31a703a update install.sh for arm builds/docker installs (logic copied over from envkey-source)
f26924d Update (c)
c1e9cb4 Releasing 1.2.7
f1e14e7 respect proxy env vars
b40bc80 Releasing 1.2.6
ab85c04 release script tweak
276397e fix for panic when --cache and --verbose flags are supplied, tidy up verbose output for cache-releated stuff a bit
ad39d26 version.go cleanup, add GOROOT_FINAL to clean up stack traces

v1.2.8

05 Jun 00:07
f26924d
Compare
Choose a tag to compare

Changelog

cb9cdf3 Releasing 1.2.8
31a703a update install.sh for arm builds/docker installs (logic copied over from envkey-source)
f26924d Update (c)
c1e9cb4 Releasing 1.2.7
f1e14e7 respect proxy env vars
b40bc80 Releasing 1.2.6
ab85c04 release script tweak
276397e fix for panic when --cache and --verbose flags are supplied, tidy up verbose output for cache-releated stuff a bit
ad39d26 version.go cleanup, add GOROOT_FINAL to clean up stack traces


Automated with GoReleaser
Built with go version go1.12 darwin/amd64

v1.2.7

28 Mar 23:00
Compare
Choose a tag to compare

Changelog

513ebb5 Releasing 1.2.7
f1e14e7 respect proxy env vars
b40bc80 Releasing 1.2.6
ab85c04 release script tweak
276397e fix for panic when --cache and --verbose flags are supplied, tidy up verbose output for cache-releated stuff a bit
ad39d26 version.go cleanup, add GOROOT_FINAL to clean up stack traces


Automated with GoReleaser
Built with go version go1.12 darwin/amd64

v1.2.6

01 Mar 23:40
Compare
Choose a tag to compare

Changelog

d9f9b31 Releasing 1.2.6
ab85c04 release script tweak
276397e fix for panic when --cache and --verbose flags are supplied, tidy up verbose output for cache-releated stuff a bit
ad39d26 version.go cleanup, add GOROOT_FINAL to clean up stack traces


Automated with GoReleaser
Built with go version go1.12 darwin/amd64

v1.2.5

01 Mar 19:48
Compare
Choose a tag to compare

Changelog

4adb69f Releasing 1.2.5
bbd4575 increase default timeout to 15s, use full timeout for tcp dial and tls handshake instead of half the full timeout
b8b22bb Releasing 1.2.4
2b1f219 fix version.go and update docs with retry opts
351fe15 add retries/backoff for ehanced reliability
9f9afcc Merge branch 'master' of git://github.com/xchapter7x/envkey-fetch into xchapter7x-master
79ff5d3 fix missing http client transport issue when loading CACerts from gocertifi (fixes Alpine issue)
a47dfce retry of 1 should retry once and run twice
514b93f update flag list in readme
501b354 retry on failure with configurable flag
b096f21 added test case for various strange characters suggest by @SeriousM - closes #7
fa2abef Releasing 1.2.2
7b8632a use higher level http.Client interface for timeouts, bump default timeout way up for better resiliency to slow requests


Automated with GoReleaser
Built with go version go1.12 darwin/amd64

v1.2.4

09 Nov 10:00
Compare
Choose a tag to compare

Changelog

843fd71 Releasing 1.2.4
2b1f219 fix version.go and update docs with retry opts
351fe15 add retries/backoff for ehanced reliability
9f9afcc Merge branch 'master' of git://github.com/xchapter7x/envkey-fetch into xchapter7x-master
79ff5d3 fix missing http client transport issue when loading CACerts from gocertifi (fixes Alpine issue)
a47dfce retry of 1 should retry once and run twice
514b93f update flag list in readme
501b354 retry on failure with configurable flag
b096f21 added test case for various strange characters suggest by @SeriousM - closes #7
fa2abef Releasing 1.2.2
7b8632a use higher level http.Client interface for timeouts, bump default timeout way up for better resiliency to slow requests


Automated with GoReleaser
Built with go version go1.10.2 darwin/amd64

v1.2.3

09 Nov 09:55
Compare
Choose a tag to compare

Changelog

e55c187 add retries/backoff for ehanced reliability
9f9afcc Merge branch 'master' of git://github.com/xchapter7x/envkey-fetch into xchapter7x-master
79ff5d3 fix missing http client transport issue when loading CACerts from gocertifi (fixes Alpine issue)
a47dfce retry of 1 should retry once and run twice
514b93f update flag list in readme
501b354 retry on failure with configurable flag
b096f21 added test case for various strange characters suggest by @SeriousM - closes #7
fa2abef Releasing 1.2.2
7b8632a use higher level http.Client interface for timeouts, bump default timeout way up for better resiliency to slow requests


Automated with GoReleaser
Built with go version go1.10.2 darwin/amd64

v1.2.2

09 Oct 22:21
Compare
Choose a tag to compare

Changelog

32c3fbd Releasing 1.2.2
7b8632a use higher level http.Client interface for timeouts, bump default timeout way up for better resiliency to slow requests


Automated with GoReleaser
Built with go version go1.10.2 darwin/amd64

v1.2.1

28 Sep 22:23
Compare
Choose a tag to compare

Changelog

2f253a3 Releasing 1.2.1
ac7a5fd fix hang without connectivity issue
720bdc0 Releasing 1.2.0
38a0a70 update test live ENVKEYs
bada015 make request for IP restricted backup (from AWS Lambda) in parallel with s3 backup request
8c6cc7b Merge branch 'master' into restricted_backups
17a3bef fix for localhost check, fix fetch tests to use default timeout
7f32392 progress on first-done backup url logic
418668c increase default envkey-fetch timeout to 6 seconds
a31f73f version.go


Automated with GoReleaser
Built with go version go1.10.2 darwin/amd64

v1.2.0

14 Sep 18:40
Compare
Choose a tag to compare

Changelog

d3ff875 Releasing 1.2.0
38a0a70 update test live ENVKEYs
bada015 make request for IP restricted backup (from AWS Lambda) in parallel with s3 backup request
8c6cc7b Merge branch 'master' into restricted_backups
17a3bef fix for localhost check, fix fetch tests to use default timeout
7f32392 progress on first-done backup url logic
418668c increase default envkey-fetch timeout to 6 seconds
a31f73f version.go


Automated with GoReleaser
Built with go version go1.10.2 darwin/amd64