Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: basecamp/kamal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.1
Choose a base ref
...
head repository: basecamp/kamal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.8.2
Choose a head ref
  • 8 commits
  • 20 files changed
  • 3 contributors

Commits on Oct 21, 2025

  1. Add local registry support for remote builders

    When running with a remote builder and a local registry:
    1. Forward the local registry port to the remote builder
    2. Use host networking on the remote builder
    3. Use a different builder name as the settings are different
    
    A remote builder can only have one port at a time forwarded, so
    concurrent builds on the same registry port will fail.
    djmb committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    0055338 View commit details
    Browse the repository at this point in the history
  2. Restore kamal registry login/logout commands

    They were removed for the local registry in favour of the more generic
    setup/remove.
    
    Keep the commands for backward compatibility. They can be removed
    the next major version.
    djmb committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    3ea2f9b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Merge pull request #1680 from basecamp/restore-registry-login-logout

    Restore kamal registry login/logout commands
    djmb authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    bdf38a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Configuration menu
    Copy the full SHA
    328b853 View commit details
    Browse the repository at this point in the history
  2. Improve port forwarding setup

    - Include keepalive options when forwarding port for remote builder
    - Log port forwarding errors.
    djmb committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    10e40a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Merge pull request #1679 from basecamp/remote-builder-local-registry

    Add local registry support for remote builders
    djmb authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    4bac779 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1683 from david-uhlig/update-registry-config-doc

    Update registry config documentation to reflect Kamal 2.8.0 changes
    djmb authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    43e3d98 View commit details
    Browse the repository at this point in the history
  3. Bump version for 2.8.2

    djmb committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    3b52d2c View commit details
    Browse the repository at this point in the history
Loading