Release 1.20.0: bump submodules for cross-app super admin; persist GIT_COMMIT to .env
- Bump jump-host, ldap-client, proxy, sso-manager-node submodules to their new tags (cross-app app_super_admin group, jump-host's app_jump_admin, ldap-client's SSH host access for super admins). - setup.sh: new env_upsert helper persists SSO_GIT_COMMIT/PROXY_GIT_COMMIT/ JUMP_GIT_COMMIT into ./.env (docker compose's auto-loaded env file) so an ad-hoc single-service rebuild outside a full setup.sh run still bakes the right commit hash instead of "unknown".
This commit is contained in:
+6
-2
@@ -5,8 +5,12 @@
|
||||
config/
|
||||
backups/
|
||||
|
||||
# Legacy .env / proxy.env (no longer used — config is in ./config/). Still
|
||||
# ignored in case a migrated deployment hasn't deleted them yet.
|
||||
# .env: NOT app config (that's ./config/, generated by setup.sh) — this is
|
||||
# docker compose's own auto-loaded env file, which setup.sh uses only to
|
||||
# persist *_GIT_COMMIT build args so an ad-hoc rebuild of a single service
|
||||
# still bakes the right commit hash. Generated; never commit.
|
||||
# proxy.env: legacy, no longer used — still ignored in case an old
|
||||
# deployment hasn't deleted it yet.
|
||||
.env
|
||||
proxy.env
|
||||
|
||||
|
||||
Reference in New Issue
Block a user