Skip to content

Commit

Permalink
Version bump for 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jimi-c committed Aug 6, 2014
1 parent e90d257 commit d134b8a
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Ansible Changes By Release
==========================

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

Major new features:

Expand Down Expand Up @@ -31,6 +31,9 @@ New Modules:

Other notable changes:

* Security fixes
- Prevent the use of lookups when using legaxy "{{ }}" syntax around variables and with_* loops.
- Remove relative paths in TAR-archived file names used by ansible-galaxy.
* Inventory speed improvements for very large inventories.
* Vault password files can now be executable, to support scripts that fetch the vault password.

Expand Down
3 changes: 2 additions & 1 deletion RELEASES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Ansible Releases at a Glance
Active Development
++++++++++++++++++

1.7 "Summer Nights" -------- SUMMER 2014
1.8 "You Really Got Me" ---- FALL 2014

1.7 "Summer Nights" -------- 08-06-2014
1.6.8 "The Cradle Will Rock" - 07-22-2014
1.6.7 "The Cradle Will Rock" - 07-21-2014
1.6.6 "The Cradle Will Rock" - 07-01-2014
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7
1.8
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.7'
__version__ = '1.8'
__author__ = 'Michael DeHaan'
10 changes: 8 additions & 2 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
ansible (1.8) unstable; urgency=low

* 1.8 release (PENDING)

-- Michael DeHaan <[email protected]> TBD

ansible (1.7) unstable; urgency=low

* 1.7 release (PENDING)
* 1.7.0 release

-- Michael DeHaan <[email protected]> Wed, 07 May 2014 15:00:03 -0500
-- Michael DeHaan <[email protected]> Wed, 06 Aug 2014 15:00:00 -0500

ansible (1.6.8) unstable; urgency=low

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

%changelog

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

* Tue Jul 22 2014 Michael DeHaan <[email protected]> - 1.6.8
- Release 1.6.8

Expand Down

0 comments on commit d134b8a

Please sign in to comment.