- feat(envs): Introduce Docker Secrets for enhanced security during builds. You can enable it on the environment variables tab.
- feat(envs): Introduce
is_buildtime
andis_runtime
environment variable flags. - feat(ux): New quciksearch function with
/
orcmd + k
. - feat(docker-network): Improve detection of special network modes.
- feat(api): Able to query, modify & delete database backups through the API.
- feat(api): Able to create, query, modify & delete Github Apps through the API.
- feat(environment-variables): implement environment variable analysis for build-time issues.
- fix(status): App/Service status fixed, restarting state also handled (this bug was introduced in the previous release).
- fix(deployment): Improve deployment cancel process.
- fix(pr-deployment): In case of any error during deployment, make sure the preview container is not removed. In some edge cases it was removed.
- fix(api): Log API returns stderr as well.
- fix(clone): Cloning whole proejct environments fixed.
- fix(api): Hide sensitive email change fields in team member responses.
- fix(git): Remove ~ from forbidden characters in git URLs (sourcehut uses it).
- fix(domains): Url validation silently fails with surrounding whitespace.
- ui(metrics): Improve metrics's UI.
Issues
What's Changed
- helper image ++ by @andrasbacsai in #6617
- feat(docker): add build secrets by @andrasbacsai in #6629
- chore(ui): improve sentinel metrics by @ShadowArcanist in #6657
- chore(ui): improve proxy configuration page by @ShadowArcanist in #6667
- fix(ui): incorrect proxy config file path by @ShadowArcanist in #6666
- fix(ui): non-error deployment debug log lines appear red in light mode by @ShadowArcanist in #6659
- fix: hide sensitive email change fields in team member responses (#GHSA-927g-56xp-6427) by @WangYihang in #6644
- feat: Improve detection of special network modes by @jvdboog in #6235
- remove ~ from forbidden characters in git URLs by @mrhappyma in #6509
- fix(domains) url validation silently fails with surrounding whitespace by @QarthO in #6496
- Change favicon image type to PNG and SVG by @terijaki in #6556
- [Enhancement]: See and manage DB backups via API by @DanielHemmati in #5697
- (service): disable posthog by @ShadowArcanist in #6677
- v4.0.0-beta.429 by @andrasbacsai in #6647
New Contributors
- @WangYihang made their first contribution in #6644
- @jvdboog made their first contribution in #6235
- @mrhappyma made their first contribution in #6509
- @QarthO made their first contribution in #6496
- @terijaki made their first contribution in #6556
- @DanielHemmati made their first contribution in #5697
Full Changelog: v4.0.0-beta.428...v4.0.0-beta.429