-
Notifications
You must be signed in to change notification settings - Fork 502
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
RPM packages built in OBS have an unexpected revision format #3221
Comments
Important note about this is that we don't provide any guarantees regarding revision for packages in the OBS repos. From https://kubernetes.io/blog/2023/08/15/pkgs-k8s-io-introduction/
|
Yes, that does not provide any beneficial information to the end user.
I'm wondering why we should do that? In which cases would OBS rebuild the packages and therefore bump the rev? Edit: Now I see #3220, so we may resolve that point within that issue. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
RPM packages built in OBS have a revision format such as
<version>-<number>.<x>.<y>
.<x>.<y>
part is expected and present for Debian packages as well, see this thread for more details: https://kubernetes.slack.com/archives/C03U7N0VCGK/p1692093586272139?thread_ts=1691738497.514679&cid=C03U7N0VCGKThe
<number>
part is unexpected and only present for RPM packages. This part is coming from SLE (SUSE Linux Enterprise) and represents the SLE version used for building the package: https://kubernetes.slack.com/archives/C03U7N0VCGK/p1692787918872219?thread_ts=1692787743.934119&cid=C03U7N0VCGKThis is how revisions look like for the kubeadm package (note
150500
in revision):We should consider the following:
<number>
part from the revision for RPM packages?cc @kubernetes/release-engineering for input on this
/priority important-soon
The text was updated successfully, but these errors were encountered: