File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
## [ master] ( https://github.com/arangodb/kube-arangodb/tree/master ) (N/A)
4
+ - Enable "Operator Internal Metrics Exporter" by default
4
5
- Enable "Operator Maintenance Management Support" by default
5
6
- Add Operator ` /api/v1/version ` endpoint
6
7
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ Feature-wise production readiness table:
93
93
| Operator Maintenance Management Support | 1.0.7 | >= 3.5.0 | Community, Enterprise | Alpha | False | --deployment.feature.maintenance | N/A |
94
94
| Operator Maintenance Management Support | 1.2.0 | >= 3.5.0 | Community, Enterprise | Production | True | --deployment.feature.maintenance | N/A |
95
95
| Operator Internal Metrics Exporter | 1.1.9 | >= 3.6.0 | Community, Enterprise | Alpha | False | --deployment.feature.metrics-exporter | N/A |
96
+ | Operator Internal Metrics Exporter | 1.2.0 | >= 3.6.0 | Community, Enterprise | Production | True | --deployment.feature.metrics-exporter | N/A |
96
97
97
98
## Release notes for 0.3.16
98
99
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ var metricsExporter = &feature{
31
31
description : "Define if internal metrics-exporter should be used" ,
32
32
version : "3.6.0" ,
33
33
enterpriseRequired : false ,
34
- enabledByDefault : false ,
34
+ enabledByDefault : true ,
35
35
}
36
36
37
37
func MetricsExporter () Feature {
You can’t perform that action at this time.
0 commit comments