-
Notifications
You must be signed in to change notification settings - Fork 398
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
module links in galaxy now broken #1461
Comments
More options from the DaWGs meeting: the AWS collections also have another option since they use stable branches |
Thanks for the catch (and sorry I went silent in the meeting) Bah, I could have sworn I caught this one. Must have only updated it for the workflows. |
Update Galaxy docs links SUMMARY Fixes: #1461 (See also ansible-collections/amazon.aws#1021) ISSUE TYPE Docs Pull Request COMPONENT NAME galaxy.yml ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
Update Galaxy docs links SUMMARY Fixes: #1461 (See also ansible-collections/amazon.aws#1021) ISSUE TYPE Docs Pull Request COMPONENT NAME galaxy.yml ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> (cherry picked from commit cde1a56)
Update Galaxy docs links SUMMARY Fixes: #1461 (See also ansible-collections/amazon.aws#1021) ISSUE TYPE Docs Pull Request COMPONENT NAME galaxy.yml ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> (cherry picked from commit cde1a56)
Update Galaxy docs links SUMMARY Fixes: #1461 (See also ansible-collections/amazon.aws#1021) ISSUE TYPE Docs Pull Request COMPONENT NAME galaxy.yml ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> (cherry picked from commit cde1a56)
Update Galaxy docs links SUMMARY Fixes: #1461 (See also ansible-collections/amazon.aws#1021) ISSUE TYPE Docs Pull Request COMPONENT NAME galaxy.yml ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> (cherry picked from commit cde1a56)
[PR #1462/cde1a564 backport][stable-4] Update Galaxy docs links This is a backport of PR #1462 as merged into main (cde1a56). SUMMARY Fixes: #1461 (See also ansible-collections/amazon.aws#1021) ISSUE TYPE Docs Pull Request COMPONENT NAME galaxy.yml ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
[PR #1462/cde1a564 backport][stable-3] Update Galaxy docs links This is a backport of PR #1462 as merged into main (cde1a56). SUMMARY Fixes: #1461 (See also ansible-collections/amazon.aws#1021) ISSUE TYPE Docs Pull Request COMPONENT NAME galaxy.yml ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
Prepare 4.2.0 Release Depends-On: ansible-collections/amazon.aws#1024 SUMMARY A relatively minor release, but getting this out helps with #1461 (FYI @samccann) ISSUE TYPE Feature Pull Request COMPONENT NAME CHANGELOG.rst changelogs/changelog.yaml changelogs/fragments/* galaxy.yml ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> Reviewed-by: Sandra McCann <samccann@redhat.com>
Prepare 4.2.0 Release SUMMARY A relatively minor release, but getting this out helps with ansible-collections#1461 ISSUE TYPE Feature Pull Request COMPONENT NAME CHANGELOG.rst changelogs/changelog.yaml changelogs/fragments/* galaxy.yml ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis Reviewed-by: Sandra McCann
Cleanup after 4.2.0 Release SUMMARY A relatively minor release, but getting this out helps with #1461 ISSUE TYPE Docs Pull Request COMPONENT NAME CHANGELOG.rst changelogs/changelog.yaml changelogs/fragments/* ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
Update aws_ec2 documentation for the use_ssm_inventory option SUMMARY Update aws_ec2 documentation for the use_ssm_inventory option Might fix ansible-collections#1461 ISSUE TYPE Docs Pull Request COMPONENT NAME aws_ec2 Reviewed-by: Mark Chappell Reviewed-by: Jill R
Summary
This is a side effect of #1436 which replaced the .rst files in the repo with a github-generated docsite.
This caused a few issues:
1 - galaxy readme links are now broken because the readme points to .rst files that were removed from the repo. This is probably fixed as soon as the next
community.aws
release picks up the new readme file.2 - The new readme file always points to the main branch for docs. This means galaxy would not reflect the release that is on galaxy. One suggested fix would be to replace the existing link at https://github.com/ansible-collections/community.aws/blame/main/README.md#L38 with a link to devel docs on docs.ansible.com (https://docs.ansible.com/ansible/devel/collections/community/aws/index.html). Alternately, consider the approach used at https://github.com/ansible-collections/community.hashi_vault/#collection-documentation which points to multiple versions.
3. the docsite in galaxy.yml should be updated as well here - https://github.com/ansible-collections/community.aws/blob/main/galaxy.yml#L13 This one can be the devel docs link as what is latest in galaxy is devel on docs.ansible.com.
Issue Type
Documentation Report
Component Name
docs
Ansible Version
$ ansible --version
Collection Versions
$ ansible-galaxy collection list
Configuration
$ ansible-config dump --only-changed
OS / Environment
No response
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: