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.0
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.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 20, 2025

  1. Wait for local registry port forwards

    Before trying to pull the docker image ensure that port forwarding has
    completed setup.
    
    Fixes: #1674
    djmb committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    cae8fbb View commit details
    Browse the repository at this point in the history
  2. No-op puts in the Net SSH foward service

    There's some debug logging in version 7.3.0 of the net-ssh gem. Filter
    it out by turning puts into a no-op in that class.
    djmb committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    c5f2821 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1676 from basecamp/local-registry-wait-for-ports

    Wait for port forwarding setup for local registry
    djmb authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    a973789 View commit details
    Browse the repository at this point in the history
  4. Bump version for 2.8.1

    djmb committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    2bbd3b1 View commit details
    Browse the repository at this point in the history
Loading