You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These k8s Clients/APIs are in v0.x.x and they can break contract/signatures at any time. They do not follow the Golang semantic import version standard for their go modules paths.. This causes dependency issues when projects that use them import Kubedog for their BDDs.
The discussion about this issue starts here. It contains some of the reasons why some of the k8s.io maintainers dont want to move to the standard.
Until the above issue is resolved, for each new release of Kubedog, we need to have several versions/tags that use different versions of these dependencies. Which ones or how? That has to be defined - maybe a CD would be needed for this, better testing as well.
The text was updated successfully, but these errors were encountered:
garomonegro
changed the title
New versions need several releases to acomodate for k8s.io api/apimachinery/client-go not using proper semver go mod paths
New releases need several versions to accommodate for k8s.io api/apimachinery/client-go not using proper semver go mod paths
Jun 8, 2021
garomonegro
changed the title
New releases need several versions to accommodate for k8s.io api/apimachinery/client-go not using proper semver go mod paths
Accommodate for k8s.io api/apimachinery/client-go not using semver go mod paths
Jun 8, 2021
In some, if not most cases, BDDs are independent of the codebase of the project. So we can propose that BDD related code is kept in an independent go module to avoid diamond dependency problems. BUT this does not solve the problem of users needing new/deprecated features available in the different versions of those deps.
These k8s Clients/APIs are in v0.x.x and they can break contract/signatures at any time. They do not follow the Golang semantic import version standard for their go modules paths.. This causes dependency issues when projects that use them import Kubedog for their BDDs.
kubedog/go.mod
Lines 14 to 16 in 018e64a
The discussion about this issue starts here. It contains some of the reasons why some of the k8s.io maintainers dont want to move to the standard.
Until the above issue is resolved, for each new release of Kubedog, we need to have several versions/tags that use different versions of these dependencies. Which ones or how? That has to be defined - maybe a CD would be needed for this, better testing as well.
The text was updated successfully, but these errors were encountered: