-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/beta.12.0.0-0.9' of https://stash.sdl.com/scm/t…
…s/ishdeploy into release/beta.12.0.1-0.9
- Loading branch information
Showing
2 changed files
with
67 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,86 @@ | ||
# Version notes | ||
|
||
## alpha-0.3 (Pre-release) | ||
## beta-0.9 (Pre-release) | ||
|
||
1. Working with deployments | ||
1. Cmdlets | ||
- All Get-ISH* cmdlets e.g. `Get-ISHDeployment` can be piped. e.g. `Get-ISHDeployment | ForEach-Object {$_}`. **[Update]** | ||
1. Feature toggle | ||
1. Cmdlets | ||
- Set-ISHUIEventMonitorTab can accept multiple user roles in parameter `-UserRole`. **[Update]** | ||
1. ISHSTS | ||
1. Cmdlets | ||
- Set-ISHSTSConfiguration. Has known issue. **[Update]** | ||
1. Cmdlets | ||
- Set-ISHSTSConfiguration. (Fixed) **[Update]** | ||
|
||
**Known issues** | ||
|
||
- When the deployment is configured for light weight windows authentication, the described certificate rollover leaves the system broken. The workaround is to re-execute the `Set-ISHSTSConfiguration -ISHDeployment $deploymentName -AuthenticationType Windows`. | ||
- Set-ISHSTSConfiguration does not check if the windows authentication module is installed on IIS. | ||
|
||
## alpha-0.2 (Pre-release) | ||
|
||
1. General | ||
1. Cmdlets | ||
- All cmdlets accept also name as value for the `-ISHDeployment` parameter. e.g. `Enable-ISHUIContentEditor -ISHDeployment "InfoShare"`. **[Update]** | ||
- `Get-ISHDeployment` returns the `WebSiteName` also. **[Update]** | ||
- `Get-ISHDeploymentParameters` . **[New]** | ||
1. Cmdlets | ||
- All cmdlets accept also name as value for the `-ISHDeployment` parameter. e.g. `Enable-ISHUIContentEditor -ISHDeployment "InfoShare"`. **[Update]** | ||
- `Get-ISHDeployment` returns the `WebSiteName` also. **[Update]** | ||
- `Get-ISHDeploymentParameters` . **[New]** | ||
1. ISHSTS | ||
1. Cmdlets | ||
- Reset-ISHSTS. **[New]** | ||
- Get-ISHSTSRelyingParty. **[New]** | ||
- Set-ISHSTSRelyingParty. **[New]** | ||
- Set-ISHSTSConfiguration. (Not working) **[New]** | ||
1. Articles | ||
- Work with Security Token Service\ISHSTS\Integrating 3rd party service providers. **New** | ||
- Work with Security Token Service\ISHSTS\Implementing light weight Windows Authentication. **[New]** | ||
- Work with Security Token Service\ISHSTS\Resetting ISHSTS. **[New]** | ||
1. Cmdlets | ||
- Reset-ISHSTS. **[New]** | ||
- Get-ISHSTSRelyingParty. **[New]** | ||
- Set-ISHSTSRelyingParty. **[New]** | ||
- Set-ISHSTSConfiguration. (Not working) **[New]** | ||
1. Articles | ||
- Work with Security Token Service\ISHSTS\Integrating 3rd party service providers. **[New]** | ||
- Work with Security Token Service\ISHSTS\Implementing light weight Windows Authentication. **[New]** | ||
- Work with Security Token Service\ISHSTS\Resetting ISHSTS. **[New]** | ||
1. Security Token Service (STS) | ||
1. Articles | ||
- Work with Security Token Service\Certificates rollover/replacement\Implementing certificate replacement. **[New]** | ||
- Work with Security Token Service\Certificates rollover/replacement\Implementing issuer certificate rollover with 3rd party STS. **[Update]** | ||
- Work with Security Token Service\Certificates rollover/replacement\Implementing service certificate replacement with 3rd party STS. **[New]** | ||
1. Articles | ||
- Work with Security Token Service\Certificates rollover/replacement\Implementing certificate replacement. **[New]** | ||
- Work with Security Token Service\Certificates rollover/replacement\Implementing issuer certificate rollover with 3rd party STS. **[Update]** | ||
- Work with Security Token Service\Certificates rollover/replacement\Implementing service certificate replacement with 3rd party STS. **[New]** | ||
|
||
## alpha-0.1 (Pre-release) | ||
Initial release | ||
|
||
1. Working with deployments | ||
1. Cmdlets | ||
- Clear-ISHDeploymentHistory | ||
- Get-ISHDeployment | ||
- Get-ISHDeploymentHistory | ||
- Get-ISHPackageFolderPath | ||
- Undo-ISHDeployment | ||
1. Articles | ||
- Work with deployments | ||
- Work with files | ||
- Work with Get-ISHPackageFolderPath | ||
1. Cmdlets | ||
- Clear-ISHDeploymentHistory | ||
- Get-ISHDeployment | ||
- Get-ISHDeploymentHistory | ||
- Get-ISHPackageFolderPath | ||
- Undo-ISHDeployment | ||
1. Articles | ||
- Work with deployments | ||
- Work with files | ||
- Work with Get-ISHPackageFolderPath | ||
1. Feature toggle | ||
1. Cmdlets | ||
- Disable-ISHExternalPreview | ||
- Disable-ISHUIContentEditor | ||
- Disable-ISHUIQualityAssistant | ||
- Disable-ISHUITranslationJob | ||
- Enable-ISHExternalPreview | ||
- Enable-ISHUIContentEditor | ||
- Enable-ISHUIQualityAssistant | ||
- Enable-ISHUITranslationJob | ||
- Move-ISHUIEventMonitorTab | ||
- Remove-ISHUIEventMonitorTab | ||
- Set-ISHUIEventMonitorTab | ||
- Test-ISHContentEditor | ||
1. Articles | ||
- Work with UI Features | ||
1. Cmdlets | ||
- Disable-ISHExternalPreview | ||
- Disable-ISHUIContentEditor | ||
- Disable-ISHUIQualityAssistant | ||
- Disable-ISHUITranslationJob | ||
- Enable-ISHExternalPreview | ||
- Enable-ISHUIContentEditor | ||
- Enable-ISHUIQualityAssistant | ||
- Enable-ISHUITranslationJob | ||
- Move-ISHUIEventMonitorTab | ||
- Remove-ISHUIEventMonitorTab | ||
- Set-ISHUIEventMonitorTab | ||
- Test-ISHContentEditor | ||
1. Articles | ||
- Work with UI Features | ||
1. Integration with Security Token Service (STS) | ||
1. Cmdlets | ||
- Remove-ISHIntegrationSTSCertificate | ||
- Save-ISHIntegrationSTSConfigurationPackage | ||
- Set-ISHContentEditor | ||
- Set-ISHIntegrationSTSCertificate | ||
- Set-ISHIntegrationSTSWSFederation | ||
- Set-ISHIntegrationSTSWSTrust | ||
- Save-ISHIntegrationDBSTSSQLServerConfiguration | ||
- Set-ISHAPIWCFServiceCertificate | ||
1. Articles | ||
- Security Token Service\Integrating with Security Token Service | ||
- Security Token Service\ADFS\Integrating with Security Token Service | ||
- Security Token Service\Certificates\Implementing issuer certificate rollover | ||
1. Cmdlets | ||
- Remove-ISHIntegrationSTSCertificate | ||
- Save-ISHIntegrationSTSConfigurationPackage | ||
- Set-ISHContentEditor | ||
- Set-ISHIntegrationSTSCertificate | ||
- Set-ISHIntegrationSTSWSFederation | ||
- Set-ISHIntegrationSTSWSTrust | ||
- Save-ISHIntegrationDBSTSSQLServerConfiguration | ||
- Set-ISHAPIWCFServiceCertificate | ||
1. Articles | ||
- Security Token Service\Integrating with Security Token Service | ||
- Security Token Service\ADFS\Integrating with Security Token Service | ||
- Security Token Service\Certificates\Implementing issuer certificate rollover |