Skip to content

marklogic-1.1.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 21:20
c2bb142

Release 1.1.2

Version 1.1.2 of the Helm chart for MarkLogic Server fixes a bug that prevents an upgrade from 1.0.x to 1.1.1 because of the StatefulSet naming convention change introduced in version 1.1.1.

A new parameter called useLegacyHostnames was added to the values file to allow upgrade from version 1.0.x. It defaults to false but when upgrading from version 1.0.x to 1.1.2 or later, this parameter must be set to true.

Because there are limitations to the length of fully-qualified hostnames in certificates, version 1.1.2 of the Helm chart provides feedback if the configured hostnames are more than 64 characters. If the generated hostnames are greater than 64 characters an error will be thrown and the upgrade will fail.

A new parameter called allowLongHostnames was added to the values file to allow overriding this behavior. This defaults to false but can be set to true if hostnames greater than 64 characters are acceptable for the target deployment.