Skip to content

Releases: RWS/ISHServer

v1.10

13 Jun 13:12
e8f8053
Compare
Choose a tag to compare

Issues:

  • GH-95: Upgrade Microsoft .NETFramework to version 4.8 and .NET Core Hosting Bundle to version 6.0.1 (ISHServer.15 only)
  • GH-104: Upgrade Eclipse Temurin Openjdk 17 prerequisite version to 17.0.7.7 (ISHServer.15 only)

v1.9

29 Oct 10:03
bef3103
Compare
Choose a tag to compare

Issues:

GH-71 - Add support for the installation of Microsoft .NET Core - Windows Server Hosting v3.1.5 (ISHServer.15)
GH-84 - Add support for the installation of Eclipse Temurin Open JDK 17+35 (ISHServer.15)

1.8

06 Apr 09:54
b6312e3
Compare
Choose a tag to compare
1.8

Issues:

GH-54 - Add support for the installation of the MSOLEDBSQL driver v18.3.0.0
GH-64 - Add support for the installation of ODAC 19c Release 3 for Microsoft Windows 32-bit (ISHServer.14)

1.7

28 Jun 14:35
c973187
Compare
Choose a tag to compare
1.7

Issues:

GH-48: Add installaton of AdoptOpenJDK and JRE pre-requisite (ISHServer.14 only)
GH-50: Upgrade .NET Framework pre-requisite to 4.7.2 for the upcoming release of Tridion Docs 14.0.0 (ISHServer.14 only)
GH-52: Add support for Windows Server 2019 (ISHServer.14 only)
GH-55: Review/Update README, CHANGELOG, RELEASNOTES, versions, ...

1.6

01 Dec 11:04
e68487c
Compare
Choose a tag to compare
1.6

Issues:

  • GH-32: Set-ISHUserLocal throws error "net.exe : The user name could not be found." when the password has character "
  • GH-31: Set-ISHUserLocal cannot work with passwords longer than 14 characters
  • GH-34: Rename Get-ISHCOMPlus to Get-ISHServerCOMPlus
  • GH-42: Make ContentManager2018 the primary artifact

In detail:

  • Renamed Get-ISHCOMPlus to Get-ISHServerCOMPlus

Remarks:

1.5

19 Apr 07:29
Compare
Choose a tag to compare
1.5

Issues:

  • GH-27: Improve management of OSUser.
  • GH-12: Avoid downloading when the file is already available.

In detail:

  • Initialize-ISHUser is deleted and split into Set-ISHUserLocal, Set-ISHUserAdministrator, Initialize-ISHUserLocalProfile and Initialize-ISHRegistry.
    • Set-ISHUserLocal adds the osuser when necessary to the local user registry. When the user exists, it will update the password.
    • Set-ISHUserAdministrator sets the osuser as the local administrator.
    • Initialize-ISHUserLocalProfile forces the osuser to fully initialize, including the user profile directory.
    • Initialize-ISHRegistry disables registry unload.
  • Get-ISHNormalizedCredential normalizes the credentials so they are good with all cmdlets. This is required before using any cmdlet that accepts credentials for the osuser.
  • Get-ISHPrerequisites will skip downloading files that are already downloaded. Use the -Force parameter to force the download regardless.

1.4

11 Apr 07:30
Compare
Choose a tag to compare
1.4

Issues:

  • GH-23: Grant-ISHUserLogOnAsService improve performance in containers.
  • GH-25: Grant-ISHUserLogOnAsService cannot execute under the SYSTEM account.

In detail:

1.2

24 Feb 10:38
Compare
Choose a tag to compare
1.2

Issues:

  • GH-13: Initialize-ISHRegional should not require elevated permissions.
  • GH-15: Azure file and blob storage support.
  • GH-17: Initialize-ISHRegional sets incorrect registry key for 'Long Time' format.

In detail:

  • Initialize-ISHRegional doesn't check for elevated permissions.
  • Get-ISHPrerequisites now supports Azure file and blob storage as source.
  • Set-ISHToolAntennaHouseLicense now supports Azure file and blob storage as source.
  • Get-ISHCD now supports Azure file and blob storage as source.

1.1

06 Feb 12:43
Compare
Choose a tag to compare
1.1

Issues:

  • GH-3: Amazon Web Services S3 bucket support.
  • GH-7: Download and expand ISHCD.

In detail:

  • Upgraded the SDLDevTools PowerShell module to version 0.2
  • Get-ISHPrerequisites now supports S3 buckets as source.
  • Set-ISHToolAntennaHouseLicense now supports S3 buckets as source.
  • Test-RunningAsElevated is now a private function in the module.
  • New Get-ISHCD cmdlet:
  • Downloads a CD from FTP or AWS S3 bucket.
  • Returns the available CDs
  • New Expand-ISHCD cmdlet expands a CD into C:\ISHCD.

v1.0

20 Dec 11:58
Compare
Choose a tag to compare

First release