You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the value for the version number in the galaxy.yml file is wrong for version 9.0.0.
It should be 9.0.0 instead of 8.8.0. This makes it so that when installing directly from the Github repository it installs the 9.0.0 version under 8.8.0.
While this isn't a breaking issue, it leads to confusion and should be fixed, either by issuing a new version with the correct version number or remaking version 9.0.0 from the master branch which contains the correct version number.
Thanks
The text was updated successfully, but these errors were encountered:
Yes, this is a known problem of our build-process. We first create a github-release/tag, then update the galaxy.yml, then upload to galaxy.
The process itself is somewhat brittle so I don't really want to make any chaanges to it. If one wants to change it, I'd be happy to review it, as long as I can create a new release with a release of a new github-release.
ansible-collection-hardening/galaxy.yml
Line 3 in 2db75b5
Hi, the value for the version number in the galaxy.yml file is wrong for version
9.0.0
.It should be
9.0.0
instead of8.8.0
. This makes it so that when installing directly from the Github repository it installs the9.0.0
version under8.8.0
.While this isn't a breaking issue, it leads to confusion and should be fixed, either by issuing a new version with the correct version number or remaking version
9.0.0
from the master branch which contains the correct version number.Thanks
The text was updated successfully, but these errors were encountered: