Skip to content

Commit

Permalink
Update manifest and docs to 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarron committed Mar 12, 2024
1 parent 6754f7c commit 9c44ef6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.2.1
- Fix `Invoke-VcCertificateAction -Renew` flagging multiple applications incorrectly


## 6.2.0
- Add support for managing TLSPC Connectors via `Get-VcConnector`, `New-VcConnector`, `Set-VcConnector`, and `Remove-VcConnector`. The old Connector functions, Get, New, and Remove, which were for managing Webhooks, have been renamed to more appropriately reflect their usage. They are now `Get-VcWebhook`, `New-VcWebhook`, and `Remove-VcWebhook`.
- Add support for TLSPC EU region with `New-VenafiSession -VcRegion`. The default is 'us' and accepts 'eu' as well. This detail will be stored in the resulting session and vault if utilized.
Expand Down Expand Up @@ -673,5 +677,6 @@ This is a major release. Although every attempt has been made to be backwards c






6 changes: 3 additions & 3 deletions VenafiPS/VenafiPS.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
# Module manifest for module 'VenafiPS'
#
# Generated by: Venafi
# Generated by: Greg Brownstein
#
# Generated on: 03/07/2024
# Generated on: 03/12/2024
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'VenafiPS.psm1'

# Version number of this module.
ModuleVersion = '6.2.0'
ModuleVersion = '6.2.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.2.1
- Fix `Invoke-VcCertificateAction -Renew` flagging multiple applications incorrectly


## 6.2.0
- Add support for managing TLSPC Connectors via `Get-VcConnector`, `New-VcConnector`, `Set-VcConnector`, and `Remove-VcConnector`. The old Connector functions, Get, New, and Remove, which were for managing Webhooks, have been renamed to more appropriately reflect their usage. They are now `Get-VcWebhook`, `New-VcWebhook`, and `Remove-VcWebhook`.
- Add support for TLSPC EU region with `New-VenafiSession -VcRegion`. The default is 'us' and accepts 'eu' as well. This detail will be stored in the resulting session and vault if utilized.
Expand Down Expand Up @@ -673,5 +677,6 @@ This is a major release. Although every attempt has been made to be backwards c






0 comments on commit 9c44ef6

Please sign in to comment.