Skip to content

Releases: thycotic-ps/thycotic.secretserver

Thycotic.SecretServer 0.43.1

21 Jun 02:27
Compare
Choose a tag to compare

[0.43.1] -- 2021-06-20

Breaking Changes

  • None

Bug Fixes

  • None

New Stuff

  • None

General Updates

  • module - correcting cbh online links 28ea95b

Tests

  • None

Thycotic.SecretServer 0.43.0

21 Jun 01:14
Compare
Choose a tag to compare

[0.43.0] -- 2021-06-20

Breaking Changes

  • Get-SecretAudit - changed to sort desc Since Audit data can be large, have it sort on server-side to spit latest out first 30ff8a0
  • Update-FolderPermission - rename from Set-FolderPermission f562dea

Bug Fixes

Click to view
  • Search-SecretTemplate - IncludeInactive fix param type 73d5217
  • Get-Secret - fixe issue with IncludeInactive Parameter was not applied to the API call being made 19f3920
  • Update-Folder - fix issue with warning string 3243797
  • Test-SdkClient - adjust return false logic 8d0cd20

New Stuff

  • Update-User - new command b88ba6d
  • Set-SecretTemplate - new command 0dbee8e
  • Get-SecretAccessRequestOption - new command de809d1
  • Get-Site - new command a7e390e
  • Remove-UserPii - new command 535eb9d
  • Search-WorkflowTemplate - new command 7a510d0
  • Get-Secret - add GetFileFields method see about_ file for TssSecret for more details 8b838af
  • Update-Folder - new command a4a59a8
  • Test-SdkClient - new command Lets you test the config and checks to match SS host 9074773
  • Get-SecreTemplate - additional parameter alias SecretTemplateId 27e0afa
  • Get-SecretTemplateFolder - new command Allows to get list of Allowed Templates configured on a Folder a9ba308
  • TssSecretTemplate - add GetField method For use with Update-SecretTemplateField e5c0cbb
  • Update-SecretTemplateField - new command 548426b

General Updates

Click to view
  • module - correcting casing on username c4b1b34
  • Invoke-RestApi - removing unneeded code fce5152
  • Update-Folder - add type output d42a3ce
  • Search-TssFolder - PermissionRequired param allow multiple Can filter on multiple permissions for a folder 876ba0f
  • doc site rebuild f7e9b2d
  • module - rename folder for doc changes cbb4aa7
  • Add-GroupMember - update based on test 6cf9310
  • Get-GroupRole - update based on test 9232481
  • Test-SecretState - set output to full type name 4cb9f28

Tests

Click to view
  • Test-SdkClient - test update 0758191
  • Module file integrity test - update performance 83d2c19
  • Get-GroupUser - fix test 4144f87

Thycotic.SecretServer 0.42.0

04 Jun 20:53
Compare
Choose a tag to compare

[0.42.0] -- 2021-06-04

Breaking Changes

Click to view
  • None

Bug Fixes

Click to view
  • Add-GroupMember - correct warning message 34cb4d5
  • Remove-Folder - correct warning message ade562f
  • Set-FolderPermission - correct warning message 4f65edd

New Stuff

Click to view
  • Get-FolderState -allows to see actions allowed a4091c1
  • Test-FolderAction - test for allowed action 946c35e
  • Test-SecretAction - allows test for given action on secret 4c21a43
  • Test-SecretState - test for a given state on a secret 942452d

General Updates

Click to view
  • None

Tests

Click to view
  • None

Thycotic.SecretServer 0.41.0

04 Jun 04:08
Compare
Choose a tag to compare

[0.41.0] -- 2021-06-03

Breaking Changes

Click to view
  • Protect-Secret - Renamed to Close-Secret Removed output as well. Will return no output if successful. ab774f0

Bug Fixes

Click to view
  • module - fix issue with import on unix OS c73537f
  • Disable/Enable Unlimited Admin - correcting validation 2c32f8f
  • Search-SecretPermission - correct issue from test 3af9359
  • Update-GroupMember - corrected error Functions as expected now b9fda39

