Changeset - 207b9f42a559
[Not reviewed]
3.0.0
0 3 0
Branko Majic (branko) - 5 years ago 2018-11-25 20:44:53
branko@majic.rs
MAR-136: Preparing for release 3.0.0.
3 files changed with 10 insertions and 6 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -51,9 +51,9 @@ copyright = u'2018, Branko Majic'
 
# built documents.
 
#
 
# The short X.Y version.
 
version = '2.0-dev'
 
version = '3.0.0'
 
# The full version, including alpha/beta/rc tags.
 
release = '2.0-dev'
 
release = '3.0.0'
 

	
 
# The language for content autogenerated by Sphinx. Refer to documentation
 
# for a list of supported languages.
docs/releasenotes.rst
Show inline comments
 
@@ -2,10 +2,10 @@ Release notes
 
=============
 

	
 

	
 
NEXT RELEASE
 
------------
 
3.0.0
 
-----
 

	
 
Upgrade to Ansible 2.7.x.
 
Upgrade to Ansible 2.7.x and full support for Debian 9 (Stretch).
 

	
 
Breaking changes:
 

	
 
@@ -53,6 +53,10 @@ New features/improvements:
 
* Tests have been updated to work with latest Molecule/Testinfra as
 
  part of the Ansible upgrade process.
 

	
 
* All roles
 

	
 
  * Full support for Debian 9 (Stretch) has been added to all roles.
 

	
 
* ``common`` role
 

	
 
  * The ``pip`` requirements upgrade checks are now performed once per
docs/usage.rst
Show inline comments
 
@@ -151,7 +151,7 @@ Ansible Roles:
 
2. Checkout the correct version of the roles::
 

	
 
     cd ~/majic-ansible-roles/
 
     git checkout -b 2.0-dev 2.0-dev
 
     git checkout -b 3.0.0 3.0.0
 

	
 

	
 
Preparing the basic site configuration
0 comments (0 inline, 0 general)