Adding
- Now allowing string (credential name) or array (of names) as dbConfig (dbtype is fetched from the database, with mysql fallback)
When using array, the resultsets are merged. - Added ytt implementation to template yaml files (credits mdaugs)
- Vault credentials, pass a vault password to ansible playbook.
- OIDC authentication (credits mdaugs)
Changed
- job api return objects (extravars, notifications, credentials, ...) instead of json strings
- awx job id is added to the database
Fixed
- radio button errors
- some issue with the designer when a field without name was added
- multistep was always successfull (tx to mdaugs)