v1.8
jetersen
released this
24 Mar 01:00
·
1216 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_PATHS
to allow multiple vault paths to read from.CASC_VAULT_PATH
kept for backward compatibility and offering multipath too now. (#763) - Added
Proxy
configuration tojenkins
root node (#769) - Added
UpdateCenter
configuration tojenkins
root 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)