Bump kamal from 2.6.1 to 2.8.2 #39

Open
dependabot[bot] wants to merge 1 commit from dependabot/bundler/kamal-2.8.2 into main
dependabot[bot] commented 2025-10-27 18:59:41 +00:00 (Migrated from github.com)

Bumps kamal from 2.6.1 to 2.8.2.

Release notes

Sourced from kamal's releases.

v2.8.2

What's Changed

New Contributors

Full Changelog: https://github.com/basecamp/kamal/compare/v2.8.1...v2.8.2

v2.8.1

What's Changed

Full Changelog: https://github.com/basecamp/kamal/compare/v2.8.0...v2.8.1

v2.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/basecamp/kamal/compare/v2.7.0...v2.8.0

v2.7.0

What's Changed

... (truncated)

Commits
  • 3b52d2c Bump version for 2.8.2
  • 43e3d98 Merge pull request #1683 from david-uhlig/update-registry-config-doc
  • 4bac779 Merge pull request #1679 from basecamp/remote-builder-local-registry
  • 10e40a7 Improve port forwarding setup
  • 328b853 Update registry config documentation to reflect Kamal 2.8.0 changes
  • bdf38a4 Merge pull request #1680 from basecamp/restore-registry-login-logout
  • 3ea2f9b Restore kamal registry login/logout commands
  • 0055338 Add local registry support for remote builders
  • 2bbd3b1 Bump version for 2.8.1
  • a973789 Merge pull request #1676 from basecamp/local-registry-wait-for-ports
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [kamal](https://github.com/basecamp/kamal) from 2.6.1 to 2.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/basecamp/kamal/releases">kamal's releases</a>.</em></p> <blockquote> <h2>v2.8.2</h2> <h2>What's Changed</h2> <ul> <li>Restore kamal registry login/logout commands by <a href="https://github.com/djmb"><code>@​djmb</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1680">basecamp/kamal#1680</a></li> <li>Add local registry support for remote builders by <a href="https://github.com/djmb"><code>@​djmb</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1679">basecamp/kamal#1679</a></li> <li>Update registry config documentation to reflect Kamal 2.8.0 changes by <a href="https://github.com/david-uhlig"><code>@​david-uhlig</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1683">basecamp/kamal#1683</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/david-uhlig"><code>@​david-uhlig</code></a> made their first contribution in <a href="https://redirect.github.com/basecamp/kamal/pull/1683">basecamp/kamal#1683</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/basecamp/kamal/compare/v2.8.1...v2.8.2">https://github.com/basecamp/kamal/compare/v2.8.1...v2.8.2</a></p> <h2>v2.8.1</h2> <h2>What's Changed</h2> <ul> <li>Wait for port forwarding setup for local registry by <a href="https://github.com/djmb"><code>@​djmb</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1676">basecamp/kamal#1676</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/basecamp/kamal/compare/v2.8.0...v2.8.1">https://github.com/basecamp/kamal/compare/v2.8.0...v2.8.1</a></p> <h2>v2.8.0</h2> <h2>What's Changed</h2> <ul> <li>Update custom cert docs by <a href="https://github.com/djmb"><code>@​djmb</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1585">basecamp/kamal#1585</a></li> <li>Remove obsolete conditional by <a href="https://github.com/airblade"><code>@​airblade</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1589">basecamp/kamal#1589</a></li> <li><code>Builder::Remote.inspect_builder</code> requires both checks to pass by <a href="https://github.com/flavorjones"><code>@​flavorjones</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1611">basecamp/kamal#1611</a></li> <li>Minimize accessory downtime on reboot by pulling image prior to container stop by <a href="https://github.com/mike-weiner"><code>@​mike-weiner</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1626">basecamp/kamal#1626</a></li> <li>Add plural path prefixes by <a href="https://github.com/olivermt"><code>@​olivermt</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1629">basecamp/kamal#1629</a></li> <li>Tests: Remove docker.io package as it seems to cause conflicts with docker-ce by <a href="https://github.com/calmyournerves"><code>@​calmyournerves</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1641">basecamp/kamal#1641</a></li> <li>Adds <code>--no-cache</code> Docker build option by <a href="https://github.com/matthewbjones"><code>@​matthewbjones</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1639">basecamp/kamal#1639</a></li> <li>Don't login to registry locally for remote build by <a href="https://github.com/djmb"><code>@​djmb</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1664">basecamp/kamal#1664</a></li> <li>Use local docker registry to push and pull app images by <a href="https://github.com/npezza93"><code>@​npezza93</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1355">basecamp/kamal#1355</a></li> <li>Pack builder updates for no cache and dirty tags by <a href="https://github.com/nickhammond"><code>@​nickhammond</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1668">basecamp/kamal#1668</a></li> <li>Add KAMAL_DESTINATION to Docker container env vars by <a href="https://github.com/tom-spalding"><code>@​tom-spalding</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1634">basecamp/kamal#1634</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/airblade"><code>@​airblade</code></a> made their first contribution in <a href="https://redirect.github.com/basecamp/kamal/pull/1589">basecamp/kamal#1589</a></li> <li><a href="https://github.com/olivermt"><code>@​olivermt</code></a> made their first contribution in <a href="https://redirect.github.com/basecamp/kamal/pull/1629">basecamp/kamal#1629</a></li> <li><a href="https://github.com/tom-spalding"><code>@​tom-spalding</code></a> made their first contribution in <a href="https://redirect.github.com/basecamp/kamal/pull/1634">basecamp/kamal#1634</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/basecamp/kamal/compare/v2.7.0...v2.8.0">https://github.com/basecamp/kamal/compare/v2.7.0...v2.8.0</a></p> <h2>v2.7.0</h2> <h2>What's Changed</h2> <ul> <li>Drop Ruby 3.1 from the test matrix by <a href="https://github.com/djmb"><code>@​djmb</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1561">basecamp/kamal#1561</a></li> <li>feat: Add KAMAL_HOST to app and accessory containers by <a href="https://github.com/jakeprem"><code>@​jakeprem</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1471">basecamp/kamal#1471</a></li> <li>KAMAL_HOST env var mop-up by <a href="https://github.com/djmb"><code>@​djmb</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1564">basecamp/kamal#1564</a></li> <li>Validate destination, role, and service are not set as labels on roles and accessories by <a href="https://github.com/nickhammond"><code>@​nickhammond</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1576">basecamp/kamal#1576</a></li> <li>Install only docker-cli for 30% smaller kamal docker image by <a href="https://github.com/polarctos"><code>@​polarctos</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1541">basecamp/kamal#1541</a></li> <li>Fix: correctly parse git remote origin urls for calling Octokit by <a href="https://github.com/miguno"><code>@​miguno</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1539">basecamp/kamal#1539</a></li> <li>Bump rack-session from 2.0.0 to 2.1.1 in the bundler group across 1 directory by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1543">basecamp/kamal#1543</a></li> <li>Allow piping into kamal exec <a href="https://redirect.github.com/basecamp/kamal/issues/1485">#1485</a> by <a href="https://github.com/prullmann"><code>@​prullmann</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1544">basecamp/kamal#1544</a></li> <li>Bump rack from 3.1.14 to 3.1.16 in the bundler group across 1 directory by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/basecamp/kamal/pull/1579">basecamp/kamal#1579</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/basecamp/kamal/commit/3b52d2c714840aa51484b5a5ceaedc64a0f35f39"><code>3b52d2c</code></a> Bump version for 2.8.2</li> <li><a href="https://github.com/basecamp/kamal/commit/43e3d98e50441e2b36499a5e89f56eb5536513fd"><code>43e3d98</code></a> Merge pull request <a href="https://redirect.github.com/basecamp/kamal/issues/1683">#1683</a> from david-uhlig/update-registry-config-doc</li> <li><a href="https://github.com/basecamp/kamal/commit/4bac779496742be674e92b68691c4bf83205baad"><code>4bac779</code></a> Merge pull request <a href="https://redirect.github.com/basecamp/kamal/issues/1679">#1679</a> from basecamp/remote-builder-local-registry</li> <li><a href="https://github.com/basecamp/kamal/commit/10e40a7adc19d4e324a36f8767d81024d7dddc9b"><code>10e40a7</code></a> Improve port forwarding setup</li> <li><a href="https://github.com/basecamp/kamal/commit/328b8535ed4064d466f67391fb580900e716062b"><code>328b853</code></a> Update registry config documentation to reflect Kamal 2.8.0 changes</li> <li><a href="https://github.com/basecamp/kamal/commit/bdf38a4af0e8aa2bbf603b62ebc6e0131514d4cd"><code>bdf38a4</code></a> Merge pull request <a href="https://redirect.github.com/basecamp/kamal/issues/1680">#1680</a> from basecamp/restore-registry-login-logout</li> <li><a href="https://github.com/basecamp/kamal/commit/3ea2f9bcfda345384e4cf8fea642f26e0c37a7a4"><code>3ea2f9b</code></a> Restore kamal registry login/logout commands</li> <li><a href="https://github.com/basecamp/kamal/commit/00553382a2da7ef0eb44c4bd61cb61dca6041a3c"><code>0055338</code></a> Add local registry support for remote builders</li> <li><a href="https://github.com/basecamp/kamal/commit/2bbd3b1c646bcb0d3ea69e53821830a458d84303"><code>2bbd3b1</code></a> Bump version for 2.8.1</li> <li><a href="https://github.com/basecamp/kamal/commit/a973789805f9688d5c52df4ad6312724360c7f96"><code>a973789</code></a> Merge pull request <a href="https://redirect.github.com/basecamp/kamal/issues/1676">#1676</a> from basecamp/local-registry-wait-for-ports</li> <li>Additional commits viewable in <a href="https://github.com/basecamp/kamal/compare/v2.6.1...v2.8.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kamal&package-manager=bundler&previous-version=2.6.1&new-version=2.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/bundler/kamal-2.8.2:dependabot/bundler/kamal-2.8.2
git switch dependabot/bundler/kamal-2.8.2

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff dependabot/bundler/kamal-2.8.2
git switch dependabot/bundler/kamal-2.8.2
git rebase main
git switch main
git merge --ff-only dependabot/bundler/kamal-2.8.2
git switch dependabot/bundler/kamal-2.8.2
git rebase main
git switch main
git merge --no-ff dependabot/bundler/kamal-2.8.2
git switch main
git merge --squash dependabot/bundler/kamal-2.8.2
git switch main
git merge --ff-only dependabot/bundler/kamal-2.8.2
git switch main
git merge dependabot/bundler/kamal-2.8.2
git push origin main
Sign in to join this conversation.
No description provided.