Gomods Athens Versions Save

A Go module datastore and proxy

v0.13.3

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/gomods/athens/compare/v0.13.2...v0.13.3

v0.13.2

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/gomods/athens/compare/v0.13.1...v0.13.2

v0.13.1

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/gomods/athens/compare/v0.13.0...v0.13.1

v0.13.0

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/gomods/athens/compare/v0.12.1...v0.13.0

v0.12.1

1 year ago

What's Changed

Full Changelog: https://github.com/gomods/athens/compare/v0.12.0...v0.12.1

v0.12.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gomods/athens/compare/v0.11.0...v0.12.0

v0.12.0-rc1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gomods/athens/compare/v0.11.0...v0.12.0-rc1

v0.11.0

3 years ago

Welcome Athenians! v0.11.0 has a few features and several internal & infrastructural changes to improve stability and robustness:

  • In https://github.com/gomods/athens/pull/1656, #1652, and #1655, we improved tests and log output. These changes should make it slighty easier for Athens developers and operators
  • In #1659, #1672, and #1677, we upgraded the Helm charts:
    • #1659 uses the new apiVersion value for Kubernetes Ingress objects
    • #1672 allows you to set annontations on the service account, if you have one present
    • #1677 allows you to use an existing service account in your Kubernetes cluster, rather than having the Helm chart create a new one for you
  • In #1673, we added configuration to support IAM Roles for Service Accounts for Athens configured with S3. This means that Athens can now use the default credentials for an S3 bucket when it's running in AWS, rather than having to hard-code them in configuration
  • In #1681, we added the Content-Length header to .zip requests, which means that Athens can now integrate with pkgsite
  • And last, but not least in #1623, we started using goreleaser to publish Athens binaries to each release page (starting with this one!). We only publish amd64 bit binaries for Linux and (Intel) Mac machines. Please submit an issue to request other builds/architectures if you would like them

Thanks to all of the contributors for the above PRs and everything else in this release!

Much :heart: from the Athens maintainers :smile:

v0.10.0

3 years ago

Hi Athenians ๐Ÿ‘‹

This release brings about a few exciting changes. For the full list of commits see https://github.com/gomods/athens/compare/v0.9.0...v0.10.0

  • We changed our main branch from master to main ๐ŸŽ‰

  • Athens support for the /index endpoint ๐Ÿ—‚๏ธ. This makes Athens behave not only similarly to proxy.golang.org but also to index.golang.org. To turn it on and configure a backend for storing indexes, check out our configuration. This makes Athens integrate well with the newly open source Package Discovery Site. We will write more documentation on how to set everything up once things get more stable ๐ŸŽ‰ (but feel free to reach out on GitHub Discussions or Slack if you want help setting it up)

  • Fixed a bug where users running Athens behind a path prefix were not able to proxy to the checksum db correctly: https://github.com/gomods/athens/pull/1620

  • Fixed a bug where the Download File was not redirecting to URLs that had a path suffix: https://github.com/gomods/athens/pull/1640

As always THANK YOU to our first time and recurring contributors. Athens is developed fully freely by the open source community so hope you like this release!

Don't hesitate to file issues or reach out to us at #athens on the Gohper Slack.

Open source contributors since v0.9.0:

๐ŸŽ‰ @elliotmr @stamm @sidprak @GodsBoss @WillAbides ๐ŸŽ‰

v0.9.0

3 years ago

Hi there, Athenians! Lately our releases have had bugfixes and medium sized features. Not today! This release has a big new feature. We've heard you want more storage backends, so we added an HTTP-based way you can build your own storage backends, without forking or recompiling Athens

We're calling it External Storage ๐Ÿ˜„ ๐Ÿš€ ๐ŸŽ‰

If you're interested in building your own external storage drivers, see the docs for details.

Other Changes ๐Ÿ”ฌ

A lot of work went into external storage, but we still had a chance to fix bugs and add other features.

For the full list of changes, see here

Thanks To The Community ๐Ÿ’š

As always, we couldn't have done this release without all the bug reports, feature requests, PRs, questions, and discussion from everyone in the community. This project exists because of you all

Thanks especially to @BradErz, @xytan0056, and @bclermont for their contributions in this release. Thanks folks!

Finally, if you'd like to contribute and see your GitHub name here next release, please talk to us in the #athens channel on Gophers Slack. We would love to have you join us, and absolutely everybody is welcome.