Skip to content

Releases: goproxy/goproxy

v0.17.2

09 Jul 22:49
a0024b0
Compare
Choose a tag to compare

0.17.2 (2024-07-09)

Miscellaneous Chores

v0.17.1

05 Jul 15:47
4a56f64
Compare
Choose a tag to compare

0.17.1 (2024-07-05)

Miscellaneous Chores

  • deps: bump golang.org/x/mod from 0.18.0 to 0.19.0 (#68) (141fb73)

v0.17.0

23 Jun 15:32
170446b
Compare
Choose a tag to compare

0.17.0 (2024-06-23)

Features

  • Cacher: support optional interface{ Size() int64 } for Content-Length header (#60) (546d218)

Miscellaneous Chores

  • ci: bump goreleaser/goreleaser-action from 5 to 6 (#64) (afa0f0b)
  • ci: utilize googleapis/release-please-action@v4 (#62) (f2383d6)
  • deps: bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#65) (39a876c)
  • deps: bump golang.org/x/mod from 0.16.0 to 0.18.0 (#66) (b4c1099)
  • format README.md (#61) (0d2f7d6)
  • release 0.17.0 (#67) (c688753)

v0.16.10

13 Jun 15:40
4754c19
Compare
Choose a tag to compare

Changelog

  • 4754c19 chore(Dockerfile): use Alpine 3.20 as base image (#59)

v0.16.9

30 Apr 15:01
4254665
Compare
Choose a tag to compare

Changelog

  • 4254665 fix(Dockerfile): git lfs install global (#56)
  • 80087f0 chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 (#54)

v0.16.8

26 Mar 15:35
37c723d
Compare
Choose a tag to compare

Changelog

  • 37c723d chore(ci): format .github/workflows/test.yaml (#51)
  • 97b6cc1 chore(Dockerfile): modify artifact handling to use USE_GORELEASER_ARTIFACTS build arg (#50)

v0.16.7

14 Mar 15:08
Compare
Choose a tag to compare

Changelog

  • 2222ccc chore: fix Docker image release
  • dc60bf3 chore: improve Docker image release
  • 14e06d0 chore: remove short commit hash as tag for Docker image
  • 5ea55a5 chore: prefer owner/repo from GHA over goproxy/goproxy for ghcr.io
  • 4cce0f5 chore: simplify Dockerfile
  • fa185c0 chore: bump golang.org/x/mod
  • 988a4b9 chore: simplify Dockerfile
  • 3dba219 chore: use GoReleaser to release Docker image
  • 480af60 chore: inject version info at build time for Docker image
  • 9fec103 chore: use {{.Summary}} as snapshot.name_template for .goreleaser.yaml
  • 639e995 refactor(cmd/goproxy): inject version info at build time

v0.16.6

26 Feb 03:45
Compare
Choose a tag to compare

Changelog

  • a1e2a77 refactor: check for canonical module versions in GoFetcher.Download
  • 44dde84 refactor: allow zero time in unmarshalInfo

v0.16.5

25 Feb 10:01
Compare
Choose a tag to compare

Changelog

  • e848349 revert: chore: bump github.com/minio/minio-go/v7
  • 0038324 chore: bump github.com/minio/minio-go/v7
  • d5c240a fix: correct module path and version matching in Goproxy.serveFetch
  • 54b6f5c chore: improve "Quick Start" section in README.md
  • d1785d8 chore: add .github/FUNDING.yaml
  • 1b1dd38 refactor: improve invalid version error message for unmarshalInfo

v0.16.4

07 Feb 16:19
Compare
Choose a tag to compare

Changelog

  • 181001f chore: bump golang.org/x/mod
  • 6edc511 refactor: use Go 1.22 for releases
  • efd7ed6 test: cover Go 1.22
  • cbcd3b9 chore: set CODECOV_TOKEN for codecov/codecov-action@v4
  • 7becc8d chore: bump codecov/codecov-action from v3 to v4
  • 5708e28 refactor: improve resource cleanup for GoFetcher.Download
  • 69382c2 chore: add CODE_OF_CONDUCT.md