Skip to content

Releases: thycotic-ps/thycotic.secretserver

Thycotic.SecretServer v0.60.6

24 Mar 17:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.60.5...v0.60.6

Thycotic.SecretServer 0.60.5

21 Nov 02:21
Compare
Choose a tag to compare

0.60.5 -- 2021-11-20

Breaking Changes

  • None

Bug Fixes

  • 2b0d11f5 Session class - set StartTime and TimeOfDeath in SessionRefresh method, fixes #253

New Stuff

  • None

General Updates

  • 16b0a72e contributing guide - added Code task for formatting commit messages
  • 4196aa42 vscode - adjusting extensions and enabling new color bracket setting

Tests

  • None

Thycotic.SecretServer 0.60.4

07 Nov 15:23
Compare
Choose a tag to compare

0.60.4 -- 2021-11-07

Breaking Changes

  • None

Bug Fixes

  • Secret Policy Item enum - update Item name to match API output 5772c82
  • Get-TssSecretPolicyItemStub - fixes error setting PolicyApplyType ec35713
  • error handling - fix output 500 error content eb23200

New Stuff

  • None

General Updates

  • PolicyItem - Set Name to SecretPolicyItem Enum bd8d67d

Tests

  • None

Thycotic.SecretServer 0.60.0

06 Nov 17:44
Compare
Choose a tag to compare

0.60.0 -- 2021-11-06

Breaking Changes

  • None

Bug Fixes

  • Search-TssSecretsByUrl - fixes #246 57ff52d
  • Search-TssEventPipeline - correct PipelineName filter not working 8849345
  • Secret class - correct LastHeartbeatStatus type 2269e80
  • Find-TssSecret - adjusting parameter use and docs 2e48727
  • Search-TssSecret - correcting issue where parameters were not being applied properly 9ddd3ae
  • Search-TssSecret - fix syntax error on IncludeSubFolders param f57b366
  • Remove commands - correcting WhatIf support 8c74f6c
  • Get-TssRpcPasswordType - correct endpoint, parameter help 8a84435
  • Search-TssRpcPasswordType - correct endpoint and class reference 8be9347
  • SecretPolicyItem type - mapping update for HideLauncherPassword -> ViewingPasswordRequiresEdit 2f4e9d0
  • New-TssSession - issue with UseWindowsAuth param fixes #247 2e66725

New Stuff

Lists

  • Search-TssList - new command to return summary of the Lists created d22d861
  • Get-TssListCategory - new command to return the categories on a List d3cce97
  • Add-TssListOption - new command to load Options for each category of a List b0885f1
  • Get-TssList - new command to get a given List object dc70611
  • Update-TssList - new command to update Active, Name and Description of a List 78a2774
  • Remove-TssList - new command to "delete" a List e731f42
  • Clear-TssList - new command to clear the categories and options for a given List fcbba21
  • Get-TssListOption - new command to get Options from a List 2f611bc
  • Clear-TssListOption - new command to clear specific options from a List 1d8bdba
  • Show-TssListCurrentUser - new command to retrieve the Lists the current user session can access 05c32ef
  • New-TssList - new command to create a List(s) a253fa2

General Updates

  • HeartbeatStatus enum - adjust params and property to use enumerator 45f3fb4
  • New-TssSecretTemplateField - convert Type param to enum ac17a5f
  • Various commands - convert secret permissions param to enum 57307a4
  • New-TssUser - convert TwoFactorType param to enum e3414ba
  • Test-TssSecretAction - convert Action param to enum 406b75c
  • Test-TssSecretState - convert State param to enum 658106f
  • Search-TssWorkflowTemplate - convert Type param to enum 6e98c79
  • Add support for NoAutoCheckout - option added in 11.0+ to not automatically checkout a secret 3b450cc

Tests

  • None

Thycotic.SecretServer 0.59.0

19 Oct 22:10
Compare
Choose a tag to compare

0.59.0 -- 2021-10-19

Breaking Changes

  • Search-TssDistributedEngineSite - rename SiteName param to SearchText to standardize search commands d1b18a0

