Skip to content

Releases: kubernetes-sigs/release-utils

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

v0.7.1

13 Jun 12:36
bac167d
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 upstream (#54, @cpanato) [SIG Release]

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Full Changelog: v0.7.0...v0.7.1

v0.7.0

07 Jun 07:39
v0.7.0
7d7a550
Compare
Choose a tag to compare

Changes by Kind

Feature

Bug or Regression

  • The default golangci-lint version in the mage package is now v1.45.2. (#50, @puerco) [SIG Release]

Other (Cleanup or Flake)

  • Dropped compatibility for go < 1.17 in our mage go module verification script
    • The minimum version when verifying go modules in mage can now be specified using MIN_GO_VERSION (#47, @puerco) [SIG Release]

Dependencies

Added

Nothing has changed.

Changed

Removed

Nothing has changed.

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

28 Mar 10:54
v0.6.0
61372c2
Compare
Choose a tag to compare

What's Changed

  • add setting for go-header to check the header copyright for go files by @cpanato in #27
  • build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0 by @dependabot in #37
  • build(deps): bump github.com/carolynvs/magex from 0.6.0 to 0.6.1 by @dependabot in #36
  • Add ok-to-test label to dependabot PRs by @saschagrunert in #38
  • Sync PR template /kind with other repos by @saschagrunert in #39
  • build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #40
  • build(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 from 6.4.1 to 6.5.0 by @dependabot in #41
  • Switch to golang native error wrapping by @saschagrunert in #42
  • build(deps): bump github.com/carolynvs/magex from 0.6.1 to 0.7.0 by @dependabot in #43
  • add an option to choose an ASCII font by @cpanato in #44
  • add WithFont function by @cpanato in #45

Full Changelog: v0.5.0...v0.6.0

v0.5.0

08 Feb 16:14
eb1b073
Compare
Choose a tag to compare

What's Changed

  • Adding importable version cobra command by @n3wscott in #28
  • Add module version support if tool is installed via go install. by @n3wscott in #29
  • Rename verison.go -> version.go by @puerco in #30
  • Do not attempt to override version if not devel by @n3wscott in #31
  • Add TestGoWithTags Mage target used to run go test with provided tags by @xmudrii in #33
  • Add mage target for ensuring git config by @xmudrii in #32
  • CheckGitConfigExists: properly handle non-existing config by @xmudrii in #34
  • Minor improvements to CheckGitConfigExists by @xmudrii in #35

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

28 Jan 12:58
v0.4.0
aa9d1e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

23 Jun 07:11
66ee61b
Compare
Choose a tag to compare
Merge pull request #18 from saschagrunert/command-filter

Add command.Filter API