Skip to content

fix(deps): update module github.com/go-co-op/gocron to v2

Renovate Bot requested to merge renovate/github.com-go-co-op-gocron-2.x into main

This MR contains the following updates:

Package Type Update Change
github.com/go-co-op/gocron require major v1.37.0 -> v2.16.2

Release Notes

go-co-op/gocron (github.com/go-co-op/gocron)

v2.16.2

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.16.1...v2.16.2

v2.16.1

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.16.0...v2.16.1

v2.16.0

Compare Source

What's Changed

Bug fixes

Chores

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.15.0...v2.16.0

v2.15.0

Compare Source

What's New

// WithContext sets the parent context for the job.
// If you set the first argument of your Task func to be a context.Context,
// gocron will pass in the provided context to the job and will cancel the
// context on shutdown. If you cancel the context the job will no longer be
// scheduled as well. This allows you to both control the job via a context
// and listen for and handle cancellation within your job.
// NewTask provides the job's task function and parameters.
// If you set the first argument of your Task func to be a context.Context,
// gocron will pass in a context (either the default Job context, or one
// provided via WithContext) to the job and will cancel the context on shutdown.
// This allows you to listen for and handle cancellation within your job.

Chores

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.14.2...v2.15.0

v2.14.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.14.1...v2.14.2

v2.14.1

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.14.0...v2.14.1

v2.14.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.13.0...v2.14.0

v2.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.12.4...v2.13.0

v2.12.4

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.12.3...v2.12.4

v2.12.3

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.12.2...v2.12.3

v2.12.2

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.12.1...v2.12.2

v2.12.1

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.12.0...v2.12.1

v2.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.11.0...v2.12.0

v2.11.0

Compare Source

Features

Fixes

Internal

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.10.1...v2.11.0

v2.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.10.0...v2.10.1

v2.10.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.9.0...v2.10.0

v2.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.8.0...v2.9.0

v2.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.7.1...v2.8.0

v2.7.1

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.7.0...v2.7.1

v2.7.0

Compare Source

Added

Fixed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.6.0...v2.7.0

v2.6.0

Compare Source

Added

Fixed

Misc

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.4.1...v2.5.0

v2.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.4.0...v2.4.1

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.3.0...v2.4.0

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.2.10...v2.2.11

v2.2.10

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.2.9...v2.2.10

v2.2.9

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.2.8...v2.2.9

v2.2.8

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.2.7...v2.2.8

v2.2.7

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.2.6...v2.2.7

v2.2.6

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.2.5...v2.2.6

v2.2.5

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.2.4...v2.2.5

v2.2.4

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.2.3...v2.2.4

v2.2.3

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.2.2...v2.2.3

v2.2.2

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.2.0...v2.2.1

v2.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.1.2...v2.2.0

v2.1.2

Compare Source

Fixes

Documentation

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.1.1...v2.1.2

v2.1.1

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.1.0...v2.1.1

v2.1.0

Compare Source

What's Changed

Version bumps

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.0.3...v2.1.0

v2.0.3

Compare Source

Fixes

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.0.2...v2.0.3

v2.0.2

Compare Source

Fixes

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.0.1...v2.0.2

v2.0.1

Compare Source

Fixes

Bumps

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.0.0...v2.0.1

v2.0.0

Compare Source

v2.0.0

It's here! 🎉 Take a look at the readme and godoc to see how the new version works!

Please give feedback! (Reach out on slack if you're interested in contributing so we can coordinate work 😄 ) And open issues if you find any bugs or have features you'd like to see supported!

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.0.0-alpha-1...v2.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports

Loading