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: massdriver-cloud/mass
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.13.7
Choose a base ref
...
head repository: massdriver-cloud/mass
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.13.8
Choose a head ref
  • 3 commits
  • 19 files changed
  • 2 contributors

Commits on Feb 12, 2026

  1. mass bundle list (#209)

    * mass bundle list
    
    * bundle list docs
    
    * struct tags
    coryodaniel authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    450a129 View commit details
    Browse the repository at this point in the history
  2. add mass package list command (#207)

    * add mass package list command
    
    Adds `mass pkg list <environment-slug>` to list all packages in an
    environment, displayed in a table with ID, Name, Bundle, and Status.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    
    * mass docs
    
    ---------
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    coryodaniel and claude authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    6700a46 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. Fix Docker client API version compatibility in build pipelines (#210)

    User prompts:
    - "We are getting this bug in the CLI everywhere in build pipelines: Error: Error response from daemon: client version 1.41 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version"
    
    Changes:
    - Replace hardcoded WithVersion("1.41") with WithAPIVersionNegotiation() in Docker client initialization
    - Updated in pkg/commands/image/docker_client.go (image build/push) and pkg/server/server.go (bundle builder server)
    - WithAPIVersionNegotiation() automatically negotiates a compatible API version between client and daemon
    
    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
    coryodaniel and claude authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    3c2e8b9 View commit details
    Browse the repository at this point in the history
Loading