master
apidiff: ignore adding entirely new API groups
Remove year from copyright header boilerplate
e2e: remove redundant spaces in test names
hack/update-bazel.sh
Bash script syntax improvements
Merge pull request #133759 from BenTheElder/integrationprocs
Merge pull request #140009 from pravk03/native-dra-alpha2
introduce EvictionRequest and Eviction API
make test: collect coverage only for the main workspace
test/images: bump agnhost to 2.66.1, nginx and glibc-dns-testing
Merge pull request #140289 from romanbaron/opportunistic-batching-rescore
kubelet: create top-level traces for pod sync and GC
Add missing comments in k8s.io/api/core/v1
Remove v1alpha2 API definitions
Add gimme
emeritus spiffxp
add README.md in hack/
Update protobindings scripts to drop gogo paths
Make hack scripts use `go install` and assume PATH
apidiff: add apidiff-changelog tool
add comment in several hack/ sh scripts.
Support detached HEAD in cherry_pick_pull.sh
test: move list of extra tests into separate file
fix shellcheck failure
remove calls to kube::build::build_image and kube::build::copy_output
Add helper command for comparing protobuf files
fix some shellcheck failures in hack
fix: use dl.k8s.io, not kubernetes-release bucket
ginkgo-e2e.sh: support arguments in KUBE_E2E_TEST_ARGS env variable
apimachinery: exclude from Go API tracking for now
Merge pull request #139560 from yongruilin/dv-custom-validation
cleanup: remove retired heapster support from grab-profiles.sh
install-ectd.sh: brace PATH and suggest user export
Add helper script to install protoc
Add guard for dependencies recursively depending on kubernetes or staging modules
Merge pull request #138717 from pohly/dra-upgrade-downgrade-etcd
client-go: finish conversion to contextual logging
Make sure the _output folder exists before using it from module-graph.sh
Remove _tmp from pin-dependency
Remove invalid comments in hack/lib/version.sh
Add serving of scrapes as Prometheus metrics
Fixed typo in hack/serve-prom-scrapes.sh
Add comments in several hack/*.sh
Pin github.com/google/cel-go to v0.29.2 in unwanted-dependencies.json
refactor(hack): use ${BASH_SOURCE[0]} to get script name
validation-gen: make file-tag more expressive
Revert "Save a list of images used by e2e.test"
add utility for generating markdown for feature gates
Rename new::setup_env back to setup_env
Move doc-generation funcs into only caller
add presubmit for metric naming
apidiff-changelog: provide more information about documented vs. added
Output error message to stderr
golangci-lint: remove "strict" checking
Call verify_go_version at the END of setup_env
Change `pushd $d; go ...; popd` to `go -C $d ...`
Simplify update-vendor.sh to use go work sync
add CI verification for metrics documentation list
Bump to mockery v3
Honor KUBE_HACK_TOOLS_GOTOOLCHAIN
Allow OpenAPI verification to pass both with and without strict alpha handling
Rename hack/*-yamlfmt to -owners-fmt
Add a tool bumping script
i18n: Fix bug where package-level variables are not translated.
Tidy update-vendor-licenses for workspaces
Replace cmd/yamlfmt with k-sigs/yaml/yamlfmt
removed this k8s.io/kubernetes/pkg/apis/componentconfig from verify-api-groups.sh
Add comments in several hack/verify-*.sh
hack: move common "verify generated" shell code into function
Re-enable deadcode-elimination check
e2e: suppress or ignore init log output
declare and assign seperately in hack/verify-e2e-test-ownership.sh
update zeitgeist to v0.5.4
hack/verify-featuregates.sh: print failure information to stderr
Changed to use "wc -c" to ensure the command works on both Linux and Mac OS X with a single implementation
Get rid of most references to GOPATH
hack: optional Go API documentation
Update hack/verify-gofmt.sh
hack: verify to verify-golangci-lint.sh
hack: update golangci-lint verify scripts
Remove some unused bits of verify-golangci-lint.sh
Merge pull request #132820 from dims/update-to-v1.1.4-for-golang.org/x/vuln/cmd/govulncheck
Move import-boss: k/code-generator/cmd -> k/k/cmd
Update allowed-thir-party-license-policy.md link
Remove legacy references to './output'
add verify script to catch most validation mutations
Remove _tmp from verify-openapi-docs-urls
remove unnecessary kube::golang::verify_go_version calls
enforce that GA apis also have lifecycle tags
Remove: unused etcd-version-monitor image
disable selinux relabeling when mounting sourcedir to shellcheck
dependencies: github.com/client9/misspell -> github.com/golangci/misspell
Add comments in several hack/verify-*.sh(s-v)
Provide link with e2e guidelines when verity-test-code.sh fails
Record and require all kube-feature dependencies
hack: configure Go environments where necessary
Fix flaky typecheck: enforce serial execution to prevent OOM
Make vendor-licenses use verify::generated