Bumping files for 1.9
This commit is contained in:
parent
90a6c82d55
commit
75d05168e6
6 changed files with 25 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,7 +1,16 @@
|
|||
Ansible Changes By Release
|
||||
==========================
|
||||
|
||||
## 1.8 "You Really Got Me" - Active Development
|
||||
## 1.9 "Dancin In the Streets" - ACTIVE DEVELOPMENT
|
||||
|
||||
Major Changes:
|
||||
|
||||
New Modules:
|
||||
|
||||
Some other notable changes:
|
||||
|
||||
|
||||
## 1.8 "You Really Got Me" - Nov 25, 2014
|
||||
|
||||
Major changes:
|
||||
|
||||
|
|
|
@ -4,11 +4,12 @@ Ansible Releases at a Glance
|
|||
Active Development
|
||||
++++++++++++++++++
|
||||
|
||||
1.8 "You Really Got Me" ---- FALL 2014
|
||||
1.9 "Dancing In the Streets" WINTER 2015
|
||||
|
||||
Released
|
||||
++++++++
|
||||
|
||||
1.8 "You Really Got Me" ---- 11-25-2014
|
||||
1.7.2 "Summer Nights" -------- 09-24-2014
|
||||
1.7.1 "Summer Nights" -------- 08-14-2014
|
||||
1.7 "Summer Nights" -------- 08-06-2014
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.8
|
||||
1.9
|
||||
|
|
|
@ -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'
|
||||
__version__ = '1.9'
|
||||
__author__ = 'Michael DeHaan'
|
||||
|
|
|
@ -1,9 +1,15 @@
|
|||
ansible (1.8) unstable; urgency=low
|
||||
ansible (1.9) unstable; urgency=low
|
||||
|
||||
* 1.8 release (PENDING)
|
||||
* 1.9 release (PENDING)
|
||||
|
||||
-- Michael DeHaan <michael@ansible.com> Wed, 21 Oct 2015 04:29:00 -0500
|
||||
|
||||
ansible (1.8) unstable; urgency=low
|
||||
|
||||
* 1.8 release
|
||||
|
||||
-- Michael DeHaan <michael@ansible.com> Tue, 25 Nov 2014 17:00:00 -0500
|
||||
|
||||
ansible (1.7.2) unstable; urgency=low
|
||||
|
||||
* 1.7.2 release
|
||||
|
|
|
@ -110,6 +110,9 @@ rm -rf %{buildroot}
|
|||
|
||||
%changelog
|
||||
|
||||
* Tue Nov 25 2014 Michael DeHaan <michael@ansible.com> - 1.8.0
|
||||
- Release 1.8.0
|
||||
|
||||
* Wed Sep 24 2014 Michael DeHaan <michael@ansible.com> - 1.7.2
|
||||
- Release 1.7.2
|
||||
|
||||
|
|
Loading…
Reference in a new issue