What's new in 2025.33.2

Control Plane 2025.33.2 release notes.

Configure global SSH key credentials for Git authentication

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

control-plane {
  builder {
    git.global.credentials.ssh {
      key-file = "<keyFile>"
      user-known-hosts-file = "<userKnownHostsFile>" # (optional – omit this line to disable strict host checking)
    }
  }
}

Edit this page on GitHub