Changeset - 207b9f42a559
[Not reviewed]
3.0.0
0 3 0
Branko Majic (branko) - 7 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
 
@@ -48,15 +48,15 @@ copyright = u'2018, Branko Majic'
 

	
 
# The version info for the project you're documenting, acts as replacement for
 
# |version| and |release|, also used in various other places throughout the
 
# 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.
 
#
 
# This is also used if you do content translation via gettext catalogs.
 
# Usually you set "language" from the command line for these cases.
docs/releasenotes.rst
Show inline comments
 
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:
 

	
 
* Switched to Ansible 2.7.x, removing support for older versions. All
 
  documentation has been updated.
 

	
 
@@ -50,12 +50,16 @@ Breaking changes:
 

	
 
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
 
    day instead of once per hour.
 
  * The ``pip`` requirements upgrade checks now do not output warning
 
    in case deployed ``.in`` file does not have a matching ``.txt``
docs/usage.rst
Show inline comments
 
@@ -148,13 +148,13 @@ Ansible Roles:
 

	
 
     git clone https://code.majic.rs/majic-ansible-roles ~/majic-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
 
--------------------------------------
 

	
 
Phew... Now that was a bit tedious and boring... But at least you are now ready
0 comments (0 inline, 0 general)