Releases: kubernetes-sigs/release-utils
Releases · kubernetes-sigs/release-utils
v0.12.0
v0.11.1
What's Changed
- build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in the all group by @dependabot in #128
- build(deps): bump github.com/avast/retry-go/v4 from 4.6.0 to 4.6.1 in the all group by @dependabot in #129
- bump cosign and golanci-lint / update deps by @cpanato in #130
- build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 in the actions group by @dependabot in #131
- Switch to golangci-lint v2 by @saschagrunert in #132
Full Changelog: v0.11.0...v0.11.1
v0.11.0
Changes by Kind
Feature
- Http: Added
WithWaitTime
andWithMaxWaitTime
to allow specifying the HTTP retry wait times. (#126, @saschagrunert) [SIG Release]
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.
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