Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 28c2158

Browse files
committed
Merge branch 'dev' into master - Release doc-19.08
* dev: GHOST-733: Changelog Release `v19.08` GHOST-733: Upgrade Sphinx requirements
2 parents 6e52c2a + bc28be6 commit 28c2158

File tree

4 files changed

+47
-21
lines changed

4 files changed

+47
-21
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
build/doctrees/
22
build/
33
sphinx/
4+
venv/
45
venv-ghost-doc/

requirements.txt

+26-18
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,40 @@
22
# This file is autogenerated by pip-compile
33
# To update, run:
44
#
5-
# pip-compile --output-file requirements.txt requirements.in -U
5+
# pip-compile --output-file=requirements.txt requirements.in
66
#
77
alabaster==0.7.12 # via sphinx
8-
babel==2.6.0 # via sphinx
9-
certifi==2019.3.9 # via requests
8+
attrs==19.1.0 # via packaging
9+
babel==2.7.0 # via sphinx
10+
certifi==2019.6.16 # via requests
1011
chardet==3.0.4 # via requests
1112
click==7.0
12-
docutils==0.14 # via sphinx
13+
docutils==0.15.2 # via sphinx
1314
gitdb2==2.0.5 # via gitpython
14-
gitpython==2.1.11 # via sphinx-git
15+
gitpython==3.0.2 # via sphinx-git
1516
idna==2.8 # via requests
1617
imagesize==1.1.0 # via sphinx
1718
jinja2==2.10.1 # via sphinx
1819
markupsafe==1.1.1 # via jinja2
19-
packaging==19.0 # via sphinx
20-
pip-tools==3.6.0
21-
pygments==2.3.1 # via sphinx
22-
pyparsing==2.4.0 # via packaging
23-
pytz==2019.1 # via babel
24-
requests==2.21.0 # via sphinx
25-
six==1.12.0 # via packaging, pip-tools, sphinx, sphinx-git
20+
packaging==19.1 # via sphinx
21+
pip-tools==4.1.0
22+
pygments==2.4.2 # via sphinx
23+
pyparsing==2.4.2 # via packaging
24+
pytz==2019.2 # via babel
25+
requests==2.22.0 # via sphinx
26+
six==1.12.0 # via packaging, pip-tools, sphinx-git
2627
smmap2==2.0.5 # via gitdb2
27-
snowballstemmer==1.2.1 # via sphinx
28-
sphinx-git==10.1.1
28+
snowballstemmer==1.9.1 # via sphinx
29+
sphinx-git==11.0.0
2930
sphinx-rtd-theme==0.4.3
30-
sphinx==1.8.5
31-
sphinxcontrib-websupport==1.1.0 # via sphinx
32-
typing==3.6.6 # via sphinx
33-
urllib3==1.24.1 # via requests
31+
sphinx==2.2.0
32+
sphinxcontrib-applehelp==1.0.1 # via sphinx
33+
sphinxcontrib-devhelp==1.0.1 # via sphinx
34+
sphinxcontrib-htmlhelp==1.0.2 # via sphinx
35+
sphinxcontrib-jsmath==1.0.1 # via sphinx
36+
sphinxcontrib-qthelp==1.0.2 # via sphinx
37+
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
38+
urllib3==1.25.3 # via requests
39+
40+
# The following packages are considered to be unsafe in a requirements file:
41+
# setuptools==41.2.0 # via sphinx

source/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@
5252

5353
# General information about the project.
5454
project = u'Claranet Cloud Deploy'
55-
copyright = u'2018, Claranet Cloud Practice'
55+
copyright = u'2015-2019, Claranet Cloud Practice'
5656

5757
# The version info for the project you're documenting, acts as replacement for
5858
# |version| and |release|, also used in various other places throughout the
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = 'v19.01'
62+
version = 'v19.08'
6363
# The full version, including alpha/beta/rc tags.
64-
release = 'Release v19.01'
64+
release = 'Release v19.08'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

source/rst/changelog.rst

+17
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ Release Changelog
88
.. toctree::
99
:maxdepth: 2
1010

11+
Cloud Deploy v19.08
12+
-------------------
13+
14+
* WebUI
15+
- [GHOST-724] - Fix error 500 on health-status page if NIC status is not readable
16+
- [GHOST-728] - Overall UI Cleanup and fixes
17+
18+
* Improvements & Bug fixes
19+
- [GHOST-726] - All components fail to start if the .git directory is not available
20+
- [GHOST-734] - Block device mapping from old AMI is used to create launch config
21+
- [GHOST-722] - Optimize mongo heavy queries
22+
- [GHOST-727] - Query to retrieve running blue/green jobs should not hard code limit to 3 hours
23+
24+
* Misc
25+
- [GHOST-733] - Update doc Sphinx dependencies
26+
- [GHOST-712] - Fix deprecation warning on Ansible playbook/role (Product deployment)
27+
1128
Cloud Deploy v19.01
1229
-------------------
1330

0 commit comments

Comments
 (0)