New Stuff

Click to view
  • Search-SecretPermission - closes #186 7731fab
  • Remove-SecretPermission - closes #187 d020a14
  • Update-SecretPermission - closes #189 2cf1104
  • Search-SecretPolicy b980a3d
  • Search-SecretHook - closes #191 fb3a7ed
  • Open-Secret - allows for checking out a secret dc23ab3
  • Get-SecretHook - closes #192 87f6a6e
  • Update-GroupMember - usage pending correction of endpoint There is a null exception being thrown in 10.9.64 for the endpoint. b4f63b4
  • Remove-SecretHook - closes #193 8d2aa75
  • Update-SecretHook - closes #194 235ee5f
  • Get-SecretHookStub - closes #195 34d4683
  • Get-Script command 56891f7
  • Search-Script command efc8d24
  • Get-Script - enhanced TssScript class/output Additional child classes, Added method GetScriptParams() 712e528
  • Get-SecretHookStub - add Name, PrePostOption and EventAction params 68beed4
  • New-SecretHook - closes #196 942ae0a
  • New-SecretDependency - closes #182 26b343f

General Updates

Click to view
  • adding devcontainer cfa85ad
  • module - Add aliases Checkout-Secret / CheckIn-Secret Compliments use of the Open/Close-Secret 5ee8224
  • Module - implemented [Nullable[datetime]] Handles endpoints that return null for datetime properties 20a41e7
  • module - correct version check 458e56f
  • Add-GroupMember - correct help info 1ffbb64
  • module - correcting variable reference ce12ea8
  • snippet update 9dd1fad
  • Get-SecretHookStub - correcting output object 49e5512
  • Get-User - updating verbose output 10e7862
  • Update-SecretHook - updated PrePostOption help e089053

Tests

Click to view
  • Get-SecretHook correct test filename 74444c7
  • Update-SecretHook - update tests Added params parameters e16cbc3

Thycotic.SecretServer 0.40.0

29 May 03:18
Compare
Choose a tag to compare

[0.40.0] -- 2021-05-28

Breaking Changes

Click to view
  • None

Bug Fixes

Click to view
  • TssUserSummary - add property TwoFactorMethod 880672b

New Stuff

Click to view

General Updates

Click to view
  • Search-SecretDependency - adjust output c2aa919
  • Get-SecretDependencyTemplate - rename class type 855ab2e
  • module - correct command alias reference and examples 95f4656
  • module - correct links in manifest a898187
  • Set-Secret - formatting 4795cf3
  • Module - adjust how version check is performed This removes calling the version endpoint in every command, only called once now. fb317ba
  • module - applying formatting changes 71fa1f7
  • Get-UserAudit - fixing warning message 99dd43e

Tests

Click to view
  • Tests - renaming 9cb0867
  • Tests - Removed integration and unit testing ddc96c2

Thycotic.SecretServer 0.39.0

07 May 18:39
Compare
Choose a tag to compare

[0.39.0] -- 2021-05-07

Breaking Changes

Click to view
  • None

Bug Fixes

Click to view
  • None

New Stuff

Click to view
  • Search-SecretDependency - fixes #173 3ad064b
  • New-SecretDependencyGroup - fixes #178 26a2c80
  • Get-Secret - Add Path support fixes #174 e3fcf0e
  • Get-SecretDependency - fixes #175 2be0039
  • Get-SecretDependencyGroup - fixes #177 e4740a5
  • Remove-SecretDependency - closes #176 c6173c8
  • Set-SecretField - support files via value If content of file provided via value, include FileName 94f0654
  • Start-SecretDependency - fixes #179 2565995
  • Get-SecretDependencyRunStatus - fixes #180 c062da2

General Updates

