mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
Merge pull request #131871 from dims/add-a-list-of-modules-that-should-be-pinned-at-current-versions
Add a list of modules that should be pinned at current versions
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
{
|
||||
"spec": {
|
||||
"pinnedModules": {
|
||||
"github.com/ishidawataru/sctp": {
|
||||
"Version": "v0.0.0-20230406120618-7ff4192f6ff2",
|
||||
"Reason": "broken module, do not update until https://github.com/ishidawataru/sctp/pull/75 is fixed"
|
||||
},
|
||||
"github.com/libopenstorage/openstorage": {
|
||||
"Version": "v1.0.0",
|
||||
"Reason": "portworx csi driver has been deprecated and will be removed - https://github.com/kubernetes/enhancements/issues/2589"
|
||||
}
|
||||
},
|
||||
"unwantedModules": {
|
||||
"cloud.google.com/go": "cloud dependency",
|
||||
"cloud.google.com/go/bigquery": "cloud dependency",
|
||||
|
||||
Reference in New Issue
Block a user