File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
contributors/devel/sig-architecture Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,16 @@ The `go.mod` file in the root of `k8s.io/kubernetes` describes dependencies usin
34
34
* ` require ` directives list the preferred version of dependencies (this is auto-updated by go tooling to the maximum preferred version of the module)
35
35
* ` replace ` directives pin to specific tags or commits
36
36
37
+ ## Dependency versions
38
+
39
+ As a project we prefer that all entries in ` go.mod ` should be tagged in their
40
+ respective repositories. There may be exceptions that will be up to the
41
+ dependency approvers to approve. If there are issues with go mod tooling itself
42
+ then there has to be an explicit comment (trailing ` // comment ` ) with details on
43
+ exact tag/release that this SHA corresponds to. Also please ensure tracking
44
+ issues are open to ensure these SHA(s) are cleaned up over time and switched
45
+ over to tags.
46
+
37
47
## Adding or updating a dependency
38
48
39
49
The most common things people need to do with deps are add and update them.
You can’t perform that action at this time.
0 commit comments