This release is built on the https://github.com/uselagoon/lagoon-images/releases/tag/22.4.1 release
There are two feature updates in this release:
- Making tasks more like deployments - with similar progress stages for reporting and tracking
- Configurable backup schedules for non-production environments, with the ability to differentiate between PR and branch deployments. More information on how to configure them is in #3087
This release also remediates two earlier issues with S3 restore checks from v2.6.0 and some incorrect database migrations logic that caused the migrations not to run correctly.
What's Changed
- Fix the s3 restore check by @shreddedbacon in #3115
- Fix
add_ecdsa_ssh_key_types
migration by @rocketeerbkw in #3117 - Make tasks more like deployments by @shreddedbacon in #3114
- feature: configurable backup schedules and retention for development environments by @shreddedbacon in #3087
- fix errors in migrations sql by @tobybellwood in #3120
Full Changelog: v2.6.0...v2.7.0