Version 9.7.1 changelog: https://dev.mysql.com/doc/relnotes/mysql/9.7/en/news-9-7-1.html
attempt to set serverVersion: 9.7.1 throws in operator:
kopf.objects [ERROR ] Handler 'on_spec/spec' failed permanently: version 9.7.1 must be between 8.0.28 and 9.7.0
This is because operator accepts 9.7.0 as max version here:
|
DEFAULT_VERSION_TAG = "9.7.0" |
|
MAX_SUPPORTED_MYSQL_VERSION = DEFAULT_VERSION_TAG |
Expected: 9.7 operator arrows to update to latest 9.7.x version / or operator 9.7.1 is released which allows to upgrade to mysql 9.7.1
Version 9.7.1 changelog: https://dev.mysql.com/doc/relnotes/mysql/9.7/en/news-9-7-1.html
attempt to set
serverVersion: 9.7.1throws in operator:This is because operator accepts 9.7.0 as max version here:
mysql-operator/mysqloperator/controller/config.py
Line 31 in f6a8e82
mysql-operator/mysqloperator/controller/config.py
Line 40 in f6a8e82
Expected: 9.7 operator arrows to update to latest 9.7.x version / or operator 9.7.1 is released which allows to upgrade to mysql 9.7.1