File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
.. The structure of this document is based on https://github.com/sphinx-doc/sphinx/blob/master/CHANGES
2
2
3
- Release 0.1.1 (in development)
4
- ==============================
3
+ Release 0.1.1
4
+ =============
5
+ .. note :: Compatibility with future releases of MetalK8s is not guaranteed until
6
+ version 1.0.0 is available. When deploying a cluster using pre-1.0 versions
7
+ of this package, you may need to redeploy later.
5
8
6
9
Features added
7
10
--------------
@@ -17,6 +20,14 @@ security hardening configurations from the
17
20
18
21
.. _Cerebro : https://github.com/lmenezes/cerebro
19
22
23
+ :ghpull: `138 ` - update versions of Fluentd _, Kibana _, `Elasticsearch Exporter `_
24
+ and Kubespray _
25
+
26
+ .. _Fluentd : https://www.fluentd.org
27
+ .. _Kibana : https://www.elastic.co/products/kibana
28
+ .. _Elasticsearch Exporter : https://github.com/justwatchcom/elasticsearch_exporter
29
+ .. _Kubespray : https://github.com/kubernetes-incubator/kubespray/
30
+
20
31
:ghpull: `140 ` - set up kube-prometheus _ to monitor CoreDNS _ (cfr. :ghpull: `104 `)
21
32
22
33
.. _kube-prometheus : https://github.com/coreos/prometheus-operator/tree/master/contrib/kube-prometheus
Original file line number Diff line number Diff line change 29
29
# The short X.Y version
30
30
version = '0.1'
31
31
# The full version, including alpha/beta/rc tags
32
- release = '0.1.1-dev '
32
+ release = '0.1.1'
33
33
34
34
35
35
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments