Skip to content

Releases: kubernetes-sigs/release-utils

v0.12.4: Merge pull request #182 from saschagrunert/fix/agent-shared-options

31 Mar 08:43
c5ec679

Choose a tag to compare

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 any With*() method on one agent would mutate all agents. (#182, @saschagrunert) [SIG Release]

Feature

  • The http.Agent now supports setting custom clients with WithClient() (#169, @puerco) [SIG Release]

Other (Cleanup or Flake)

  • Bump cosign and golangci-lint (#179, @cpanato) [SIG Release]

Dependencies

Added

  • github.com/cespare/xxhash/v2: v2.3.0

Changed

Removed

Nothing has changed.

v0.12.3

16 Jan 21:11
97fe534

Choose a tag to compare

v0.12.3

v0.12.2

23 Sep 06:45
ce77460

Choose a tag to compare

Merge pull request #151 from kubernetes-sigs/dependabot/go_modules/al…

v0.12.1

08 Aug 10:23
bb0eb13

Choose a tag to compare

Merge pull request #140 from kubernetes-sigs/dependabot/go_modules/al…

v0.12.0

17 Jul 11:40
f704826

Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.12.0

v0.11.1

27 Mar 09:28
16d798b

Choose a tag to compare

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

03 Feb 08:23
ff25b35

Choose a tag to compare

Changes by Kind

Feature

  • Http: Added WithWaitTime and WithMaxWaitTime 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

31 Jan 08:02
de44574

Choose a tag to compare

Dependencies

Added

Nothing has changed.

Changed

Removed

Nothing has changed.

v0.9.0

30 Dec 14:07
de6082d

Choose a tag to compare

Merge pull request #120 from kubernetes-sigs/dependabot/github_action…

v0.8.5: Merge pull request #113 from saschagrunert/go-1.22

12 Sep 09:22
06acb35

Choose a tag to compare