Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

39 lines (30 loc) · 1.83 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Added resolving of string secrets from parameters

0.4.3 / 2019-02-23

  • Changed Nuke.Common version to 0.17.0

0.4.1 / 2018-08-16

  • Fixed build failure when parameters for KeyVaultSettings were not found
  • Fixed that default values of [Parameter] fields were ignored when populating the KeyVaultSettings

0.4.0 / 2018-08-15

  • Changed KeyVaultSettingsAttribute now has to be defined on a field of the type KeyVaultSettings
  • Added possibility to get secrets from multiple Key Vaults
  • Added using the value of a field marked with the ParameterAttribute as setting when the name of the field is passed to the ...ParameterName property of the KeyVaultSettingsAttribute

0.3.0 / 2018-08-05

  • Removed deprecated members
  • Changed minimum required Nuke version to 0.6.0

0.2.0 / 2018-06-06

  • Deprecated attributes in AzureKeyVaultTasks. The attributes are now located in Nuke.Azure.KeyVault
  • Deprecated AzureKeyVaultTasks.ParametersAttribute in favor of Nuke.Azure.KeyVault.KeyVaultSettingsAttribute

0.1.0 / 2018-05-22

  • Initial release