nutanix / nutanix.ansible

Official Nutanix Ansible collections
GNU General Public License v3.0
67 stars 41 forks source link

Incorrect release version specified on release 1.9.3 #518

Open kirkmj opened 2 weeks ago

kirkmj commented 2 weeks ago

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

bhati-pradeep commented 1 week ago

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 !