Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-go-co-op-gocron-v2-2.x
Open

fix(deps): update module github.com/go-co-op/gocron/v2 to v2.21.2#63
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-go-co-op-gocron-v2-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/go-co-op/gocron/v2 v2.11.0v2.21.2 age confidence

Release Notes

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

v2.21.2

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.21.1...v2.21.2

v2.21.1

Compare Source

What's Changed

  • fix: remove jobs and respect stopTime in NextRuns when WithStopDateTi… by @​jcheyer in #​922

New Contributors

Full Changelog: go-co-op/gocron@v2.21.0...v2.21.1

v2.21.0

Compare Source

What's Changed

  • feat: add WithDSTPolicy option for DST spring-forward handling by @​Copilot in #​917
  • feat: add IsRunning() and LastRunCompletedAt() to Job interface by @​Copilot in #​918
  • feat: Expose job schedule information via Schedule() method on Job interface by @​Copilot in #​919

Test Suite

Full Changelog: go-co-op/gocron@v2.20.0...v2.21.0

v2.20.0

Compare Source

What's Changed

Performance improvements

Fixes

Docs

  • docs: clarify NextRun/NextRuns require scheduler to be started by @​Copilot in #​910

New Contributors

Full Changelog: go-co-op/gocron@v2.19.1...v2.20.0

v2.19.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.19.0...v2.19.1

v2.19.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.18.2...v2.19.0

v2.18.2

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.18.1...v2.18.2

v2.18.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.18.0...v2.18.1

v2.18.0

Compare Source

What's Changed

Fixes

Chores

New Contributors

Full Changelog: go-co-op/gocron@v2.17.0...v2.18.0

v2.17.0

Compare Source

What's Changed

Performance Improvements

Fixes

Chores

New Contributors

Full Changelog: go-co-op/gocron@v2.16.6...v2.17.0

v2.16.6

Compare Source

What's Changed

  • a return is missing to stop execution if the job is not found by @​sarff in #​872

Chores

New Contributors

Full Changelog: go-co-op/gocron@v2.16.5...v2.16.6

v2.16.5

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.16.4...v2.16.5

v2.16.4

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.16.3...v2.16.4

v2.16.3

Compare Source

What's Changed

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

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

  • feat:custom-cron interface for own custom cron implimentation by @​Dojeto in #​834

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

  • BUG FIX: creating a new slice in several job options because appending modifies original by @​JohnRoesler in #​809

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

  • Fix CPU spike / max-out in One-time job when 2 or more equal times are provided by @​rbroggi in #​779

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


Configuration

📅 Schedule: (UTC)

  • 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 changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.12.0 fix(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 3a1c2ac to f5fff3d Compare September 20, 2024 13:59
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.12.1 fix(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 2 times, most recently from 03e4b22 to a28535a Compare October 31, 2024 23:31
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.12.2 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.12.3 Oct 31, 2024
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.12.3 fix(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 a28535a to a160747 Compare November 20, 2024 22:05
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from a160747 to 60c03aa Compare December 12, 2024 06:25
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.12.4 fix(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 60c03aa to 6863e96 Compare December 17, 2024 21:04
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.13.0 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.14.0 Dec 17, 2024
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.14.0 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.14.1 Jan 7, 2025
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch 2 times, most recently from 00502cb to c213d60 Compare January 9, 2025 07:03
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.14.1 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.14.2 Jan 9, 2025
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from c213d60 to fc65e0e Compare January 23, 2025 21:58
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.14.2 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.15.0 Jan 23, 2025
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from fc65e0e to a9b8abb Compare February 25, 2025 05:43
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 25, 2025

ℹ 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):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.24.0
github.com/jonboulle/clockwork v0.4.0 -> v0.5.0

@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.15.0 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.16.0 Feb 25, 2025
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch 2 times, most recently from b6053b4 to 1fbeed5 Compare March 14, 2025 01:26
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.16.0 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.16.1 Mar 14, 2025
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from 1fbeed5 to 90a8477 Compare April 8, 2025 12:05
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from 90a8477 to 2dac1a6 Compare May 7, 2025 11:55
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from 2dac1a6 to bad7557 Compare May 16, 2025 22:02
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.16.1 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.16.2 May 16, 2025
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.17.0 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.18.0 Nov 5, 2025
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.18.0 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.18.1 Nov 24, 2025
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch 2 times, most recently from 2cf9fe5 to 2f2ba30 Compare November 26, 2025 22:09
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.18.1 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.18.2 Nov 26, 2025
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from 2f2ba30 to d297609 Compare December 12, 2025 20:54
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.18.2 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.19.0 Dec 12, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 12, 2025

ℹ️ 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):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.21.4
github.com/jonboulle/clockwork v0.4.0 -> v0.5.0

@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.19.0 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.19.1 Jan 28, 2026
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from d297609 to 930da75 Compare January 28, 2026 17:29
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.19.1 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.19.1 - autoclosed Feb 4, 2026
@renovate renovate Bot closed this Feb 4, 2026
@renovate renovate Bot deleted the renovate/github.com-go-co-op-gocron-v2-2.x branch February 4, 2026 10:40
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.19.1 - autoclosed fix(deps): update module github.com/go-co-op/gocron/v2 to v2.19.1 Feb 10, 2026
@renovate renovate Bot reopened this Feb 10, 2026
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch 2 times, most recently from 930da75 to 64094b2 Compare February 10, 2026 05:07
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.19.1 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.20.0 Apr 6, 2026
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from 64094b2 to 7943e77 Compare April 6, 2026 16:36
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.20.0 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.21.0 Apr 14, 2026
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from 7943e77 to 6cc191e Compare April 14, 2026 17:55
@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from 6cc191e to b3ef18b Compare April 21, 2026 19:51
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.21.0 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.21.1 Apr 21, 2026
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/github.com-go-co-op-gocron-v2-2.x branch from b3ef18b to 2b94453 Compare May 12, 2026 16:39
@renovate renovate Bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.21.1 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.21.2 May 12, 2026
@sonarqubecloud
Copy link
Copy Markdown

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