mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
Version bump for release 1.8.4
This commit is contained in:
parent
5fa7f5b2eb
commit
ebc8d48d34
|
|
@ -1,6 +1,10 @@
|
|||
Ansible Changes By Release
|
||||
==========================
|
||||
|
||||
## 1.8.4 "You Really Got Me" - Feb 19, 2015
|
||||
|
||||
* Fixed regressions in ec2 and mount modules, introduced in 1.8.3
|
||||
|
||||
## 1.8.3 "You Really Got Me" - Feb 17, 2015
|
||||
|
||||
* Fixing a security bug related to the default permissions set on a tempoary file created when using "ansible-vault view <filename>".
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ Active Development
|
|||
Released
|
||||
++++++++
|
||||
|
||||
1.8.4 "You Really Got Me" ---- 02-19-2015
|
||||
1.8.3 "You Really Got Me" ---- 02-17-2015
|
||||
1.8.2 "You Really Got Me" ---- 12-04-2014
|
||||
1.8.1 "You Really Got Me" ---- 11-26-2014
|
||||
|
|
|
|||
|
|
@ -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.8.3'
|
||||
__version__ = '1.8.4'
|
||||
__author__ = 'Michael DeHaan'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
ansible (1.8.4) unstable; urgency=low
|
||||
|
||||
* 1.8.4
|
||||
|
||||
-- Ansible, Inc. <supoort@ansible.com> Thu, 19 Feb 2015 12:00:00 -0500
|
||||
|
||||
ansible (1.8.3) unstable; urgency=low
|
||||
|
||||
* 1.8.3
|
||||
|
|
|
|||
|
|
@ -110,6 +110,9 @@ rm -rf %{buildroot}
|
|||
|
||||
%changelog
|
||||
|
||||
* Thu Feb 19 2015 Ansible, Inc. <support@ansible.com> - 1.8.4
|
||||
- Release 1.8.4
|
||||
|
||||
* Tue Feb 17 2015 Ansible, Inc. <support@ansible.com> - 1.8.3
|
||||
- Release 1.8.3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user