Icinga / icingaweb2-module-cube

Drill-down view for Icinga web 2 based on custom variables
GNU General Public License v2.0
45 stars 12 forks source link

Version number not incremented in module.info for v1.1.1 release #61

Closed jwilliams-shadowsoft closed 3 years ago

jwilliams-shadowsoft commented 4 years ago

Describe the bug

After installing Cube 1.1.1 the version number still shows as 1.1.0. The only place I can find the number is in ./module.info.

To Reproduce

  1. Install icingaweb2-module-cube v1.1.1.
  2. Enable module using icingacli module enable cube.
  3. Examine version using icingacli module list | grep cube.

Expected behavior

Expected:

cube           1.1.1     enabled   Cube for Icinga Web 2

Actual:

cube           1.1.0     enabled   Cube for Icinga Web 2

Your Environment

Additional context

This is confusing for the installer because it is not clear that the new version of the module has been installed. This could also confuse configuration management if it thinks that the module needs to be upgraded when it already has been.

sukhwinder33445 commented 3 years ago

duplicate of #59