Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/go-co-op/gocron v1.37.0 -> v2.16.2 age adoption passing confidence

Release Notes

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

v2.16.2

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.16.1...v2.16.2

v2.16.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.16.0...v2.16.1

v2.16.0

Compare Source

What's Changed

Bug fixes

Chores

New Contributors

Full Changelog: go-co-op/gocron@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: go-co-op/gocron@v2.14.2...v2.15.0

v2.14.2

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.14.1...v2.14.2

v2.14.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.14.0...v2.14.1

v2.14.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.13.0...v2.14.0

v2.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.12.4...v2.13.0

v2.12.4

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.12.3...v2.12.4

v2.12.3

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.12.2...v2.12.3

v2.12.2

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.12.1...v2.12.2

v2.12.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.12.0...v2.12.1

v2.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.11.0...v2.12.0

v2.11.0

Compare Source

Features

Fixes

Internal

New Contributors

Full Changelog: go-co-op/gocron@v2.10.1...v2.11.0

v2.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.10.0...v2.10.1

v2.10.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.9.0...v2.10.0

v2.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.8.0...v2.9.0

v2.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.7.1...v2.8.0

v2.7.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.7.0...v2.7.1

v2.7.0

Compare Source

Added

Fixed

Full Changelog: go-co-op/gocron@v2.6.0...v2.7.0

v2.6.0

Compare Source

Added

Fixed

Misc

New Contributors

Full Changelog: go-co-op/gocron@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.4.1...v2.5.0

v2.4.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.4.0...v2.4.1

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.3.0...v2.4.0

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.2.10...v2.2.11

v2.2.10

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.2.9...v2.2.10

v2.2.9

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.2.8...v2.2.9

v2.2.8

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.2.7...v2.2.8

v2.2.7

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.2.6...v2.2.7

v2.2.6

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.2.5...v2.2.6

v2.2.5

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.2.4...v2.2.5

v2.2.4

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.2.3...v2.2.4

v2.2.3

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.2.2...v2.2.3

v2.2.2

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.2.0...v2.2.1

v2.2.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.1.2...v2.2.0

v2.1.2

Compare Source

Fixes

Documentation

New Contributors

Full Changelog: go-co-op/gocron@v2.1.1...v2.1.2

v2.1.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.1.0...v2.1.1

v2.1.0

Compare Source

What's Changed

Version bumps

Full Changelog: go-co-op/gocron@v2.0.3...v2.1.0

v2.0.3

Compare Source

Fixes

Full Changelog: go-co-op/gocron@v2.0.2...v2.0.3

v2.0.2

Compare Source

Fixes

Full Changelog: go-co-op/gocron@v2.0.1...v2.0.2

v2.0.1

Compare Source

Fixes

Bumps

Full Changelog: go-co-op/gocron@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: go-co-op/gocron@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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch from f6b5aab to e8e318e Compare August 1, 2024 20:45
@MarcStdt MarcStdt force-pushed the master branch 3 times, most recently from 4dd9669 to 76b272d Compare September 1, 2024 13:31
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch 2 times, most recently from b2cd4a6 to b1b6a58 Compare September 16, 2024 22:12
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch from b1b6a58 to f80482a Compare September 20, 2024 14:34
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch 2 times, most recently from 1d1e12e to 71e027e Compare October 31, 2024 21:38
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch 2 times, most recently from 8f677b0 to 87f9cba Compare November 20, 2024 19:33
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch 2 times, most recently from b26ac25 to 3a75851 Compare December 17, 2024 18:12
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch 2 times, most recently from a4ccc33 to 2367438 Compare January 9, 2025 05:39
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch from 2367438 to cc6199f Compare January 15, 2025 16:59
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch from cc6199f to b02c5a8 Compare January 26, 2025 08:35
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch from b02c5a8 to 5767ee7 Compare February 27, 2025 03:49
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch 2 times, most recently from e261aa9 to f45162b Compare March 14, 2025 02:55
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch from f45162b to dc597fe Compare April 8, 2025 14:28
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch from dc597fe to 8b0ebf1 Compare April 24, 2025 07:06
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch from 8b0ebf1 to 2ade071 Compare May 16, 2025 22:43
@MarcStdt MarcStdt force-pushed the master branch 2 times, most recently from 261d9f1 to a2dfb15 Compare November 17, 2025 08:09
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.

1 participant