Skip to content

Release 5.6.0 (2025-10-30)

Latest

Choose a tag to compare

@cptanalatriste cptanalatriste released this 30 Oct 20:26
cdb9754

Release Highlights

  • SREs with Tier 0/1 won't be deploying a Nexus proxy, and can download packages directly from the internet.
  • SREs now support mirroring external GitHub repositories into the internal Gitea repository accessible from workspaces.

Upgrading from 5.5.1

As part of the current release, we're offering users more control over the DNS sidecar deployment by exposing two new parameters in the SRE configuration: workload_minimum_count and workload_maximum_count. Before updating your SRE, make sure your YAML config file contains valid values for these parameters. For example:

user_services:
  dns_sidecar:
    cron_expression: "*/30 * * * *"
    replica_timeout: 600
    retry_limit: 0
    workload_minimum_count: 1
    workload_maximum_count: 2

Upload your new configuration file using dsh config upload, and then run the following command to upgrade an existing SRE:

dsh deploy sre YOURSRENAME

What's Changed

Full Changelog: v5.5.1...v5.6.0