Releases: kubernetes-sigs/release-utils
Releases · kubernetes-sigs/release-utils
v0.7.3
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
- github.com/carolynvs/magex: v0.8.1 → v0.9.0
- github.com/sirupsen/logrus: v1.8.1 → v1.9.0
- golang.org/x/sys: 039c03c → c0bba94
Removed
Nothing has changed.
Full Changelog: v0.7.2...v0.7.3
v0.7.2
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
- github.com/cpuguy83/go-md2man/v2: v2.0.1 → v2.0.2
- github.com/spf13/cobra: v1.4.0 → v1.5.0
- github.com/stretchr/objx: v0.1.0 → v0.4.0
- github.com/stretchr/testify: v1.7.2 → v1.8.0
Removed
- github.com/blang/semver: v3.5.1+incompatible
v0.7.1
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
Changes by Kind
Feature
- Add WithFont function (#45, @cpanato) [SIG Release]
- The mage package now has functions to install ko and cosign (#48, @puerco) [SIG Release]
Bug or Regression
Other (Cleanup or Flake)
- Dropped compatibility for go < 1.17 in our mage go module verification script
Dependencies
Added
Nothing has changed.
Changed
- github.com/andybalholm/brotli: v1.0.0 → v1.0.1
- github.com/carolynvs/magex: v0.7.0 → v0.8.1
- github.com/dsnet/compress: v0.0.1 → f669936
- github.com/golang/snappy: v0.0.1 → v0.0.2
- github.com/klauspost/compress: v1.10.10 → v1.11.4
- github.com/klauspost/pgzip: v1.2.4 → v1.2.5
- github.com/magefile/mage: v1.11.0 → v1.13.0
- github.com/mholt/archiver/v3: v3.5.0 → v3.5.1
- github.com/pierrec/lz4/v4: v4.0.3 → v4.1.2
- github.com/stretchr/testify: v1.7.1 → v1.7.2
- github.com/ulikunitz/xz: v0.5.7 → v0.5.9
- gopkg.in/yaml.v3: 496545a → v3.0.1
- k8s.io/utils: 6203023 → 3a6ce19
Removed
Nothing has changed.
New Contributors
- @azeemshaikh38 made their first contribution in #51
Full Changelog: v0.6.0...v0.7.0
v0.6.0
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
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
v0.3.0
Merge pull request #18 from saschagrunert/command-filter Add command.Filter API