The version of the master is not the latest release
@jschmidt-icinga is already working on this.
Since Sep 30, 2025.
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 616
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 10
Description
Describe the bug
When upgrading my test platform to the latest version I noticed that the version of icinga2 was different from the version stated in the rmp name
This is because the file ICINGA2_VERSION is still at version 2.14.0-1 and not at the last officially released version 2.14.2-1
But the name of the rpm is the 2.14.2-1.
icinga2.x86_64 2.14.2+134.gd551eaea2-1708725810.el7
icinga2 --version -> (version: r2.14.0-1)
To Reproduce
Upgrade to the latest version of the snapshot and see which version you have with the command icinga2 --version
Expected behavior
Can you change the version of the master to the latest release version, the same as the one you also see in the name of the rpm.
So that we as a tester see the correct version as stated in the rpm when using the icinga2 --version command after we installing the latest snapshot.
regards,
Geert
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.