diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ac37344..2803dcba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.6.1 +- Fix bogus error during `New-VcMachineCommonKeystore` [#304](https://github.com/Venafi/VenafiPS/issues/304) +- Update VC machine creation components due to API deprecation + ## 6.6.0 - Add `Get-VcSatelliteWorker`, either all, by id or all workers associated with a specific satellite - Add `Remove-VcSatelliteWorker`, you guessed it...removes vsat workers @@ -747,5 +751,6 @@ This is a major release. Although every attempt has been made to be backwards c + diff --git a/VenafiPS/VenafiPS.psd1 b/VenafiPS/VenafiPS.psd1 index 144f6b0c..7b3301fa 100644 --- a/VenafiPS/VenafiPS.psd1 +++ b/VenafiPS/VenafiPS.psd1 @@ -3,7 +3,7 @@ # # Generated by: Greg Brownstein # -# Generated on: 11/23/2024 +# Generated on: 11/28/2024 # @{ @@ -12,7 +12,7 @@ RootModule = 'VenafiPS.psm1' # Version number of this module. -ModuleVersion = '6.6.0' +ModuleVersion = '6.6.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/docs/changelog.md b/docs/changelog.md index 37dd3b9f..eb3bca1a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,7 @@ +## 6.6.1 +- Fix bogus error during `New-VcMachineCommonKeystore` [#304](https://github.com/Venafi/VenafiPS/issues/304) +- Update VC machine creation components due to API deprecation + ## 6.6.0 - Add `Get-VcSatelliteWorker`, either all, by id or all workers associated with a specific satellite - Add `Remove-VcSatelliteWorker`, you guessed it...removes vsat workers @@ -747,5 +751,6 @@ This is a major release. Although every attempt has been made to be backwards c + diff --git a/docs/functions/Get-VcConnector.md b/docs/functions/Get-VcConnector.md index 99a6a68f..a0dca26e 100644 --- a/docs/functions/Get-VcConnector.md +++ b/docs/functions/Get-VcConnector.md @@ -17,45 +17,19 @@ Get-VcConnector [-All] [-VenafiSession ] [-ProgressAction