Skip to content

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

@kmohr-soprasteria

Description

@kmohr-soprasteria

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.

Metadata

Metadata

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions