Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix release numbering in changelog #13827

Closed
mcnesium opened this issue Dec 11, 2018 · 2 comments
Closed

Fix release numbering in changelog #13827

mcnesium opened this issue Dec 11, 2018 · 2 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@mcnesium
Copy link

Our monitoring system complained about our Matomo not being up to date. Though we did update as soon as the Docker image was released, the monitoring system kept throwing alerts. Why was that?

Because in v3.7.0 CHANGELOG.md has not been updated, and thus the monitoring tool thought, this was still v3.6.1. Let's not discuss whether that is a good metric, but focus on why this is not done automatically somehow. On the tag to v3.8.0-b4 the version number in CHANGELOG.md switched all the way from 3.6.1 to 3.8.0 even though whe are obviously not there yet.

Can you guys please fix this?

@Findus23
Copy link
Member

Findus23 commented Dec 11, 2018

Hi,

The CHANGELOG.md is not the changelog of the Matomo application, but a changelog for developers depending on Matomo. As nothing changed with 3.7.0., there is no entry.

For checking the latest version of Matomo, please use the API:
https://api.matomo.org/1.0/getLatestVersion/

Or check the https://builds.piwik.org/LATEST file.

If you want to find out the version of a Matomo folder, please use the core/Version.php file:

const VERSION = '3.8.0-b4';

@tsteur tsteur closed this as completed Dec 11, 2018
@tsteur tsteur added the answered For when a question was asked and we referred to forum or answered it. label Dec 11, 2018
@tsteur
Copy link
Member

tsteur commented Dec 11, 2018

If you want to know the current version of your Matomo, please fetch the API method API.getMatomoVersion see https://developer.matomo.org/api-reference/reporting-api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

3 participants