Releases: kubernetes-sigs/release-utils
Releases · kubernetes-sigs/release-utils
v0.8.5: Merge pull request #113 from saschagrunert/go-1.22
Switch to go 1.23
v0.8.4
Changes by Kind
Feature
- K-sigs/release-utils now has an automated release workflow and publishes an SBOM (#110, @puerco) [SIG Release]
- Release-utils now has a new throttle package forked from nozzle/throttle (#108, @puerco) [SIG Release]
- The
http.Agent
now has*Group
variants of its functions to support parallel fetching o lists of URLs. (#107, @puerco) [SIG Release] - The util package has a new convenience function
util.IsDir()
to detect if a path is a directory. (#109, @puerco) [SIG Release]
Other (Cleanup or Flake)
- Reverted fork of nozzle/throttler to release-utils (see #108 (comment) ) (#111, @puerco) [SIG Release]
Dependencies
Added
- github.com/nozzle/throttler: 2ea9822
Changed
Nothing has changed.
Removed
Nothing has changed.
v0.8.3
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
v0.8.1
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
What's Changed
- Log error message on editor error by @JamesLaverack in #98
- HTTP Agent: Support writing responses to Writers by @puerco in #99
- bump tools and set require go1.21 as minimum by @cpanato in #100
New Contributors
- @JamesLaverack made their first contribution in #98
Full Changelog: v0.7.7...v0.8.0
v0.7.7
v0.7.6
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
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.
Full Changelog: v0.7.5...v0.7.6
v0.7.5
Changes by Kind
Feature
- Add
CompressWithoutPreservingPath
function to thetar
package (#83, @xmudrii) [SIG Release] - Set minimum go version to 1.20
Bug or Regression
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
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
Dependencies
Added
- github.com/uwu-tools/magex: v0.10.0
Changed
- github.com/Masterminds/semver/v3: v3.1.1 → v3.2.1
- github.com/creack/pty: v1.1.11 → v1.1.18
- github.com/google/go-cmp: v0.5.6 → v0.5.9
- github.com/inconshreveable/mousetrap: v1.0.0 → v1.1.0
- github.com/magefile/mage: v1.13.0 → v1.14.0
- github.com/maxbrunsfeld/counterfeiter/v6: v6.5.0 → v6.6.1
- github.com/moby/term: 3f7ff69 → v0.5.0
- github.com/onsi/gomega: v1.18.1 → v1.26.0
- github.com/pkg/errors: v0.9.1 → v0.8.1
- github.com/spf13/cobra: v1.5.0 → v1.7.0
- github.com/stretchr/objx: v0.4.0 → v0.5.0
- github.com/stretchr/testify: v1.8.0 → v1.8.2
- github.com/yuin/goldmark: v1.4.1 → v1.4.13
- golang.org/x/crypto: 089bfa5 → 60c769a
- golang.org/x/mod: 9b9b3d8 → v0.7.0
- golang.org/x/net: 27dd868 → v0.5.0
- golang.org/x/sync: 036812b → v0.1.0
- golang.org/x/sys: c0bba94 → v0.4.0
- golang.org/x/text: v0.3.7 → v0.6.0
- golang.org/x/tools: v0.1.10 → v0.5.0
- golang.org/x/xerrors: 5ec99f8 → 9bdfabe
- gopkg.in/yaml.v2: v2.4.0 → v2.2.2
Removed
- github.com/carolynvs/magex: v0.9.0
- gotest.tools/v3: v3.0.2