Click to view
  • module - add format for dependency classes 51ae103
  • Get-SecretDependency - adding param description bf97d39
  • Start-SecretHeartbeat - correcting help links e4d9c95

Tests

Click to view
  • None

Thycotic.SecretServer 0.38.0

28 Apr 16:22
Compare
Choose a tag to compare

[0.38.0] -- 2021-04-28

Breaking Changes

Click to view
  • None

Bug Fixes

Click to view
  • New-TssUser - add examples fixes #160 400ac84
  • Update-TssSecret - fix issue with uri found during testing b7e96f1
  • Docs - correcting links for CBH 8347663

New Functions

Click to view
  • Update-TssSecret - fixes #169 3587c61
  • Search-TssRpcPasswordType - closes #149 5f99639
  • Get-RpcPasswordType - closes #34 dacde70
  • Get-GroupMember - closes #55 66a203d
  • Secret Template - Added New-SecretTemplateField and Add-SecretTemplateField 7fdd18b

General Updates

Click to view

Tests

Click to view
  • None

Thycotic.SecretServer 0.37.0

16 Apr 15:41
Compare
Choose a tag to compare

[0.37.0] -- 2021-04-16

Breaking Changes

Click to view
  • Removed Folder and User stub commands c5037c4

Bug Fixes

Click to view
  • None

New

Click to view

General Updates

Click to view
  • Search-TssFolder - perf improvement 233744d
  • docs - add New-TssUser help 738584d
  • docs - removed command old command help 371d137
  • Get-SecretRpcAssociated - adjust output to support Set function e6e3523
  • Protect-Secret - remove unused code 2922f21
  • Enable-SecretEmail - correct link in cbh 4ded087
  • functions - correcting parameter help a1fc3df

Tests

Click to view
  • None

Thycotic.SecretServer 0.36.0

06 Apr 04:39
Compare
Choose a tag to compare

[0.36.0] -- 2021-04-05

Breaking Changes

Click to view
  • None

Bug Fixes

Click to view

New Functions

Click to view

General Updates

Click to view
  • Set-SecretExpiration - update variable name 941b21c

Tests

Click to view
  • Tests - added assert calls 4dbe545

Thycotic.SecretServer 0.35.0

04 Apr 05:33
Compare
Choose a tag to compare

[0.35.0] -- 2021-04-04

Breaking Changes

Click to view
  • TssSecret - GetCredential method update closes #133 92e8a1e
  • New-TssFolder - Revert param changes 78638ed

Bug Fixes

Click to view
  • module - correct import closes #132 47ec7ce
  • Find-User - fixed output issue identified by test 3bee92b
  • CheckVersion - correct invoke param 57dfb6d
  • Set-TssSecret - fixing bug identified during testing Removing Template param as this is not usable on the endpoint 9fc876b
  • CheckVersion - correct invoke param 57dfb6d
  • TssSession - Correct issue found on SessionRefresh 83d6533

New Functions

Click to view

General Updates

Click to view
  • build - remove outputing file list 87929d6
  • Get-UserStub - moving to correct directory 2a23010
  • module - change API call method to internal script 92f32e0
  • module - CheckVersion correct logic, remove function call a4799d8
  • docs - TssSecret class updates eef7af7
  • Get-Secret - update examples 2cd81d8
  • Get-UserRole - renamed parameter alias 1c482f5
  • Stop-SecretChangePassword - remove Status property from output 97e9b78
  • docs - remove SDK setup section No longer applies 62ff8c6
  • Secret functions - corrected paramet set reference bc849aa
  • Set-Secret - removed call to public function dab8048
  • Get-TssConfiguration - add about files for classes 42da615
  • doc - update commands 4a11a5d

Tests

Click to view
  • snippet - test added assert call 18685b6
  • tests - add random string generator 8e1500d
  • Tests - Users tests reworked 738098f
  • tests - removed test data (no longer needed) f68c137
  • Secret Tests - reworked ee188be
  • Set-Secret - Tests rework Still work to do cb39262