-
Notifications
You must be signed in to change notification settings - Fork 43
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
Ansible 8.2.0: Dependencies, changelog and porting guide #269
Conversation
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.
That the porting guide is screwed up is somewhat unfortunate; we have to fix that eventually, but I'm not sure we'll manage for today's release. (I can fix it, but I have no time today and likely not enough time the rest of this week, so delaying by 1-2 days won't help.)
@@ -17,82 +17,91 @@ Ansible 8 is based on Ansible-core 2.15. | |||
|
|||
We suggest you read this page along with the `Ansible 8 Changelog <https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst>`_ to understand what updates you may need to make. | |||
|
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.
Ah, and now we see another result of moving the docs/ folder out of ansible/ansible: antsibull cannot find the ansible-core porting guide anymore and include it in the Ansible porting guide... That's now a part of the ansible-documentation git repo.
Which means it just became a lot more important to have that repository tagged for releases as well CC @gotmax23.
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.
As @felixfontein suggested in the #community:ansible.com Matrix channel, I have uploaded the 8.2.0 tarball to PyPI.
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.
Yeah, I don't think it makes sense to block the release on this.
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.
Since 8.2.0 is already released, I think we should merge this.
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.
Ack. I think this is ready to merge now that the release is out, but I think we can wait a bit on the ansible-documentation PR until we can fix the porting guide issue.
Thanks for working on the release during your vacation, @anweshadas! |
No description provided.