Changeset - cb06e39b2ac7
[Not reviewed]
1.5.1
0 3 0
Branko Majic (branko) - 7 years ago 2017-05-01 18:45:26
branko@majic.rs
MAR-104: Preparing for release 1.5.1.
3 files changed with 20 insertions and 4 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -48,15 +48,15 @@ copyright = u'2016, 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 = '1.5-maint'
 
version = '1.5.1'
 
# The full version, including alpha/beta/rc tags.
 
release = '1.5-maint'
 
release = '1.5.1'
 

	
 
# 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
 
=============
 

	
 

	
 
1.5.1
 
-----
 

	
 
Small bug-fix release for misbehaving package upgrade checks.
 

	
 
Bug-fixes:
 

	
 
* ``common`` role
 

	
 
  * Fixed script used for performing checks on pip requirementes files for
 
    availalbe package upgrades. False positives due to different sorting will
 
    not be reported anymore, and the script will actually make sure to check if
 
    upgrades are available (which was not the case before due ot missing
 
    paramter to pip-compile).
 

	
 

	
 
1.5.0
 
-------
 
-----
 

	
 
Minor bug-fixes, package upgrade checks, and better support for next Debian
 
stable release (Stretch).
 

	
 
New features/improvements:
 

	
docs/usage.rst
Show inline comments
 
@@ -146,13 +146,13 @@ Ansible Roles:
 

	
 
     git clone http://code.majic.rs/majic-ansible-roles ~/majic-ansible-roles
 

	
 
2. Checkout the correct version of the roles::
 

	
 
     cd ~/majic-ansible-roles/
 
     git checkout -b 1.5-maint 1.5-maint
 
     git checkout -b 1.5.1 1.5.1
 

	
 

	
 
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)