Release 5.5.0 (2025-07-18)
Release Highlights
- SRE users have now write privileges on
/mnt/scratch, when using SRDs that support temporary storage. - It is now possible to set up the size of Nexus persistent directory in the configuration file. And the default value has been increased from 2Gb to 10Gb.
- User services, like Gitea and HedgeDoc, sometimes change their IP address on restart, which makes them unavailable due to DNS issues. We have now a Container App Job that monitors this problem and fix it when happens.
- Documentation updates on clipboard control limitations and data egress instructions.
Upgrading from 5.4.1
Run the following command to upgrade an existing SRE:
dsh deploy sre YOURSRENAME
Changing the size of Nexus' persistent directory and running a Job for fixing container DNS will likely have an impact on the cost of running an SRE. Please use the configuration file to ensure your costs are within your budget.
What's Changed
- Merge latest (v5.4.1) into develop by @cptanalatriste in #2430
- Documentation: Deploying SREs requires Owner role by @cptanalatriste in #2433
- Enabling SRE users to write into /mnt/scratch by @cptanalatriste in #2432
- Enabling configuring the size of Nexus' persistent directory by @cptanalatriste in #2435
- ⬆️ Bump stefanzweifel/git-auto-commit-action from 5.1.0 to 5.2.0 by @dependabot[bot] in #2436
- ⬆️ Update Pulumi Docker images by @github-actions[bot] in #2437
- ⬆️ Update Pulumi Docker images by @github-actions[bot] in #2443
- Bump lycheeverse/lychee-action from 2.4.0 to 2.4.1 by @dependabot[bot] in #2444
- Pin Click to version 8.1.8 by @llewelld in #2440
- Adding a sidecar to ACI instances to fix broken DNS entries by @cptanalatriste in #2442
- Update Azure menu location to reflect changes to the egress process by @llewelld in #2455
- Update egress instructions related to IP addresses by @llewelld in #2456
- Informing DSH users about the limitations of clipboard control by @cptanalatriste in #2459
New Contributors
Full Changelog: v5.4.1...v5.5.0