Skip to content

Commit

Permalink
Update files for 1.5.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
risaacson committed Mar 10, 2014
1 parent 43203ba commit 16c05cb
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Ansible Changes By Release
==========================

## 1.5.1 "Love Walks In" - March 10, 2014

- Force command action to not be executed by the shell unless specifically enabled.
- Validate SSL certs accessed through urllib*.
- Implement new default cipher class AES256 in ansible-vault.
- Misc bug fixes.

## 1.5 "Love Walks In" - February 28, 2014

Major features/changes:
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.6 "The Cradle Will Rock" - NEXT
1.5.1 "Love Walks In" -------- 03-10-2014
1.5 "Love Walks In" -------- 02-28-2014
1.4.5 "Could This Be Magic?" - 02-12-2014
1.4.4 "Could This Be Magic?" - 01-06-2014
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5
1.5.1
2 changes: 1 addition & 1 deletion docsite/rst/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We believe simplicity is relevant to all sizes of environments and design for bu
Ansible manages machines in an agentless manner. There is never a question of how to
upgrade remote daemons or the problem of not being able to manage systems because daemons are uninstalled. As OpenSSH is one of the most peer reviewed open source components, the security exposure of using the tool is greatly reduced. Ansible is decentralized -- it relies on your existing OS credentials to control access to remote machines; if needed it can easily connect with Kerberos, LDAP, and other centralized authentication management systems.

This documentation covers the current released version of Ansible (1.4.5) 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. Ansible, Inc 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.5.1) and also some development version features (1.6.0). For recent features, in each section, the version of Ansible where the feature is added is indicated. Ansible, Inc 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.5'
__version__ = '1.5.1'
__author__ = 'Michael DeHaan'
8 changes: 7 additions & 1 deletion packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
ansible (1.5.1) unstable; urgency=low

* 1.5.1 release

-- Michael DeHaan <[email protected]> Mon, 10 March 2014 17:33:44 -0500

ansible (1.5) unstable; urgency=low

* 1.5 release

-- Michael DeHaan <[email protected]> Fri, 28 February 2014 -0500
-- Michael DeHaan <[email protected]> Fri, 28 February 2014 00:00:00 -0500

ansible (1.4.5) unstable; urgency=low

Expand Down
7 changes: 5 additions & 2 deletions packaging/rpm/ansible.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%endif

Name: %{name}
Version: 1.5
Version: 1.5.1
Release: 1%{?dist}
Url: http://www.ansible.com
Summary: SSH-based application deployment, configuration management, and IT orchestration platform
Expand Down Expand Up @@ -102,7 +102,10 @@ rm -rf %{buildroot}

%changelog

* Fri Feb 28 2014 Michael DeHaan <[email protected]> - 1.5-0
* Fri Mar 10 2014 Michael DeHaan <[email protected]> - 1.5.1
- Release 1.5.1

* Fri Feb 28 2014 Michael DeHaan <[email protected]> - 1.5.0
- Release 1.5.0

* Wed Feb 12 2014 Michael DeHaan <[email protected]> - 1.4.5
Expand Down

0 comments on commit 16c05cb

Please sign in to comment.