Skip to content

Commit

Permalink
Update manifest and docs to 6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarron committed Oct 9, 2024
1 parent 8545260 commit 5c850f7
Show file tree
Hide file tree
Showing 5 changed files with 335 additions and 231 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.5.1
- Fix Find-VdcObject documentation page not building, [#302](https://github.com/Venafi/VenafiPS/issues/302)
- Rebranding post CyberArk acquisition
- Add specific exception types when working with invalid paths or access issues on VDC objects

## 6.5.0
- Merge all functions into 1 psm1 module. This yields much better performance, especially when running multithreaded.
- Add multithreading support on PS v5 with the Microsoft.PowerShell.ThreadJob module (installed separately). If the module isn't installed, multithreading will be disabled. Set `-ThrottleLimit` to 1 on the functions that support it to disable multithreading on PS v5 and v7.
Expand Down Expand Up @@ -728,5 +733,6 @@ This is a major release. Although every attempt has been made to be backwards c






45 changes: 42 additions & 3 deletions VenafiPS/VenafiPS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Greg Brownstein
#
# Generated on: 10/01/2024
# Generated on: 10/09/2024
#

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

# Version number of this module.
ModuleVersion = '6.5.0'
ModuleVersion = '6.5.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -69,7 +69,46 @@ PowerShellVersion = '5.1'
# NestedModules = @()

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = @('Add-VcCertificateAssociation','Add-VcTeamMember','Add-VcTeamOwner','Add-VdcAdaptableHash','Add-VdcCertificateAssociation','Add-VdcEngineFolder','Add-VdcTeamMember','Add-VdcTeamOwner','Convert-VdcObject','ConvertTo-VdcGuid','ConvertTo-VdcPath','Export-VcCertificate','Export-VdcCertificate','Export-VdcVaultObject','Find-VcCertificate','Find-VcCertificateInstance','Find-VcCertificateRequest','Find-VcLog','Find-VcMachine','Find-VcMachineIdentity','Find-VdcCertificate','Find-VdcClient','Find-VdcEngine','Find-VdcIdentity','Find-VdcObject','Find-VdcVaultId','Get-VcApplication','Get-VcCertificate','Get-VcConnector','Get-VcIssuingTemplate','Get-VcMachine','Get-VcMachineIdentity','Get-VcSatellite','Get-VcTag','Get-VcTeam','Get-VcUser','Get-VcWebhook','Get-VdcAttribute','Get-VdcCertificate','Get-VdcClassAttribute','Get-VdcCredential','Get-VdcCustomField','Get-VdcEngineFolder','Get-VdcIdentity','Get-VdcIdentityAttribute','Get-VdcObject','Get-VdcPermission','Get-VdcSystemStatus','Get-VdcTeam','Get-VdcVersion','Get-VdcWorkflowTicket','Import-VcCertificate','Import-VdcCertificate','Invoke-VcCertificateAction','Invoke-VcWorkflow','Invoke-VdcCertificateAction','Invoke-VenafiRestMethod','Move-VdcObject','New-VcApplication','New-VcCertificate','New-VcConnector','New-VcMachine','New-VcMachineCommonKeystore','New-VcMachineIis','New-VcTeam','New-VcWebhook','New-VdcCapiApplication','New-VdcCertificate','New-VdcCustomField','New-VdcDevice','New-VdcObject','New-VdcPolicy','New-VdcTeam','New-VdcToken','New-VenafiSession','Read-VdcLog','Remove-VcApplication','Remove-VcCertificate','Remove-VcConnector','Remove-VcIssuingTemplate','Remove-VcMachine','Remove-VcMachineIdentity','Remove-VcTag','Remove-VcTeam','Remove-VcTeamMember','Remove-VcTeamOwner','Remove-VcWebhook','Remove-VdcCertificate','Remove-VdcCertificateAssociation','Remove-VdcClient','Remove-VdcEngineFolder','Remove-VdcObject','Remove-VdcPermission','Remove-VdcTeam','Remove-VdcTeamMember','Remove-VdcTeamOwner','Rename-VdcObject','Revoke-VdcGrant','Revoke-VdcToken','Search-VdcHistory','Set-VcApplication','Set-VcConnector','Set-VcTeam','Set-VdcAttribute','Set-VdcCredential','Set-VdcPermission','Set-VdcWorkflowTicketStatus','Test-VdcIdentity','Test-VdcObject','Test-VdcToken','Write-VdcLog')
FunctionsToExport = 'Add-VcCertificateAssociation', 'Add-VcTeamMember', 'Add-VcTeamOwner',
'Add-VdcAdaptableHash', 'Add-VdcCertificateAssociation',
'Add-VdcEngineFolder', 'Add-VdcTeamMember', 'Add-VdcTeamOwner',
'Convert-VdcObject', 'ConvertTo-VdcGuid', 'ConvertTo-VdcPath',
'Export-VcCertificate', 'Export-VdcCertificate',
'Export-VdcVaultObject', 'Find-VcCertificate',
'Find-VcCertificateInstance', 'Find-VcCertificateRequest',
'Find-VcLog', 'Find-VcMachine', 'Find-VcMachineIdentity',
'Find-VdcCertificate', 'Find-VdcClient', 'Find-VdcEngine',
'Find-VdcIdentity', 'Find-VdcObject', 'Find-VdcVaultId',
'Get-VcApplication', 'Get-VcCertificate', 'Get-VcConnector',
'Get-VcIssuingTemplate', 'Get-VcMachine', 'Get-VcMachineIdentity',
'Get-VcSatellite', 'Get-VcTag', 'Get-VcTeam', 'Get-VcUser',
'Get-VcWebhook', 'Get-VdcAttribute', 'Get-VdcCertificate',
'Get-VdcClassAttribute', 'Get-VdcCredential', 'Get-VdcCustomField',
'Get-VdcEngineFolder', 'Get-VdcIdentity', 'Get-VdcIdentityAttribute',
'Get-VdcObject', 'Get-VdcPermission', 'Get-VdcSystemStatus',
'Get-VdcTeam', 'Get-VdcVersion', 'Get-VdcWorkflowTicket',
'Import-VcCertificate', 'Import-VdcCertificate',
'Invoke-VcCertificateAction', 'Invoke-VcWorkflow',
'Invoke-VdcCertificateAction', 'Invoke-VenafiRestMethod',
'Move-VdcObject', 'New-VcApplication', 'New-VcCertificate',
'New-VcConnector', 'New-VcMachine', 'New-VcMachineCommonKeystore',
'New-VcMachineIis', 'New-VcTeam', 'New-VcWebhook',
'New-VdcCapiApplication', 'New-VdcCertificate', 'New-VdcCustomField',
'New-VdcDevice', 'New-VdcObject', 'New-VdcPolicy', 'New-VdcTeam',
'New-VdcToken', 'New-VenafiSession', 'Read-VdcLog',
'Remove-VcApplication', 'Remove-VcCertificate', 'Remove-VcConnector',
'Remove-VcIssuingTemplate', 'Remove-VcMachine',
'Remove-VcMachineIdentity', 'Remove-VcTag', 'Remove-VcTeam',
'Remove-VcTeamMember', 'Remove-VcTeamOwner', 'Remove-VcWebhook',
'Remove-VdcCertificate', 'Remove-VdcCertificateAssociation',
'Remove-VdcClient', 'Remove-VdcEngineFolder', 'Remove-VdcObject',
'Remove-VdcPermission', 'Remove-VdcTeam', 'Remove-VdcTeamMember',
'Remove-VdcTeamOwner', 'Rename-VdcObject', 'Revoke-VdcGrant',
'Revoke-VdcToken', 'Search-VdcHistory', 'Set-VcApplication',
'Set-VcConnector', 'Set-VcTeam', 'Set-VdcAttribute',
'Set-VdcCredential', 'Set-VdcPermission',
'Set-VdcWorkflowTicketStatus', 'Test-VdcIdentity', 'Test-VdcObject',
'Test-VdcToken', 'Write-VdcLog'

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = @()
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.5.1
- Fix Find-VdcObject documentation page not building, [#302](https://github.com/Venafi/VenafiPS/issues/302)
- Rebranding post CyberArk acquisition
- Add specific exception types when working with invalid paths or access issues on VDC objects

## 6.5.0
- Merge all functions into 1 psm1 module. This yields much better performance, especially when running multithreaded.
- Add multithreading support on PS v5 with the Microsoft.PowerShell.ThreadJob module (installed separately). If the module isn't installed, multithreading will be disabled. Set `-ThrottleLimit` to 1 on the functions that support it to disable multithreading on PS v5 and v7.
Expand Down Expand Up @@ -728,5 +733,6 @@ This is a major release. Although every attempt has been made to be backwards c






228 changes: 0 additions & 228 deletions docs/functions/Find-VcObject.md

This file was deleted.

Loading

0 comments on commit 5c850f7

Please sign in to comment.