Skip to content

Commit c40e2c1

Browse files
authored
Merge pull request #141 from scality/release-0.1.1
Release 0.1.1
2 parents c72a855 + 02cac36 commit c40e2c1

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

ChangeLog.rst

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
.. The structure of this document is based on https://github.com/sphinx-doc/sphinx/blob/master/CHANGES
22
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.
58

69
Features added
710
--------------
@@ -17,6 +20,14 @@ security hardening configurations from the
1720

1821
.. _Cerebro: https://github.com/lmenezes/cerebro
1922

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+
2031
:ghpull:`140` - set up kube-prometheus_ to monitor CoreDNS_ (cfr. :ghpull:`104`)
2132

2233
.. _kube-prometheus: https://github.com/coreos/prometheus-operator/tree/master/contrib/kube-prometheus

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# The short X.Y version
3030
version = '0.1'
3131
# The full version, including alpha/beta/rc tags
32-
release = '0.1.1-dev'
32+
release = '0.1.1'
3333

3434

3535
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)