master branch not tagged since a while

Bug #1920958 reported by Joel Capitao
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
vmware-nsx
New
Undecided
Unassigned

Bug Description

Hi,

At RDO, we noticed that master branch has not been tagged since April 2020.

[jcapitao@redhat vmware-nsxlib]$ git describe --tags --abbrev=0 "origin/master"
15.0.7
[jcapitao@redhat vmware-nsxlib]$ git for-each-ref --sort=taggerdate --format '%(refname) %(taggerdate)' refs/tags | grep -e "15.0.7"
refs/tags/15.0.7 Fri Apr 17 23:38:34 2020 +0200

But, new patches has been pushed since then, and new and more recent tags as well.

[jcapitao@redhat vmware-nsxlib]$ git describe --tags --abbrev=0 "origin/stable/victoria-312"
17.2.1
[jcapitao@redhat vmware-nsxlib]$ git describe --tags --abbrev=0 "origin/stable/victoria-311"
17.1.2
[jcapitao@redhat vmware-nsxlib]$ git describe --tags --abbrev=0 "origin/stable/victoria"
17.2.0
[jcapitao@redhat vmware-nsxlib]$ git describe --tags --abbrev=0 "origin/stable/ussuri"
16.1.2

As a result, we are building the version 15.0.8 from master, but vmware-nsx requires vmware-nsxlib >= 17.0.0 [1].

[jcapitao@redhat vmware-nsxlib]$ python3 setup.py --version
15.0.8.dev134
[jcapitao@redhat vmware-nsxlib]$ python3 -c "import pbr.version; print(pbr.version.VersionInfo('vmware_nsxlib'))"
15.0.8

It would be great if you could tag master in order to ease build process

[1] https://opendev.org/x/vmware-nsx/src/branch/master/requirements.txt#L41

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.