Releases: kubernetes-sigs/release-utils
Releases · kubernetes-sigs/release-utils
v0.11.0: Merge pull request #127 from saschagrunert/simplify
Simplify retry logic
v0.10.0
Dependencies
Added
Nothing has changed.
Changed
- github.com/Azure/go-ansiterm: 306776e → faa5f7b
- github.com/moby/term: v0.5.1 → v0.5.2
Removed
Nothing has changed.
v0.9.0
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