Skip to content

v2.1.0

Compare
Choose a tag to compare
@kommendorkapten kommendorkapten released this 07 May 08:58
· 4 commits to master since this release
2e05c61

What's Changed

  • Move the repository package under examples/repository by @rdimitrov in #656
  • docs: Joshua retiring as a maintainer by @joshuagl in #657
  • fix: multirepo potential nil pointer dereference by @MrDan4es in #658
  • chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 by @dependabot in #661
  • chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #662
  • chore(deps): bump github.com/secure-systems-lab/go-securesystemslib from 0.8.0 to 0.9.0 by @dependabot in #663
  • Use the correct verifier for RSA PSS scheme keys by @rdimitrov in #625
  • updater.go: replace os.WriteFile with file.Write() by @udf2457 in #669
  • Remove readFile() and reverseSlice() in favour of stdlib by @udf2457 in #671
  • updater.go: replace url.QueryEscape() with url.PathEscape() by @udf2457 in #675
  • Bump Go to 1.22 by @rdimitrov in #677
  • chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #679
  • chore: make function comment match function name by @suchsoon in #680
  • Update README.md by @trishankatdatadog in #681
  • chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.35.0 by @dependabot in #683
  • Allow users to configure custom http.Client or http.RoundTripper in DefaultFetcher by @malancas in #682
  • Allow users to configure retry behavior in DefaultFetcher by @malancas in #684
  • Added back timeout to the fetcher DownloadFile method to avoid a breaking change. by @kommendorkapten in #685

New Contributors

Full Changelog: v2.0.2...v2.1.0