-
Notifications
You must be signed in to change notification settings - Fork 405
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
Use semantic versioning for kyma modules (managers) #18410
Comments
@koala7659, @m00g3n, I thought that we already switched to semver with 1.0.3. |
@pbochynski We use semantic versioning for application-connector-module. Version 1.0.3 is available in both fast and regular channel |
@pbochynski could you elaborate where the ACM is not using semver?
|
@Disper When you look into the released deployment you can find that the operator is in version:
If you want to check which version is applied in your cluster you have to download the yaml file from release artifacts and check what is inside. If the version matches your deployment then you know the version. Wouldn't it be easier if you follow the pattern we established with the modularization front runners (keda, btp-manager, serverless) and use semantic versioning for module manager? |
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. |
@Disper application-connector-manager is still not following that convention |
@a-thaler : we will pick it up as part of our release process automation and fix it in coming sprint(s). Have to see how fast we can implement the process, but we have it on the radar. Issue for release process automation is kyma-project/application-connector-manager#104. |
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. |
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. |
Description
According to the modularization concept modules artifacts should use semantic versioning (semver.org). This requirement was fulfilled by the front runners modules, but is not consequently applied by other modules. Here are the latest released versions of module managers (operators):
Expected result
All modules use semantic versioning
Actual result
Steps to reproduce
Troubleshooting
The text was updated successfully, but these errors were encountered: