Skip to content

Releases: kubernetes-sigs/release-utils

v0.8.3

08 Jul 09:39
24b0b7a
Compare
Choose a tag to compare

What's Changed

  • Add support for sending HTTP HEAD requests by @xmudrii in #104
  • build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in the all group by @dependabot in #105
  • Update golangci-lint and fix lints by @saschagrunert in #106

Full Changelog: v0.8.2...v0.8.3

v0.8.2

08 May 09:13
3443b02
Compare
Choose a tag to compare

What's Changed

  • bump golangci-lint / zeitgeist / cosign and dependencies by @cpanato in #103

Full Changelog: v0.8.1...v0.8.2

v0.8.1

05 Apr 17:29
ad24a9c
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump the all group with 2 updates by @dependabot in #101
  • http agent: Properly wrap buffer reading error by @puerco in #102

Full Changelog: v0.8.0...v0.8.1

v0.8.0

02 Apr 07:27
fed3875
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.7...v0.8.0

v0.7.7

14 Nov 11:52
441a2c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.6...v0.7.7

v0.7.6

27 Oct 10:26
05e0f47
Compare
Choose a tag to compare

Changes by Kind

Feature

  • Bump golangci-lint to 1.55.1 and ko to 0.15.0 (#94, @cpanato) [SIG Release]
  • Set minimum go version to 1.20
    • bump cosign to v2.2.0
    • bump golangci-lint to v1.54.2 (#93, @cpanato) [SIG Release]

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Full Changelog: v0.7.5...v0.7.6

v0.7.5

09 Oct 08:40
ff2d69b
Compare
Choose a tag to compare

Changes by Kind

Feature

  • Add CompressWithoutPreservingPath function to the tar package (#83, @xmudrii) [SIG Release]
  • Set minimum go version to 1.20
    • bump cosign to v2.2.0
    • bump golangci-lint to v1.54.2 (#93, @cpanato) [SIG Release]

Bug or Regression

  • Tar.Extract: ignore error if directory exists (#84, @xmudrii) [SIG Release]

Other (Cleanup or Flake)

  • Fixed GenerateLDFlags for macos to not rely on GNU date any more. (#91, @saschagrunert) [SIG Release]

Dependencies

Added

Nothing has changed.

Changed

  • github.com/maxbrunsfeld/counterfeiter/v6: v6.6.1 → v6.7.0
  • github.com/onsi/gomega: v1.26.0 → v1.27.10
  • github.com/sirupsen/logrus: v1.9.0 → v1.9.3
  • github.com/stretchr/testify: v1.8.2 → v1.8.4
  • golang.org/x/mod: v0.7.0 → v0.12.0
  • golang.org/x/net: v0.5.0 → v0.14.0
  • golang.org/x/sync: v0.1.0 → v0.3.0
  • golang.org/x/sys: v0.4.0 → v0.11.0
  • golang.org/x/text: v0.6.0 → v0.12.0
  • golang.org/x/tools: v0.5.0 → v0.12.0

Removed

Nothing has changed.

v0.7.4

15 May 10:07
71d180f
Compare
Choose a tag to compare

Changes by Kind

Other (Cleanup or Flake)

  • Go.mod: Use uwu-tools/magex (ref: https://github.com/uwu-tools/magex/releases/tag/v0.10.0)
    • go.mod: Update github.com/uwu-tools/magex to v0.10.0 (#78, @justaugustus) [SIG Release]
  • Set output to stdout when printing the version (#76, @cpanato) [SIG Release]
  • The HTTP agent is now less verbose, it will not log each request anymore unless the logger is in debug mode (#65, @puerco) [SIG Release]
  • Update ko default install to 0.13.0
    • update cosign to v2.0.0
    • update zeitgeist to v0.4.1
    • update golangci-lint to v1.52.2 (#74, @cpanato) [SIG Release]

Dependencies

Added

  • github.com/uwu-tools/magex: v0.10.0

Changed

Removed

  • github.com/carolynvs/magex: v0.9.0
  • gotest.tools/v3: v3.0.2

v0.7.3

26 Jul 08:03
fb5bea0
Compare
Choose a tag to compare

Changes by Kind

Feature

  • Allow overriding of all variables in the version package by using the -ldflags -X flag. (#61, @saschagrunert) [SIG Release]

Dependencies

Added

  • github.com/Masterminds/semver/v3: v3.1.1

Changed

Removed

Nothing has changed.

Full Changelog: v0.7.2...v0.7.3

v0.7.2

14 Jul 11:54
40397ef
Compare
Choose a tag to compare

Changes by Kind

Bug or Regression

  • Return the git version from the one that is passed from the ldflags due to an issue in upstream (#54, @cpanato) [SIG Release]

Dependencies

Added

  • github.com/blang/semver/v4: v4.0.0

Changed

Removed