Bump good_job from 3.28.2 to 3.28.3 #773

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/good_job-3.28.3 into main 2024-05-20 22:35:18 +08:00
dependabot[bot] commented 2024-05-20 16:02:43 +08:00 (Migrated from github.com)

Bumps good_job from 3.28.2 to 3.28.3.

Release notes

Sourced from good_job's releases.

v3.28.3

Review the Changelog for more details.

What's Changed

New Contributors

Full Changelog: https://github.com/bensheldon/good_job/compare/v3.28.2...v3.28.3

Changelog

Sourced from good_job's changelog.

v3.28.3 (2024-05-18)

Full Changelog

Fixed bugs:

Closed issues:

  • Whitespace in queues configuration can cause issues. #1351
  • How to properly handle interrupts #1343
  • ActiveSupport::CurrentAttributes Compatibility #1341

Merged pull requests:

Commits

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 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 [good_job](https://github.com/bensheldon/good_job) from 3.28.2 to 3.28.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bensheldon/good_job/releases">good_job's releases</a>.</em></p> <blockquote> <h2>v3.28.3</h2> <p><em>Review the <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md#v3283-2024-05-18">Changelog</a> for more details.</em></p> <h2>What's Changed</h2> <ul> <li>Strip more whitespace when parsing queues string by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1352">bensheldon/good_job#1352</a></li> <li>Fix latest migration not affecting <code>GoodJob.migrated?</code> by <a href="https://github.com/Earlopain"><code>@​Earlopain</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1345">bensheldon/good_job#1345</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/isaac"><code>@​isaac</code></a> made their first contribution in <a href="https://redirect.github.com/bensheldon/good_job/pull/1338">bensheldon/good_job#1338</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bensheldon/good_job/compare/v3.28.2...v3.28.3">https://github.com/bensheldon/good_job/compare/v3.28.2...v3.28.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md">good_job's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/bensheldon/good_job/tree/v3.28.3">v3.28.3</a> (2024-05-18)</h2> <p><a href="https://github.com/bensheldon/good_job/compare/v3.28.2...v3.28.3">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>Strip more whitespace when parsing queues string <a href="https://redirect.github.com/bensheldon/good_job/pull/1352">#1352</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> <li>Fix latest migration not affecting <code>GoodJob.migrated?</code> <a href="https://redirect.github.com/bensheldon/good_job/pull/1345">#1345</a> (<a href="https://github.com/Earlopain">Earlopain</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Whitespace in <code>queues</code> configuration can cause issues. <a href="https://redirect.github.com/bensheldon/good_job/issues/1351">#1351</a></li> <li>How to properly handle interrupts <a href="https://redirect.github.com/bensheldon/good_job/issues/1343">#1343</a></li> <li>ActiveSupport::CurrentAttributes Compatibility <a href="https://redirect.github.com/bensheldon/good_job/issues/1341">#1341</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Don't abort CI jobs when a single one fails <a href="https://redirect.github.com/bensheldon/good_job/pull/1346">#1346</a> (<a href="https://github.com/Earlopain">Earlopain</a>)</li> <li>Clarify PgBouncer Compatibility <a href="https://redirect.github.com/bensheldon/good_job/pull/1338">#1338</a> (<a href="https://github.com/isaac">isaac</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bensheldon/good_job/commit/61650b01126c5253523420133b463d09b80634b3"><code>61650b0</code></a> Release good_job v3.28.3</li> <li><a href="https://github.com/bensheldon/good_job/commit/37ebc5955ed8eb0fdea813be805a1708fb2df913"><code>37ebc59</code></a> Fix latest migration not affecting <code>GoodJob.migrated?</code> (<a href="https://redirect.github.com/bensheldon/good_job/issues/1345">#1345</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/02f016c99aa528900fc69ec2ac95074e24b5ce83"><code>02f016c</code></a> Clarify PgBouncer workaround (<a href="https://redirect.github.com/bensheldon/good_job/issues/1338">#1338</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/2f671d2ba7d9a8cecb1f5cec7ced2847b581e6a1"><code>2f671d2</code></a> Don't abort CI jobs when a single one fails (<a href="https://redirect.github.com/bensheldon/good_job/issues/1346">#1346</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/4dfdd8395b0a4b9e94ea87f63018794fcb49ce0d"><code>4dfdd83</code></a> Strip more whitespace when parsing queues string (<a href="https://redirect.github.com/bensheldon/good_job/issues/1352">#1352</a>)</li> <li>See full diff in <a href="https://github.com/bensheldon/good_job/compare/v3.28.2...v3.28.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=good_job&package-manager=bundler&previous-version=3.28.2&new-version=3.28.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
Sign in to join this conversation.