Skip to content

Commit

Permalink
Adding in docs updates for 1.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jimi-c committed Sep 24, 2014
1 parent c4f1785 commit 86edd03
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,24 @@ Some other notable changes:
And various other bug fixes and improvements ...


## 1.7.2 "Summer Nights" - Sep 24, 2014

- Fixes a bug in accelerate mode which caused a traceback when trying to use that connection method.
- Fixes a bug in vault where the password file option was not being used correctly internally.
- Improved multi-line parsing when using YAML literal blocks (using > or |).
- Fixed a bug with the file module and the creation of relative symlinks.
- Fixed a bug where checkmode was not being honored during the templating of files.
- Other various bug fixes.

## 1.7.1 "Summer Nights" - Aug 14, 2014

- Security fix to disallow specifying 'args:' as a string, which could allow the insertion of extra module parameters through variables.
- Performance enhancements related to previous security fixes, which could cause slowness when modules returned very large JSON results. This specifically impacted the unarchive module frequently, which returns the details of all unarchived files in the result.
- Docker module bug fixes:
* Fixed support for specifying rw/ro bind modes for volumes
* Fixed support for allowing the tag in the image parameter
- Various other bug fixes

## 1.7 "Summer Nights" - Aug 06, 2014

Major new features:
Expand Down
2 changes: 2 additions & 0 deletions RELEASES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Active Development
Released
++++++++

1.7.2 "Summer Nights" -------- 09-24-2014
1.7.1 "Summer Nights" -------- 08-14-2014
1.7 "Summer Nights" -------- 08-06-2014
1.6.10 "The Cradle Will Rock" - 07-25-2014
1.6.9 "The Cradle Will Rock" - 07-24-2014
Expand Down
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.7.1) and also some development version features (1.8). 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.7.2) and also some development version features (1.8). 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
12 changes: 12 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ ansible (1.8) unstable; urgency=low

-- Michael DeHaan <[email protected]> Wed, 21 Oct 2015 04:29:00 -0500

ansible (1.7.2) unstable; urgency=low

* 1.7.2 release

-- Michael DeHaan <[email protected]> Wed, 24 Sep 2014 15:00:00 -0500

ansible (1.7.1) unstable; urgency=low

* 1.7.1 release

-- Michael DeHaan <[email protected]> Thu, 14 Oct 2014 17:00:00 -0500

ansible (1.7) unstable; urgency=low

* 1.7.0 release
Expand Down
6 changes: 6 additions & 0 deletions packaging/rpm/ansible.spec
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ rm -rf %{buildroot}

%changelog

* Wed Sep 24 2014 Michael DeHaan <[email protected]> - 1.7.2
- Release 1.7.2

* Thu Aug 14 2014 Michael DeHaan <[email protected]> - 1.7.1
- Release 1.7.1

* Wed Aug 06 2014 Michael DeHaan <[email protected]> - 1.7.0
- Release 1.7.0

Expand Down

0 comments on commit 86edd03

Please sign in to comment.