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
The version of release 1.9.3 appears to be incorrectly set to 1.9.2
~/nutanix.ansible$ git rev-parse --abbrev-ref HEAD
release/1.9.3
~/nutanix.ansible$ grep version galaxy.yml
version: "1.9.2"
this results in the collection appearing to be 1.9.2 when building it locally as shown
~/nutanix.ansible$ ansible-galaxy collection build
Created collection for nutanix.ncp at ~/nutanix.ansible/nutanix-ncp-1.9.2.tar.gz
The text was updated successfully, but these errors were encountered:
Hi @kirkmj , release/1.9.3 is branch for releasing 1.9.3 and its not released yet. Are you consuming this branch by locally building. If yes, we have not made the changes in galaxy yet. If you want you can cut a branch from it and update galaxy.yml
Note: release/1.9.3 is still under qualification phase and its expected during end of 2024.
Thanks !
The version of release 1.9.3 appears to be incorrectly set to 1.9.2
~/nutanix.ansible$ git rev-parse --abbrev-ref HEAD
release/1.9.3
~/nutanix.ansible$ grep version galaxy.yml
version: "1.9.2"
this results in the collection appearing to be 1.9.2 when building it locally as shown
~/nutanix.ansible$ ansible-galaxy collection build
Created collection for nutanix.ncp at ~/nutanix.ansible/nutanix-ncp-1.9.2.tar.gz
The text was updated successfully, but these errors were encountered: