-
Notifications
You must be signed in to change notification settings - Fork 756
Added 2.18 porting guide #2076
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added 2.18 porting guide #2076
Conversation
|
The docs build checker failure is because the 2.18 porting guide isn't mentioned in docs/docsite/rst/porting_guides/core_porting_guides.rst. |
|
Thanks, just running the checks locally because it looks like there may be other formatting problems? I've fixed the toctree entry though so hopefully that's it. |
8fea5e7 to
ba133a9
Compare
|
The pip-compile error is unrelated, please ignore it. |
|
Removed the assertion changes entry as the underlying changelog entry is being removed ansible/ansible#84187. |
|
@felixfontein is the pip compile error the reason why the docsite CI/check also fails? aka can I merge this beastie? |
|
@samccann yes, that's the only reason why it fails; if there will be no more changes/reviews from Core's side or your side, feel free to merge this :) |
samccann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a couple of nits. Thanks for this!
Co-authored-by: Sandra McCann <[email protected]>
Backport to stable-2.18: 💚 backport PR created✅ Backport PR branch: Backported as #2091 🤖 @patchback |
* Added 2.18 porting guide * Removed assertion change from porting guide * Apply suggestions from code review Co-authored-by: Sandra McCann <[email protected]> --------- Co-authored-by: Sandra McCann <[email protected]> (cherry picked from commit d6eb6c9)
* Added 2.18 porting guide * Removed assertion change from porting guide * Apply suggestions from code review Co-authored-by: Sandra McCann <[email protected]> --------- Co-authored-by: Sandra McCann <[email protected]> (cherry picked from commit d6eb6c9) Co-authored-by: Jordan Borean <[email protected]>
|
Thanks for the review and help. |
* Added 2.18 porting guide * Removed assertion change from porting guide * Apply suggestions from code review Co-authored-by: Sandra McCann <[email protected]> --------- Co-authored-by: Sandra McCann <[email protected]>
Fixes: ansible/ansible#84177