Commit Graph

22 Commits (0d79d993f7115fa41016d7ecbdaed355d7fa229c)

Author SHA1 Message Date
Toshio Kuratomi 7910f0f152 Update Ansible release version to v2.9.0b1.post0. 6 years ago
Toshio Kuratomi d82e61c939 New release v2.9.0b1 6 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
7 years ago
Toshio Kuratomi 6a5d6a56f5 Update Ansible release version to v2.8.0a1.post0. 7 years ago
Toshio Kuratomi ae667d3d86 New release v2.8.0a1 7 years ago
Ryan S. Brown c04f5a1d65 Codename: How Many More Times 7 years ago
Toshio Kuratomi 3994300762 Update ansible version number to 2.8.0.dev0 7 years ago
Toshio Kuratomi a11cc4bae9 Add post modifier to version 7 years ago
Toshio Kuratomi f1c31cd592 Fix release to be correct 7 years ago
Matt Davis 5228b939fe
update 2.7 codename 8 years ago
Matt Davis f87ca27aa3
use PEP-440-compliant formatting of dev tag 8 years ago
Matt Clay 65084df2c9 Initial commit for 2.7.0 development. 8 years ago
Matt Clay cfe7de10ef Update Ansible release version to 2.6.0dev0. 8 years ago
Matt Clay c98043a4c0 New release v2.6.0a1 8 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
8 years ago
Matt Clay 6cbd7cc5d8 Fix version in lib/ansible/release.py
Including `devel` in the version causes pip failures.
8 years ago
Matt Davis b6dc27249a bump devel to 2.6 8 years ago
Toshio Kuratomi b98220f63d Bump the versions now that devel is 2.5 8 years ago
Dag Wieers 5553b20828 Collated PEP8 fixes (#25293)
- Make PEP8 compliant
9 years ago
James Cammarata 76f28fd2fc Bumping devel version to 2.4.0 9 years ago
James Cammarata 447ab0ab95 Bumping devel version to 2.3.0 9 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.
10 years ago