diff options
author | Matt Davis <nitzmahone@users.noreply.github.com> | 2018-05-22 01:14:53 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2018-05-22 01:14:53 +0200 |
commit | e4edb2842a8816a3eed596aea1c28aa769a31e9d (patch) | |
tree | 6e1407782d7a1360345e078a4cee7808d365002a /README.rst | |
parent | Ios test fixes (#40503) (diff) | |
download | ansible-e4edb2842a8816a3eed596aea1c28aa769a31e9d.tar.xz ansible-e4edb2842a8816a3eed596aea1c28aa769a31e9d.zip |
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
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.rst b/README.rst index ed6cd17a93..2ef1a6ca47 100644 --- a/README.rst +++ b/README.rst @@ -76,6 +76,29 @@ Branch Info Information <https://docs.ansible.com/community.html>`_ for notes on how to get started. +Roadmap +======= + +Based on team and community feedback, an initial roadmap will be published for a major or minor version (ex: 2.0, 2.1). +Subminor versions will generally not have roadmaps published. + +Ansible 2.1 was the first release which published this and asked for feedback in this manner. +Feedback on the roadmap and the new process is quite welcome. +The team is aiming for further transparency and better inclusion of both community desires and submissions. + +These are the team's *best guess* roadmaps based on the Ansible team's experience and are also based on requests and feedback from the community. +There are things that may not make it due to time constraints, lack of community maintainers, etc. +Each roadmap is published both as an idea of what is upcoming in Ansible, and as a medium for seeking further feedback from the community. + +There are multiple places for you to submit feedback: + +- Add to the agenda of an IRC `Core Team Meeting <https://github.com/ansible/community/blob/master/meetings/README.md>`_ (preferred) +- Ansible's google-group: ansible-devel +- AnsibleFest conferences +- IRC Freenode channel: #ansible-devel (this one may have things lost in lots of conversation) + +For additional details consult the published `Ansible Roadmap <https://docs.ansible.com/ansible/devel/roadmap/>`_. + Authors ======= |