generated from kubernetes/kubernetes-template-project
-
Couldn't load subscription status.
- Fork 607
Open
Labels
area/dependencyIssues or PRs related to dependency changesIssues or PRs related to dependency changeshelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.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.
Description
What would you like to be added:
We have many dependencies in our hack script that often do not get updated. A non-exhaustive list follows:
gateway-api/hack/verify-crds-kind.sh
Lines 48 to 49 in cb846ce
(cd $GOPATH && go install sigs.k8s.io/[email protected]) || res=$? gateway-api/hack/verify-golint.sh
Lines 21 to 22 in cb846ce
readonly VERSION="v1.57.2" readonly KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. gateway-api/hack/verify-yamllint.sh
Lines 21 to 22 in cb846ce
readonly VERSION="1.29.0" readonly KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
We need to discover all these dependencies and set up a way to either
- centralize them in a unique place easier and quicker to manage and update, or
- use an automatic tool to automatically bump them, such as renovate
robscott, youngnick and pmalek
Metadata
Metadata
Assignees
Labels
area/dependencyIssues or PRs related to dependency changesIssues or PRs related to dependency changeshelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.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.