Skip to content

Releases: gomods/athens

v0.16.0

18 Apr 10:07
b338559
Compare
Choose a tag to compare

What's Changed

  • update-go-pkg(deps): bump contrib.go.opencensus.io/exporter/stackdriver from 0.6.0 to 0.13.14 by @dependabot in #1998
  • chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in #1999
  • update-go-pkg(deps): bump github.com/go-redis/redis/v8 from 8.11.4 to 8.11.5 by @dependabot in #2001
  • fix: use TARGETARCH to select the git-credential-github-app artifact by @Meroje in #2002
  • fix arch selection for github-app helper by @Meroje in #2003
  • chore: bump cloud.google.com/go/storage to v1.45.0 by @nrwiersma in #1996
  • chore: upgrade go to v1.23.2 by @nrwiersma in #1997
  • update-go-pkg(deps): bump github.com/aws/smithy-go from 1.20.2 to 1.22.1 by @dependabot in #2005
  • update-go-pkg(deps): bump github.com/gobuffalo/httptest from 1.0.4 to 1.5.2 by @dependabot in #2007
  • Swith s3 ListObjects api to ListObjectsV2 by @yatesliang in #2006
  • update-go-pkg(deps): bump github.com/go-playground/validator/v10 from 10.19.0 to 10.23.0 by @dependabot in #2009
  • update-go-pkg(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.16.15 to 1.17.43 by @dependabot in #2011
  • Fix the README Slack link by @matt0x6F in #2016
  • Add utf8 charset meta to the proxy home by @day253 in #2017
  • Bump go version to 1.23.4 by @SilverdewBaker in #2019
  • [chore][golang] bump golang to 1.23.5 for security patches by @HDYA in #2025
  • Update shared-team-instance.md by @rmdn0 in #2032
  • chore(deps): bump golang.org/x/net from 0.30.0 to 0.33.0 by @dependabot in #2024
  • chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot in #2034
  • chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot in #2035
  • chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot in #2036
  • Add pagination to s3 lister by @connor15mcc in #2037
  • Redis Sentinel SingleFlight: support of Redis master node username and password by @disc in #2039
  • chore: bump golangci-lint to v2 by @nrwiersma in #2042
  • Add handling for SIGCHLD to cleanup child processes by @jorng in #2043
  • chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot in #2044

New Contributors

Full Changelog: v0.15.4...v0.16.0

v0.15.4

29 Oct 15:28
6510048
Compare
Choose a tag to compare

What's Changed

  • Support using redis urls to construct the redis client by @opalmer in #1994
  • Fix typo preventing git-credential-github-app being installed by @bradleyjkemp in #1995
  • update-go-pkg(deps): bump github.com/spf13/afero from 1.8.2 to 1.11.0 by @dependabot in #1960

New Contributors

Full Changelog: v0.15.3...v0.15.4

v0.15.3

22 Oct 00:39
71119f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.2...v0.15.3

v0.15.2

30 Sep 16:54
74b3cf5
Compare
Choose a tag to compare

v0.15.2 comes with some security updates inherent to using the new Go toolchain, configurable VCS timeouts, and documentation updates for our more technical users.

What's Changed

  • Add timeout to vcsLister.List() by @taylorychen in #1986
  • Upgrade to Go 1.22 toolchain by @matt0x6F in #1987
  • Document log level format by @raxod502-plaid in #1982

New Contributors

  • @taylorychen made their first contribution in #1986
  • @raxod502-plaid made their first contribution in #1982

Full Changelog: v0.15.1...v0.15.2

v0.15.1

09 Sep 04:29
6f1346f
Compare
Choose a tag to compare

What's Changed

  • update-github-action(deps): bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #1969
  • update-github-action(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #1971
  • Add aad auth option when using azure storage account by @SilverdewBaker in #1973
  • Fix helm install command in docs by @sb464f in #1981
  • Switch from ADAL to AzIdentity, Add Azure Storage Token Refresh, and Update Golang Version by @SilverdewBaker in #1977
  • Compatibility with proxy.golang.org for list not found responses by @sanyatuning in #1974
  • Fix: Change goreleaser flag from --rm-dist to --clean by @matt0x6F in #1984

New Contributors

Full Changelog: v0.14.1...v0.15.1

v0.15.0

09 Sep 03:57
70ee634
Compare
Choose a tag to compare

What's Changed

  • update-github-action(deps): bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #1969
  • update-github-action(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #1971
  • Add aad auth option when using azure storage account by @SilverdewBaker in #1973
  • Fix helm install command in docs by @sb464f in #1981
  • Switch from ADAL to AzIdentity, Add Azure Storage Token Refresh, and Update Golang Version by @SilverdewBaker in #1977
  • Compatibility with proxy.golang.org for list not found responses by @sanyatuning in #1974

New Contributors

Full Changelog: v0.14.1...v0.15.0

v0.14.1

02 Jun 23:34
bde4952
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.14.1

v0.14.0

01 May 15:55
426fd24
Compare
Choose a tag to compare

What's Changed

  • update-go-pkg(deps): bump github.com/aws/aws-sdk-go from 1.44.220 to 1.51.21 by @dependabot in #1942
  • Add an introduction page as the home page by @matt0x6F in #1945
  • build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #1946
  • Add logging configuration docs by @matt0x6F in #1952
  • Docs overhaul by @matt0x6F in #1954
  • Upgrade to AWS SDK v2 (#1938) by @nesangcode in #1950
  • update-github-action(deps): bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #1956
  • Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.25.0 to 0.46.0 by @dependabot in #1901
  • update-go-pkg(deps): bump github.com/unrolled/secure from 0.0.0-20181221173256-0d6b5bb13069 to 1.14.0 by @dependabot in #1955

New Contributors

Known issues

  • Athens support for S3 buckets is broken from an upgrade to the AWS Go SDK (#1961)

Full Changelog: v0.13.3...v0.14.0

v0.13.3

14 Apr 20:51
f969e03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.2...v0.13.3

v0.13.2

28 Mar 00:52
b9c8fb7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.1...v0.13.2