Skip to content

Commit 08ce545

Browse files
committed
Release: Prepare 1.0.1
1 parent 1f52c5f commit 08ce545

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

ChangeLog.rst

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. The structure of this document is based on https://github.com/sphinx-doc/sphinx/blob/master/CHANGES
22
3-
Release 1.0.1 (in development)
4-
==============================
3+
Release 1.0.1
4+
=============
55
This version updates the Kubernetes version to 1.10.11 to handle
66
CVE-2018-100210.
77

@@ -12,31 +12,27 @@ partition existence on specificied drives (:ghissue:`231`)
1212

1313
:ghpull:`240` - update Python `cryptography` package to 2.3
1414

15-
:ghpull:`274` - add support for python3.7
15+
:ghpull:`274` - add support for Python 3.7
1616

17-
:ghpull:`305` - ensure that journald logs are persisted across reboot (:ghissue:`303`)
17+
:ghpull:`305` - ensure that `journald` logs are persisted across reboots (:ghissue:`303`)
1818

1919
:ghpull:`337` - assert `ansible_user` is not `root` (:ghissue:`329`)
2020

2121
Bugs fixed
2222
----------
2323
:ghissue:`50` - raise default `etcd` memory limits (:ghpull:`331`)
2424

25-
:ghissue:`237` - increase timeout of `prometheus-operator` deployment
26-
(:ghpull:`244`)
25+
:ghissue:`237` - increase timeout of `prometheus-operator` deployment (:ghpull:`244`)
2726

2827
:ghissue:`321` - retry until PV creation succeeds in `reclaim-storage` playbook (:ghpull:`319`)
2928

30-
:ghissue:`381` - warn when Bash completion is not available in `make shell`
31-
(:ghpull:`382`)
29+
:ghissue:`381` - warn when Bash completion is not available in `make shell` (:ghpull:`382`)
3230

3331
:ghissue:`192` - `make shell` failing to start on OS X (:ghpull:`418`)
3432

35-
:ghissue:`424` - remove warning related to kube_nginx_ingress roles (:ghpull:`425`)
33+
:ghissue:`424` - remove warning related to `kube_nginx_ingress` roles (:ghpull:`425`)
3634

37-
:ghissue:`399` - check that the hostnames in the inventory don't use
38-
capital letters
39-
(:ghpull:`409`)
35+
:ghissue:`399` - check that the hostnames in the inventory don't use capitals (:ghpull:`409`)
4036

4137
:ghpull:`472` - update Python `requests` library version
4238

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# The short X.Y version
3535
version = '1.0'
3636
# The full version, including alpha/beta/rc tags
37-
release = '1.0.1-dev'
37+
release = '1.0.1'
3838

3939

4040
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)