Zed Series Release Notes¶
18.0.1¶
バグ修正¶
Fix guest-agent failed to start postgres container due to execution of the "CREATE DATABASE" statement within the context manager of psycopg library. See the following for details Stroy 2010761
Fix a bug where swift client in the trove guest instance failed to verify certification against the self-signed certificate authority. Story 2010674
18.0.0¶
新機能¶
The user can create backup strategy to define the configurations for creating backups, e.g. the swift container to store the backup data. Users can also specify the container name when creating backups which takes precedence over the backup strategy configuration.
Trove now supports to resize volume without downtime. To use this feature, the version of Nova and Cinder needs to be at least Pike, the config option
cinder_service_type
needs to be set tovolumev3
. The cloud admin can disable this feature by settingonline_volume_resize=False
, default is enabled.
Support
subnet_id
andip_address
for creating instance. When creating instance, trove will check the network conflicts between user's network and the management network, additionally, the cloud admin is able to define other reserved networks by configuringreserved_network_cidrs
.
Upgrade Notes¶
Python 3.6 & 3.7 support has been dropped. The minimum version of Python now supported is Python 3.8.
廃止予定の機能¶
The support of Bionic has been removed.
バグ修正¶
Fix docker start failed in trove guest-agent when docker_insecure_registries is not set.
Fix guest-agent.conf is not generated in trove guest vm. Stroy 2010231
check if the user input is legal, currently, trove may have a RCE vulnerability. more details see: Stroy 2010004