Skip to content

Conversation

@red-hat-konflux
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Dec 1, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/eapache/go-resiliency v1.2.0 -> v1.7.0 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

eapache/go-resiliency (github.com/eapache/go-resiliency)

v1.7.0: Version 1.7.0

Compare Source

  • Adds Retrier.WithSurfaceWorkErrors() to ask the Retrier to always return the work function's error even if a context deadline is hit (thanks to Elizabeth Cox).

v1.6.0: Version 1.6.0

Compare Source

  • Adds Breaker.GetState() to check the breaker state directly (e.g. for monitoring metrics).
  • Fix a race condition in the Batcher that could have lead to a panic if multiple batches ended up executing at once (thanks to Tiago Peczenyj for the discovery and very clear bug report).
  • Fix Batcher.Shutdown() to behave correctly when multiple batches end up executing at once.
  • A variety of small refactors, simplifications, and test suite improvements.

v1.5.0: Version 1.5.0

Compare Source

  • Adds Retrier.WithInfiniteRetry() and Retrier.RunFn() to handle more complex cases (thanks to Maxime Beckman).

v1.4.0: Version 1.4.0

Compare Source

  • Adds Batcher.Shutdown() to flush any pending work without waiting for the timer, e.g. on application shutdown (thanks to Ivan Stankov).
  • Fix possible memory leaks of Timer objects in Deadline, Retrier, and Semaphore (thanks to Dmytro Nozdrin).

v1.3.0: Version 1.3.0

Compare Source

  • Increased minimum Golang version to 1.13.
  • Fix a goroutine leak in Deadline.Run() on ErrTimeOut.
  • Add a go.mod file to conform to more recent Golang version standards.
  • Use errors.Is when classifying errors for the Retrier (thanks to Taufik Rama).
  • Add implementation of LimitedExponentialBackoff for the Retrier (thanks to tukeJonny).

Configuration

📅 Schedule: Branch creation - "on Monday after 3am and before 10am" in timezone Europe/Prague, 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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux
Copy link
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: local_setup/go.sum
Command failed: go get -t ./...
go: github.com/Shopify/sarama@v1.45.1: parsing go.mod:
	module declares its path as: github.com/IBM/sarama
	        but was required as: github.com/Shopify/sarama

@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/eapache/go-resiliency to v1.7.0 chore(deps): update module github.com/eapache/go-resiliency to v1.7.0 - autoclosed Dec 13, 2025
@red-hat-konflux red-hat-konflux bot closed this Dec 13, 2025
@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/master/github.com-eapache-go-resiliency-1.x branch December 13, 2025 04:43
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/eapache/go-resiliency to v1.7.0 - autoclosed chore(deps): update module github.com/eapache/go-resiliency to v1.7.0 Dec 15, 2025
@red-hat-konflux red-hat-konflux bot reopened this Dec 15, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-eapache-go-resiliency-1.x branch from 1b61b36 to ff7f95f Compare December 15, 2025 04:42
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/eapache/go-resiliency to v1.7.0 chore(deps): update module github.com/eapache/go-resiliency to v1.7.0 - autoclosed Dec 20, 2025
@red-hat-konflux red-hat-konflux bot closed this Dec 20, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/eapache/go-resiliency to v1.7.0 - autoclosed chore(deps): update module github.com/eapache/go-resiliency to v1.7.0 Dec 22, 2025
@red-hat-konflux red-hat-konflux bot reopened this Dec 22, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-eapache-go-resiliency-1.x branch from 0053a63 to ff7f95f Compare December 22, 2025 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants