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
@@ -415,6 +416,10 @@ There may, at times, need to be exceptions where breaking changes are allowed in
415
416
discretion of the project's maintainers, and must be carefully considered before merging. An example of an allowed
416
417
breaking change might be a fix for a behavioral bug that was released in an initial minor version (such as `v0.3.0`).
417
418
419
+
## Dependency Licence Management
420
+
421
+
Cluster API follows the [license policy of the CNCF](https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md). This sets limits on which
422
+
licenses dependencies and other artifacts use. For go dependencies only dependencies listed in the `go.mod` are considered dependencies. This is in line with [how dependencies are reviewed in Kubernetes](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/vendor.md#reviewing-and-approving-dependency-changes).
0 commit comments