Skip to content

Releases: thycotic-ps/thycotic.secretserver

Thycotic.SecretServer 0.29.0

Pre-release

Choose a tag to compare

@wsmelton wsmelton released this 10 Feb 04:09

[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

Pre-release

Choose a tag to compare

@wsmelton wsmelton released this 08 Feb 06:03

[0.28.1] -- 2021-02-07

Added

  • None

Changed

  • Corrected LINK in function CBH 7cfc849

Thycotic.SecretServer 0.28.0

Pre-release

Choose a tag to compare

@wsmelton wsmelton released this 08 Feb 05:50

[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

Pre-release

Choose a tag to compare

@wsmelton wsmelton released this 05 Feb 05:20

[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

Pre-release

Choose a tag to compare

@wsmelton wsmelton released this 28 Jan 00:51

[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

Pre-release

Choose a tag to compare

@wsmelton wsmelton released this 19 Jan 23:22

[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

Pre-release

Choose a tag to compare

@wsmelton wsmelton released this 14 Jan 23:05

[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

Pre-release

Choose a tag to compare

@wsmelton wsmelton released this 05 Jan 03:15

[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

Pre-release

Choose a tag to compare

@wsmelton wsmelton released this 30 Dec 07:05

[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

Pre-release

Choose a tag to compare

@wsmelton wsmelton released this 29 Dec 08:30

[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