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

build(deps): bump github.com/hashicorp/cronexpr from 1.1.0 to 1.1.1 in /api #11132

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2021

Bumps github.com/hashicorp/cronexpr from 1.1.0 to 1.1.1.

Release notes

Sourced from github.com/hashicorp/cronexpr's releases.

v1.1.1

Fix an infinite loop when the cron expression contain a month padding with 0.

Commits
  • a5b9ff1 Merge pull request #3 from hashicorp/b-month-zero-padding
  • 8cee125 Fix a bug where months are padded with 0
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@tgross
Copy link
Member

tgross commented Nov 10, 2021

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/api/github.com/hashicorp/cronexpr-1.1.1 branch from 13ca1a2 to cabffa5 Compare November 10, 2021 15:38
@vercel vercel bot temporarily deployed to Preview – nomad November 10, 2021 15:38 Inactive
@tgross tgross moved this from Needs Triage to In Progress in Nomad - Community Issues Triage Nov 10, 2021
@tgross tgross self-assigned this Nov 10, 2021
@tgross tgross self-requested a review November 10, 2021 15:51
@dependabot dependabot bot force-pushed the dependabot/go_modules/api/github.com/hashicorp/cronexpr-1.1.1 branch from cabffa5 to 3859cd8 Compare November 17, 2021 13:43
@vercel vercel bot temporarily deployed to Preview – nomad November 17, 2021 13:43 Inactive
Copy link
Member

@tgross tgross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. We already have this fix since 0.12.4 on the server but never got it merged in the api. Changelog will be in #11517

@tgross
Copy link
Member

tgross commented Nov 17, 2021

@dependabot rebase

dependabot bot and others added 2 commits November 17, 2021 11:17
Bumps [github.com/hashicorp/cronexpr](https://github.com/hashicorp/cronexpr) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/hashicorp/cronexpr/releases)
- [Commits](hashicorp/cronexpr@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/cronexpr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@vercel vercel bot temporarily deployed to Preview – nomad November 17, 2021 16:19 Inactive
@tgross tgross merged commit 9088bc3 into main Nov 17, 2021
Nomad - Community Issues Triage automation moved this from In Progress to Done Nov 17, 2021
@tgross tgross deleted the dependabot/go_modules/api/github.com/hashicorp/cronexpr-1.1.1 branch November 17, 2021 16:46
lgfa29 pushed a commit that referenced this pull request Jan 17, 2022
…n /api (#11132)

* build(deps): bump github.com/hashicorp/cronexpr in /api

Bumps [github.com/hashicorp/cronexpr](https://github.com/hashicorp/cronexpr) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/hashicorp/cronexpr/releases)
- [Commits](hashicorp/cronexpr@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/cronexpr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* go mod tidy

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Gross <tim@0x74696d.com>
lgfa29 pushed a commit that referenced this pull request Jan 17, 2022
…n /api (#11132)

* build(deps): bump github.com/hashicorp/cronexpr in /api

Bumps [github.com/hashicorp/cronexpr](https://github.com/hashicorp/cronexpr) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/hashicorp/cronexpr/releases)
- [Commits](hashicorp/cronexpr@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/cronexpr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* go mod tidy

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Gross <tim@0x74696d.com>
@github-actions
Copy link

github-actions bot commented Nov 3, 2022

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
theme/go Pull requests that update Go code
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants