This repository was archived by the owner on May 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +25
-8
lines changed Expand file tree Collapse file tree 3 files changed +25
-8
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 0.2.0
4
+
5
+ ** MAJOR BACKWARDS INCOMPATIBLE CHANGES** . For an overview of the changes and
6
+ upgrade information please see [ ` docs/0.1-upgrade.md ` ] [ 1 ] .
7
+
8
+ - Enforce 8.0.11 as the minimum supported MySQL server version. [ #169 ]
9
+ - Numerous changes to the MySQL Operator Custom Resources. [ #123 ]
10
+ - Downgrade the MySQL Operator Custom Resource API version from v1 to v1alpha1
11
+ to enable future iteration on the API and better reflect its stability [ #122 ]
12
+ - Group communication connections as are now secured using SSL with support for
13
+ specifying your own certificate [ #115 ] .
14
+
15
+ ## 0.1.1
16
+
17
+ - Allow any version string to be used in Cluster spec. [ #120 ]
18
+
3
19
## 0.1.0
4
20
5
- Initial release of Oracle MySQL Operator
21
+ Initial release of Oracle MySQL Operator.
6
22
7
- * Create and manage MySQL clusters
8
- * Implement full cluster backup to S3 using mysqldump
9
- * Implement ability to restore cluster from backup
10
- * Expose cluster metrics with Prometheus
11
- * Helm chart for deploying the operator
23
+ - Create and manage MySQL clusters.
24
+ - Implement full cluster backup to S3 using mysqldump.
25
+ - Implement ability to restore cluster from backup.
26
+ - Expose cluster metrics with Prometheus.
27
+ - Helm chart for deploying the operator.
12
28
29
+ [ 1 ] : https://github.com/oracle/mysql-operator/blob/master/docs/0.1-upgrade.md
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Parameter | Description | Default
76
76
` rbac.enabled ` | If true, enables RBAC | ` true `
77
77
` operator.namespace ` | Controls the namespace in which the operator is deployed | ` mysql-operator `
78
78
` operator.global ` | Controls whether the ` mysql-operator ` is installed in cluster-wide mode or in a single namespace | ` true `
79
- ` image.tag ` | The version of the mysql-operator to install | ` 0.1.1 `
79
+ ` image.tag ` | The version of the mysql-operator to install | ` 0.2.0 `
80
80
81
81
## Create a simple MySQL cluster
82
82
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ operator:
6
6
register_crd : true
7
7
image :
8
8
registry : iad.ocir.io/oracle
9
- tag : 0.1.1
9
+ tag : 0.2.0
10
10
pullPolicy : Always
You can’t perform that action at this time.
0 commit comments