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: 2Upload 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
- Merge latest (v5.5.0) into develop by @cptanalatriste in #2461
- Bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1 by @dependabot[bot] in #2454
- Update pulumi-azure-native by @jemrobinson in #2452
- ⬆️ Update Pulumi Docker images by @github-actions[bot] in #2453
- Update Azure SDK packages by @jemrobinson in #2463
- ⬆️ Bump the production-dependencies group across 1 directory with 26 updates by @dependabot[bot] in #2464
- Using the correct socket on the unit file for clamav-clamonacc by @cptanalatriste in #2460
- Remove unused functions by @jemrobinson in #2465
- Fix library update by @cptanalatriste in #2466
- Disabling Guacamole Login by @cptanalatriste in #2468
- Stop unneeded deployment of Nexus repositories for Tier0/1 SREs by @craddm in #2389
- Merge v5.5.1 into develop by @cptanalatriste in #2478
- ⬆️ Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2483
- ⬆️ Bump actions/checkout from 4 to 5 by @dependabot[bot] in #2473
- ⬆️ Update Pulumi Docker images by @github-actions[bot] in #2470
- Automatically ingressing code from pre-approved GitHub repositories by @cptanalatriste in #2482
- Making DSN sidecar components configurable by @cptanalatriste in #2485
- The Gitea mirror should take a new ip range for easy TRE update by @cptanalatriste in #2486
- Release v5.6.0 by @cptanalatriste in #2491
Full Changelog: v5.5.1...v5.6.0