Skip to content

Commit

Permalink
Merge branch 'release/beta.12.0.0-0.9' of https://stash.sdl.com/scm/t…
Browse files Browse the repository at this point in the history
…s/ishdeploy into release/beta.12.0.1-0.9
  • Loading branch information
asarafian committed Aug 17, 2016
2 parents c9dd1b4 + fffa648 commit 9452e15
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 60 deletions.
4 changes: 2 additions & 2 deletions Source/Build.props
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Major>0</Major>
<Minor>2</Minor>
<Minor>9</Minor>
<Build>$([MSBuild]::Add($([MSBuild]::Multiply(1200, $([MSBuild]::Subtract($([System.DateTime]::UtcNow.Year), 2015)))), $([MSBuild]::Add($([MSBuild]::Multiply(100, $([System.DateTime]::UtcNow.Month))),$([System.DateTime]::UtcNow.Day)))))</Build>
<AdvBuild>$([System.DateTime]::UtcNow.ToString("HHmmss"))</AdvBuild>
<Revision>0</Revision>
<ModuleVersion>$(Major).$(Minor).0.$(Revision)</ModuleVersion>
<ModuleBuildVersion>$(Major).$(Minor).$(Build).$(Revision)</ModuleBuildVersion>
<ModuleManifestVersion>$(Major).$(Minor).$(Build)$(AdvBuild).$(Revision)</ModuleManifestVersion>
<ModuleManifestVersion>$(Major).$(Minor)</ModuleManifestVersion>
<ProductName>ISHDeploy</ProductName>
<ReleaseYear>2016</ReleaseYear>
<SupportedCMVersion>12.0.1</SupportedCMVersion>
Expand Down
123 changes: 65 additions & 58 deletions Source/ISHDeploy.Documentation/CHANGELOG.md
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

0 comments on commit 9452e15

Please sign in to comment.