Bug Fixes

  • Compare-TssVersion (internal command) - fixes #243 28f64d1
  • Export-TssAutoExportStorageItem - correct issue with downloading zip file for auto export 3510feb
  • New-TssSession - bug fix when login failure stop throwing warning about version aefa624
  • Get-TssSecretField - correct error when called by Get-TssSecretAttachment 13d86b3
  • Get-TssConfigurationAutoExport - correct examples fixes #244 485e872
  • Auto Export - added check for SSC on Search and Export (these won't work with on-premises SS) da50bff

New Stuff

  • Move-TssFolder - new command to use for moving child folder 02ac0bf
  • Get-TssDiagnosticConnectivityReport - new command to get the Internet connection test a5b3425
  • Get-TssDiagnosticBackgroundProcess - new command to get the background process details bd91027
  • Get-TssSecretWebTemplate - new command to check Web Templates available, endpoint used by WPF e9962a1
  • Search-TssSecretsByUrl - new command to check which Secret(s) is returned for a given URL, endpoint used by WPF 20dc14c

Server Nodes

  • Search-TssServerNode - new command to get a list of all Server Nodes fc97335
  • Update-TssServerNode - new command to update worker roles, readonly mode, and in cluster configuration for a server node 725cb59

Distributed Engine

  • Search-TssDistributedEngine - new command to search for Engines 5113b7c
  • Get-TssDistributedEngineConfiguration - new command to pull the configuration details 370cb33
  • Get-TssDistributeEngineConnectorCredential - new command to pull username/password for the connector 67c14d6
  • Get-TssDistributedEngineSite - new command to retrieve config and details of a Site 028a0aa
  • Set-TssDistributedEngineSite - new command to adjust configuration of a Site e9bd322
  • Search-TssDistributedEngineConnector - new command to get list of Site Connectors 0052393
  • Test-TssDistributedEngineCloudAccess - new command to verify port access from DE to Secret Server Cloud 0228004
  • Set-TssDistributedEngine - new command to set configuration options for Distributed Engine global configuration cb5f132
  • Get-TssDistributedEngineServerCapabilities - new command to pull the OS details of a DE 8e77a5a
  • Get-TssDistributedEngineSiteConnector - new command to get Site Connector details 282b503
  • Set-TssDistributedEngineSiteConnector - new command to update configuration of a Site Connector a4ff768
  • Get-TssDistributedEngineDownload - new command to download the installer for Site's DE de7f664
  • New-TssDistributedEngineSiteConnector - new command to create a Site Connector 05db5d6
  • Test-TssDistributedEngineSiteConnector - new command to validate the Site Connector a48e482
  • Register-TssDistributedEngine - new command to activate a DE for a Site 0c9334b
  • Update-TssDistributedEngine - new command to change the status of an Engine (e.g. activate, delete) a340f72
  • Remove-TssDistributedEngine - new command to delete a Distributed Engine (not reversible) f5f560b
  • Unregister-TssDistributedEngine - new command to deactivate a Distributed Engine for a Site d7a3f55
  • New-TssDistributedEngineSite - new command to create a Site 9ada9ed

General Updates

  • module - fix WhatIf output for internal code 8b88fe8
  • Get-TssFolderState - update warning message 9907d60
  • DistributedEngines - SiteSummary class add new property for v11 7cdb432
  • Templates - Summary class add new property for 11.0.8 release 980d53d
  • Get-TssDiagnostic - new command to get diagnostic info for on-premises 608485a
  • docs - authentication - updates, add PS Profile snippet 971b0b7
  • docs - update, additions finding duplicate dependencies f93ee34
  • Register-TssDistributedEngine - rewrite bd8fb30
  • docs - expanding working with secrets content 6e75b7f
  • Set-TssDistributedEngineSite - corrections 1952309
  • Test-TssDistributedEngineCloudAccess - updated example URLs to show SSC 0c2db0a

Tests

  • None

Thycotic.SecretServer 0.58.0

01 Oct 19:17
Compare
Choose a tag to compare

0.58.0 -- 2021-10-01

Breaking Changes

  • None

Bug Fixes

New Stuff

  • Get-TssDiscoveryStatus - new command to retrieve start/end date for discovery processing 33cf27f
  • Search-TssIpRestriction - new command to search IP Address Restrictions aa34f65
  • Search-TssIpRestrictionGroup - new command to search IP Address Restrictions assigned to Groups 446b7cf
  • Session - Add use of global variable, $tss_ignoreversioncheck, for disabling version check 2c0ba2a
  • Remove-TssIpRestriction - new command to delete IP Address Restrictions d63d657
  • Remove-TssIpRestrictionGroup - new command to remove IP assignments from Groups b41b8e6
  • Remove-TssIpRestrictionUser - new command to remove IP restriction from Users 6edf4bb
  • Search-TssIpRestrictionUser - new command to search IP Restrictions assigned to Users e07a5c3
  • New-TssIpRestriction - new command to create IP Address Restrictions 1af98a1
  • Set-TssIpRestrictionGroup - new command to set the IP Restriction for a Group(s) 6e40023
  • Set-TssIpRestrictionUser - new command to set the IP Restriction for a User(s) 668a567
  • Update-TssIpRestriction - new command to update name or range of an IP Address Restriction 02c046a

General Updates

  • module GetInvocation - converting private binary command, Get-TssInvocation 2e5ceac
  • module CheckVersion - convert to private binary command, Compare-TssVersion 0568794
  • module InternalEndpointUsed - converting to private binary command, Write-TssInternalNote d3b19f9
  • Template classes - added enumerators 3289f90
  • Format - cleaning up, fixing references e219f1a

Tests

  • None

Thycotic.SecretServer 0.57.0

15 Sep 16:29
Compare
Choose a tag to compare

0.57.0 -- 2021-09-15

Breaking Changes

  • None

Bug Fixes

  • Get-TssSecret - fixes #236 639e810
  • Search-TssDirectoryServiceDomain - fixed inactive results when param not provided e2632cc
  • New-TssSession - fixes #241 90343b3

New Stuff

  • Get-TssDirectoryServiceSyncStatus - new command 0a8dd94
  • Start-TssDirectoryServiceSync - new command fb4edce
  • Get-TssDirectoryServiceDomain - new command 86523d9
  • Remote-TssDirectoryServiceGroup - new command Remove a group from the Directory Service sync 4dd8f5e
  • Add-TssDirectoryServiceGroup - new command Add a Domain Group to Directory Service for sync 947e2b3
  • Search-TssDirectoryServiceGroup - new command Return groups that can be added for sync in a Directory Service 48c0935
  • Search-TssDirectoryServiceGroupMember - new command searching for member of Directory Service Group 02a10f4
  • New-TssDirectoryService - new command to create domains 8b99a38

General Updates

  • New-TssFolder - correcting examples 717e2be
  • Invoke-TssReport - update help description 80330a1
  • Start-TssSecretChangePassword - correct verbose output 11996cf

Tests

  • None

Thycotic.SecretServer 0.56.0

08 Sep 13:34
Compare
Choose a tag to compare

[0.56.0] -- 2021-09-08

Breaking Changes

  • Set-TssSecretPolicy - updated to accept Policy Item object a63f059

Bug Fixes

  • Auth - Windows Authentication fixed closes #234 270e5b1

New Stuff

  • New-TssSecretPolicy - add support for Policy Items 3795366
  • Get-TssSecretPolicyStub - new command ab76896
  • Get-TssSecretPolicyItemStub - new command ba42045

General Updates

  • bump library to netstandard 2.1 aba7931
  • Contributing guide - Updates to software list, added shortcut info 31ee833

Tests

  • None

Thycotic.SecretServer 0.55.0

07 Sep 20:16
Compare
Choose a tag to compare

Build does not run on Windows PowerShell. Fixed in v0.56.0 release.

[0.55.0] -- 2021-09-07

Breaking Changes

  • Set-TssSecretPolicy - updated to accept Policy Item object a63f059

Bug Fixes

  • Auth - Windows Authentication fixed closes #234 270e5b1

New Stuff

  • New-TssSecretPolicy - add support for Policy Items 3795366
  • Get-TssSecretPolicyStub - new command ab76896
  • Get-TssSecretPolicyItemStub - new command ba42045

General Updates

  • bump library to netstandard 2.1 aba7931
  • Contributing guide - Updates to software list, added shortcut info 31ee833

Tests

  • None

Thycotic.SecretServer 0.54.0

03 Sep 17:06
Compare
Choose a tag to compare

[0.54.0] -- 2021-09-03

Breaking Changes

  • None

Bug Fixes

  • New-TssSession - convert OAuth call to internal binary command fixes #233 06e6477

New Stuff

  • Get-TssSecretDependencyScript - new command 8cf4332
  • Set-TssConfigurationLocalUserPassword - new command 7b6ab4b
  • Set-TssConfigurationSecurity - new command 8c0c4e8
  • Set-TssConfigurationLogin - new command 6cbdec2
  • Set-TssConfigurationRpc - new command 1bbe020

General Updates

  • None

Tests

  • None