What's new in 2025.35.1

Control Plane 2025.35.1 release notes.

Limit concurrent builds

A new max-concurrency option controls how many builds from sources the Control Plane runs in parallel. Defaults to 1:

control-plane {
  builder {
    max-concurrency = 2
  }
}

Edit this page on GitHub