-
Notifications
You must be signed in to change notification settings - Fork 73
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
Add missing databases releases in our changelog #2196
Comments
Concerning the issue with Postgres, it has been fixed since I updated Postgres versions. I made some investigation, here what I found MysqlOn admin8.0.33-1 On changelogC'est ok ElasticsearchOn admin7.10.2-2 On changelogIt's ok InfluxOn admin1.8.10-1 On changelogok MongoOn admin4.0.27-1 On changelogLast is 4.0.19-1 and 3.6.19-1 in 2020 PostgresOn admin14.8.0-1 On changelogRedisOn admin7.0.10-1 On changelogok As you can see, the only changelog entry we did not do is for available MongoDB versions. Do we really want to communicate on these version as we are not supporting them anymore? @ipfaze @brandon-welsch |
@yohann-bacha I think we can at least display it in the changelog, by setting a date in the past. The communication on twitter is not needed |
Thanks for your investigation @yohann-bacha but you checked for latest databases versions where I talked about all versions. For example, if your search about the PostgreSQL 14.0.0-1 release. It does not appear at all in our changelog. So, some versions are totally missing in our changelog. |
Okay, but why would we do such a refactoring of versions which are not available to use anymore? (just to know the reason) |
I don't think this is really important. It would be a really boring job to make the diff between all databases versions available on Scalingo and the changelog entries. Moreover I don't really see the advantages of doing this work. Hence I think we can close this issue. What do you think @ipfaze? |
We discussed about it during our team retrospective and we still want to tackle it. |
Thanks to @brandon-welsch, we found out that there are databases releases that are not mentioned in our changelog.
For example, the PostgreSQL last changelog release was made on 11 August 2022 for version
12.11.0-3
as you can see below:Since then, multiple PostgreSQL versions were released.
An investigation must be done to determine which releases are missing and add them afterwards in our changelog section.
The text was updated successfully, but these errors were encountered: