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

Commit bc28be6

Browse files
committed
Merge branch 'GHOST-733_changelog_release_19-08' into 'dev'
GHOST-733: Changelog Release `v19.08` See merge request claranet/cloudnative/projects/ghost/documentation!3
2 parents b20807a + 6a262f2 commit bc28be6

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

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)