openBackhaul / MicroWaveDeviceInventory

Physical and logical inventory of the MW SDN Domain
Apache License 2.0
5 stars 1 forks source link

/v1/inform-about-application returns the wrong release number #981

Open kmohr-soprasteria opened 1 month ago

kmohr-soprasteria commented 1 month ago

Response contains release-number 1.1.0

{
  "application-name": "MicroWaveDeviceInventory",
  "release-number": "1.1.0",
  "application-purpose": "Provide cached ControlConstruct data for devices in connected state on the Controller",
  "data-update-period": "real-time",
  "owner-name": "Katharina Mohr",
  "owner-email-address": "Katharina.Mohr.external@telefonica.com"
}

but should be 1.1.2.

Normally the release number should be changed in the configFile as well, but as we are also having subdeliveries (which normally is not the case), the operation should return 1.1.2.e (or 1.1.2.f/g/h... for the next releases), it doesn't make sense to adapt the configFile in the spec everytime. (For the upcoming v1.1.3, which will include some additional features, I will add an update to the configFile (see #982).)

Therefore please modify it on-site only to reflect which version is actually installed.