Skip to content
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

chore(deps): update module github.com/go-co-op/gocron/v2 to v2.15.0 #115

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2024

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 requested a review from a team as a code owner March 25, 2024 22:38
@renovate renovate bot enabled auto-merge (rebase) March 25, 2024 22:38
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from 24af3a1 to 40eae15 Compare March 26, 2024 17:26
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.2.7 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.2.8 Mar 26, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from 40eae15 to 3cf6bcf Compare March 26, 2024 21:42
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.2.8 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.2.9 Mar 26, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from 3cf6bcf to 30cc035 Compare April 23, 2024 18:25
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.2.9 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.2.10 Apr 23, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from 30cc035 to 2b7176a Compare April 30, 2024 15:42
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.2.10 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.3.0 Apr 30, 2024
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.3.0 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.4.0 May 2, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch 2 times, most recently from 98cf945 to fc1d36e Compare May 5, 2024 01:14
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.4.0 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.4.1 May 5, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from fc1d36e to a87f8bc Compare May 7, 2024 00:20
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.4.1 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.5.0 May 7, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from a87f8bc to 5d72212 Compare June 20, 2024 22:09
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.5.0 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.6.0 Jun 20, 2024
Copy link
Contributor Author

renovate bot commented Jun 20, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/stretchr/testify v1.9.0 -> v1.10.0
golang.org/x/exp v0.0.0-20231219180239-dc181d75b848 -> v0.0.0-20240613232115-7f521ea00fb8
golang.org/x/sync v0.5.0 -> v0.7.0

@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.6.0 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.7.0 Jun 22, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch 2 times, most recently from 0769a4e to 46e6054 Compare June 27, 2024 22:43
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.7.0 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.7.1 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from 46e6054 to e34419e Compare July 3, 2024 16:40
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.7.1 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.8.0 Jul 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from e34419e to f88f91c Compare July 13, 2024 05:54
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.8.0 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.10.0 Jul 13, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from f88f91c to b027011 Compare July 21, 2024 02:59
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.10.0 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.11.0 Jul 21, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch 5 times, most recently from e411461 to a7a76ee Compare August 20, 2024 07:56
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from a7a76ee to 7942c0b Compare September 17, 2024 01:37
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.11.0 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.12.0 Sep 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from 7942c0b to f6accf0 Compare September 20, 2024 16:18
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.12.0 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.12.1 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from f6accf0 to 2ed7e71 Compare October 31, 2024 18:50
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.12.1 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.12.2 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from 2ed7e71 to f2fd246 Compare October 31, 2024 23:30
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.12.2 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.12.3 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from f2fd246 to f9543a3 Compare November 20, 2024 19:17
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.12.3 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.12.4 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from f9543a3 to eea5169 Compare December 12, 2024 06:40
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.12.4 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.13.0 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from eea5169 to e49c7b2 Compare December 17, 2024 18:08
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.13.0 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.14.0 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from e49c7b2 to 3c1a54b Compare January 3, 2025 17:06
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.14.0 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.14.1 Jan 3, 2025
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from 3c1a54b to 257f62e Compare January 9, 2025 06:09
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.14.1 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.14.2 Jan 9, 2025
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from 257f62e to 9383d0c Compare January 23, 2025 22:41
@renovate renovate bot changed the title chore(deps): update module github.com/go-co-op/gocron/v2 to v2.14.2 chore(deps): update module github.com/go-co-op/gocron/v2 to v2.15.0 Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants