Releases: thycotic-ps/thycotic.secretserver
Releases · thycotic-ps/thycotic.secretserver
Thycotic.SecretServer 0.29.0
Compare
Sorry, something went wrong.
No results found
[0.29.0] -- 2021-02-09
Added
Set-TssSecret added parameters: AutoChangeEnabled, AutoChangeNextPassword and EnableInheritPermissions #12 a772b5b
Changed
Corrected online link for Remove-TssSecret
Reworked error handling in the module #68 a53a50f
New-TssSession - reworked logic and error handling in building the TssSession object #69 9a983a3
Thycotic.SecretServer 0.28.1
Compare
Sorry, something went wrong.
No results found
[0.28.1] -- 2021-02-07
Added
Changed
Corrected LINK in function CBH 7cfc849
Thycotic.SecretServer 0.28.0
Compare
Sorry, something went wrong.
No results found
[0.28.0] -- 2021-02-07
Added
Changed
Removed -Raw parameter from all functions 1c74017
Renamed Disable-TssSecret --> Remove-TssSecret 237ae47
Corrected output for Get-TssFolder 6aa9fa4
Output changed to TssDelete for Remove-TssReportCategory c5adf0f
Thycotic.SecretServer 0.27.0
Compare
Sorry, something went wrong.
No results found
[0.27.0] -- 2021-02-04
Added
Changed
Renamed Stop-TssPasswordChange --> Stop-TssSecretPasswordChange aebd59f
Renamed Search-TssUserGroup --> Search-TssGroup aebd59f
Thycotic.SecretServer 0.26.0
Compare
Sorry, something went wrong.
No results found
[0.26.0] -- 2021-01-27
Added
GitHub Action for testing import on cross-platforms - eb2e9bb
Search-TssReportSchedule #47 ce1f9cc
Search-TssReportSchedule SortBy param ace866d
Search-TssSecret SortBy param b64ea8b
Search-TssUserGroup new command ba60175
Stop-TssPasswordChange new command #48 9369d5c
Changed
Search-TssReportSchedule renamed class, added type 77b2a6f
Thycotic.SecretServer 0.25.0
Compare
Sorry, something went wrong.
No results found
[0.25.0] -- 2021-01-19
Added
Set-TssSecret - additional parameters for General settings #12 (aefb780 )
Changed
Fixed name of functions: Get-TssSecret, Get-TssSecretField, Remove-TssReportCategory (8bd9e13 )
Fixed issue on Find-TssSecret for looking up via ID (2be2358 )
Fixed issue identified by test failure on Test-TssVersion (254d572)
Thycotic.SecretServer 0.24.0
Compare
Sorry, something went wrong.
No results found
[0.24.0] -- 2021-01-14
Added
Changed
Adjust process to build API call, New-TssSession builds the API URL now #39 (ce0aeba )
Update tests to support PS7+ (a66f2f4 )
Adjusted Get-TssVersion and Test-TssVersion, refine property output (227585c )
Reorganized class and function files in the module (40f822e )
Thycotic.SecretServer 0.23.0
Compare
Sorry, something went wrong.
No results found
[0.23.0] -- 2021-01-04
Added
Added verbose output to applicable commands to provide parameter and values (cfd5304 )
Added GetSlugName() on TssSecretTemplate class, pass in the display name and get the slug name (1cd1b98 )
Added restricted params to Get-TssSecret #37
Added Get-TssSecretField #6
Changed
Get-TssSecret - renamed GetValue() method to GetFieldValue() to make it unique in TssSecret class (d740ae7 )
Thycotic.SecretServer 0.22.0
Compare
Sorry, something went wrong.
No results found
[0.22.0] -- 2020-12-30
Added
Invoke-TssRestApi - integration tests added (2ce6787 )
Get-TssSecret - add GetValue() to TssSecret class to allow easy access to field values on secrets (b73deb9 )
Changed
Find-TssSecret - adjusted to include /secrets/lookup/{id} endpoint, part of #16 that was missed
Search-TssSecret - address truncating output #35
Thycotic.SecretServer 0.21.5
Compare
Sorry, something went wrong.
No results found
[0.21.5] - 2020-12-29
Added
All parts for classes validate if a property does not exist, will now provide a warning with a link to create bug report (244ac1d )
Changed
Get-TssFolder - renamed Recurse to GetChildrent; updated tests (d12ac57 )
Find-TssSecret - fix output issue #32
Get-TssSecret - add new property to TssSecret class #33