Bump good_job from 3.28.3 to 3.29.2 #811

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/good_job-3.29.2 into main 2024-05-27 22:32:54 +08:00
dependabot[bot] commented 2024-05-27 15:37:01 +08:00 (Migrated from github.com)

Bumps good_job from 3.28.3 to 3.29.2.

Release notes

Sourced from good_job's releases.

v3.29.2

Review the Changelog for more details.

What's Changed

Full Changelog: https://github.com/bensheldon/good_job/compare/v3.29.1...v3.29.2

v3.29.1

Review the Changelog for more details.

What's Changed

Full Changelog: https://github.com/bensheldon/good_job/compare/v3.29.0...v3.29.1

v3.29.0

Review the Changelog for more details.

What's Changed

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

Changelog

Sourced from good_job's changelog.

v3.29.2 (2024-05-23)

Full Changelog

Fixed bugs:

  • Fix label modifications on job instance polluting labels on job class #1355 (bensheldon)

Closed issues:

  • #good_job_labels retains values across job instances #1354

v3.29.1 (2024-05-23)

Full Changelog

Fixed bugs:

  • Fix AdvisoryLockable using wrong advisory_lockable_column attribute when aborting create_with_advisory_lock #1360 (bensheldon)

Closed issues:

  • Warn on unapplied migrations #1361
  • Undefined GoodJob::Process.advisory_lockable_column #1358

v3.29.0 (2024-05-22)

Full Changelog

Merged pull requests:

  • Add association between Process and Jobs, and add a heartbeat to the Process record #999 (bensheldon)
Commits
  • 0c09191 Release good_job v3.29.2
  • 4f2dae4 Fix label modifications on job instance polluting labels on job class (#1355)
  • db58c20 Release good_job v3.29.1
  • 17ad141 Fix AdvisoryLockable using wrong advisory_lockable_column attribute when ab...
  • e632cf3 Release good_job v3.29.0
  • 54e41ca Ensure Process records always exist when executing jobs and are refreshed in ...
  • 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 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.3 to 3.29.2. <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.29.2</h2> <p><em>Review the <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md#v3292-2024-05-23">Changelog</a> for more details.</em></p> <h2>What's Changed</h2> <ul> <li>Fix label modifications on job instance polluting labels on job class by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1355">bensheldon/good_job#1355</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bensheldon/good_job/compare/v3.29.1...v3.29.2">https://github.com/bensheldon/good_job/compare/v3.29.1...v3.29.2</a></p> <h2>v3.29.1</h2> <p><em>Review the <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md#v3291-2024-05-23">Changelog</a> for more details.</em></p> <h2>What's Changed</h2> <ul> <li>Fix AdvisoryLockable using wrong <code>advisory_lockable_column</code> attribute when aborting <code>create_with_advisory_lock</code> by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1360">bensheldon/good_job#1360</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bensheldon/good_job/compare/v3.29.0...v3.29.1">https://github.com/bensheldon/good_job/compare/v3.29.0...v3.29.1</a></p> <h2>v3.29.0</h2> <p><em>Review the <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md#v3290-2024-05-22">Changelog</a> for more details.</em></p> <h2>What's Changed</h2> <ul> <li>Add association between Process and Jobs, and add a heartbeat to the Process record by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/999">bensheldon/good_job#999</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bensheldon/good_job/compare/v3.28.3...v3.29.0">https://github.com/bensheldon/good_job/compare/v3.28.3...v3.29.0</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.29.2">v3.29.2</a> (2024-05-23)</h2> <p><a href="https://github.com/bensheldon/good_job/compare/v3.29.1...v3.29.2">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>Fix label modifications on job instance polluting labels on job class <a href="https://redirect.github.com/bensheldon/good_job/pull/1355">#1355</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li><code>#good_job_labels</code> retains values across job instances <a href="https://redirect.github.com/bensheldon/good_job/issues/1354">#1354</a></li> </ul> <h2><a href="https://github.com/bensheldon/good_job/tree/v3.29.1">v3.29.1</a> (2024-05-23)</h2> <p><a href="https://github.com/bensheldon/good_job/compare/v3.29.0...v3.29.1">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>Fix AdvisoryLockable using wrong <code>advisory_lockable_column</code> attribute when aborting <code>create_with_advisory_lock</code> <a href="https://redirect.github.com/bensheldon/good_job/pull/1360">#1360</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Warn on unapplied migrations <a href="https://redirect.github.com/bensheldon/good_job/issues/1361">#1361</a></li> <li>Undefined <code>GoodJob::Process.advisory_lockable_column</code> <a href="https://redirect.github.com/bensheldon/good_job/issues/1358">#1358</a></li> </ul> <h2><a href="https://github.com/bensheldon/good_job/tree/v3.29.0">v3.29.0</a> (2024-05-22)</h2> <p><a href="https://github.com/bensheldon/good_job/compare/v3.28.3...v3.29.0">Full Changelog</a></p> <p><strong>Merged pull requests:</strong></p> <ul> <li>Add association between Process and Jobs, and add a heartbeat to the Process record <a href="https://redirect.github.com/bensheldon/good_job/pull/999">#999</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bensheldon/good_job/commit/0c09191de9f5a2800d43dad0b2be4cf8e57b94a4"><code>0c09191</code></a> Release good_job v3.29.2</li> <li><a href="https://github.com/bensheldon/good_job/commit/4f2dae4144b0d7c09234e66b7a4d1f9c2425e83d"><code>4f2dae4</code></a> Fix label modifications on job instance polluting labels on job class (<a href="https://redirect.github.com/bensheldon/good_job/issues/1355">#1355</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/db58c20d559d82a1b64e99536e89836bd7a46ff6"><code>db58c20</code></a> Release good_job v3.29.1</li> <li><a href="https://github.com/bensheldon/good_job/commit/17ad1418674691cd5cef4a7d47dcc33836c2a22e"><code>17ad141</code></a> Fix AdvisoryLockable using wrong <code>advisory_lockable_column</code> attribute when ab...</li> <li><a href="https://github.com/bensheldon/good_job/commit/e632cf3f60adb5b59d0b6338d4b109387b9bc0d5"><code>e632cf3</code></a> Release good_job v3.29.0</li> <li><a href="https://github.com/bensheldon/good_job/commit/54e41cafc509996b8946870de68b4756a85fe761"><code>54e41ca</code></a> Ensure Process records always exist when executing jobs and are refreshed in ...</li> <li>See full diff in <a href="https://github.com/bensheldon/good_job/compare/v3.28.3...v3.29.2">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.3&new-version=3.29.2)](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.