-
Notifications
You must be signed in to change notification settings - Fork 43.2k
Use semantic import versioning for published staging repos #72638
Copy link
Copy link
Closed
Labels
area/code-organizationIssues or PRs related to kubernetes code organizationIssues or PRs related to kubernetes code organizationarea/release-engIssues or PRs related to the Release Engineering subprojectIssues or PRs related to the Release Engineering subprojectkind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.sig/api-machineryCategorizes an issue or PR as relevant to SIG API Machinery.Categorizes an issue or PR as relevant to SIG API Machinery.sig/releaseCategorizes an issue or PR as relevant to SIG Release.Categorizes an issue or PR as relevant to SIG Release.
Metadata
Metadata
Assignees
Labels
area/code-organizationIssues or PRs related to kubernetes code organizationIssues or PRs related to kubernetes code organizationarea/release-engIssues or PRs related to the Release Engineering subprojectIssues or PRs related to the Release Engineering subprojectkind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.sig/api-machineryCategorizes an issue or PR as relevant to SIG API Machinery.Categorizes an issue or PR as relevant to SIG API Machinery.sig/releaseCategorizes an issue or PR as relevant to SIG Release.Categorizes an issue or PR as relevant to SIG Release.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Published staging repos like
kubernetes/api, etc have tags likekubernetes-1.13.1which correspond to thev1.13.1tag inkubernetes/kubernetes. Due to thekubernetes-prefix, tools likedepdon't pick up the new version.We could start using semantic versioning for tags in published repos as well. One way to do that (as pointed by @sttts on slack) is to have the tags as
13.0.1. This is also a faithful representation of our compatibility guarantees.This would require a change to the publishing-bot.
/sig api-machinery
/sig release
/area release-infra
/cc @sttts @pohly @lavalamp @deads2k @liggitt