Commit Graph

39 Commits (devel)

Author SHA1 Message Date
Matt Martz 76fe4e8a71
Bump devel to 2.18.0.dev0 (#82934)
* Bump devel to 2.18.0.dev0

* Add ignores for 2.18 deprecations
2 months ago
Matt Clay 9f899f9492
Require `from __future__ import annotations` (#81902) 8 months ago
Matt Martz f7234968d2
bump devel to 2.17.0.dev0 (#81712) 9 months ago
Matt Davis 5e131a96c0
bump devel to 2.16.0.dev0 (#80390) 1 year ago
Matt Martz f8e8326437
Bump devel to 2.15.0.dev0 (#78817) 2 years ago
Matt Clay 50d4cf931c
Start of 2.14 development cycle. (#77378)
* Delete old changelog fragments.
* Add 2.14 changelog stub.
* Add porting guide.
* Update version and codename.
* Add temporary deprecated version ignores.
2 years ago
Matt Davis bb59d9afe9
bump devel to 2.13 (#75833) 3 years ago
Rick Elrod 3a74f7ea22
prep for 2.12 version bump (#74126)
* prep for 2.12
* Add 2.12 deprecations and sort ignore.txt list.

Signed-off-by: Rick Elrod <rick@elrod.me>
3 years ago
Rick Elrod 5e25ba62a6
Update Ansible release version to v2.11.0b4.post0. (#74064) 3 years ago
Rick Elrod ae90774f2b
New release v2.11.0b4 (#74063) 3 years ago
Rick Elrod 2c40dccd85
Update Ansible release version to v2.11.0b3.post0. (#73980) 3 years ago
Rick Elrod 88a1a85ff8
New release v2.11.0b3 (#73977) 3 years ago
Rick Elrod a29fcfa995
Update Ansible release version to v2.11.0b2.post0. (#73917) 3 years ago
Rick Elrod aff69b6b4c
New release v2.11.0b2 (#73915) 3 years ago
Rick Elrod 734c053562
Update Ansible release version to v2.11.0b1.post0. (#73764) 3 years ago
Rick Elrod 24d41180ea
New release v2.11.0b1 (#73761) 3 years ago
Rick Elrod cc071cdea6
Bump devel to 2.11.0 (#70121)
Signed-off-by: Rick Elrod <rick@elrod.me>
4 years ago
Toshio Kuratomi f58899eef7 Update release name for 2.10
Add a list of previously used release names to make it easy to tell what
release names are no longer usable.

Add a test that new release names have been added to the used list.

Fixes #61616
5 years ago
Toshio Kuratomi 8f6dbb732a
[WIP] Cleanups and version bumping for 2.10 (#61572)
* Cleanups and version bumping for 2.10

* Fix changelog url now that stable has been branched

* Fix the lenth of the porting guide title now that the version is two digits
5 years ago
Toshio Kuratomi bc955b9d60 Cleanup the tree for post-2.8-branch
After branch, we do the following tasks:
* Remove all old changelog fragments.  The devel tree starts fresh.
* Remove all old generated changelog info (CHANGELOG-v2.8.rst and .changes.yaml)
* Set the new codename and version in release.py
5 years ago
Toshio Kuratomi 6a5d6a56f5 Update Ansible release version to v2.8.0a1.post0. 5 years ago
Toshio Kuratomi ae667d3d86 New release v2.8.0a1 5 years ago
Ryan S. Brown c04f5a1d65 Codename: How Many More Times 6 years ago
Toshio Kuratomi 3994300762 Update ansible version number to 2.8.0.dev0 6 years ago
Toshio Kuratomi a11cc4bae9 Add post modifier to version 6 years ago
Toshio Kuratomi f1c31cd592 Fix release to be correct 6 years ago
Matt Davis 5228b939fe
update 2.7 codename 6 years ago
Matt Davis f87ca27aa3
use PEP-440-compliant formatting of dev tag 6 years ago
Matt Clay 65084df2c9 Initial commit for 2.7.0 development. 6 years ago
Matt Clay cfe7de10ef Update Ansible release version to 2.6.0dev0. 6 years ago
Matt Clay c98043a4c0 New release v2.6.0a1 6 years ago
Matt Davis e4edb2842a 2.6 changelog gen/version/root dir cleanup (#40421)
* patched in changelog gen stuff from stable-2.5
* Makefile updates
* release.py as single-source-of-truth
* Remove obsolete ansible-core-sitemap.xml file.
* Move ROADMAP.rst into README.rst.
* dynamic rpm changelog, zap old deb/rpm changelogs
* fix changelog in MANIFEST.in
* Remove obsolete hacking/update.sh script.
* Remove ref to deleted authors script.
* Remove ref to removed module-formatter script.
* Update headings to match script names.
* MANIFEST.in cleanup
* removed RELEASES.txt and versions.yml
* removed obsolete release generation playbook/bits (not used since 2.5)
* misc Makefile cleanup
* speculative changes to DEB versioning
* allow override of DEB_VERSION/DEB_RELEASE
6 years ago
Matt Clay 6cbd7cc5d8 Fix version in lib/ansible/release.py
Including `devel` in the version causes pip failures.
6 years ago
Matt Davis b6dc27249a bump devel to 2.6 6 years ago
Toshio Kuratomi b98220f63d Bump the versions now that devel is 2.5 7 years ago
Dag Wieers 5553b20828 Collated PEP8 fixes (#25293)
- Make PEP8 compliant
7 years ago
James Cammarata 76f28fd2fc Bumping devel version to 2.4.0 7 years ago
James Cammarata 447ab0ab95 Bumping devel version to 2.3.0 8 years ago
Toshio Kuratomi 487e6562ca Fix ziploader for the cornercase of ansible invoking ansible.
* Make ziploader's ansible and ansible.module_utils libraries into
  namespace packages.
* Move __version__ and __author__ from ansible/__init__ to
  ansible/release.py.  This is because namespace packages only load one
  __init__.py.  If that is not the __init__.py with the author and
  version info then those won't be available.
* In ziplaoder, move the version ito ANSIBLE_CONSTANTS.
* Change PluginLoader to properly construct the path to the plugins even
  when namespace packages are present.
8 years ago