What's new in 2025.30.2

Control Plane 2025.30.2 release notes.

Configure global HTTPS credentials for Git authentication

HTTPS credentials can now be configured globally for Git authentication in the builder image:

control-plane {
  builder {
    git.global.credentials.https {
      username = "<username>" # (optional)
      password = "<token>"
    }
  }
}

Edit this page on GitHub