Skip to content

Releases: Venafi/VenafiPS

v3.2.0

01 Oct 18:21
Compare
Choose a tag to compare
  • Add support for token refresh to New-VenafiSession and New-TppToken. Auto-refresh $VenafiSession when token expires and we have a refresh token. #33
  • Fix invalid grant details in Test-TppToken, #32
  • Update Version in VenafiSession object, from Get-TppVersion, to be of type Version. Drop Revision from version so now only 3 octets. This assists in performing version validation.
  • Update New-TppToken to account for a bug in pre 21.3 which expected the client_id to be lowercase
  • Update Test-TppToken to validate the tpp version is supported

v3.1.7

17 Sep 19:59
Compare
Choose a tag to compare
  • Fix/finalize certificate-based oauth token support, #29

v3.1.6

08 Sep 17:05
Compare
Choose a tag to compare
  • Thanks to @harrisonmeister for this contribution!
  • Add support to Export-VenafiCertificate for -IncludeChain and -IncludePrivateKey when using JKS format, #24 and #26
  • Add 'CertificateData' to the list of values hidden with Write-VerboseWithSecret, #25
  • Help updates

v3.1.5

27 Jul 20:31
Compare
Choose a tag to compare

see the changelog for release notes

v3.1.3

21 Jul 21:38
Compare
Choose a tag to compare

see the changelog for release notes

v3.1.2

20 Jul 00:13
Compare
Choose a tag to compare

see the changelog for release notes

v3.1.1

16 Jul 17:10
Compare
Choose a tag to compare

see the changelog for release notes

v3.1.0 - Move to Invoke-WebRequest, add -CountOnly option to Find-TppCertificate

24 Jun 22:47
Compare
Choose a tag to compare
  • Add -CountOnly to Find-TppCertificate to return the number of certificates found based on the filters provided, #12
  • Move from Invoke-RestMethod to Invoke-WebRequest in Invoke-VenafiRestMethod so we get response headers, to be used with -CountOnly above. Invoke-VenafiRestMethod has a new parameter, -FullResponse, to retrieve the complete response, not just content value.
  • Add New-HttpQueryString private function to support HEAD api calls which require a query string and not body.
  • Fix Test-TppIdentityFormat which was failing when the identity guid was surrounded with curly braces
  • Replace -Limit parameter and standardize on -First

v3.0.3

14 Jun 16:10
Compare
Choose a tag to compare

see the changelog for release notes

v3.0.2

12 May 19:08
Compare
Choose a tag to compare

see the changelog for release notes