Skip to content

Update module github.com/go-co-op/gocron to v2#730

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

Update module github.com/go-co-op/gocron to v2#730
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-go-co-op-gocron-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 22, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/go-co-op/gocron v1.37.0v2.19.1 age confidence

Release Notes

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

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

v2.11.0

Compare Source

Features

  • WithStopAt added to JobOption's to allow giving a time for jobs to stop running by @​Higan in #​760

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

  • fix memory leak with singleton mode where job is sending duplicate reschedule requests by @​JohnRoesler in #​723

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

  • wait for new job to be fully created before returning by @​JohnRoesler in #​658
  • BETA FEATURE: Add job monitor interface to allow for collecting job metrics by @​JohnRoesler in #​659
    • This is the first release of the monitor feature - it may be changed as initial implementations are created and feedback comes in

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 568f1db to 153243d Compare February 22, 2026 15:24
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 22, 2026

Overview

Image reference ghcr.io/gatewayd-io/gatewayd:22ec5b6 gatewaydio/gatewayd:latest
- digest 776e72ce8042 ec55fbe558b3
- tag 22ec5b6 latest
- provenance a8e84d0
- vulnerabilities critical: 0 high: 0 medium: 2 low: 1 critical: 1 high: 1 medium: 4 low: 1
- platform linux/amd64 linux/amd64
- size 22 MB 19 MB (-2.9 MB)
- packages 149 144 (-5)
Base Image alpine:3
also known as:
3.23
3.23.3
latest
alpine:3.21
also known as:
3.21.6
- vulnerabilities critical: 0 high: 0 medium: 1 low: 1 critical: 0 high: 0 medium: 1 low: 1
Packages and Vulnerabilities (66 package changes and 2 vulnerability changes)
  • ➕ 23 packages added
  • ➖ 24 packages removed
  • ♾️ 19 packages changed
  • 102 packages unchanged
  • ❗ 2 vulnerabilities added
Changes for packages of type apk (19 changes)
Package Version
ghcr.io/gatewayd-io/gatewayd:22ec5b6
Version
gatewaydio/gatewayd:latest
alpine-base 3.23.3-r0
♾️ alpine-baselayout 3.7.1-r8 3.6.8-r1
♾️ alpine-baselayout-data 3.7.1-r8 3.6.8-r1
♾️ alpine-keys 2.6-r0 2.5-r0
♾️ alpine-release 3.23.3-r0 3.21.6-r0
♾️ apk-tools 3.0.3-r1 2.14.6-r3
♾️ busybox 1.37.0-r30 1.37.0-r14
♾️ busybox-binsh 1.37.0-r30 1.37.0-r14
ca-certificates 20251003-r0
♾️ ca-certificates-bundle 20251003-r0 20250911-r0
libapk 3.0.3-r1
♾️ libcrypto3 3.5.5-r0 3.3.6-r0
♾️ libssl3 3.5.5-r0 3.3.6-r0
♾️ musl 1.2.5-r21 1.2.5-r9
♾️ musl-utils 1.2.5-r21 1.2.5-r9
openssl 3.5.5-r0
pax-utils 1.3.8-r2
♾️ scanelf 1.3.8-r2 1.3.8-r1
♾️ ssl_client 1.37.0-r30 1.37.0-r14
Changes for packages of type golang (47 changes)
Package Version
ghcr.io/gatewayd-io/gatewayd:22ec5b6
Version
gatewaydio/gatewayd:latest
github.com/cenkalti/backoff/v5 5.0.3
github.com/cenkalti/backoff/v5 5.0.3
github.com/cespare/xxhash/v2 2.3.0
github.com/cespare/xxhash/v2 2.3.0
github.com/containerd/errdefs/pkg 0.3.0
github.com/cpuguy83/go-md2man/v2 2.0.6
github.com/cpuguy83/go-md2man/v2 2.0.6
♾️ github.com/envoyproxy/protoc-gen-validate 1.3.3 1.3.0
github.com/flosch/pongo2/v6 6.0.0
github.com/flosch/pongo2/v6 6.0.0
♾️ github.com/gatewayd-io/gatewayd 0.0.0-20260222202043-22ec5b686fde+dirty 0.11.0
github.com/go-git/go-billy/v5 5.6.0
github.com/go-git/go-billy/v5 5.6.0
github.com/go-git/go-git/v5 5.13.0
github.com/go-git/go-git/v5 5.13.0
github.com/google/go-github/v68 68.0.0
github.com/google/go-github/v68 68.0.0
github.com/grpc-ecosystem/grpc-gateway/v2 2.28.0
github.com/grpc-ecosystem/grpc-gateway/v2 2.27.8
♾️ github.com/hashicorp/go-msgpack 2.1.2 0.5.5
github.com/hashicorp/go-msgpack/v2 2.1.2
github.com/jackc/pgx/v5 5.8.0
github.com/jackc/pgx/v5 5.8.0
github.com/masterminds/semver/v3 3.4.0
github.com/masterminds/semver/v3 3.4.0
github.com/pganalyze/pg_query_go/v6 6.2.2
github.com/pganalyze/pg_query_go/v6 6.2.2
github.com/redis/go-redis/v9 9.18.0
github.com/redis/go-redis/v9 9.18.0
github.com/robfig/cron/v3 3.0.1
github.com/robfig/cron/v3 3.0.1
github.com/russross/blackfriday/v2 2.1.0
github.com/russross/blackfriday/v2 2.1.0
github.com/santhosh-tekuri/jsonschema/v5 5.3.1
github.com/santhosh-tekuri/jsonschema/v5 5.3.1
♾️ github.com/spf13/afero 1.15.0 1.11.0
github.com/wk8/go-ordered-map/v2 2.1.8
github.com/wk8/go-ordered-map/v2 2.1.8
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.55.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.55.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace 1.40.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 1.40.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 1.40.0
google.golang.org/genproto/googleapis/api 0.0.0-20260209200024-4cfbd4190f57
google.golang.org/genproto/googleapis/api 0.0.0-20260217215200-42d3e9bedb6d
google.golang.org/genproto/googleapis/rpc 0.0.0-20260209200024-4cfbd4190f57
♾️ stdlib 1.25.7 1.24.11
critical: 1 high: 1 medium: 0 low: 0
Added vulnerabilities (2):
  • critical : CVE--2025--68121
  • high : CVE--2025--61726

@renovate renovate bot force-pushed the renovate/github.com-go-co-op-gocron-2.x branch from 153243d to 22ec5b6 Compare February 22, 2026 20:20
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