Skip to content

Commit

Permalink
New release v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone committed Mar 23, 2018
1 parent a57a2e1 commit 2c2dd1a
Show file tree
Hide file tree
Showing 10 changed files with 327 additions and 163 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ recursive-include licenses *
recursive-include packaging *
recursive-include test *
include Makefile
include VERSION
include MANIFEST.in
include changelogs/*.rst
include contrib/README.md
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ sdist_upload: clean docs
# TODO: variable-ize major version number usages here
.PHONY: changelog_reno
changelog_reno:
reno -d changelogs/ report --title 'Ansible 2.5 "Kashmir" Release Notes' --no-collapse-pre-release --no-show-source --earliest-version v2.5.0b1 --output changelogs/CHANGELOG-v2.5.rst
reno -d changelogs/ report --title 'Ansible 2.5 "Kashmir" Release Notes' --collapse-pre-release --no-show-source --earliest-version v2.5.0b1 --output changelogs/CHANGELOG-v2.5.rst

.PHONY: changelog_aggregate
changelog_aggregate:
Expand Down
3 changes: 2 additions & 1 deletion RELEASES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ Ansible Releases at a Glance
VERSION RELEASE CODE NAME
++++++++++++++++++++++++++++++

2.5.0 TBD "Kashmir"
2.5.0 2018-03-22 "Kashmir"
2.4.3 01-31.2018 "Dancing Days"
2.4.2 11-29-2017 "Dancing Days"
2.4.1 10-25-2017 "Dancing Days"
2.4.0 09-19-2017 "Dancing Days"
2.3.3 12-20-2017 "Ramble On"
2.3.2 2017-08-04 "Ramble On"
2.3.1 2017-06-01 "Ramble On"
2.3.0 2017-04-12 "Ramble On"
Expand Down
274 changes: 120 additions & 154 deletions changelogs/CHANGELOG-v2.5.rst

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions changelogs/fragments/v2.5.0_summary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2018-03-22
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_
4 changes: 0 additions & 4 deletions changelogs/fragments/v2.5.0rc3_summary.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion lib/ansible/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

__version__ = '2.5.0rc3'
__version__ = '2.5.0'
__author__ = 'Ansible, Inc.'
139 changes: 139 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,145 @@ ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low

-- Ansible, Inc. <info@ansible.com> %DATE%


ansible (2.5.0-1) unstable; urgency=low

* 2.5.0-1

-- Ansible, Inc. <info@ansible.com> Thu, 22 Mar 2018 17:20:50 -0700


ansible (2.4.3.0) unstable; urgency=low

* 2.4.3.0

-- Ansible, Inc. <info@ansible.com> Wed, 31 Jan 2018 13:28:06 -0800


ansible (2.4.2.0) unstable; urgency=low

* 2.4.2.0

-- Ansible, Inc. <info@ansible.com> Wed, 29 Nov 2017 12:18:55 -0800


ansible (2.4.1.0) unstable; urgency=low

* 2.4.1.0

-- Ansible, Inc. <info@ansible.com> Wed, 25 Oct 2017 13:33:17 -0700


ansible (2.4.0.0) unstable; urgency=low

* 2.4.0.0

-- Ansible, Inc. <info@ansible.com> Mon, 18 Sep 2017 18:22:15 -0700


ansible (2.3.3.0) unstable; urgency=low

* 2.3.3.0

-- Ansible, Inc. <info@ansible.com> Wed, 20 Dec 2017 11:49:40 -0600


ansible (2.3.2.0) unstable; urgency=low

* 2.3.2.0

-- Ansible, Inc. <info@ansible.com> Fri, 04 Aug 2017 15:24:07 -0500


ansible (2.3.1.0) unstable; urgency=low

* 2.3.1.0

-- Ansible, Inc. <info@ansible.com> Thu, 01 Jun 2017 10:57:36 -0500


ansible (2.3.0.0) unstable; urgency=low

* 2.3.0.0

-- Ansible, Inc. <info@ansible.com> Wed, 12 Apr 2017 08:56:32 -0500

ansible (2.2.3.0) unstable; urgency=low

* 2.2.3.0

-- Ansible, Inc. <info@ansible.com> Tue, 09 May 2017 09:50:18 -0500


ansible (2.2.2.0) unstable; urgency=low

* 2.2.2.0

-- Ansible, Inc. <info@ansible.com> Mon, 27 Mar 2017 14:04:32 -0500


ansible (2.2.1.0) unstable; urgency=low

* 2.2.1.0

-- Ansible, Inc. <info@ansible.com> Mon, 16 Jan 2017 10:13:29 -0600


ansible (2.2.0.0) unstable; urgency=low

* 2.2.0.0

-- Ansible, Inc. <info@ansible.com> Mon, 31 Oct 2016 22:20:37 -0500

ansible (2.1.6.0) unstable; urgency=low

* 2.1.6.0

-- Ansible, Inc. <info@ansible.com> Thu, 01 Jun 2017 13:24:21 -0500


ansible (2.1.5.0) unstable; urgency=low

* 2.1.5.0

-- Ansible, Inc. <info@ansible.com> Mon, 27 Mar 2017 13:46:02 -0500


ansible (2.1.4.0) unstable; urgency=low

* 2.1.4.0

-- Ansible, Inc. <info@ansible.com> Mon, 16 Jan 2017 10:19:57 -0600


ansible (2.1.3.0) unstable; urgency=low

* 2.1.3.0

-- Ansible, Inc. <info@ansible.com> Fri, 04 Nov 2016 11:51:43 -0500


ansible (2.1.2.0) unstable; urgency=low

* 2.1.2.0

-- Ansible, Inc. <support@ansible.com> Thu, 29 Sep 2016 10:01:34 -0500


ansible (2.1.1.0) unstable; urgency=low

* 2.1.1.0

-- Ansible, Inc. <support@ansible.com> Thu, 28 Jul 2016 10:32:32 -0700


ansible (2.0.2.0) unstable; urgency=low

* 2.0.2.0

-- Ansible, Inc. <support@ansible.com> Tue, 19 Apr 2016 17:24:22 -0400


ansible (2.0.1.0) unstable; urgency=low

* 2.0.1.0
Expand Down
2 changes: 1 addition & 1 deletion packaging/release/vars/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ versions:
- "2.5":
code_name: "Kashmir"
releases:
- "0": TBD
- "0": "03-22-2018"
- "2.4":
code_name: "Dancing Days"
releases:
Expand Down
60 changes: 60 additions & 0 deletions packaging/rpm/ansible.spec
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,66 @@ rm -rf %{buildroot}

%changelog

* Thu Mar 22 2018 Ansible, Inc. <info@ansible.com> - 2.5.0-1
- Release 2.5.0-1

* Wed Jan 31 2018 Ansible, Inc. <info@ansible.com> - 2.4.3.0-1
- Release 2.4.3.0-1

* Wed Nov 29 2017 Ansible, Inc. <info@ansible.com> - 2.4.2.0-1
- Release 2.4.2.0-1

* Wed Oct 25 2017 Ansible, Inc. <info@ansible.com> - 2.4.1.0-1
- Release 2.4.1.0-1

* Mon Sep 18 2017 Ansible, Inc. <info@ansible.com> - 2.4.0.0-1
- Release 2.4.0.0-1

* Wed Dec 20 2017 Ansible, Inc. <info@ansible.com> - 2.3.3.0-1
- Release 2.3.3.0-1

* Fri Aug 04 2017 Ansible, Inc. <info@ansible.com> - 2.3.2.0-1
- Release 2.3.2.0-1

* Thu Jun 01 2017 Ansible, Inc. <info@ansible.com> - 2.3.1.0-1
- Release 2.3.1.0-1

* Wed Apr 12 2017 Ansible, Inc. <info@ansible.com> - 2.3.0.0-1
- Release 2.3.0.0-1

* Tue May 09 2017 Ansible, Inc. <info@ansible.com> - 2.2.3.0-1
- Release 2.2.3.0-1

* Mon Mar 27 2017 Ansible, Inc. <info@ansible.com> - 2.2.2.0-1
- Release 2.2.2.0-1

* Mon Jan 16 2017 Ansible, Inc. <info@ansible.com> - 2.2.1.0-1
- Release 2.2.1.0-1

* Mon Oct 31 2016 Ansible, Inc. <info@ansible.com> - 2.2.0.0-1
- Release 2.2.0.0-1

* Thu Jun 01 2017 Ansible, Inc. <info@ansible.com> - 2.1.6.0-1
- Release 2.1.6.0-1

* Mon Mar 27 2017 Ansible, Inc. <info@ansible.com> - 2.1.5.0-1
- Release 2.1.5.0-1

* Mon Jan 16 2017 Ansible, Inc. <info@ansible.com> - 2.1.4.0-1
- Release 2.1.4.0-1

* Fri Nov 04 2016 Ansible, Inc. <info@ansible.com> - 2.1.3.0-1
- Release 2.1.3.0-1

* Thu Sep 29 2016 Ansible, Inc. <info@ansible.com> - 2.1.2.0-1
- Release 2.1.2.0-1

* Thu Jul 28 2016 Ansible, Inc. <info@ansible.com> - 2.1.1.0-1
- Release 2.1.1.0-1

* Tue Apr 19 2016 Ansible, Inc. <support@ansible.com> - 2.0.2.0-1
- Release 2.0.2.0-1

* Wed Feb 24 2016 Ansible, Inc. <info@ansible.com> - 2.0.1.0-1
- Release 2.0.1.0-1

Expand Down

0 comments on commit 2c2dd1a

Please sign in to comment.