Releases: kubernetes-sigs/release-utils
Releases · kubernetes-sigs/release-utils
v0.12.4: Merge pull request #182 from saschagrunert/fix/agent-shared-options
Changes by Kind
Bug
- Fix shared default options mutation across http agents.
NewAgent()previously returned agents all pointing to the same options struct, so calling anyWith*()method on one agent would mutate all agents. (#182, @saschagrunert) [SIG Release]
Feature
Other (Cleanup or Flake)
Dependencies
Added
- github.com/cespare/xxhash/v2: v2.3.0
Changed
- github.com/clipperhouse/displaywidth: v0.6.2 → v0.10.0
- github.com/clipperhouse/uax29/v2: v2.3.0 → v2.6.0
- github.com/olekukonko/errors: v1.1.0 → v1.2.0
- github.com/olekukonko/ll: 9e59c22 → v0.1.6
- github.com/olekukonko/tablewriter: v1.1.3 → v1.1.4
Removed
Nothing has changed.
v0.12.3
v0.12.3
v0.12.2
v0.12.1
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
WithWaitTimeandWithMaxWaitTimeto 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