mirror of https://github.com/knative/caching.git
6 Commits
Author | SHA1 | Message | Date |
---|---|---|---|
|
46bd851751
|
upgrade to latest dependencies (#876)
bumping knative.dev/pkg fc0720b...8535fcc: > 8535fcc gofumpt the repo (# 3067) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
79fe54161d
|
upgrade to latest dependencies (#769)
bumping go.uber.org/zap eaeb0fc...a55bdc3: > a55bdc3 Release v1.24.0 (# 1208) > ed5598a Use ReplaceAll instead of Replace with -1 pos arg (# 1195) > da406e3 Chore: Fix deprecation docs and links (# 1193) > 9b86a50 SugaredLogger: Turn error into zap.Error (# 1185) > 9137e0e go.mod: Bump go directive to 1.19 (# 1181) > 7cabba7 Open absolute paths as files, limited Windows support (# 1159) > 7681a0a Export objectMarshalerPtr (# 1171) > 9abd14b chore: remove duplicate word in comments (# 1169) > eae3743 Logger, SugaredLogger: Add Level method (# 1148) > 0d6a75b tests: assert.Error/Contains => assert.ErrorContains (# 1158) > 1ae5819 Release v1.23.0 (# 1157) > 23d6cc7 Add Stringers field constructor for slices of Stringer-compatible objects (# 1155) > 1e46f5e Issue Templates: Show a "Discussions" link for questions (# 1152) > 92dded6 Add issue template for questions (# 1151) > 4a895a2 zapcore: Add LevelOf(LevelEnabler), UnknownLevel (# 1147) > 19a5d8a Open: expose error cause, test for fs.ErrNotExist (# 1149) > bdd673d Replace os.TempDir usage with t.TempDir (# 1146) > 4b03bc5 Prepare release v1.22.0 (# 1145) > ee349f9 CI: Lint against 1.19 (# 1141) > 7ee98d2 ci: add go1.19 (# 1140) > ca232b9 zapcore/BufferedWriteSyncer: More docs (# 1139) > 4cfaabd chore(ztest/timeout): capture original scale after err handling (# 1138) > 11a750e chore(internal/exit): remove deprecated function (# 1137) > d6ce3b9 chore: remove redundant arg from logln (# 1136) > e3a10fc chore: use errors.New instead of format function without args for error (# 1134) > 2cfc92c lint CONTRIBUTING.md and README.md (# 1123) > 56b4e2b Remove the redundant return value of the `open` function (# 1120) > 78c80fb Logger: Add Log method (# 1118) > 2e615d8 CheckedEntry: avoid using deprecated Should internally (# 1117) > c58bc94 CONTRIBUTING: Remove mention of LINTABLE_MINOR_VERSIONS (# 1109) > 88a8b01 Fix typo in Must docs (# 1108) > e06e09a Add Must(*Logger, error) *Logger function (# 1105) > 41970cf Replace deprecated ioutil usage (# 1103) > 54f6204 Upgrade to yaml.v3 3.0.1 (# 1102) > e18477e Create issue templates (# 1100) > 9e61a39 CheckWriteHook: Don't allow Noop action (# 1089) > 71ecc42 Support arbitrary hook for fatal logs (# 1088) > 75dacb4 Tests pass regardless of codebase directory (# 1087) > d38507c SugaredLogger: Add *ln variants (# 1080) > 1d435ba SugaredLogger: Add WithOptions (# 1079) > 212dcb9 zapcore/encoder_test: Use yaml.v3 (# 1075) > 59749c9 Upgrade staticcheck and re-enable (# 1074) > 15be647 Add Objects and ObjectValues field constructors (# 1071) > 34cb012 Replace 'Interface' usage with correct zerolog api (# 1069) > 854d895 CI: Temporarily disable staticcheck > 32a858e CI: Run against Go 1.17 and 1.18 (# 1068) > fb6027f ObjectValues: Avoid copying > 6f34060 Release v1.21.0 (# 1059) > cac228a Add ObjectValues field constructor > a7613b2 JSON Encoder: Don't panic if EncodeLevel unset (# 1058) > 1ab8406 Add Objects field constructor for array of objects > a1155d9 Optimize AddCaller+AddStacktrace by sharing stacks (# 1052) > 3f20106 lint: Remove redundant embedded field accesses (# 1051) > c087e07 zap: Add ParseAtomicLevel func (# 1048) > e751939 zapcore: Add ParseLevel (# 1047) > ad0b02d Release v1.12.0 (# 1045) > 79cb86f ci: Cache dependencies for other submodules (# 1044) > da733e5 ci: Cache tools/ with GitHub Actions (# 1043) > 369c1bd feat: support custom ReflectType encoder (# 1039) > 9367581 sampler: Support thereafter of zero (# 1033) > 10b1fe4 Don't run benchmarks during CI (# 1029) > aea2a50 Drop support for Go < 1.15 (# 1028) > 625d01b Update changelog with text for PR # 989 and # 1011 (# 1027) > 7a9e717 Added SkipLineEnding to zapcore.EncoderConfig (# 989) > b62116b jsonEncoder: Close namespaces opened in an object (# 1017) > 2216968 Update benchmarks (# 1024) > 3d55364 Unflake BenchmarkSampler_CheckWithHook (# 1016) > 10d89a7 zapcore: Unflake TestSamplerConcurrent (# 1012) > 5e08337 JSON: Fix complex64 encoding precision (# 1011) > a0e2380 CI: Test with Go 1.17 (# 1009) > 7011157 Update goleak to v1.1.11 (# 1007) > b9d3dce Back to development (# 1006) bumping github.com/prometheus/procfs 344b47c...332e865: > 332e865 fs: Statfs_t{} doesn't have a Type field on Windows (# 528) (# 529) > dd377c7 Fix softnet CPU Index (# 517) > 58149ca fs: Statfs_t{} doesn't have a Type field on NetBSD, OpenBSD, or Solaris (# 523) > 7acd99d net_class: catch syscall.EINVAL and better handle read errors > b5b7dd5 Add support CpusAllowedList for /proc/[pid]/status (# 490) > f489b53 Update Go version (# 521) > 24c2637 Merge pull request # 520 from conallob/patch-1 > 035b875 Merge pull request # 514 from prometheus/superq/netstat_refactor > ceb5a6f Sync golangci-lint.yml with https://github.com/prometheus/node_exporter/blob/master/.github/workflows/golangci-lint.yml > 718836a Merge pull request # 487 from ksankeerth/mountstats_nfs_avg_rtt > bad5514 Refactor netstat parsing > 1a35fa6 Update golangci/golangci-lint-action to v3.4.0 > 663692c Merge pull request # 509 from dswarbrick/mdraid-sysfs > 49163ee add avgRTT to nfs mountstats > 99b481d Merge pull request # 513 from artemseleznev/master > 5fce84b Merge pull request # 511 from dcbw/ParseSysfsNetClassAttribute > a038d1f Implement mdraid sysfs parsing > affffdb Update common Prometheus files > 60fe598 Bump golang.org/x/sys from 0.6.0 to 0.7.0 > d89fbe9 static analyzer issue fix > 03e2a93 net class: split out attribute parser and export it > b5312c5 Merge pull request # 503 from prometheus/dependabot/go_modules/golang.org/x/sys-0.6.0 > bb7727a Merge pull request # 483 from prometheus/superq/err_invalid > b4a1860 Update common Prometheus files > 910e933 Bump golang.org/x/sys from 0.5.0 to 0.6.0 > 0c4b3aa Merge pull request # 426 from binjip978/return-error-on-empty-cpu-freq > 58a6c0a Use errors.Is() for invalid argument > dd6bb71 Support old conntrack stats > 03da3a1 handle more columns from softnet_data (# 473) > b9fa528 return error if cpufreq's are empty > 85417ca Add support for several /sys/class/sas_* classes (# 453) > f930a52 Bug Fix: SystemCPUfreq fails when any core is offline > 42aaf8e add /proc/interrupts (# 475) > 757109e Add support for several /sys/class/sas_* classes (# 453) > 80824fa Check whether FS is a real procfs where it matters > 88f86e5 Add CPUInfo parsing for LoongArch64 (# 384) > c8aa9d7 Merge pull request # 461 from xixiliguo/on-cpu > d9f81a9 Enable oppportunistic fd counting fast path > 6e512b8 Merge pull request # 471 from Dentrax/TCPRcvQDrop > c66e798 add processor field for /proc/[pid]/stat > 8b6d466 Merge pull request # 488 from Dentrax/wireless > 945097a Merge pull request # 474 from Dentrax/stat-parse > 3a8e021 Add missing TCPRcvQDrop > 7be8e40 Merge pull request # 495 from prometheus/dependabot/go_modules/golang.org/x/sys-0.5.0 > 150eff5 Use 4-digit uint instead > ce30991 Merge pull request # 477 from Dentrax/disktat-parse > 045a006 Separate /proc/stat parsing logic > b3d77ec fix: Avoid trimming characters incorrectly from ProcStatus (# 469) > 9ccf0f8 Merge pull request # 494 from gaius-qi/feature/vmstat > fe0e697 Bump golang.org/x/sys from 0.4.0 to 0.5.0 > 1ab0de2 Add /proc/net/wireless parsing > 421a743 Merge pull request # 472 from Dentrax/netstat-refactor > 3d7fbad Separate /proc/stat disk stat parsing logic > bf36102 Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (# 468) > 8e530b9 Merge pull request # 493 from prometheus/repo_sync > 31842f6 fix: parseVMStatNUMA return wrong VMStat in nr_zone_inactive_file > cab2d84 Merge pull request # 470 from prometheus/superq/bump_go > a05e0cf Separate NetStat parsing logic > 800411b parse cpu with ID in /proc/stat > 6efaede Merge pull request # 491 from prometheus/dependabot/go_modules/golang.org/x/sys-0.4.0 > 080c853 Update common Prometheus files > 3433fa1 Add support for thread data parsing. (# 481) > b4d3f67 Update Go > f5d82fa Update codespell > 2d852d3 Bump golang.org/x/sys from 0.3.0 to 0.4.0 > 55dabef Update common Prometheus files > 254423d Update common Prometheus files (# 466) > 6f02dd1 Replace float64 with *float64 for proc_netstat, proc_snmp and proc_snmp6 (# 464) > aa41d1a Fix grammar error bumping golang.org/x/sync 1ea3257...93782cc: > 93782cc errgroup: use WithCancelCause to cancel context > 4966af6 singleflight: example for using Group > a6666c1 go.mod: upgrade to go 1.17 bumping knative.dev/pkg aef227e...8d3f951: > 8d3f951 Allow overriding webhook secret data keys (# 2662) > c11003a Use go sync/atomic instead of go.uber.org/atomic (# 2777) > b3a65a0 Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (# 2775) > e888f79 rename-sandbox (# 2779) > 532e082 Update actions (# 2778) > 72f2648 Bump go.uber.org/zap from 1.19.1 to 1.24.0 (# 2774) > 7b50f3c Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (# 2771) > 1ea9b2d Bump github.com/tsenart/vegeta/v12 from 12.8.4 to 12.11.0 (# 2772) > 4866914 Fix github action for dependabot (# 2776) > edf95e6 Bump actions/setup-go from 3 to 4 (# 2770) > 801a900 Add dependabot and auto update deps (# 2768) > aa56e29 Update community files (# 2769) bumping golang.org/x/tools 031fc75...675bf3c: > 675bf3c go.mod: update golang.org/x dependencies > ad52c1c go/ssa/interp: support conversions to slices of named bytes > 14ec3c0 gopls/doc/contributing.md: document error handling strategies > c495364 go/packages/gopackages: document -mode flag > 87ad891 gopls/internal/lsp/source/typerefs: move test into _test.go > 27fd94e internal/fastwalk: doc formatting fixes (including godoc links) > d362be0 gopls/internal/lsp/filecache: reduce GC frequency > 969078b Revert "go/analysis: add Sizes that matches gc size computations" > 5aa6acb go/analysis: add Sizes that matches gc size computations > 5a89a3b go/vcs: delete > d03a819 go/vcs: isolate into a nested module > a659412 go/vcs: deprecate package in favor of go list -json > 9d8d408 gopls/internal/lsp/cmd: list bug reports in 'gopls bug' > 8f9bce4 go/ast/inspector: clarify behavior regarding comment traversal > fa10359 gopls/internal/lsp/cache: don't panic when import fails during analysis > c8278fe gopls/internal/lsp/cache: don't record edges to invalid packages > 87df9bc cmd/godoc: disable TestWebIndex, a very slow test > 63624df gopls/internal/lsp/cache: remove ITVs from shared import graph > 0ca9d30 gopls/internal/lsp/cache: fix nil panic in analysis toSourceDiagnostic > 85554d6 gopls/internal/lsp/cache: add debugging assertion for golang/go# 60904 > 9960b69 gopls/internal/lsp/cache: guard against "unsafe" by package path, not ID > 6480332 gopls/internal/lsp/cache: use types.Unsafe in analysisPackage > 155320d gopls/internal/lsp/work: don't crash when hovering over broken mod dir > b71392a gopls/internal/lsp/cache: reduce importing in analysis > d1a388b internal/gcimporter: avoid a crash when exporting a struct with no pkg > a4ed05f cmd/digraph: add "to dot" to emit Graphviz dot > 7261b32 gopls/internal/regtest: fix goimports on windows when using vendoring > 41e4e56 gopls/internal/lsp/source/completion: ensuring completion completeness > ac29460 go/ssa: fix bug in writeSignature on external functions > 3b62e7e go/ssa: use core type within (*builder).receiver > f394d45 gopls/internal/lsp/cache: compute xrefs and methodsets asynchronously > 27dbf85 go.mod: update golang.org/x dependencies > c6c9830 go/types/objectpath: memoize scope lookup in objectpath.Encoder > 0245e1d gopls/internal/regtest/codelens: set GOWORK=off for go mod vendor > 85be888 go/analysis/passes/defers: add analyser for defer mistake > c43232f cmd/digraph: improve examples using go list, mod > 6e1595c internal/gcimporter: treat unknown constant values the same as invalid > c59d87f gopls/internal/lsp/cache: two minor simplifications > db6a81e go/packages/packagestest: set Config.Logf if the test is run verbosely > a01290f internal/typeparams: work around LookupFieldOrMethod inconsistency > 6f567c8 gopls/internal/lsp/filecache: reduce lifespan of os.FileInfos > 726c727 gopls/internal/lsp: enable min/max builtin completion test > 86c93e8 gopls: unimported completion should use the completion matcher > 04ceacb gopls/internal/lsp/source: fix panic in typeDefinition on comparable > 947adca gopls/internal/lsp/source/methodsets: comparable also has no package > c35c44f gopls/internal/lsp/cache: add assertions > 0b4461b internal/diff: fix LineEdits bug in slow path > 1943c1e internal/diff: fix LineEdits bug in fast path > c6d86c4 go/pointer: delete package > 77fd064 go/types/objectpath: remove unnecessary unsafe import > 0dda7d6 go/pointer: remove replace directive > 98f1b4d gopls/internal/lsp/cache: check number of orphaned files after filtering > a260315 go/pointer: create submodule > 96844c3 cmd/{guru,callgraph}: stop using go/pointer > cd694d8 go/packages: include "unsafe".GoFiles=["unsafe.go"] > 33c741d gopls/internal/lsp: add min/max builtin > 933c7cc internal/lsp/source: use exact match in import highlighting > 5974258 gopls/internal/lsp: clear vuln diagnostics on config changes > f3faea1 go/packages: pass -pgo=off on go1.21 and later > 5f74ec7 internal/lsp/debug: add links to profiles and GC > ed90c6d internal/diff: unexport various identifiers > 827f5aa gopls/internal/lsp/source: test references bug on struct{p.T} > a12e1a6 go/ssa/interp: implement min/max builtins > 9c97539 gopls/internal/lsp/cache: remove nested module warning > d44a094 gopls/internal/lsp/cmd: add a stats -anon flag to show anonymous data > e106694 gopls/internal/lsp: bundle certain quick-fixes with their diagnostic > 5dc3f74 gopls/internal/lsp/filecache: reenable memory cache layer > 7e146a6 gopls/internal/lsp/cmd: simplify connection type > 1e60668 gopls/internal/regtest/workspace: unskip duplicate modules test > 5ce721d gopls/doc: Fix broken links > 7a03feb gopls/internal/lsp/cmd: remove vestiges of debugging golang/go# 59475 > a70f2bc gopls/internal/regtest/misc: update and unskip TestHoverIntLiteral > 6997d19 gopls/internal/regtest/misc: unskip TestMajorOptionsChange > ec543c5 gopls/internal/lsp/cache: fix crash in Session.updateViewLocked > a12ee94 gopls/internal/regtest/misc: update some unilaterally skipped tests > 5ff5cbb gopls: deprecate support for Go 1.16 and 1.17, update warnings > e6fd7f4 gopls/internal/lsp/cache: limit module scan to 100K files > 9ca66ba gopls/internal/lsp/regtest: delete TestWatchReplaceTargets > edbfdbe gopls/internal/lsp/source/completion: (unimported) add placeholders > 3a5dbf3 gopls: add a new "subdirWatchPatterns" setting > 3c02551 internal/typesinternal: remove NewObjectpathFunc > 0729362 present: reformat doc comment for lack of inline code > d4e66bd go/ssa: TestStdlib: disable check that function names are distinct > 738ea2b go/ssa: use core type for field accesses > 2ec4299 gopls/internal/lsp: split file-watching glob patterns > 43b02ea gopls/internal/lsp/cache: only delete the most relevant mod tidy handle > 5919673 internal/lsp/filecache: eliminate 'kind' directories > a5ef6c3 gopls/internal/lsp: keep track of overlays on the files map > d7f4359 gopls/internal/lsp/mod: optimizations for mod tidy diagnostics > 2eb726b gopls/internal/lsp/filecache: touch only files older than 1h > b742cb9 gopls/internal/regtest/bench: add a benchmark for diagnosing saves > 4d66324 gopls/internal/lsp/cache: tweak error message > e46df40 gopls/internal/lsp/filecache: delayed tweaks from code review > 3df69b8 gopls/internal/lsp/debug: remove memory monitoring > a069704 gopls/internal/lsp/filecache: avoid flock > 3d53c2d gopls/internal/lsp/cache: fix race in adhoc reloading > 8b4b27b go/analysis/passes/slog: fix Group kv offset > 242e5ed cover: eliminate an unnecessary fsync in TestParseProfiles > 651d951 go/ssa: fix typo in package docs > 743372f gopls/internal/lsp/debug: limit to 100 recent trace entries > 522243a go/ssa/interp: avoid hard-coding GOOS and GOARCH > a059382 gopls/internal/lsp/cache: fail workspace load on context cancellation > e5c8d4d gopls/internal/lsp/cache: unexport ValidBuildConfiguration > f4e8a71 go/ssa: use core type for composite literal addresses > 3b25dbd go/ssa: use core types for array length > e7048d5 gopls/internal/lsp/filecache: front with a 100MB in-memory LRU cache > 8c0fcd2 gopls/internal/lsp/lru: extract LRU logic to a standalone package > 19d700c go/ssa/interp: use the actual GOOS and GOARCH to interpret tests > 9dcd3d5 gopls/internal/lsp/filecache: limit Get parallelism too > 7f203f0 go/ssa: consolidate use of underlying pointer > a13793e gopls/internal/lsp: add quick-fixes to manage the go.work file > 12a0517 internal/gcimporter: improve error handling > 5eb1eb9 gopls/internal/lsp/cache: call filecache.Set asynchronously > 35fe77a gopls/internal/lsp/filecache: limit parallelism in Set > 1c9fe3f gopls: improve diagnostics for orphaned files > ad74ff6 go/gcexportdata: drop support for the ancient binary format > 01128f9 gopls/internal/lsp/source: fix bug renaming field to unexported > cd39d2b internal/lsp/cache: support loading multiple orphaned files > abeba28 gopls/internal/regtest/marker: support proxy files in marker tests > 18186f0 go/analysis/passes/slog: simplify function matching > 9aa9d13 cmd/bisect, internal/bisect: use more precise skip suffixes, written in hex > 3034d9c gopls/internal/lsp/cmd: append, don't overwrite, in PublishDiagnostics > 4318d63 gopls: change the default value of "symbolScope" to "all" > f44f50e gopls/internal/lsp/source: implementation: report builtin 'error' > 787e720 gopls/internal/lsp: optimize checks for ignored files > 4ed7de1 gopls: add google-cloud-go as a benchmark repo > d799eba gopls: additional instrumentation during goimports > a7e7dc4 go/ssa: rename test cases in TestGenericBodies > d668f58 gopls/internal/regtest/marker: require cgo for issue59944.txt > 005fa64 go/analysis/passes/slog: add check for slog.Group > 033e628 go/ssa: more reindentation of TestGenericBodies > 2310848 go/ssa: reindent test cases in TestGenericBodies > 90e9c65 gopls/internal/lsp/cache: skip type errors after parse errors > 08b24db gopls/internal/lsp/regtest: check for "// @marker" rogue space > b9c20f6 gopls/internal/regtest/marker: migrate @diag to new marker tests > 4609d79 cmd/bisect: add -compile and -godebug shorthands > ddfa220 internal/fuzzy: improvements to the symbol scoring algorithm > 3449242 go/types/objectpath: don't panic when receiver is missing a method > 0809ec2 gopls/internal/lsp/source: document {All,Workspace}Metadata > 8f7fb01 go/analysis/unitchecker: add test of go vet on std > 23e52a3 bisect: diagnose bad targets better > d5af889 gopls: set GOWORK=off for loads from debug and safetoken tests > c93329a go/analysis/passes/printf: reshorten diagnostic about %s in Println call > 6219726 go.mod: update golang.org/x dependencies > f4d143e go/ssa: cleanup TestGenericBodies to pickup package name > 3d99ebe gopls/diff/unified: remove redundant information > 479f5c6 go/ssa: Origin is only available after building > 6d1dd12 go/analysis: simplify unusedresult > 4a2dd0d go/callgraph/vta: allow pointer to type parameter in sliceArrayElem > 7c6c2b7 go/ssa: keep syntax for instantiations > ce1b96b all: fix some comments > 0500fd4 go/ssa: use core type in address > 8e9b185 gopls/internal/lsp/source: add the "symbolScope" option > 4ac71c0 internal/imports: sort fixes for deterministic results > 573915d gopls/internal/lsp/cache: always init the resolver in runProcessEnvFunc > dd09381 bisect: move to internal/bisect until API is reviewed > 516063a bisect, cmd/bisect: add new library and tool > 58fedf6 internal/diffp: add patience diff from main repo > 7b684a9 gopls: port import tests to the new marker framework > 87974e3 gopls/internal/lsp/filecache: skip TestConcurrency on plan9 builder > c64bb76 gopls/internal/lsp/source: make infertypeargs a convenience analyzer > 91b7a8e go/ssa: use origin method in source lookup > ba892bb go/types/internal/play: show formatted AST > 7df6af8 gopls/internal/lsp/filecache: silently discard CRC errors on macOS > 2563079 go/analysis/passes/printf: update directive diagnostic message > 3f6c3b3 gopls: upgrade to latest version of LSP protocol > 216928d gopls: port function extraction marker tests to the new framework > 2415ce1 gopls: skip tests that load gopls packages if x/tools replacement is missing > 17e5ef3 gopls/internal/lsp/cache: remove cycle check from buildMetadata > affb5fc gopls/internal/lsp/source: fix crash in definitions of builtins > 558d701 gopls/internal/lsp/source: fix another bug in reference expansion > 51dfad7 gopls: port workspace/symbol marker tests to the new framework > c6b5780 gopls: fix build at older Go versions > 7590fe4 gopls/internal/lsp: hover over linkname directives. > ec61ad3 gopls/internal/lsp/source: add invert-if-condition refactoring > 5283a01 go/packages: delete TestCgoOption as it doesn't test the cgo option > e2f3b25 gopls/internal/bug: record bug reports in file cache > ab24b7b gopls/internal/regtest/marker: add a test case for issue # 59554 > 8235df3 gopls/internal/regtest/marker: port format tests to the new framework > 80dc031 internal/diff: unified: match diff delete for empty file > 165099b all: remove repeated definite articles > ac40903 internal/gocommand: simplify GoVersion invocation > 9e0a7b1 copyright: don't require checkout to be named tools > 94ed378 internal/lsp/testdata: update for new diagnostic from go list > a5c37ba gopls/internal/regtest/marker: skip on small machines > 76e1037 internal/testenv: assume that mobile platforms are small machines > 17e2d70 gopls/internal/bug: remove unused Data parameter > dd89a2e gopls/internal/lsp: remove now redundant debouncing logic > 2a9398d go/analysis/passes/slog: do not report multiple incorrect keys > 4baa3dc gopls/internal/bug: move bug package into gopls > 71ea8f1 go/ssa: lift structs, arrays and typeparams > d59a28f gopls/internal/lsp/source: references: restrict search to workspace packages > e8f417a gopls/internal/lsp/cache: cleanups to active packages > 82c8a38 internal/gocommand: set a WaitDelay (when available) on commands > e286d22 gopls/internal/lsp: eliminate diagnoseDetached > 4e3238a gopls/internal/lsp/cache: break metadata cycles > 660614b gopls/internal/lsp/source: more ITV filtering > ce50135 go/analysis/passes/slog: static checks for slog k-v pairs > b9619ee gopls/internal/regtest/bench: run kubernetes benchmarks with -short > 21a4769 gopls: remove related info for informational diagnostic > 6deeacb all: fix remaining tests on js/wasm > bfcd41e gopls/internal/lsp/source: add missing punctuation to stubbed method doc > 1c5ccad gopls: add a 'stats' subcommand > 9c9e11f gopls/internal/lsp/cache: load modules by dir, not module path > b35949e gopls/internal/lsp/source: filter intermediate test variants > 133605d gopls/internal/lsp/cache: remove spurious error check > 240a4dc gopls/internal/lsp/cmd: add instrumentation for TestFix > ed3ff1b gopls/internal/lsp: finish debouncing on context cancellation > 780626c all: fix non-gopls short tests on js/wasm and update for wasip1/wasm > 13c52bc internal/gocommand: stop copying stdout as soon as ctx is done > 641e4d7 gopls/doc: update coc.nvim config > 85d651a go/analysis/checker/internal: resolve Diagnostic.URLs > 54c806f gopls/internal/lsp: eliminate more uses of Span > 60d9c06 go/analysis/passes: skip passes that do not import relevant packages > 0d77eea gopls/internal/regstest/misc: use go 1.19 instead of 1.29 in TestIssue59124 > 1b2d1bd gopls/internal/lsp/cache: improve precision of cache key > b6f4d07 gopls/internal/lsp: fix initial diagnostics pass > d03c59d gopls/internal/lsp/source/typerefs: serialization support > 6492058 gopls: strict LSP compliance for empty slices > 0f415ef gopls/internal/lsp/source: support hover over non-decimal int literals > 40fb89c internal/lsp/testdata: correct DefinitionsCount in 1.21 summary file > a4ffa6e internal/lsp/testdata: update 'bad0' diagnostics test for 1.21 > 5bcc1bd gopls/internal/lsp/filecache: evict aggressively on Go builders > 866a200 internal/gocommand: more tweaks to DebugHangingGoCommands > a5338c9 go/types/objectpath: add Encoder type, to amortize Scope.Names > 45ef829 gopls/internal/lsp/filecache: add integrity check > 4bea115 gopls/internal/lsp/source/typerefs: collapse SCCs of ref graph > 5ef3193 gopls/internal/lsp/source/typerefs: reexpress tests wrt ExternalRefs > c5f768a go.mod: update golang.org/x dependencies > 7c33a56 gopls/internal/lsp/source: show both the original declaration and the value of constants in hover > 4d205d8 gopls/doc: add instructions for using go.work with the Go distribution > d5076cc gopls/internal/lsp/cache: don't trace a region for MetadataForFile > f796361 gopls/internal/lsp: add tracing instrumentation for all Server methods > e104501 gopls/internal/astutil: TestPurgeFuncBodies requires source code for std > 6520870 gopls/internal/lsp/source/typerefs: allow for duplicate decls > 902fdca gopls/internal/lsp/source/typerefs: purge func bodies before parsing > 58c9a63 go/packages/internal/nodecount: count ast.Node frequency > 0a3e5f0 gopls: use safetoken.Line to compute line numbers > f4e613e go/analysis/passes/tests: enable fuzz checks in 'tests' analysis pass for cmd/vet > 6546e8e gopls/internal/lsp/source/typerefs: new package to analyze syntax deps > 04059e1 gopls/internal/lsp/cache: record unloadable files if loading completes > 4b11203 gopls/internal/lsp/cache: parse the builtin file through the cache > bc35a69 gopls/internal/lsp/source: fix references expansion bug > 374b64a go/types/internal/play: show AST debug representation too > 13850b3 gopls/internal/lsp/regtest: move @symbol to new marker tests > e9188f8 go/analysis/analysistest: Validate analyzers in Run > cc511f4 gopls/internal/lsp/regtest: move @implementation to new framework > e0ecd1b go/analysis/passes/printf: check new fmt.Appendf function too > 488ba86 gopls/internal/lsp/cache: hold on to imports used by open packages > d52bc56 gopls/internal/lsp: reorder the way we compute diagnostics > 83c1ba1 gopls/internal/lsp/cache: fix two crashes when parsed file overflows > cbe6614 go/analysis/passes/printf: improve documentation > 255eeeb go/.../analysisutil: ExtractDoc unifies Analyzer.Doc and package doc > 1b71eda gopls/internal/regtest/bench: add flags to reuse benchmark repo dirs > f8a7325 gopls/internal/lsp/cache: use json encoding for diagnostics > df92f17 gopls: pre-initialize the file cache > c3edf5a gopls/internal/lsp/cache: actually preload files in parallel > acaae98 gopls/internal/lsp/cache: stream package results > fa55648 gopls/internal/lsp/cache: evaluate imports lazily in TypeCheck > a164829 gopls/internal/lsp/cache: add additional debug assertions during parsing > 665c922 gopls/internal/lsp/source: fix panic in quickParse > ff76038 go/analysis/passes/printf: improve workaround doc > b222520 gopls/internal/cache: use AddExistingFiles in the parse cache > 6e5f425 gopls/mod: show hint for discordant module versions > e5f7ae1 go/analysis: add Analyser.URL and Diagnostic.URI fields > b6dbcf8 internal/gcimporter: have IImportShallow accept an import func > 35ef64e internal/tool: add the profile.alloc flag > 912861f gopls/internal/lsp/cache: skip object resolution during parsing > c881168 internal/tokeninternal: add AddExistingFiles helper > c4b943d gopls/internal/lsp: delay workspace diagnostics and analysis > c17e55e gopls/internal/lsp/cmd: definition on items without support for hover. > 537c4aa gopls/internal/regtest: port @refs to new marker tests > 36ed0b1 gopls/internal/lsp/source: rename snapshot.GetFile to ReadFile > 4feee84 go/types/internal/play: a playground for go/types > 243a948 internal/lsp/regtest: have the regtests control their diagnosticsDelay > ae907a4 gopls/internal/lsp/cache: pre-load files after loading packages > 293fdc9 gopls/internal/lsp/cache: don't ignore type-errors that can't be mapped > 6bb0e47 gopls/internal/lsp: improve concurrency of the diagnostics pass > e4da1ee gopls/internal/lsp/debug: show log of recent spans > dd1e2f6 cmd/present/static: fork needed godoc static resources > 75c657b gopls/internal/regtest/bench: small fixes for DiagnoseChange > 786752b gopls/internal/lsp/source: rename FileHandle.Read to Content > edc0084 gopls/internal/regtest/bench: narrow the -short guard in iwl_test.go > 656f17c gopls/internal/lsp/cache: parallelize getPackageData > bac9896 gopls/internal/regtest/marker: add a test for golang/go# 56943 bumping golang.org/x/mod 69aa7ac...baa5c2d: > baa5c2d all: add godoc links > 7603649 zip: fix TestCreateFromDirSpecial/ignore_symlink on wasmtime > 22d21f4 zip: fix doc for CreateFromVCS function > bfed713 zip: fix LICENSE file handling to match modfetch > 62c7e57 sumdb: handle panic from c.ReadRemote during ReadTiles > 2a1c06a modfile: update toolchain syntax > e81ad10 sumdb: correct spelling mistakes > e343115 sumdb: add missing return after http.Error > fc83a8f modfile: add support for dropping go and toolchain stmts > 1846133 modfile: add parsing support for toolchain > a73672d modfile: add support for go and toolchain lines > e7bea8f modfile: use semantic sort for exclude blocks > ad6fd61 zip: fix on Windows bumping github.com/matttproud/golang_protobuf_extensions c182aff...c182aff: bumping knative.dev/hack ddae802...338500e: > 338500e Update actions (# 304) > 6f48889 Update community files (# 303) bumping github.com/prometheus/client_golang 254e546...3583c1e: > 3583c1e Cut v1.16.0 (# 1292) > 2feda42 Fixed README & CHANGELOG; Added fmt makefile command (+bingo) for easier contributions. (# 1289) > 5b9cf9c Merge pull request # 1290 from prometheus/fix-nh-docstring-refs > 7352ab7 Moving fully to GH actions. (# 1288) > 1b19d5f Fix docstring references to renamed native histogram fields / functions. > e4ff34d Improve metricUnits runtime (# 1286) > 781ea28 added circleci as gh action YAML (# 1281) > a09a1d3 Reduce constrainLabels allocations (# 1272) > 8840afc Bump github.com/prometheus/procfs from 0.9.0 to 0.10.1 (# 1283) > 5e78d5f Merge pull request # 1279 from prometheus/beorn7/histogram > b8cb86a add process start time header to client_golang prometheus (# 1278) > 77e97da histogram: Fix bug in bucket key calculation > 8b1a836 GitHub Workflows security hardening (# 1180) > 3094812 histogram: expose bug in bucket key calculation > f51d823 Merge pull request # 1267 from prometheus/release-1.15 > 297fea3 fix undefined execution order in return statements (# 1260) > 4bbb297 Cut 1.15.1 (# 1266) > 0f060a0 Add detection for WSL address (# 1257) > 2eaffbd Merge pull request # 1253 from prometheus/fixpro > 8a51463 Cleanup proto use in tests (# 1264) > d7896d4 Cut v1.15.0 (# 1249) > b8fdd23 Added clarification. > 0ae0013 Bump golang.org/x/sys from 0.6.0 to 0.7.0 (# 1265) > bba12b5 Bump github.com/prometheus/common from 0.41.0 to 0.42.0 (# 1244) > 2ea234e Revert "Remove unnecessary check if label is nil in observeWithExemplar (# 1235)" > 671a2f0 Fixed tutorial. (# 1256) > 9015fcf Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (# 1245) > 90eb83b Added interactive tutorial [kubeCon] (# 1255) > 1bb8cf8 Bump golang.org/x/sys from 0.5.0 to 0.6.0 (# 1246) > c36c6ab [collectors]: fix typo in test assertion (# 1153) > ff7efed Merge pull request # 1243 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.30.0 > 0392dff Switch to POST for LabelNames, Series, and QueryExemplars to DoGetFallback (# 1252) > 63a3955 Merge pull request # 1238 from jacksontj/issue_621 > 852a282 Bump google.golang.org/protobuf from 1.28.1 to 1.30.0 > e3b6de8 Merge pull request # 1250 from prometheus/release-1.15 > eb33971 Filter expected metrics as well in CollectAndCompare (# 1143) > 6037863 Only set start/end if time is not Zero > 5c7821d Update common Prometheus files (# 1237) > e79d7e7 timer: Added support for exemplars. (# 1233) > 232b949 Added support for go 1.20. (# 1234) > 3726cdd README: Remove not working gocoverage images. (# 1236) > 3ce88f3 Remove unnecessary check if label is nil in observeWithExemplar (# 1235) > 3d2cf0b Indent example in godoc consistently (# 1226) > ffbbe80 Merge pull request # 1225 from prometheus/beorn7/api > 66687e5 Update common Prometheus files (# 1224) > 2236d78 api: Extend and improve json-iterator usage > 2771bcc Add `Header` method to Pusher for custom header (# 1218) > 2fced96 Bump github.com/prometheus/common from 0.37.0 to 0.39.0 (# 1197) > 031748d Update common Prometheus files (# 1213) > b8b41c8 Bump golang.org/x/sys from 0.3.0 to 0.4.0 (# 1217) > d5a9239 Merge pull request # 1198 from prometheus/dependabot/go_modules/github.com/prometheus/procfs-0.9.0 > 40692cb Merge pull request # 1199 from prometheus/dependabot/go_modules/github.com/cespare/xxhash/v2-2.2.0 > 26620fd Bump github.com/prometheus/procfs from 0.8.0 to 0.9.0 > fcdc3ec Add possibility to dynamically get label values for http instrumentation (# 1066) > 14aa203 Bump github.com/cespare/xxhash/v2 from 2.1.2 to 2.2.0 > 27f0506 Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149 (# 1187) > fc5f34c Merge pull request # 1178 from ibreakthecloud/patch-1 > 7f99379 Replace deprecated github.com/golang/protobuf package (# 1183) > a787555 typo fix > e29ed9f Support for multiple samples within same metric (# 1181) > 07b1397 examples: Add exemplars and middleware examples (# 1173) > fae2f63 Add constrained labels and Constrained variant for all MetricVecs (# 1151) > 8b6e680 Merge pull request # 1171 from prometheus/beorn7/histogram > 3d765a1 Add context to "duplicate label names" to enable debugging (# 1177) > 449b464 Merge pull request # 1166 from prometheus/beorn7/doc > 043372e Initialize atomic variables in histogramCounts with atomic.Store... > db41dad Merge pull request # 1164 from prometheus/release-1.14 > b804be1 Fix typo in doc comment > efef903 Rename histogram tests (from sparse to native) bumping github.com/prometheus/common 49b3603...94bf982: > 94bf982 Merge pull request # 489 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.44.266 > ac06723 Merge pull request # 482 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.8.0 > 211d8fc Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.266 in /sigv4 > 062aaec Merge pull request # 485 from prometheus/dependabot/go_modules/sigv4/github.com/stretchr/testify-1.8.2 > 27af2c4 Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 > 2f0f5c4 Merge pull request # 483 from prometheus/dependabot/go_modules/golang.org/x/net-0.10.0 > 24a8815 Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 in /sigv4 > 96ade15 Merge pull request # 486 from prometheus/dependabot/go_modules/sigv4/github.com/prometheus/common-0.43.0 > 7364518 Bump golang.org/x/net from 0.9.0 to 0.10.0 > 65a4236 Merge pull request # 480 from prometheus/superq/update_sigv4-bot > 68e477e Bump github.com/prometheus/common from 0.42.0 to 0.43.0 in /sigv4 > 085fa47 Merge pull request # 472 from grafana/inline-ca-strings > ad1759c Enable dependabot for sigv4 > f505d86 Merge pull request # 474 from jkroepke/custom-logger > bcb00f1 config: remove unused internal function > b933a95 Merge pull request # 475 from gouthamve/negotiate-om-1.0 > e27922a Merge pull request # 469 from prometheus/dependabot/go_modules/github.com/alecthomas/kingpin/v2-2.3.2 > 01d2b4a Remove unnecessary else and use NewSyncWriter again > 7b35f6a config: add tests for inline TLS configs > 2f04d2e Merge pull request # 463 from prometheus/repo_sync > ad42fa5 Return 0.0.1 with no version for backwards compatibility > a2ac260 Merge pull request # 479 from prometheus/superq/updates > 9a176e1 Bump github.com/alecthomas/kingpin/v2 from 2.3.1 to 2.3.2 > 769f5e1 Allow custom log.Logger > 5915888 config: allow TLS data to be provided inline > 66b493f Merge pull request # 462 from roidelapluie/proxyfromenv > e990082 Update common Prometheus files > 5012e7c Negotiate OM v1.0.0 > 92f8c27 Merge pull request # 481 from prometheus/dependabot/go_modules/github.com/prometheus/client_golang-1.15.1 > 5e8c998 expfmt: Avoid copying mutex in proto message > 6a5f4db Merge pull request # 455 from bboreham/build-tags > c8ca1fb Add support to use Proxy From Environment and set No Proxy > cffd08e Merge pull request # 478 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.7.0 > 2328fd6 Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.1 > 27a8fa5 Update Go modules > d7d98af Merge pull request # 461 from bboreham/faster-parseduration > 56d83af version: add Go build tags to output > d9a31c0 Merge pull request # 454 from prometheus/dependabot/go_modules/sigv4/golang.org/x/net-0.7.0 > 567ed12 Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 > 94c865c Merge pull request # 453 from prometheus/beorn7/model > 55b01d1 Parse Durations much faster > 77ee449 Merge pull request # 447 from prometheus/superq/bump_go > aab41f8 Bump golang.org/x/net from 0.4.0 to 0.7.0 in /sigv4 > ab87968 Merge pull request # 433 from lucacome/add-dependabot > 456cf05 model: Remove json-iterator usage (again) > 330a3f5 Add benchmark for ParseDuration > d25d305 Merge pull request # 450 from roidelapluie/marshal > 2cd3d6e Update Go versions > e903cdd Merge pull request # 459 from prometheus/superq/mods > 569c9c3 Apply suggestions from code review > 4827ac3 Merge pull request # 460 from prometheus/repo_sync > 72ed068 Merge pull request # 449 from roidelapluie/test444 > 6004368 Fix and test JSON & YAML marshalling > f9c1994 Merge pull request # 440 from zenador/sparsehistograms > caae7d4 Update Go modules > c3af33b Add dependabot > c4e09cb Merge pull request # 458 from hairyhenderson/switch-kingpin-repo > 51087f9 Update common Prometheus files > 81fdf5b Merge pull request # 448 from roidelapluie/test442 > 69ed1ea expfmt: add test cases for TextParser startOfLine error handling > ff69f32 Merge pull request # 429 from roidelapluie/fix-marshal > ca1f99b Make it more efficient and compatible to use SampleHistogram (# 439) > 18a4214 Update comments according to code review > 846591a Merge pull request # 417 from zenador/sparsehistograms > 8fe65a7 Update kingpin module source > 3bdfd73 expfmt: add test case for issue with *bufio.Reader and FmtText format > 2c9877d Merge pull request # 444 from abursavich/expfmt-eof > 1c521dc Fix marshalling of TLSVersion > 87b15f9 Merge pull request # 438 from zenador/sparsehistograms > 4e9e3f5 Continue to use json-iterator to improve marshalling of SamplePair > ccc2474 Merge pull request # 428 from prometheus/repo_sync > 691e814 Update comments according to review > d888bfa Merge pull request # 443 from abursavich/expfmt-decode > d074dea expfmt: only ignore io.EOF errors in TextParse.startOfLine > 296ec92 Merge pull request # 409 from prometheus/mem/proxy_header > 0dd260f Change HistogramBucket Boundaries type to int32 > f71df30 Continue to use json-iterator to improve marshalling of SampleHistogramPair > 5b981eb Update common Prometheus files > 0267435 Update tests according to code review > 5be97a0 expfmt: only call TextParser.TextToMetricFamilies once from textDecoder > 18281a2 Merge pull request # 424 from prometheus/repo_sync > 4a0d730 Add support for proxy connect headers > eda7de1 Start to use json-iterator to improve marshalling of HistogramBucket > dc2e18b Revert "Try removing sampleHistogramPairPtr" > befeabf Merge pull request # 422 from prometheus/superq/add_mod_check > 017dec0 Update common Prometheus files > 01880dc Add benchmarks for marshalling > f451854 Try removing sampleHistogramPairPtr > 1bc7f65 Add platform info to labels (# 403) > 82accf3 Add go mod version test > 14a8016 Remove sampleHistogramPairPtr > b079cf8 Revert "Add generic interface for float/histogram sample pair (bumping go version - experimental)" > 00e3fd7 Merge pull request # 418 from roidelapluie/go119 > 0e0dee6 Merge branch 'main' into sparsehistograms > 84e64de Add generic interface for float/histogram sample pair (bumping go version - experimental) > ddb642f Merge pull request # 421 from prometheus/superq/update_sigv4 > 045094f Update deps and test with go 1.19 > 4a4b110 Fix according to code review > c2ecee8 Merge pull request # 419 from prometheus/repo_sync > c8ff4cd Update sigv4 Go > 74031a1 Change int type of native histogram count > a33c32f Merge pull request # 374 from roidelapluie/go118vcs > 466075d Update common Prometheus files > e717a78 Make type of Sample and SampleStream in structs more explicit with an enum > 11bcb5b Merge pull request # 415 from FUSAKLA/fus-http-config-from-file > 5b6c049 go118: Get VCS info from debug.BuildInfo > a148981 Update the display strings for model > 87b669d Add the ability to specify the maximum acceptable TLS version (# 414) > d9cd6f2 feat: make LoadHTTPConfigFile set directory and move from tests file > 43914a0 Fix and add tests for model matrices > bebc731 Remove ioutil after merging check client certificates (# 407) > 2b7b371 Split model values into smaller files by category > 8c9cb3f Update common Prometheus files (# 399) > ee927fa Add histograms to model > 1c0fa3e Check if TLS certificate and key file have been modified (# 345) > 54e041d Implement Stringer on TLSVersion (# 405) > c206bfc Merge pull request # 404 from thaJeztah/bump_protobuf_extensions > dfbc25b Merge pull request # 382 from prometheus/superq/update_go > 5ae446c go.mod: github.com/matttproud/golang_protobuf_extensions v1.0.2 > 1482587 Remove ioutil (# 395) > 9d646db Update Go modules bumping github.com/go-kit/log 71fa7d7...0b69c70: > 0b69c70 Allow to configure allowed levels by string value (# 22) > 3752ef7 Update CI and add badges to README (# 21) > 2b8dc2b fix safeError & safeString for json format (# 20) bumping github.com/prometheus/client_model 63fb982...91c3945: > 91c3945 Merge pull request # 64 from prometheus/superq/update_proto > 31ca668 Update proto tools Signed-off-by: Knative Automation <automation@knative.team> |
|
|
6494c8d504
|
upgrade to latest dependencies (#520)
bumping k8s.io/api 6f23172...3fcac9f: > 3fcac9f Update dependencies to v0.21.4 tag > e718350 Merge pull request # 103319 from jpbetz/fix-102749-1.21 > aa60858 Bump SMD to v4.1.2 to pick up # 102749 fix > 0d3282d sync: remove Godeps/ > b962205 Merge pull request # 102196 from kolyshkin/automated-cherry-pick-of-# 102147-upstream-release-1.21 > 6601f0c vendor: bump runc to rc95 > e379db4 Merge pull request # 101053 from robscott/automated-cherry-pick-of-# 100728-release-1.21 > 48ab514 Updating Topology Aware Hints to support "Auto" value for annotation > b422b2e sync: update go.mod > 1f635bf Mark v1beta1 EndpointSlice deprecated in favor of v1 > fd88418 Merge pull request # 100188 from alculquicondor/job-api-fixes > 51a1c55 Merge pull request # 100156 from ehashman/issue-100155 > 862c319 Only default Job fields when feature gates are enabled > ec4ebef Merge pull request # 99375 from ehashman/probe-kep-2238 > d35369e Bump klog to 2.8.0, fixing nil panics in KObj > 8b5303f Merge pull request # 99298 from zshihang/csi > 06f27fd Generated changes for probe terminationGracePeriodSeconds > edd3ec9 Merge pull request # 100147 from alculquicondor/indexed-annotation > aecea00 graduate CSIServiceAccountToken to beta > b4ebda3 Add terminationGracePeriodSeconds to Probe API > 937dc44 Merge pull request # 99759 from jpbetz/apply-extract > 5079330 Rename job completion index annotation to not contain alpha > f714d15 Bump SMD to v4.1.0 > c0951d6 Merge pull request # 99643 from pohly/generic-ephemeral-volume-beta > 8814a7d Merge pull request # 99975 from robscott/endpoints-over-capacity > e5d78e7 testdata: drop the alpha EphemeralVolumeSource.ReadOnly field > f1e2e30 Merge pull request # 99290 from mortent/PromotePDBsToGA > 5d9669f Adding new EndpointsOverCapacity annotation for Endpoints controller > 1e0f065 generic ephemeral volume: generate code > 93f222f Merge pull request # 99522 from robscott/topology-hints > 7749c3d generated > 99bd953 generic ephemeral volumes: drop ReadOnly field > a61f0c6 Merge pull request # 98946 from monopole/upgradeKustomize > 212bbe4 Adding Hints to EndpointSlice API > 167e928 Promote PDBs to GA > efdf974 generic ephemeral volumes: promote to beta > fadfa4e Add default namespace labels to all namespaces for selectors (# 96968) > 4c06238 until stable: pin-dependency, update-vendor, update-bazel, lint-dep > e466978 Merge pull request # 98727 from adtac/suspend > 1fcb2aa Merge pull request # 99641 from pohly/storage-capacity-beta > 6feceee batch: add suspended job > c8b7374 CSIStorageCapacity: add +featureGate=CSIStorageCapacity > 2f7785f CSIStorageCapacity: generated files for beta > cb683dc CSIStorageCapacity: add MaximumVolumeSize to v1beta1 API > 32e8852 CSIStorageCapacity: mark v1alpha1 as deprecated > e5a9d01 CSIStorageCapacity: promote API to beta > 63be2e3 Merge pull request # 96600 from maplain/internal-traffic-policy > ea13d29 Merge pull request # 99871 from liggitt/compatibility-tests > 73d9a7d Update generated files > 1f1764b Update discovery compatibility data for v1 > 6fe5bea Implements Service Internal Traffic Policy > 6432c75 Add discovery and flowcontrol compatibility API data > 8e35c50 Merge pull request # 99662 from swetharepakula/eps-ga-api-changes > 3a11614 Merge pull request # 99275 from hbagdi/feat/ingress-class-namespaced-params > 1442f42 Graduate EndpointSlice API to GA > dd8d676 Add namespace scoped ParametersReference to IngressClass > d04530e Merge pull request # 97216 from joejulian/docs_missing_quotes > 2e93611 Merge pull request # 99423 from soltysh/cronjob_controller > 7eb8b95 generated content > 3687c90 Merge pull request # 99817 from liggitt/zero-value > a2c0f4b Generated changes > d107683 Re-clarify NetworkPolicy policyTypes in docs > 264a74a Merge pull request # 98277 from XudongLiuHarold/add-loadbalancerclass-field > 1e9b09f Update k8s.io/kube-openapi > 9e34104 Deprecate batch/v1beta1 CronJob & CronJobList in 1.21, with removal still 1.25 > 85a11c3 Merge pull request # 98127 from mortent/AddConditionsToPDBs > 2e5a20d Add LoadBalancerClass field in service > ca413d2 Promote CronJobs to batch/v1 > 9841b19 generated > 4047479 Introduce .status.lastSuccessfulTime field for CronJob > 521a376 Add conditions to PDB status > a57dfb5 Update batch API to get rid of API violations > 1f71974 Merge pull request # 99681 from shiyajuan123/master > 0d975ab Merge pull request # 98582 from ahg-g/ahg-scope > ddb02f4 add descriptions to these event/types.go files > 92fdaf9 Add CrossNamespacePodAffinity quota scope and PodAffinityTerm.NamespaceSelector APIs, and CrossNamespacePodAffinity quota scope implementation. > c218b22 Merge pull request # 99414 from Jiawei0227/type > c4b1941 Merge pull request # 98441 from alculquicondor/array-job-api > 9ea52fd Update inline volume spec comments > 6773eb3 Add Job.spec.completionMode and Job.status.completedIndexes > 9a813ed Merge pull request # 98572 from justaugustus/go116 > bbb8038 [go1.16] bump golang.org/x/... dependencies > bbeeb22 generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh > a60c82b [go1.16] go.mod: update to go1.16 > cab5316 Merge pull request # 99163 from ahg-g/ahg-pod-deletion > 7f6f023 Implement pod deletion cost > b852e50 Merge pull request # 99561 from BenTheElder/remove-bazel > 2c17abb hack/update-bazel.sh > 6c086a5 Merge pull request # 97099 from pacoxu/fix/96986 > 65a259a Merge pull request # 90105 from xiaoanyunfei/cleanup/pkg_apis_core > 595a48a move default container annotation to kubectl pkg > 9dd0c8b Scheduler: remove pkg/apis/core/field_constants.go > 1ad1003 feature: use default container annotation for logs and exec > 498bb3d Rename labelNodeRoleExcludeBalancer to labelNodeExcludeBalancers (# 97767) > f666922 Merge pull request # 99105 from sftim/20210215_improve_secret_api_notes > 8e2decd Merge pull request # 96987 from soltysh/drop_batch-alpha > 09cfcd0 Update generated code > bed38c9 Merge pull request # 99014 from apelisse/update-smd > 38d3b32 Generated changes > 4a935f5 Revise wording for Secret stringData > 3632e28 Merge pull request # 99110 from nikhita/clean-up-owners-jan-2021 > 8a25276 Update sigs.k8s.io/structured-merge-diff to v4.0.3 > 92cf842 Drop batch/v2alpha1 API > 71251ee *: remove nikhiljindal from OWNERS > 0ce5dc2 *: remove mbohlool from reviewers > 2a912cc *: remove madhusudancs from reviewers > b580185 *: remove jianhuiz from reviewers > 48bd838 Merge pull request # 98790 from jkh52/master > 89fe579 Bump konnectivity-client to v0.0.15 > 9e1a49d Merge pull request # 96911 from munnerz/fix-typo-admission-chain > 9f65ac4 Merge pull request # 98477 from palnabarun/update-gogo/protobuf > 0cef08a generated files > ac3757b Add EndPort to Network Policy - Alpha (# 97058) > 772b5cb update gogo/protobuf to v1.3.2 > a554b54 Fix doc comment typo on validating & mutating webhook resources > c6cc3d9 Merge pull request # 98488 from pohly/klog-2.5.0 > 4af41fa Merge pull request # 98576 from kevindelgado/ssa > 0502a85 logging: support call depth via logr, structured logging > cfb031d Merge pull request # 98565 from adisky/move-spdystream > 1bd5594 Declare TCP default for service port protocol > 117f629 Update dependency docker/spdystream to moby/spdystream > 9b864a5 Merge pull request # 98363 from cpanato/go1157 > 40d1940 [go1.15] updatestaging pb.go files using the hack scripts > 0d6bea2 Merge pull request # 92065 from pohly/podinfo-doc-fix > c873f2e Merge pull request # 97880 from justinsb/spelling > 482a958 storage: document csi.storage.k8s.io/ephemeral also for internal type > ecbefa1 Merge pull request # 97896 from brpratt/fix-external-name-doc > a949695 Fix spelling typos: scheduable -> schedulable > e31c03e Merge pull request # 96698 from wawa0210/fix-96697 > d3515d5 add missing ExternalName to doc > cb95709 Merge pull request # 97971 from liggitt/testdata > f3893b1 Update help document address > 791492e Add API testdata population instructions > 1198ffc Merge pull request # 97761 from liggitt/1.20-testdata > 4e9f5db Merge pull request # 97615 from wojtek-t/immutable_secrets_ga > 0d2c654 Remove 1.18.0 API test data > 47952fe Merge pull request # 97379 from kebe7jun/fix/token-request-proto-name > d6680e1 Autogenerated > 9494b83 Add 1.20 API test data > 9ab310c Merge pull request # 97466 from geegeea/lint-kubelet > 5ba49fe Fix BoundObjectRef APIVersion proto name > 1a38d5b Promote Immutable Secrets/ConfigMaps feature to GA > 9c6b1a9 Merge pull request # 97171 from deads2k/deprecate-psp > 596c2df Fix golint issues in api/admission and api/admissionregistration > 3dc59fa Merge pull request # 97359 from Cweiping/fix/fix_typo_error > 0824739 generated > fedd331 Merge pull request # 96375 from smarterclayton/daemonset_surge > e639e1a fix typo err > 99409d9 deprecate PSP in 1.21, but leave removal at 1.25 > dfa980b generated: Changes for DaemonSet max surge > 7655e01 api: Add DaemonSet MaxSurge > fcac651 Merge pull request # 96736 from andrewsykim/deprecate-topology-keys > d10e393 Merge pull request # 96311 from thockin/kep-1659-topology-labels > ed61c3e core/v1: deprecate Service topologyKeys > e2b10e1 Merge pull request # 93549 from Dean-Coakley/fix-res-quota-comments > 2271b8b Clean up comments around old topology labels > 72d4ae9 Fix incomplete ResourceQuota comments bumping k8s.io/kube-openapi d219536...591a79e: > 591a79e Merge pull request # 230 from liggitt/deepequal-value > 6261284 Merge pull request # 231 from liggitt/tidy > e467f52 Remove incorrect zero value check > 15cd8fa Merge pull request # 228 from sladyn98/patch-1 > a69aacd go mod tidy > 66d8d84 Merge pull request # 229 from dims/drop-ghodss/yaml-and-switch-to-sigs.k8s.io/yaml > 7024ad2 Update Owners file > dd4f339 Merge pull request # 226 from longwuyuan/master > 9b07d72 Drop ghodss/yaml and switch to sigs.k8s.io/yaml > 8566a33 Merge pull request # 222 from liggitt/vendor-prefix > 059b40d Added github-actions ci > 45edf8a Merge pull request # 221 from leilajal/master > 3686557 Trim vendor prefix from openapi names > 3662418 Fix Quantity Fail Type Checking bumping knative.dev/pkg 4472e04...2bd91f7: > 2bd91f7 Bump K8s dependencies to 1.21.4 (# 2242) bumping k8s.io/apimachinery c278689...f916759: > f916759 Merge pull request # 103319 from jpbetz/fix-102749-1.21 > 12b6a22 Bump SMD to v4.1.2 to pick up # 102749 fix > 41e4141 sync: remove Godeps/ > 235edae Merge pull request # 102587 from saschagrunert/release-1.21 > a4090fc Revert "Cleanup portforward streams after their usage" > 1a7b32c Merge pull request # 102196 from kolyshkin/automated-cherry-pick-of-# 102147-upstream-release-1.21 > 2c210a7 vendor: bump runc to rc95 > 7559d78 Merge pull request # 100951 from saschagrunert/automated-cherry-pick-of-# 99839-upstream-release-1.21 > be0c813 Merge pull request # 101325 from joelsmith/automated-cherry-pick-of-# 101306-upstream-release-1.21 > c422483 Cleanup portforward streams after their usage > 59d900d Additional CVE-2021-3121 fix > e337f44 Bump klog to 2.8.0, fixing nil panics in KObj > ae8b5f5 Merge pull request # 99759 from jpbetz/apply-extract > 0dd2dd9 Add extract apply function generation > 0335ad3 Bump SMD to v4.1.0 > 1f1bc58 Merge pull request # 99951 from deads2k/fix-decodableversions > 98d3ae9 Merge pull request # 98841 from caesarxuchao/fix-98479 > a13af10 provide directly decodable versions for storageversion API > 79c4f87 Merge pull request # 98946 from monopole/upgradeKustomize > 1174cb8 make proxy Transport return metav1.Status error > 1f7ce2b until stable: pin-dependency, update-vendor, update-bazel, lint-dep > 8e4c0a5 Merge pull request # 98653 from mandelsoft/stream > 543ebb5 Merge pull request # 99214 from jpbetz/apply-client-go-builders2-typedclient > 963dac0 simplier fix + test for race condition > a5a2acc Merge pull request # 98074 from kwiesmueller/admission-reset-managedFields > 9794359 Add Apply functions to client-gen > 193cd4a add comment describing the race condition + TODO for appropriate test > 283a326 Merge pull request # 99817 from liggitt/zero-value > 19eb396 fix validation test > e51562e fix sync problem in streamwatcher > cda259e Update k8s.io/kube-openapi > 8dcbc56 remove apiVersion check from managedFields validation > 569bd20 Merge pull request # 99755 from lala123912/out_of_range > 7de09c3 fix validation tests > f0c829d fix RemoveStatusCondition() cap out of range > 1c6b148 update licenses and bazel > 0869820 Merge pull request # 98595 from SergeyKanzhelev/nodelifecycleSchedulerUnitTestsSpeedUp > 96b0ee0 consolidate managedFields validation > 4f70757 sped up scheduler tests by using fake clock > 317ebe7 Merge pull request # 98572 from justaugustus/go116 > ed96c1e [go1.16] bump golang.org/x/... dependencies > 89aa0e9 generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh > f246562 [go1.16] go.mod: update to go1.16 > 603e046 Merge pull request # 99561 from BenTheElder/remove-bazel > 193bda8 hack/update-bazel.sh > 17b79e7 Merge pull request # 97385 from FabianKramm/fix-http2-proxy > 44b9a37 Merge pull request # 90105 from xiaoanyunfei/cleanup/pkg_apis_core > 5a3ff4c override request host for kubectl proxy > c3f3e5b Scheduler: remove pkg/apis/core/field_constants.go > 6d2f20b Merge pull request # 99083 from gavinfish/requirement-equal > 527a61b Merge pull request # 99014 from apelisse/update-smd > 823fec8 Add equal func for Requirement struct > 9cd3dcb Merge pull request # 99110 from nikhita/clean-up-owners-jan-2021 > 7faacc3 Update sigs.k8s.io/structured-merge-diff to v4.0.3 > 2cc50c7 *: remove nikhiljindal from OWNERS > 53fe198 *: remove mbohlool from reviewers > c340b76 *: remove madhusudancs from reviewers > 37cce14 *: remove jianhuiz from reviewers > d6b6643 *: move gmarek to emeritus_approvers > c93b0f8 Merge pull request # 98790 from jkh52/master > 7fbabcb Bump konnectivity-client to v0.0.15 > 9e39a13 Merge pull request # 98477 from palnabarun/update-gogo/protobuf > f0392a0 Merge pull request # 98616 from smarterclayton/recognizer_buffer > 9812d82 update gogo/protobuf to v1.3.2 > 783dd7d serializer: Recognizer interface should take a buffer > 28da342 Merge pull request # 98488 from pohly/klog-2.5.0 > d656fe5 Merge pull request # 98565 from adisky/move-spdystream > 6495214 logging: support call depth via logr, structured logging > cbf4d8f Update dependency docker/spdystream to moby/spdystream > 87c8a96 Merge pull request # 98363 from cpanato/go1157 > 4a7d8d5 [go1.15] updatestaging pb.go files using the hack scripts > ee96543 Merge pull request # 98312 from deads2k/finish-export-option-removal > ab111ff generated > 33e8773 remove ExportOptions > 234faef finish removal of exportoptions > 460d109 Merge pull request # 95664 from DirectXMan12/bug/non-racy-recorder-shutdown > 0e9f9cf Merge pull request # 96552 from pandaamanda/klog_fmt > 322dfb4 Don't record events in goroutines > af2ce7e Merge pull request # 97552 from aanm/pr/replace/buffer/with/strings > 8c0a4ea use klog.Info and klog.Warning when had no format > 4f50573 Merge pull request # 97990 from AlexanderYastrebov/offset-97651 > d7e94ae pkg/labels: replace bytes.Buffer with strings.Builder > 2ab0da8 Uses offset instead of line number in JSONSyntaxError > 825faf0 pkg/util/net: replace bytes.Buffer with strings.Builder > 53a9c91 Merge pull request # 97538 from lingsamuel/requirement-return-field-error > 1d8c923 Merge pull request # 97891 from thinpark/apimachinery.clean > 10e20f4 make labels.NewRequirement returns aggregated field.ErrorList, make nodeaffinity parsing function use it > 8834a19 [k8s.io/apimachinery/pkg/test]: cleanup commented code > 6c16abd Merge pull request # 94396 from habibrosyad/patch-92402-10 > 9d4f7cb Merge pull request # 97540 from chymy/just-comments > 25bfe1d fix vendor/k8s.io/apimachinery/pkg/runtime staticcheck > 0ca7b34 Merge pull request # 97590 from heqg/typo-expected-03 > 67bb4d2 Fix on comments > 9363a52 Fix typo in staging/src/.../wait_test.go > 15c5dba Merge pull request # 96974 from WangXiangUSTC/master > 8f01ffc Merge pull request # 95790 from aojea/loopnet > df4ce5a Update selector.go > 02953c0 get ips from loopback interfaces > 51a2756 autodetect global addresses on loopback interfaces bumping k8s.io/client-go 435503c...a2642ab: > a2642ab Update dependencies to v0.21.4 tag > ccdebc2 Merge pull request # 103614 from dprotaso/automated-cherry-pick-of-# 102928-upstream-release-1.21 > fefd2ad Merge pull request # 103319 from jpbetz/fix-102749-1.21 > 46c1ad3 Simplify use of the fake dynamic client > 5823455 Bump SMD to v4.1.2 to pick up # 102749 fix > 3c428df Merge pull request # 102800 from pohly/automated-cherry-pick-of-# 102788-upstream-release-1.21 > fe825e6 client-go: reduce log level of reflector again > 6277e97 sync: remove Godeps/ > b63b1ba Merge pull request # 102587 from saschagrunert/release-1.21 > c18505f Revert "Cleanup portforward streams after their usage" > ffd8cfc Merge pull request # 102196 from kolyshkin/automated-cherry-pick-of-# 102147-upstream-release-1.21 > a802afb vendor: bump runc to rc95 > c04de52 Merge pull request # 100951 from saschagrunert/automated-cherry-pick-of-# 99839-upstream-release-1.21 > 322fe85 Cleanup portforward streams after their usage > 0f9967b sync: update go.mod > 307e3a3 Merge pull request # 100718 from dims/automated-cherry-pick-of-# 100606-# 100660-upstream-release-1.21-take-2 > a124236 Common auth plugins should always be available > ac49e87 providerless tag for client-go auth plugins > 6be0785 Merge pull request # 100156 from ehashman/issue-100155 > 5f0702f Merge pull request # 99375 from ehashman/probe-kep-2238 > e5c17fc Bump klog to 2.8.0, fixing nil panics in KObj > 2407de6 Generated changes for probe terminationGracePeriodSeconds > a5722b4 Merge pull request # 99759 from jpbetz/apply-extract > 476d5f9 Generated apply configurations > 9e34778 Add extract apply function generation > 982571f Bump SMD to v4.1.0 > d6fad70 Merge pull request # 99643 from pohly/generic-ephemeral-volume-beta > 6085ad0 Merge pull request # 99290 from mortent/PromotePDBsToGA > 37e7f4a generic ephemeral volume: generate code > 814c68c Merge pull request # 99522 from robscott/topology-hints > fa732dd generated > 67d8c55 Merge pull request # 99495 from wojtek-t/cleanup_describe_8 > 9c78771 Adding Hints to EndpointSlice API > 62b9b26 Promote PDBs to GA > db49dde Merge pull request # 98973 from YoyinZyc/add_context_outside_apiserver > 4c5ab17 Add sig-instrumentation approvers to events libraries OWNERS > 57d5462 Merge pull request # 98946 from monopole/upgradeKustomize > 6a42ca3 add context to restclient metrics > 1ae4d69 until stable: pin-dependency, update-vendor, update-bazel, lint-dep > c277935 Merge pull request # 98727 from adtac/suspend > aa6ddc8 Merge pull request # 99641 from pohly/storage-capacity-beta > 5ca42da batch: add suspended job > 9f9bfd9 CSIStorageCapacity: generated files for beta > 7fc57bb Merge pull request # 96600 from maplain/internal-traffic-policy > 9baafcd Implements Service Internal Traffic Policy > fa8f4cc Merge pull request # 99214 from jpbetz/apply-client-go-builders2-typedclient > b4932b5 Merge pull request # 99907 from liggitt/cache-test-timeout > a793842 Generate typed clients with Apply support > 8df02b3 Merge pull request # 99662 from swetharepakula/eps-ga-api-changes > 21ee617 Add test timeout to mutation detector test > d2a6442 Merge pull request # 99275 from hbagdi/feat/ingress-class-namespaced-params > 2eb8aff Graduate EndpointSlice API to GA > 9db6403 Add namespace scoped ParametersReference to IngressClass > 75a1e7f Merge pull request # 99423 from soltysh/cronjob_controller > 1745c9f Merge pull request # 99817 from liggitt/zero-value > 627c12d Generated changes > fcacc4b Merge pull request # 98277 from XudongLiuHarold/add-loadbalancerclass-field > d21dde2 Update k8s.io/kube-openapi > 4f21285 Merge pull request # 98127 from mortent/AddConditionsToPDBs > 3285000 Add LoadBalancerClass field in service > da66d1b generated > 503eb33 Merge pull request # 99782 from liggitt/race-tests > ec8fb02 Merge pull request # 99012 from jpbetz/apply-client-go-builders2 > 0693903 Fix or remove tests that don't work in race mode > f146f0f generate applied configurations > 9409f57 Merge pull request # 99741 from liggitt/client-go-install > a71c2f1 Merge pull request # 98892 from ankeesler/exec-plugin-metrics > e0f03ac Update client-go install instructions > a5abe9c Merge pull request # 937 from liggitt/update-readme > 8aa3e0f exec credential provider: add rest_client_exec_plugin_call_total metric > 1cfb136 Merge pull request # 99654 from ankeesler/exec-plugin-interactive-fix > 2dec69c Update readme installation instructions > 149c501 exec credential provider: use stdin to detect user interaction > a337294 Merge pull request # 98572 from justaugustus/go116 > b13f594 Fixup golang.org/x/term staticcheck warnings > 768a62f [go1.16] bump golang.org/x/... dependencies > 0ea7217 generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh > 36b22fd [go1.16] go.mod: update to go1.16 > fcbadc8 Merge pull request # 99561 from BenTheElder/remove-bazel > 13e6cd3 hack/update-bazel.sh > 6a25187 Merge pull request # 99324 from zshihang/master > c3c3d40 Merge pull request # 99377 from liggitt/version-sha > 3d6ec32 reset token if got Unauthorized in KCM > 8f8241f Merge pull request # 99195 from pacoxu/structurelog/watch-retry-timeout-1 > 1a6e902 Switch gitVersion format to non-abbreviated hash > 12449b5 Merge pull request # 99193 from zhijianli88/subresource > 06efd86 Migrate client-go retry-watcher to structured logging > fa31d62 Merge pull request # 99111 from databus23/patch-5 > bb1d67d request.go: correct subresource referencing > 21dd7ea Merge pull request # 99079 from tkashem/throttle-message > a125444 Return error when persister fails to modify config > 10def0e Merge pull request # 99063 from ZxYuan/patch-1 > d1fdbcd client-go: add more context to request throttle message > 7279fc6 Merge pull request # 96987 from soltysh/drop_batch-alpha > a9fe1e1 Fix typo in client-go/rest/client.go > df50762 Merge pull request # 99014 from apelisse/update-smd > 6167582 Generated changes > 39da007 Merge pull request # 99110 from nikhita/clean-up-owners-jan-2021 > 508a193 Update sigs.k8s.io/structured-merge-diff to v4.0.3 > d6cefbd Drop batch/v2alpha1 API > 1d0cb03 *: remove nikhiljindal from OWNERS > e8ab252 *: remove madhusudancs from reviewers > 4c4207a *: move gmarek to emeritus_approvers > 20732a1 Merge pull request # 98889 from jkaniuk/leaderelection-simplify > 0eaf14c Simplify leader election code > 1006137 Merge pull request # 98790 from jkh52/master > bf60d3f Bump konnectivity-client to v0.0.15 > 93ce971 Merge pull request # 98671 from liggitt/kubeconfig-env > 3c12da5 Merge pull request # 98324 from atosatto/export-debug-roundripper > b620e82 Isolate TestModifyContext from $KUBECONFIG > 3147a30 Merge pull request # 98477 from palnabarun/update-gogo/protobuf > ef84e47 Re-run gofmt against staging/src/k8s.io/client-go/transport/ > ab82d40 Merge pull request # 98488 from pohly/klog-2.5.0 > 2861152 update gogo/protobuf to v1.3.2 > e87f4d8 Remove unexpected updates to go.mod and go.sum > c8e0107 Merge pull request # 98565 from adisky/move-spdystream > 362c485 logging: support call depth via logr, structured logging > 9d369ea Update bazel BUILD file > b8b770f Update dependency docker/spdystream to moby/spdystream > 84db31c Address golint warnings > 6329432 Merge pull request # 98496 from lavalamp/connrotation > 8d3dc9e Run gofmt against staging/src/k8s.io/client-go/transport/round_trippers_test.go > b72204b Merge pull request # 95664 from DirectXMan12/bug/non-racy-recorder-shutdown > 5985bbb Fix unbounded connection creation & 50s of delay > 2bce173 Run gofmt against staging/src/k8s.io/client-go/transport/round_trippers.go > fc034b4 Merge pull request # 96552 from pandaamanda/klog_fmt > 726d27f Don't record events in goroutines > 5c01a03 client-go: export NewDebuggingRoundTripper function and DebugLevel > 537eda7 Merge pull request # 98058 from jprzychodzen/le-comment > d7ba1f2 use klog.Info and klog.Warning when had no format > 25e8b5f Merge pull request # 97083 from knight42/feat/enable-spdy-ping > eae461d [Leader election] Add documentation to function > 479dd01 feat: enable SPDY pings on connections > 623741e Merge pull request # 97909 from adamzhoul/fix-chan-bug > 2192138 Merge pull request # 97095 from sabbox/fix-panic-azure-oidc-auth-plugins > 5c32e97 fix replyChan block > b804f9f add noop persister to plugin loader > f80da32 Merge pull request # 97255 from chotiwat/patch-1 > 224c1c6 Merge pull request # 97857 from liggitt/exec-auth-reuse-dialer > a35bc8f Fix stale object causing a panic on DELETE event > 9761a13 Merge pull request # 96906 from Rajalakshmi-Girish/issue-96853 > 0c5bab6 Track opened connections with a single tracker per authenticator > 0d3f257 Merge pull request # 907 from munnerz/patch-1 > cb8d3d1 fixes the unit tests to be more tolerant with error messages > e9d996d Merge pull request # 97326 from victor-timofei/deltafifo-doc > efbc708 README: add 1.20 in compatibility matrix > 0964d4b Merge pull request # 97033 from patrickshan/pshan/bump/Azure/go-autorest/autorest > 53a09c7 Update the wording of the DeltaFIFO > cc9d424 Merge pull request # 96883 from pacoxu/fix/96862 > 2b31242 Merge pull request # 94813 from dramich/nometrics > 01fbb1d Bump github.com/Azure/go-autorest/autorest to v0.11.12 > 710a222 Move Delta definitions to the top > 77dfe4d Merge pull request # 92138 from ash2k/ash2k/client-cleanups > 8031d76 fix index test: multi index check for empty list > f39ca99 Don't start goroutine for noMetrics > 09cf714 Update DeltaFIFO Documentation > 62f63bb Merge pull request # 96837 from adamzhoul/master > 29b0745 Check errors of the Close call > 04adad4 fix spdy stream, conn deadlock. > 6cc3981 Make inClusterConfigProvider thread safe > e24efdc Merge pull request # 96797 from jqmichael/initialCountLength > 6d09f8e Stop using mergo.MergeWithOverwrite > 50c0861 Merge pull request # 96643 from bboreham/lose-timestamp > 1d17529 Fixed a harmless bug where initialPopulationCount should be based on the key length not list size in DeltaFIFO#Replace() > 277eea6 Cleanup currentMigrationRules > 5d2c89d Remove unused argument from generateEvent bumping k8s.io/code-generator 48c1e31...25a36f5: > 25a36f5 Merge pull request # 103319 from jpbetz/fix-102749-1.21 > 70aa412 Bump SMD to v4.1.2 to pick up # 102749 fix > 8b14922 sync: remove Godeps/ > e3528c8 Merge pull request # 102196 from kolyshkin/automated-cherry-pick-of-# 102147-upstream-release-1.21 > d95c662 vendor: bump runc to rc95 > cb1b268 Bump klog to 2.8.0, fixing nil panics in KObj > e0b5c43 Merge pull request # 99759 from jpbetz/apply-extract > 9f50236 Add extract apply function generation > 24be182 Merge pull request # 98946 from monopole/upgradeKustomize > e7e4d37 until stable: pin-dependency, update-vendor, update-bazel, lint-dep > 5f36bce Merge pull request # 99214 from jpbetz/apply-client-go-builders2-typedclient > ea893dc Add Apply functions to client-gen > cc2553e Merge pull request # 99817 from liggitt/zero-value > d3199e1 Update k8s.io/kube-openapi > b9b4ecb Merge pull request # 99012 from jpbetz/apply-client-go-builders2 > bf943ce Support references to external types for 3rd party use > 4ee20c9 Add apply configuration generator > 748252d Merge pull request # 98572 from justaugustus/go116 > dd0b9f7 Fixup golang.org/x/term staticcheck warnings > e7249ad [go1.16] bump golang.org/x/... dependencies > 3d740b9 [go1.16] go.mod: update to go1.16 > 3491177 Merge pull request # 99561 from BenTheElder/remove-bazel > e964dbb hack/update-bazel.sh > a990afc Merge pull request # 98845 from justaugustus/zeitgeist > 7c4e3d4 generated: Run ./hack/update-internal-modules.sh > 5a6947c Merge pull request # 99014 from apelisse/update-smd > 3fa898d Update sigs.k8s.io/structured-merge-diff to v4.0.3 > 575533e Merge pull request # 98790 from jkh52/master > a5bea38 Bump konnectivity-client to v0.0.15 > b6eef68 Merge pull request # 98477 from palnabarun/update-gogo/protobuf > dd857b4 Merge pull request # 98488 from pohly/klog-2.5.0 > 4f6c91d update gogo/protobuf to v1.3.2 > 062b17e Merge pull request # 98565 from adisky/move-spdystream > a45fdeb logging: support call depth via logr, structured logging > 93d63ad Update dependency docker/spdystream to moby/spdystream > 468be54 Merge pull request # 98197 from thockin/makefile-unused-variables-watning > 62894da Rename _examples to examples > 62f14d5 Merge pull request # 98312 from deads2k/finish-export-option-removal > f5c6169 generated > b01f4fb Merge pull request # 96552 from pandaamanda/klog_fmt > 2a79acd Merge pull request # 96960 from Jefftree/defaulter-diff > 8a5bd94 use klog.Info and klog.Warning when had no format > 64162c9 Merge pull request # 95360 from erwinvaneyk/fix-generate-internal-groups-bash > 800ec45 Update generator to not use reflect > 8cc0d29 Merge pull request # 96679 from stmcginnis/appspot-cleanup > 2842357 Fix generate-internal-groups.sh for bash < 5.x > e819a6a Remove stale analytics links from docs > 356aa54 Merge pull request # 96586 from Doude/for/upstream/master/96585 Signed-off-by: Knative Automation <automation@knative.team> |
|
|
60d18009af
|
Unpin deps following release (#347) | |
|
e93f1a11b7 |
Update our dependency on K8s libs to 1.15.3 (#101)
With a minimum K8s version of 1.14 (starting in 0.10), 1.15.3 puts us in the center of the +/-1 version window of support. /hold |
|
|
41c23b2a46 |
Auto-update dependencies (#102)
Produced via: `dep ensure -update knative.dev/test-infra knative.dev/pkg` /assign mattmoor |