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

chore(deps): update module gofrs/flock to v0.7.1 #1114

Merged
merged 1 commit into from May 17, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2020

This PR contains the following updates:

Package Type Update Change
github.com/gofrs/flock require minor v0.0.0-20190320160742-5135e617513b -> v0.7.1

Release Notes

gofrs/flock

v0.7.1

Compare Source

v0.7.0

Compare Source

  • add New() function to package for creating a flock file.
  • deprecate NewFlock() in favor of New()

These two changes were contributed by Egon Elbre (@​egonelbre) in #​32.

v0.6.0

Compare Source

  • Add method to satisfy io.Closer interface. Thanks to
    Dustin Spicuzza (@​virtuald) for contributing this in #​21.

v0.5.0

Compare Source

This change includes a behavior improvement which should result in this working
across NFS mounts. This is done transparently, and should not require that
consumers change how they use the package. The methodology decided on by
understanding how the flock utility handles this on Linux.

This improvement was contributed by Dustin Spicuzza (@​virtuald) in #​22.

v0.4.0

Compare Source

v0.3.0

Compare Source

Fix issues in Windows discovered using CI

  • Fix behavior of TryLock() so that it doesn't return an error when the file is
    already locked.

v0.2.0

Compare Source

Add TryLockContext method to try and take an exclusive lock, while providing a
retry mechanism with a retry frequency (duration) and a context. This allows you
to retry taking the lock every n milliseconds, and to use the context to time
out after a period t seconds if no lock could be obtained.

This version introduces a dependency on Go 1.7+.


Renovate configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Relates to an upstream dependency label May 16, 2020
@jirfag jirfag merged commit d01488e into master May 17, 2020
@delete-merged-branch delete-merged-branch bot deleted the renovate/github.com-gofrs-flock-0.x branch May 17, 2020 13:01
@ldez ldez added this to the v1.28 milestone Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Relates to an upstream dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants