Skip to content

Commit

Permalink
Update files for 1.4.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jctanner committed Dec 20, 2013
1 parent 8eb181f commit 5f8a906
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Ansible Changes By Release
==========================

1.5 "Love Walks In" - Release pending!
1.4.3 "Could This Be Magic?" - December 20, 2013

- Fixed role_path parsing from ansible.cfg
- Fixed default role templates

1.4.2 "Could This Be Magic" - December 18, 2013

Expand Down
1 change: 1 addition & 0 deletions RELEASES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Ansible Releases at a Glance
============================


1.4.3 "Could This Be Magic?" - 12-20-2013
1.4.2 "Could This Be Magic?" - 12-18-2013
1.4.1 "Could This Be Magic?" - 11-27-2013
1.4 "Could This Be Magic?" - 11-21-2013
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.2
1.4.3
2 changes: 1 addition & 1 deletion docsite/rst/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ upgrade remote daemons or the problem of not being able to manage systems becaus

You may be interested in reading about `some notable Ansible users <http://www.ansibleworks.com/users/>`_.

This documentation covers the current released version of Ansible (1.4.2) and also some development version features (1.5). For recent features, in each section, the version of Ansible where the feature is added is indicated. AnsibleWorks releases a new major release of Ansible approximately every 2 months. The core application evolves somewhat conservatively, valuing simplicity in language design and setup, while the community around new modules and plugins being developed and contributed moves very very quickly, typically adding 20 or so new modules in each release.
This documentation covers the current released version of Ansible (1.4.3) and also some development version features (1.5). For recent features, in each section, the version of Ansible where the feature is added is indicated. AnsibleWorks releases a new major release of Ansible approximately every 2 months. The core application evolves somewhat conservatively, valuing simplicity in language design and setup, while the community around new modules and plugins being developed and contributed moves very very quickly, typically adding 20 or so new modules in each release.

.. _an_introduction:

Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__ = '1.4.2'
__version__ = '1.4.3'
__author__ = 'Michael DeHaan'
6 changes: 6 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ansible (1.4.3) unstable; urgency=low

* 1.4.3 release

-- Michael DeHaan <[email protected]> Fri, 20 December 2013 13:19:01 -0500

ansible (1.4.2) unstable; urgency=low

* 1.4.2 release
Expand Down
5 changes: 4 additions & 1 deletion packaging/rpm/ansible.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Name: ansible
Release: 1%{?dist}
Summary: SSH-based configuration management, deployment, and orchestration engine
Version: 1.4.2
Version: 1.4.3

Group: Development/Libraries
License: GPLv3
Expand Down Expand Up @@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT

%changelog

* Fri Dec 20 2013 Michael DeHaan <[email protected]> - 1.4.3
* Release 1.4.3

* Wed Dec 18 2013 Michael DeHaan <[email protected]> - 1.4.2
* Release 1.4.2

Expand Down

0 comments on commit 5f8a906

Please sign in to comment.