keikoproj / lifecycle-manager

Graceful AWS scaling event on Kubernetes using lifecycle hooks
Apache License 2.0
92 stars 28 forks source link

Bump github.com/avast/retry-go from 2.4.1+incompatible to 2.7.0+incompatible #110

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/avast/retry-go from 2.4.1+incompatible to 2.7.0+incompatible.

Release notes

Sourced from github.com/avast/retry-go's releases.

Add context support

PR #34 issue #33

Avoid overflow in BackOffDelay and CombineDelay

#30

Export default configuration & MaxDelay option

contains

Support random jitter combined with other delay options.

PR: #26

Allocated length of errorLog should be 1 and not config.attempts if lastErrorOnly is set to true in the config

issue: #23 PR: #22

retryIf should be called before onRetry #21

Commits
  • d5890ce Merge pull request #34 from avast/context_support
  • 7b7365c fix context behaviour
  • fb576e6 add context support
  • 1472dd7 update see also
  • 06f486a remove go 1.6 from travis test, add go 1.13 - 1.15
  • bbd7e3f Merge branch 'master' of github.com:avast/retry-go
  • 59632cb Merge pull request #30 from fishy/avoid-overflow
  • c0babf7 Avoid overflow in BackOffDelay and CombineDelay
  • a8f6dc7 release of #27 & #28
  • 01ec765 Merge pull request #28 from lebauce/max-delay
  • Additional commits viewable in compare view


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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

codecov[bot] commented 1 year ago

Codecov Report

Merging #110 (63c3465) into master (b5c747c) will not change coverage. Report is 1 commits behind head on master. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #110   +/-   ##
=======================================
  Coverage   69.71%   69.71%           
=======================================
  Files          12       12           
  Lines        1311     1311           
=======================================
  Hits          914      914           
  Misses        325      325           
  Partials       72       72           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

tekenstam commented 1 year ago

@dependabot rebase