Skip to content

fix(deps): update module go.uber.org/atomic to v1.11.0#1155

Merged
mtardy merged 1 commit into
mainfrom
renovate/go.uber.org-atomic-1.x
Jun 27, 2023
Merged

fix(deps): update module go.uber.org/atomic to v1.11.0#1155
mtardy merged 1 commit into
mainfrom
renovate/go.uber.org-atomic-1.x

Conversation

@cilium-renovate

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
go.uber.org/atomic require minor v1.9.0 -> v1.11.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

uber-go/atomic (go.uber.org/atomic)

v1.11.0

Compare Source

Fixed
  • Fix Swap and CompareAndSwap for Value wrappers without initialization.
Added
  • Add String method to atomic.Pointer[T] type allowing users to safely print
    underlying values of pointers.

v1.10.0

Compare Source

Added
  • Add atomic.Float32 type for atomic operations on float32.
  • Add CompareAndSwap and Swap methods to atomic.String, atomic.Error,
    and atomic.Value.
  • Add generic atomic.Pointer[T] type for atomic operations on pointers of any
    type. This is present only for Go 1.18 or higher, and is a drop-in for
    replacement for the standard library's sync/atomic.Pointer type.
Changed
  • Deprecate CAS methods on all types in favor of corresponding
    CompareAndSwap methods.

Thanks to @​eNV25 and @​icpd for their contributions to this release.


Configuration

📅 Schedule: Branch creation - "on monday and friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@cilium-renovate
cilium-renovate Bot requested a review from a team as a code owner June 27, 2023 16:10
@cilium-renovate
cilium-renovate Bot requested a review from mtardy June 27, 2023 16:10
@cilium-renovate cilium-renovate Bot added kind/enhancement This improves or streamlines existing functionality release-blocker This PR or issue is blocking the next release. labels Jun 27, 2023
@mtardy
mtardy merged commit d35c6d5 into main Jun 27, 2023
@mtardy
mtardy deleted the renovate/go.uber.org-atomic-1.x branch June 27, 2023 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/enhancement This improves or streamlines existing functionality release-blocker This PR or issue is blocking the next release.

2 participants