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

Bump github.com/jonboulle/clockwork from 0.3.0 to 0.4.0 #819

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2023

Bumps github.com/jonboulle/clockwork from 0.3.0 to 0.4.0.

Release notes

Sourced from github.com/jonboulle/clockwork's releases.

v0.4.0

What's Changed

Exciting New Features 🎉

Enhancements 🚀

Breaking Changes 🛠

Dependency Updates ⬆️

New Contributors

Full Changelog: jonboulle/clockwork@v0.3.0...v0.4.0

Commits
  • 606c48b Merge pull request #55 from DPJacques/rand
  • 684ad58 Merge pull request #62 from jonboulle/go120
  • 2c5b106 ci: add Go 1.20 as a build target
  • 1dd6ef9 Use current time for NewFakeClock's initial value
  • 62ef7fe Merge pull request #56 from DPJacques/context
  • bd7c02c Add BlockUntilContext, which respects context cancellation.
  • 2d24090 Merge pull request #59 from jonboulle/dependabot/github_actions/actions/setup...
  • 3c73564 build(deps): bump actions/setup-go from 3 to 4
  • 040794b Merge pull request #58 from rockspore/typo
  • 8fdc183 fix typo
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 1, 2023
@jrozner
Copy link
Member

jrozner commented May 3, 2023

Need to check into this. Might be related to jonboulle/clockwork#55

@jrozner
Copy link
Member

jrozner commented May 4, 2023

@dependabot rebase

Bumps [github.com/jonboulle/clockwork](https://github.com/jonboulle/clockwork) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/jonboulle/clockwork/releases)
- [Commits](jonboulle/clockwork@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: github.com/jonboulle/clockwork
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/jonboulle/clockwork-0.4.0 branch from d7e240b to a7b7802 Compare May 4, 2023 21:50
Clockwork changed to defaulting to the current time rather than a fixed
time. This means that the nanoseconds field is now set which isn't the
case in the MySQL timestamp. The value returned from MySQL is always
going to be limited to the nearest second but the value in Go that is
expected will have nanosecond precision. We need to chop it off.
@jrozner jrozner force-pushed the dependabot/go_modules/github.com/jonboulle/clockwork-0.4.0 branch from 5fca012 to a7db914 Compare May 4, 2023 23:31
@jrozner jrozner merged commit a6351e0 into main May 4, 2023
@jrozner jrozner deleted the dependabot/go_modules/github.com/jonboulle/clockwork-0.4.0 branch May 4, 2023 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant