Skip to content

Releases: thycotic-ps/thycotic.secretserver

Thycotic.SecretServer 0.28.0

08 Feb 05:50
Compare
Choose a tag to compare
Pre-release

[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

05 Feb 05:20
Compare
Choose a tag to compare
Pre-release

[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

28 Jan 00:51
Compare
Choose a tag to compare
Pre-release

[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

19 Jan 23:22
Compare
Choose a tag to compare
Pre-release

[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

14 Jan 23:05
Compare
Choose a tag to compare
Pre-release

[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

05 Jan 03:15
Compare
Choose a tag to compare
Pre-release

[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

30 Dec 07:05
Compare
Choose a tag to compare
Pre-release

[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

29 Dec 08:30
Compare
Choose a tag to compare
Pre-release

[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

Thycotic.SecretServer 0.21.0

29 Dec 01:33
Compare
Choose a tag to compare
Pre-release

[0.21.0] - 2020-12-28

Added

  • New function: Test-TssVersion #22
  • New function: Find-TssSecret #16
  • Added XML export of folders and secrets utilized by Pester Tests in repository (e42d9fc)

Changed

  • Get-TssVersion - moved version endpoint call to part function #22
  • Search-TssSecret - fixed issue with validateset for HeartbeatStatus (6e5b7c3)
  • Get-TssFolder - update class output type and test (3bfbded)
  • Get-TssSecretTemplate - updated to class output and tests #31
  • Set-TssSecret - update to include verbose output for Email settings (7bd7ac8)
  • Search-TssSecret - updated to class output and tests #30

Thycotic.SecretServer 0.20.0

27 Dec 03:05
Compare
Choose a tag to compare
Pre-release

[0.20.0] - 2020-12-26

Added

  • Alias for Invoke-RestApi: itra (4286a41)
  • Add CHANGELOG to repository (ba3eadf)
  • Added GitHub release to build process #18
  • Add IconUri, CompatiblePSEditions (a4bb233)
  • Support for external access token, example via Client SDK tss.exe token #26

Changed

  • Set-TssSecret - updated help, added examples for email setting params (fc21c00)
  • Standardized error handeling function calling Invoke-TssRestApi (7b6b827)