Skip to content

chore(deps): bump github.com/netresearch/go-cron from 0.12.0 to 0.13.0#504

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/netresearch/go-cron-0.13.0
Open

chore(deps): bump github.com/netresearch/go-cron from 0.12.0 to 0.13.0#504
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/netresearch/go-cron-0.13.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 27, 2026

Bumps github.com/netresearch/go-cron from 0.12.0 to 0.13.0.

Release notes

Sourced from github.com/netresearch/go-cron's releases.

v0.13.0

Highlights

Quoted timezone values (#337, #335)

Shell users who habitually quote environment variable values can now write TZ="America/New_York" or TZ='UTC' in cron spec strings. Matching single or double quotes are stripped before validation. Mismatched or partial quotes are rejected with clear errors.

// All of these now work
c.AddFunc(`TZ="America/New_York" 0 9 * * *`, job)
c.AddFunc(`CRON_TZ='Asia/Tokyo' 30 4 * * *`, job)
c.AddFunc("TZ=UTC * * * * *", job) // unquoted still works

See ADR-021 for design rationale and scope.

Changes

Features

  • feat: allow quoted TZ and CRON_TZ values in spec strings (#337)

Documentation

  • docs: ADR-021 — Quoted Timezone Values in Spec Strings
  • docs: updated README, DST_HANDLING, TROUBLESHOOTING, COOKBOOK with quoted timezone examples

Full Changelog: netresearch/go-cron@v0.12.0...v0.13.0

Commits
  • 80da74e feat: allow quoted TZ and CRON_TZ values in spec strings (#337)
  • 4da5c1c feat: allow quoted TZ and CRON_TZ values in spec strings (#335)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/netresearch/go-cron](https://github.com/netresearch/go-cron) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/netresearch/go-cron/releases)
- [Changelog](https://github.com/netresearch/go-cron/blob/main/CHANGELOG.md)
- [Commits](netresearch/go-cron@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/netresearch/go-cron
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 27, 2026
@dependabot dependabot bot requested a review from CybotTM as a code owner February 27, 2026 09:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 27, 2026
@github-actions
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
gomod/github.com/netresearch/go-cron 0.13.0 🟢 9.7
Details
CheckScoreReason
Dependency-Update-Tool🟢 10update tool detected
Maintained🟢 1030 commit(s) and 28 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟢 10security policy file detected
Code-Review🟢 10all changesets reviewed
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 7badge detected: Silver
Vulnerabilities🟢 100 existing vulnerabilities detected
Signed-Releases🟢 105 out of the last 5 releases have a total of 10 signed artifacts.
SAST🟢 10SAST tool is run on all commits
License🟢 10license file detected
Fuzzing🟢 10project is fuzzed
Branch-Protection🟢 8branch protection is not maximal on development and all release branches
CI-Tests🟢 108 out of 8 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 6project has 2 contributing companies or organizations -- score normalized to 6

Scanned Files

  • go.mod

@github-actions github-actions bot enabled auto-merge February 27, 2026 09:43
@github-actions github-actions bot added this pull request to the merge queue Feb 27, 2026
@codspeed-hq
Copy link

codspeed-hq bot commented Feb 27, 2026

Merging this PR will degrade performance by 10.61%

⚡ 2 improved benchmarks
❌ 1 regressed benchmark
✅ 23 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Benchmark BASE HEAD Efficiency
BenchmarkExecutionMemoryWithoutPool 10.8 ms 9.7 ms +11.5%
remove 50 µs 38.3 µs +30.67%
BenchmarkRateLimiter 102.7 µs 114.9 µs -10.61%

Comparing dependabot/go_modules/github.com/netresearch/go-cron-0.13.0 (91e2e55) with main (6925778)

Open in CodSpeed

@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants