Skip to content

v1.10

Compare
Choose a tag to compare
@release-drafter 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

πŸ“ 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

🚦 Tests

  • Remove 2 second sleep in vault test (#779) @Casz
  • Move JDKConfigurator test to integrations (#787) @timja