Updates and new features

27 AUG, 2026

The Container Builds Projects page and each project's build history now use sortable tables with column filters.

Container build history table showing sortable columns, an open status filter, cache data, outputs, and pagination controls

You can now filter build history by status, build or machine, initiator, platform, builder hardware, and start date. Table headings and pagination controls also remain visible while you scroll.

Read more

26 AUG, 2026

Datadog CI Visibility for Depot CI is out of private beta and available to every organization.

Once enabled, every Depot CI workflow run is sent to Datadog CI Visibility as a pipeline, with its jobs, steps, retries, and partial retries represented faithfully, so you can monitor Depot CI pipeline health alongside the rest of your pipelines.

To enable it, go to organization settings, turn on Send CI runs to Datadog under Datadog CI Visibility, and add a DD_API_KEY CI secret with your Datadog API key. See the Datadog CI Visibility docs for repo-scoped keys and non-US Datadog sites.

Read more

24 AUG, 2026

Depot CI can now run jobs on Arm64 sandboxes. Use an -arm label in runs-on. For example:

jobs:
  build:
    runs-on: depot-ubuntu-24.04-arm-8
    steps:
      - uses: actions/checkout@v4
      - run: make test

Sandbox sizes range from 2 CPUs/8 GB up to 64 CPUs/256 GB. See the full label list and pricing in Depot CI sandboxes.

Read more

24 AUG, 2026

Ubuntu runners in us-east-1 now use Depot’s private mirror for Ubuntu packages and repository metadata.

The mirror is synchronized every six hours from Ubuntu’s official Archive and Ports rsync services. It contains packages for both AMD64 and ARM64 runners.

The mirror is currently available only to runners in us-east-1. Runners in other regions continue to use their existing Ubuntu package sources.

Read more

22 AUG, 2026

The Windows Server 2022 and Windows Server 2025 images for GitHub Actions runners have been rebuilt from fresh AMIs.

The Windows Server 2025 image now includes Visual Studio 2026 instead of Visual Studio 2022, along with MSBuild 18 and supported .NET 10 builds. Visual Studio is installed at C:\Program Files\Microsoft Visual Studio\18\Enterprise.

We didn't change the Windows Server 2022 image source. However, with any fresh rebuild Windows Update and package versions may have changed over time.

Read more

19 AUG, 2026

Depot CI no longer automatically cancels running pull_request workflow runs when a new commit is pushed to the same pull request. Running workflows now continue by default.

To cancel older running workflows when a newer run is triggered, configure a workflow concurrency group with cancel-in-progress: true.

Read more

Start building with Depot
in minutes