Skip to content

Tags: wardn/athens

Tags

v0.9.0

Toggle v0.9.0's commit message
Updating helm chart & docker image versions

v0.8.1

Toggle v0.8.1's commit message
Move SingleFlight.Redis.Password back under SingleFlight.Redis (gomod…

…s#1581)

Co-authored-by: Aaron Schlesinger <[email protected]>

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds redis sentinel support (gomods#1554)

* Adds redis sentinel support

Fixes gomods#1553

* Fix redis-sentinel test hostnames

* Fix redis master name again

* Fix redis sentinel port in tests

* Upgrade the redis client

* Rmoeve accidental config change

* Fix default config

* Addresses review comments

* Add documentation on single flight mechanisms

* Fix spelling issues

* Fix formatting

Co-authored-by: Aaron Schlesinger <[email protected]>

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
config: use semi-colon instead of comma to separate ATHENS_GO_BINARY_… (

gomods#1531)

* config: use semi-colon instead of comma to separate ATHENS_GO_BINARY_ENV_VARS

* document behavior

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing filter link (gomods#1524)

v0.7.0

Toggle v0.7.0's commit message
Explain vendor vs proxy (gomods#1403)

* adding a section for discussion on when to do vendor directories vs. when to use athens or another proxy server

* adding more detail and an outline

* Adding a bit more 😄

* adding to vendor vs athens faq

* removing reference material from FAQ when to use Athens

* Fixing awkward phrasing in faq docs.

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cmd/proxy/actions: pass NoSumPatterns to GoGetFetcher (gomods#1391)

* cmd/proxy/actions: pass NoSumPatterns to GoGetFetcher

* add gosum unit tests

* upgrade appveyor to 1.13

* fix test typo

* check appveyor version

* AppVeyor has no 1.13

* use logger

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to Go 1.13 (gomods#1377)

v0.5.0

Toggle v0.5.0's commit message
[helm-chart] Basic-Auth support without environment-variables (gomods…

…#1289)

* Added basic auth support

Signed-off-by: Alexander Zimmermann <[email protected]>

* Disabled basicAuth for default

Signed-off-by: Alexander Zimmermann <[email protected]>

* Count up helm chart version

* Using default values in http-headers

Signed-off-by: Alexander Zimmermann <[email protected]>

v0.4.0

Toggle v0.4.0's commit message
fix List call - token should be on 3. position (gomods#1212)