Fixed a bunch of issues for docker compose based applications, one-click services (LogTo and MinIO) and improved / fixed submodule cloning process.
Changes
- refactor(git): improve submodule cloning in the
git clone
command - fix(git): use
--depth=1
instead of--shallow-submodules
asgit submodule update
does not support--shallow-submodules
- fix(service): swap
SERVICE_URL
forSERVICE_FQDN
to for the matrix template - fix(service): use correct parsing version for minio and logto services
Issues
What's Changed
- fix(git): submodule update command uses an unsupported option by @broesch in #6454
- fix(service): swap URL for FQDN on matrix template by @nicanordlc in #6466
- v4.0.0-beta.422 by @andrasbacsai in #6465
New Contributors
Full Changelog: v4.0.0-beta.421...v4.0.0-beta.422