What's Changed
Security & Fixes
- Fixed database restore modal not closing properly after backup operations (#7345, fixes #7335)
- Fixed installation failures caused by CDN redirect handling in curl commands (#7349, fixes #7348)
- Fixed proxy startup failures due to bash syntax errors in control structures (#7353, fixes #7346)
Improvements
- Added Docker build cache preservation toggles to optimize build performance (#7352, fixes #7040)
- New option to skip automatic Dockerfile ARG injection
- New option to exclude SOURCE_COMMIT from build context
- Applies to both Dockerfile and Docker Compose buildpacks
What's Changed (Github)
- fix: resolve uncloseable database restore modal by @andrasbacsai in #7345
- fix: add -L flag to curl commands for CDN redirects by @andrasbacsai in #7349
- fix: add bash control structure keywords to sudo processing by @andrasbacsai in #7353
- feat: add Docker build cache preservation toggles by @andrasbacsai in #7352
- v4.0.0-beta.450 by @andrasbacsai in #7351
Full Changelog: v4.0.0-beta.449...v4.0.0-beta.450