Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

cilium-renovate[bot]
Copy link
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants