Open pbochynski opened 1 year ago
@koala7659, @m00g3n, I thought that we already switched to semver with 1.0.3. Could you have a look?
@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:
europe-docker.pkg.dev/kyma-project/prod/application-connector-manager:v20231106-bfc94e9f
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. Thank you for your contributions.
@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 https://github.com/kyma-project/application-connector-manager/issues/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. Thank you for your contributions.
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. Thank you for your contributions.
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