Genus Docs
Search Results for

    Show / Hide Table of Contents

    Release notes for Genus Operator 11.2

    Introduction

    This document lists all user-visible changes to Genus since the previous release.

    This release note will be updated prior to the release and may also be updated as long as the release is available, e.g. with information of new patches or known issues. Please take note of the installation and upgrading comments, and the release notes change log.

    Installation and upgrading

    Prior to upgrading to this release, you must:

    • Upgrade to the previous release. See the Release notes for the previous release for more information.
    • Review the Expiry date of your Genus License File and install a new one if necessary.
    • Review the rest of the release notes for this release.
    • Please note that there does not exist any Genus Upgrade Assistant for this upgrade.

    End-of-life functionality

    End-of-life functionality is functionality that was available in the previous release, but is no longer available in this release.

    There are no end-of-life functionality identified in this release.

    Deprecated functionality

    Deprecated functionality is available in this release, but will (most probably) no longer be available in the next release.

    There is no deprecated functionality in this release.

    Breaking changes

    This section lists important changes introduced in this release. You will need to use this list in order to understand the changes you might need to make to your application to support the new release.

    #23663 Active and descriptive are now merged

    Active and descriptive are now merged. This means that any the following helm values must be updated after running script 46.0.23:

    global:
      database:
        activeConnectionString      => appModelConnectionString
        activeDb                    => appModelDatabase
        activeSchema                => appModelSchema
        descriptiveConnectionString => DELETE
        descriptiveDb               => DELETE
        descriptiveSchema           => DELETE
    

    The value for appModelSchema should also be updated to the new name of the merged schema.

    #23675 Mail Merge (Word) has stricter decimal separator interpretation (third party)

    Mail Merge templates (Word based) with improper decimal separators may behave differently starting from 11.2. Previous versions of the third party library (Aspose) were seemingly more forgiving.

    Major new functionality

    #23668 Runtimes is moved from Studio to Operator

    The Runtimes page is removed from Genus Studio and its functionality is moved to Genus Operator.

    It is now possible to create, edit and delete Genus Runtimes from Genus Operator.

    The restart runtime function is removed. In cases where it is required to restart some or all the pods in a runtime, this can be done from Pods-table.

    #23674 Genus Operator now supports signing in with MS Entra ID

    It is now possible to choose to sign in with MS Entra ID for Genus Operator. This requires first setting up an application in Azure, and then setting the Helm values described below.

    To read about what to do in Azure, see the article "Setting up MS Entra ID (Azure AD) for login" in Community.

    The following Helm values must be configured to use MS Entra ID:

    global:
      auth:
        method: "MS Entra ID" # default is "Cookie"
        MSEntraId:
          tenantId: "{See article about where to find this value}"
          clientId: "{See article about where to find this value}"
          clientSecret: "{See article about where to find this value}"
          operatorGroupId: "{See article about where to find this value}"
          redirectUri: "{See article about where to find this value}"
    

    Minor new functionality

    #23666 Details, logs and events are moved for Pods and Workload Controllers in Operator

    Details, logs and events are now available by double-clicking on the the pod or workload controller, in Genus Operator.

    Resolved issues

    There are no resolved issues in this release.

    Known issues

    Known issues are errors or lack of functionality. Known issues may be solved in a future release based on customer demand.

    There are no known issues in this release.

    Tips and hints

    Tips and hints are design decisions or answers to support questions that may be of general interest.

    There are no tips and hints specifically targeting this release.

    Change log

    • Improve this Doc
    In This Article
    Back to top © Copyright Genus AS, Norway. All rights reserved.