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 theKeyVaultSettings
0.4.0 / 2018-08-15
- Changed
KeyVaultSettingsAttribute
now has to be defined on a field of the typeKeyVaultSettings
- 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 theKeyVaultSettingsAttribute
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 inNuke.Azure.KeyVault
- Deprecated
AzureKeyVaultTasks.ParametersAttribute
in favor ofNuke.Azure.KeyVault.KeyVaultSettingsAttribute
0.1.0 / 2018-05-22
- Initial release