Skip to content

Commit 702a381

Browse files
authored
Merge pull request #226 from scality/release-1.0.0
Release: Prepare 1.0.0
2 parents fa8d780 + f8e5288 commit 702a381

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

ChangeLog.rst

Lines changed: 7 additions & 8 deletions
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 1.0.0 (in development)
4-
==============================
3+
Release 1.0.0
4+
=============
5+
This marks the first production-ready release of `MetalK8s`_. Deployments using
6+
this release can be upgraded to later MetalK8s 1.x versions.
7+
58
Breaking changes
69
----------------
710
:ghpull:`187` - no longer remove the MetalK8s 0.1.x Elasticsearch cluster upon
@@ -28,12 +31,6 @@ Kubespray
2831

2932
:ghpull:`223` - pre-provision Kibana index configuration (:ghissue:`174`)
3033

31-
Bugs fixed
32-
----------
33-
:ghissue:`220` - 'Kubernetes Calico (Alternative)' dashboard doesn't work (:ghpull:`221`)
34-
35-
Release 0.2.1 (in development)
36-
==============================
3734
Bugs fixed
3835
----------
3936
:ghissue:`170` - rename `ElasticSearch Example` and `Node Exporter Full` Grafana
@@ -42,6 +39,8 @@ dashboards (:ghpull:`188`)
4239
:ghissue:`196` - deploy the Elasticsearch Curator configuration we want to
4340
deploy instead of falling back to the chart default (:ghpull:`197`)
4441

42+
:ghissue:`220` - 'Kubernetes Calico (Alternative)' dashboard doesn't work (:ghpull:`221`)
43+
4544
Release 0.2.0
4645
=============
4746
.. note:: Compatibility with future releases of MetalK8s is not guaranteed until

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# The short X.Y version
3030
version = '1.0'
3131
# The full version, including alpha/beta/rc tags
32-
release = '1.0.0-dev'
32+
release = '1.0.0'
3333

3434

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

0 commit comments

Comments
 (0)