Version bump for 1.8
This commit is contained in:
parent
e90d2573d1
commit
d134b8a83c
6 changed files with 19 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
Ansible Changes By Release
|
Ansible Changes By Release
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
## 1.7 "Summer Nights" - Active Development
|
## 1.7 "Summer Nights" - Aug 06, 2014
|
||||||
|
|
||||||
Major new features:
|
Major new features:
|
||||||
|
|
||||||
|
@ -31,6 +31,9 @@ New Modules:
|
||||||
|
|
||||||
Other notable changes:
|
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.
|
* Inventory speed improvements for very large inventories.
|
||||||
* Vault password files can now be executable, to support scripts that fetch the vault password.
|
* Vault password files can now be executable, to support scripts that fetch the vault password.
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,9 @@ Ansible Releases at a Glance
|
||||||
Active Development
|
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.8 "The Cradle Will Rock" - 07-22-2014
|
||||||
1.6.7 "The Cradle Will Rock" - 07-21-2014
|
1.6.7 "The Cradle Will Rock" - 07-21-2014
|
||||||
1.6.6 "The Cradle Will Rock" - 07-01-2014
|
1.6.6 "The Cradle Will Rock" - 07-01-2014
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.7
|
1.8
|
||||||
|
|
|
@ -14,5 +14,5 @@
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||||
__version__ = '1.7'
|
__version__ = '1.8'
|
||||||
__author__ = 'Michael DeHaan'
|
__author__ = 'Michael DeHaan'
|
||||||
|
|
|
@ -1,8 +1,14 @@
|
||||||
|
ansible (1.8) unstable; urgency=low
|
||||||
|
|
||||||
|
* 1.8 release (PENDING)
|
||||||
|
|
||||||
|
-- Michael DeHaan <michael@ansible.com> TBD
|
||||||
|
|
||||||
ansible (1.7) unstable; urgency=low
|
ansible (1.7) unstable; urgency=low
|
||||||
|
|
||||||
* 1.7 release (PENDING)
|
* 1.7.0 release
|
||||||
|
|
||||||
-- Michael DeHaan <michael@ansible.com> Wed, 07 May 2014 15:00:03 -0500
|
-- Michael DeHaan <michael@ansible.com> Wed, 06 Aug 2014 15:00:00 -0500
|
||||||
|
|
||||||
ansible (1.6.8) unstable; urgency=low
|
ansible (1.6.8) unstable; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -115,6 +115,9 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Wed Aug 06 2014 Michael DeHaan <michael@ansible.com> - 1.7.0
|
||||||
|
- Release 1.7.0
|
||||||
|
|
||||||
* Tue Jul 22 2014 Michael DeHaan <michael@ansible.com> - 1.6.8
|
* Tue Jul 22 2014 Michael DeHaan <michael@ansible.com> - 1.6.8
|
||||||
- Release 1.6.8
|
- Release 1.6.8
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue