v1.6.0
·
7 commits
to main
since this release
1.6.0 (2025-10-15)
Features
- Default value of
cert_secrets_group_idhas changed fromdefaulttonullbecause if secrets manager instance is created with addons flow, certificate can only be created in default group as that is the only secret group present and this is not a great practice. If null value is passed, DA will create a new secret group and hence your certificate might get deleted from existing secret group and will get recreated in the newly created secret group. If you want to avoid this you will have to manually change backcert_secrets_group_idvalue to your existing secret group ID (#368) (a707b88)