Release Notes
Scone Service Operator v1.2.0
This release introduces numerous improvements and bugfixes across various areas. Key highlights include support for Scone Services 5.9.0 and Kubernetes versions up to 1.31
Key Features and Improvements
- Support for Kubernetes versions up to 1.31 for Shoots: Kubernetes versions up to 1.31 are now supported for Shoot clusters. See the full list of supported versions.
- Support Scone Services 5.9.0: The Scone Service Operator now supports Scone Services version 5.9.0, which includes various fixes, enhancements and new features.
- Support scone-service-operator lifecycle management with helm: Scone Service Operator can now be installed/ugpraded/uninstalled using Helm. This simplifies the installation process and allows for easier management of the operator since management via service catalog has been terminated.
- Removed prefix
osc-
:osc-
-prefixes had been removed from mirrored images and are not available anymore. - Consistent Versioning for components: Introduced a more consistent versioning scheme for components, including the Scone Service Operator, Scone Services, and related artefacts. This helps in tracking and managing versions more effectively.
- Improved Documentation: The documentation has been updated to reflect the latest changes, including installation instructions, configuration options, and usage guidelines for the Scone Service Operator and Scone Services.
- Confirm deletion annotation: To prevent accidentally deleting Scone Service deployments, a confirm deletion annotation has been added. This requires users to explicitly acknowledge the deletion of Scone Service resources, enhancing safety and preventing accidental data loss of CAS deployments.
Supported new features in Scone Services 5.9.0
- Support for Safety Service: The Safety Service is now supported, which enhances the reliability and availability of CAS deployments.
- Support Taints and Tolerations for Scone Components: The operator now accepts tolerations of tainted nodes for Scone components, allowing for more flexible scheduling and resource management.
- Bug Fixes and Stability Improvements: Component upgrades bring security enhancements, including updates to Go
- Check Scone Release Notes: Find a full list of features, bug fixes, and improvements in the Scone Services 5.9.0 release notes.
Unsupported Scone Services
- Removal of support for Scone Services 5.8.0-rc.19: The Scone Service Operator no longer supports version 5.8.0-rc.19.
Deprecated Scone Services
- none
Upgrade Notes
Ugrading to Scone Service Operator v1.2.0 requires careful consideration of the changes introduced in this release. Refer to the Scone User Guide for detailed instructions on how to upgrade your Scone Services deployments and ensure compatibility with the new operator version.
- Lifecycle management with helm: Scone Service Operator can now be installed/ugpraded/uninstalled using Helm. This simplifies the installation process and allows for easier management of the operator since management via service catalog had been terminated.
- Impact of newly deployed Scone Service Operator on running Scone Service deployments: The new operator version may cause recreation of pods for Scone Services, such as las, sgxplugin, and cas pods. This is due to changes in the operator's configuration and management logic.