v1.8
·
1309 commits
to master
since this release
🚨 Removed
- Remove plugin management beta feature (#769) @timja
this feature was not widely used as it required restarts to be performed for plugins to be usable in a JCasC config file, moved proxy config and documented it
🚀 Features
- Add support for recursive file search for
CASC_JENKINS_CONFIG(#753)
We no longer follow symlinks or hidden files due to this change - Introduce
CASC_VAULT_PATHSto allow multiple vault paths to read from.CASC_VAULT_PATHkept for backward compatibility and offering multipath too now. (#763) - Added
Proxyconfiguration tojenkinsroot node (#769) - Added
UpdateCenterconfiguration tojenkinsroot node (#769) - Re-issue expired vault tokens for user/pass and approle authentication. (#770)
- Refresh secrets from vault on each
configure()call. (#770)
🚦 Tests
- Add Vault integration test! (#764)