Skip to content
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

build(deps): bump github.com/google/uuid from 1.1.4 to 1.2.0 #14855

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2021

Bumps github.com/google/uuid from 1.1.4 to 1.2.0.

Release notes

Sourced from github.com/google/uuid's releases.

Add NewString()

This release introduces the NewString() function which is the equivalent of uuid.New().String().

Syntactic cleanup

There are no code changes. A missing period was add to a godoc comment and the linter was told to not complain that the results of hash.Write() are ignored (the function cannot fail)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot requested a review from a team as a code owner February 4, 2021 08:28
@dependabot dependabot bot added kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. labels Feb 4, 2021
@maintainer-s-little-helper maintainer-s-little-helper bot added dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. and removed dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. labels Feb 4, 2021
@dependabot dependabot bot requested a review from rolinh February 4, 2021 08:28
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.10.0 Feb 4, 2021
@tklauser
Copy link
Member

tklauser commented Feb 4, 2021

@dependabot rebase

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.4 to 1.2.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Commits](google/uuid@v1.1.4...v1.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/google/uuid-1.2.0 branch from 5bfc5d3 to 95b5d1d Compare February 4, 2021 08:59
@tklauser
Copy link
Member

tklauser commented Feb 4, 2021

The new version only changes comments and introduces the uuid.NewString func which isn't used in cilium code. It's thus enough for GH actions and Travis CI to pass.

@tklauser tklauser merged commit 4d99373 into master Feb 4, 2021
@tklauser tklauser deleted the dependabot/go_modules/github.com/google/uuid-1.2.0 branch February 4, 2021 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants