Well, I canceled the build, the service dependencies were not installed because the architecture used for the build on the GitHub action does not match with the compatible architectures of the services:
I looked, @VonOx, the error was also in your builds, but it’s a bit silent because the installation of service dependencies is not blocking to install Gladys…
Maybe we should add a flag when building on CI so that it crashes if the dependencies are not installed successfully, that would be great
When it comes to versioning, I think we should not hesitate to increment the minor version 4.1.0 when there is one or more new feature(s). This will follow the principle of Semantic Versioning.
@cicoub13 I’m hesitant to implement semantic versioning for Gladys, because in fact, there are features in every release, so I would have to make minor releases for each release if I followed it strictly.