Skip to content

Bump sidekiq-scheduler from 5.0.6 to 6.0.1 #8

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps sidekiq-scheduler from 5.0.6 to 6.0.1.

Release notes

Sourced from sidekiq-scheduler's releases.

v6.0.1

Check CHANGELOG to see all changes.

v6.0.0

Check CHANGELOG of pre-releases beta1 & beta2.

Full Changelog: sidekiq-scheduler/sidekiq-scheduler@v5.0.6...v6.0.0

v6.0.0.beta2

Check CHANGELOG to see all changes.

v6.0.0.beta1

Check CHANGELOG to see all changes.

Changelog

Sourced from sidekiq-scheduler's changelog.

6.0.1

  • [FIX] Fix issue with Sidekiq v7.3.0-v7.3.6 #503

6.0.0

  • Check the changelog for beta1 and beta2 of this version.

6.0.0.beta2

  • [FIX/BREAKING CHANGE] Don't clear "schedule" key on boot in dynamic schedule mode #467
    • If you use sidekiq-scheduler with the dynamic mode, be aware that the schedule key won't be cleared on boot anymore (so maybe patches handling that in your codebase might have to be removed)
  • [FIX] SidekiqScheduler::Manager enormous inspect output 17f9c7f / #462.
  • [FIX/ENHANCEMENT] Remove checks that would raise an error if any of the following options was not under the scheduler key (enabled, dynamic, dynamic_every, schedule, listened_queues_only, rufus_scheduler_options). 1e64958 / #469
    • This was needed for those migrating from v4 to v5, but isn't anymore.

6.0.0.beta1

  • [ENHANCEMENT] Adds compatibility with Sidekiq 8 #497
  • [BREAKING CHANGE] Drop support for Sidekiq 7.2 and earlier #497
Commits
  • d06a3e5 v6.0.1
  • dc44da3 Sidekiq::Web v7.3.0-v7.3.6 does not have configure
  • 1e1b404 v6
  • 893d070 changelog for fixes for #469
  • 1e64958 Remove check of sidekiq scheduler options that have moved under the key
  • c0ab169 changelog
  • 17f9c7f fix issues with #inspect
  • 0ce9172 bump version to beta2 since beta1 has already been released
  • 3cde291 beta2 changelog
  • a091b1c don't clear "schedule" key on boot in dynamic schedule mode
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 ruby Pull requests that update ruby code labels Aug 5, 2025
Bumps [sidekiq-scheduler](https://github.com/moove-it/sidekiq-scheduler) from 5.0.6 to 6.0.1.
- [Release notes](https://github.com/moove-it/sidekiq-scheduler/releases)
- [Changelog](https://github.com/sidekiq-scheduler/sidekiq-scheduler/blob/master/CHANGELOG.md)
- [Commits](sidekiq-scheduler/sidekiq-scheduler@v5.0.6...v6.0.1)

---
updated-dependencies:
- dependency-name: sidekiq-scheduler
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/sidekiq-scheduler-6.0.1 branch from f11c234 to 6d75f08 Compare August 6, 2025 15:54
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 ruby Pull requests that update ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants