or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
Ansible-5.0.0 Schedule
Previous release schedules are found on: https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html
Background
Community meeting ticket: https://github.com/ansible-community/community-topics/issues/21
We're now on a six month release schedule
Ansible-5.0.0 will release approximately six months after Ansible-4.0.0. We're trying to align our schedule to be about one month after ansible-core releases.
What are release blocking issues?
The ansible-5.0.0 release will be based on ansible-core-2.12. ansible-core-2.12 comes with a number of backwards incompatible changes which may need to be discovered as people test the ansible package.
New collections that block release
Some collections failed to meet the deadline for the Ansible-4.0.0 release. Is there anything we can do to help those (and other) collections meet the Ansible-5.0.0 deadline?
Other collection release schedules that block release
Some collections try to align their major (backwards incompatible) releases with our release schedule. It would be great if those collections would tell us before beta1 that they are planning to get a release out before then so we can check in on whether they are going to make it before the release.
How to submit new collections
New collections that want to be included in ansible-5 must be submitted as a discussion on this github repo: https://github.com/ansible-collections/ansible-inclusion/
Collections will be reviewed to see if they meet our quality bar for inclusion. The criteria evolves over time but generally follows this: https://github.com/ansible-collections/overview/blob/main/collection_requirements.rst
Of special note:
A review can be delayed, possibly missing the 5.0 deadline, if a reviewer notes something in the collection that they think needs to be changed and the collection owner disagrees. Be sure to submit your reviews as early as possible so that there's time for any discussion that's needed and be sure to work on any issues raised by reviewers so that the collection can be added.
Changes to ansible for existing collections
Although not explicitly listed in the schedule, there are appropriate times for existing collections to ask for changes to their status. These have to be looked at on a case by case basis but here's two examples that should help illustrate when to do things:
Proposed Schedule for Ansible-5.0
This release is intended to bring in the new ansible-core-2.12 package as a dependency. Thus we need to be aware of ansible-core's schedule: https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_12.html
Note The US Thanksgiving Holiday is 2021-11-25, so if we have to slip, we'll probably slip two weeks so that final is on 2021-11-30
PR to add the schedule to docs.ansible.com
TBD