v1.10
release-drafter
released this
02 Apr 19:41
·
1181 commits
to master
since this release
Changes
π Features
- Describable will give a warning on multiple implementations of a symbol (#674) @dgarzon
- Support encrypted passwords for local security realm (#788) @mglazer
- Re-parse vault configuration on every configure() call (#810) @fishi0x01
π Bug Fixes
- exclude original snakeyaml from the plugin (#819) @Casz
- Missing "$" added to reference keyword in schema. (#777) @BlueAndi
- fix Job DSL race condition (#780) @Casz
- Include only needed classes in test jar (#799) @ingwarsw
- only log deprecation if
CASC_VAULT_PATH
is present (#786) @Casz - Do not ignore values for DescriptorConfigurator due to load being called on export (#806) @timja
- Keep cloud agents after configuration (#804) @ingwarsw
- fix null pointer on mapping clone (#813) @Casz
π» Maintenance
- add Release drafter (#794) @Casz
- YAML Sources code cleanup (#792) @Casz
- Use NonNull and CheckForNull from SpotBugs (#791) @Casz
- add missing annotation (#805) @Casz
- add travis ci (#807) @Casz
- support building against recent Jenkins LTS and JDK 11 (#808) @Casz
- code cleanup (#812) @Casz
- Shade snakeyaml instead of vendoring (#816) @Casz
- add checkstyle (#815) @Casz
- use multiModuleProjectDirectory (#817) @Casz
π Documentation updates
- Update plugin dev guide with ConfiguredAsCode rule (#796) @timja
- Update kubernetes-helm docs (#802) @runzexia
- Demo docs for Sbt tool configuration (#783) @aduprat
- Improve GitHub templates, move changelog to GitHub release tab, cleanup old docs (#803) @Casz
- add service account credential to advanced k8s example (#811) @aramse