This repository was archived by the owner on Apr 9, 2021. It is now read-only.
File tree 2 files changed +20
-3
lines changed
2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 52
52
53
53
# General information about the project.
54
54
project = u'Claranet Cloud Deploy'
55
- copyright = u'2018 , Claranet Cloud Practice'
55
+ copyright = u'2015-2019 , Claranet Cloud Practice'
56
56
57
57
# The version info for the project you're documenting, acts as replacement for
58
58
# |version| and |release|, also used in various other places throughout the
59
59
# built documents.
60
60
#
61
61
# The short X.Y version.
62
- version = 'v19.01 '
62
+ version = 'v19.08 '
63
63
# The full version, including alpha/beta/rc tags.
64
- release = 'Release v19.01 '
64
+ release = 'Release v19.08 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -8,6 +8,23 @@ Release Changelog
8
8
.. toctree ::
9
9
:maxdepth: 2
10
10
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
+
11
28
Cloud Deploy v19.01
12
29
-------------------
13
30
You can’t perform that action at this time.
0 commit comments