We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
>=4.1.1
Other (explain in summary)
MySQL
The version passed and set in the app is the one used as docker tag, rather than the git tag.
This causes the version to potentially include a suffix, making the version no longer a valid SemVer pattern.
All docker image expose a SemVer version pattern
Using any image with a roadrunner suffix, from Shlink 4.1.1 to 4.2.1, the health endpoint returns a version number which includes said suffix.
The text was updated successfully, but these errors were encountered:
Resolved by shlinkio/github-actions@a2843ef
Sorry, something went wrong.
No branches or pull requests
Shlink version
>=4.1.1
PHP version
How do you serve Shlink
Other (explain in summary)
Database engine
MySQL
Database version
Current behavior
The version passed and set in the app is the one used as docker tag, rather than the git tag.
This causes the version to potentially include a suffix, making the version no longer a valid SemVer pattern.
Expected behavior
All docker image expose a SemVer version pattern
Minimum steps to reproduce
Using any image with a roadrunner suffix, from Shlink 4.1.1 to 4.2.1, the health endpoint returns a version number which includes said suffix.
The text was updated successfully, but these errors were encountered: