Release notes for Genus Operator 7.0
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.
#23636 Changes to global.timezone helm value (Genus and Genus Operator)
If the global.timezone helm value is specified in any of your helm value files, you will need to change this value in Genus 11.0, and Genus Operator 7.0.
We are moving from a volumeMount to an environment variable approach to setting the timezone in the containers.
This means that were you before specified the path to the file specifying the timezone, now you must set the time zone code. This means that if it says global.timezone: "/usr/share/zoneinfo/Europe/Oslo"
now, you should change it to global.timezone: "Europe/Oslo"
..
Europe/Oslo
is the default value. If this is your local timezone, you can delete it from your helm value files.
Major new functionality
#23616 Horizontal scaling from Operator
It is now possible to scale the individual microservices horizontally from Genus Operator.
Updating to this release of Genus Operator requires the script 41.0.18
Minor new functionality
There are no minor new functionality in this release.
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.