From cac9e02aead564aece043d43a8aee4fa3bfe3faa Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 16 Sep 2013 05:27:23 -0500 Subject: Version bump for 1.3.1 release --- CHANGELOG.md | 4 ++++ VERSION | 2 +- docs/man/man1/ansible-doc.1 | 6 +++--- docs/man/man1/ansible-playbook.1 | 6 +++--- docs/man/man1/ansible-pull.1 | 6 +++--- docs/man/man1/ansible.1 | 6 +++--- lib/ansible/__init__.py | 2 +- packaging/debian/changelog | 6 ++++++ packaging/rpm/ansible.spec | 15 +++++++++------ 9 files changed, 33 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f3e2a7fb..ecf30fdbfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ Misc changes: * TBA +1.3.1 "Top of the World" (reprise) - September 16th, 2013 + +* Fixing a bug in accelerate mode whereby the gather_facts step would always be run via sudo regardless of the play settings. + 1.3 "Top of the World" - September 13th, 2013 Highlighted new features: diff --git a/VERSION b/VERSION index f0bb29e763..3a3cd8cc8b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.3.1 diff --git a/docs/man/man1/ansible-doc.1 b/docs/man/man1/ansible-doc.1 index ff185c5637..ea32bd03d6 100644 --- a/docs/man/man1/ansible-doc.1 +++ b/docs/man/man1/ansible-doc.1 @@ -2,12 +2,12 @@ .\" Title: ansible-doc .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 09/13/2013 +.\" Date: 09/16/2013 .\" Manual: System administration commands -.\" Source: Ansible 1.3.0 +.\" Source: Ansible 1.3.1 .\" Language: English .\" -.TH "ANSIBLE\-DOC" "1" "09/13/2013" "Ansible 1\&.3\&.0" "System administration commands" +.TH "ANSIBLE\-DOC" "1" "09/16/2013" "Ansible 1\&.3\&.1" "System administration commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/docs/man/man1/ansible-playbook.1 b/docs/man/man1/ansible-playbook.1 index 6faa57dfde..e3aaa32d53 100644 --- a/docs/man/man1/ansible-playbook.1 +++ b/docs/man/man1/ansible-playbook.1 @@ -2,12 +2,12 @@ .\" Title: ansible-playbook .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 09/13/2013 +.\" Date: 09/16/2013 .\" Manual: System administration commands -.\" Source: Ansible 1.3.0 +.\" Source: Ansible 1.3.1 .\" Language: English .\" -.TH "ANSIBLE\-PLAYBOOK" "1" "09/13/2013" "Ansible 1\&.3\&.0" "System administration commands" +.TH "ANSIBLE\-PLAYBOOK" "1" "09/16/2013" "Ansible 1\&.3\&.1" "System administration commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/docs/man/man1/ansible-pull.1 b/docs/man/man1/ansible-pull.1 index 8e8e612016..ad709c88dd 100644 --- a/docs/man/man1/ansible-pull.1 +++ b/docs/man/man1/ansible-pull.1 @@ -2,12 +2,12 @@ .\" Title: ansible .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 09/13/2013 +.\" Date: 09/16/2013 .\" Manual: System administration commands -.\" Source: Ansible 1.3.0 +.\" Source: Ansible 1.3.1 .\" Language: English .\" -.TH "ANSIBLE" "1" "09/13/2013" "Ansible 1\&.3\&.0" "System administration commands" +.TH "ANSIBLE" "1" "09/16/2013" "Ansible 1\&.3\&.1" "System administration commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/docs/man/man1/ansible.1 b/docs/man/man1/ansible.1 index c39512a563..16d39a7dbb 100644 --- a/docs/man/man1/ansible.1 +++ b/docs/man/man1/ansible.1 @@ -2,12 +2,12 @@ .\" Title: ansible .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 09/13/2013 +.\" Date: 09/16/2013 .\" Manual: System administration commands -.\" Source: Ansible 1.3.0 +.\" Source: Ansible 1.3.1 .\" Language: English .\" -.TH "ANSIBLE" "1" "09/13/2013" "Ansible 1\&.3\&.0" "System administration commands" +.TH "ANSIBLE" "1" "09/16/2013" "Ansible 1\&.3\&.1" "System administration commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index e0cf4dfe2d..bd1e41252c 100644 --- a/lib/ansible/__init__.py +++ b/lib/ansible/__init__.py @@ -14,5 +14,5 @@ # # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . -__version__ = '1.3.0' +__version__ = '1.3.1' __author__ = 'Michael DeHaan' diff --git a/packaging/debian/changelog b/packaging/debian/changelog index da776f9477..cd9e214f96 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +ansible (1.3.1) unstable; urgency=low + + * 1.3.1 release + + -- James Cammarata Fri, 16 September 2013 16:00:00 -0500 + ansible (1.3.0) unstable; urgency=low * 1.3.0 release diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 21409b0b3c..65db2793df 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -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.3.0 +Version: 1.3.1 Group: Development/Libraries License: GPLv3 @@ -78,20 +78,23 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Sep 16 2013 James Cammarata - 1.3-1 +- Release 1.3.1 + * Fri Sep 13 2013 Michael DeHaan - 1.3-0 -* Release 1.3.0 +- Release 1.3.0 * Thu Jul 05 2013 Michael DeHaan - 1.2-2 -* Release 1.2.2 +- Release 1.2.2 * Thu Jul 04 2013 Michael DeHaan - 1.2-1 -* Release 1.2.1 +- Release 1.2.1 * Mon Jun 10 2013 Michael DeHaan - 1.2-0 -* Release 1.2 +- Release 1.2 * Tue Apr 2 2013 Michael DeHaan - 1.1-0 -* Release 1.1 +- Release 1.1 * Fri Feb 1 2013 Michael DeHaan - 1.0-0 - Release 1.0 -- cgit v1.2.1