mirror of https://github.com/knative/caching.git
470 Commits
Author | SHA1 | Message | Date |
---|---|---|---|
|
e27e90746a
|
upgrade to latest dependencies (#936)
bumping golang.org/x/tools 456962e...64b63a6: > 64b63a6 go.mod: update golang.org/x dependencies > 7701413 internal/mcp: move jsonschema out of mcp/internal > 125cd11 jsonschema: pre-compile regexps > 2f18550 jsonschema: better errors unmarshaling ints > 635622b jsonschema: using hashing for uniqueItems > 0f6a53f mcp: remove ServerConnection > ca54d59 jsonschema: represent integer keywords as ints > c75f7e8 jsonschema: validate object keywords > efd15d8 internal/mcp: clean up handling of content > 80e0fd8 internal/mcp: support prompts > ab01700 internal/mcp: add tool and schema options > 37278be internal/mcp: add more package documentation, examples > 7906227 internal/mcp: add a command transport for connecting to a sidecar > 1587f35 gopls/internal/server/completion: get correct surrounding for second lhs > f11e7de internal/stdlib: add arg types for functions > 0d2acf1 jsonschema: validate array keywords > fd1a208 jsonschema: validate logic keywords > 984d58c go/analysis/unitchecker: update TestVetStdlib's skip for "devel" move > 953b452 go/packages: skip TestRmdirAfterGoList_Runner > 9e366f5 jsonschema: validate numbers and strings > 68cf9be gopls/internal/golang/completion: tostring, tobytes postfix snippets > 6a96d1d cmd/auth: carve out module for deprecated command `auth` > 7261efd internal/mcp: export the Transport interface; add a Server example > e4c83cc internal/mcp: dynamically determine the mcp server based on URL > 26f40ac internal/mcp: clean up SSE server shutdown. > ffe579a go/packages: remove unexported fields from packages.Config > 37f9bd1 jsonschema: validate some keywords > bf81a8d internal/mcp/internal/jsonschema: schema definition > 4ec26d6 gopls/internal/server: add modify tags code action docs > d3f8716 gopls/internal/golang/completion: offer return with whitespace > de18b0b gopls: run modernize -fix in gopls > 2f3d4ad go/packages: add variant of TestRmdirAfterGoList without gocommand > cd9151d gopls/internal/cache: fix bug in toGobDiagnostic(Related) > d3a3775 internal/mcp: implement cancellation > 2863098 internal/mcp: implement ping, and test request interleaving > caf7cdc internal/mcp: implement HTTP SSE transport > 68e94bd x/tools: use 2-arg form of //go:linkname > f11abcb internal/analysisinternal: permit Fix.End slightly beyond EOF > 46e932f internal/analysisinternal: add std import at the start of the import group > d346382 gopls/internal/server: add modify_tags command handler > 0c2f68a gopls/internal/golang/completion: show typeparam for preceding funcs in chain > f01b9f6 gopls/internal/server: support links and hovers for replace directive > cd18362 go/packages: add test that go list closes file handles > 04af9bf go/analysis/passes/hostport: publish > 357c3da internal/mcp: add batching support > cc6bc88 internal/mcp: an MCP SDK prototype > e9d2a36 gopls/internal/golang: pkgdoc: don't discard NewT for unexported t > d905d0b gopls/internal/golang: add test for (unfixed) issue 65098 > e27768f internal/refactor/inline: freeishNames initial scope > 264b0a5 gopls/internal/golang/completion: modernize > 7c6d4c6 internal/refactor/inline: handle generic functions > 6da8d2e gopls/internal/golang: Rename imports: be defensive > 015c0fc gopls/internal/test/integration/web: move misc/webserver_test.go > d97a910 gopls/internal/golang: CodeAction: don't fail because of 1 producer > d0ead43 gopls/internal/settings: enable most staticcheck analyzers > bacd4ba go/analysis/passes/gofix: add an example to doc > 48422ad gopls/internal/golang: add embedded struct info to hover > a318c19 internal/refactor/inline: test type params shadowing pkg symbols > 035d8c6 gopls/internal/golang: Rename all receivers only at declaration > 6f344f9 internal/refactor/inline: add test for type param shadowing > 2337e7c internal/refactor/inline: factor out free obj renaming > 93bb7f0 gopls: update x/telemetry > 33c6419 gopls/internal/golang: fix build > e78fd89 internal/astutil/cursor: four API refinements > cf5cb00 internal/astutil: PreorderStack: a safer ast.Inspect for stacks > f76b112 gopls/internal/golang: Rename all receiver variables > ee8f138 go/analysis/passes/gofix: go:fix directive checker > 1494dfe gopls: improve warning against using go get -tool with gopls > 20a69d6 gopls: warn against using go get -tool with gopls > 26ef4d1 gopls/internal/golang: fix broken build due to semantic merge conflict > 808c870 gopls/internal/cache: more test cases for syntax repairing > b68d703 gopls/internal/cache: handle VS Code Insiders in watchSubdirs > ce1c5d5 gopls/internal/golang: CallHierarchy: show only *types.Func callees > 7e7983f gopls/internal/golang: fix extract with free control statements > fd68572 internal/stdlib: find api directory more robustly > 7ceff13 go/analysis/passes/structtag: ignore findings for "encoding/..." > d363f10 gopls/doc: fix config for vim-lsp > 7829e07 go/analysis/passes/testinggoroutine: used UsedIdent > 9df6bbd gopls: hide todo inside readme.md > fd3eb08 gopls/internal/cache/parsego: new test case for fixed syntax > c24b06c gopls/internal/golang: implementation: report iface/iface relations > edff653 gopls/internal/server: TypeHierarchy support > a99a1c3 gopls/internal/analysis/modernize: prevent conversion of variadic functions to slices.ContainsFunc > 4e973d9 gopls/internal/golang: yet more refinement of golang/go# 70553 > f64b14a gopls/internal/golang: completion: better default keyword completion in switch stmt > af71e42 gopls/internal/golang: Rename: fix crash in ill-typed redeclaration > 9fbec96 gopls/internal/server: workspace: skip adding already added file bumping golang.org/x/text 4890c57...700cc20: > 700cc20 go.mod: update golang.org/x dependencies bumping golang.org/x/sync 396f3a0...506c70f: > 506c70f errgroup: propagate panic and Goexit through Wait bumping knative.dev/pkg d5e74d2...19a1383: > 19a1383 group golang.org/x dependencies (# 3178) > 1c0e799 Bump golang.org/x/net from 0.39.0 to 0.40.0 (# 3177) > d09148e Bump golang.org/x/tools from 0.32.0 to 0.33.0 (# 3176) > cb6cfa2 Bump golang.org/x/sync from 0.13.0 to 0.14.0 (# 3175) bumping golang.org/x/net b8d8877...7d6e62a: > 7d6e62a go.mod: update golang.org/x dependencies > ea0c1d9 internal/timeseries: use built-in max/min to simplify the code > 3e7a445 quic: skip packet numbers for optimistic ack defense > 3f563d3 quic: use an enum for sentPacket state > a3b6e77 quic: don't re-lose packets when discarding keys > 22500a6 quic: decode packet numbers >255 in tests > dd0b200 quic: remove go1.21 build constraint bumping knative.dev/hack c4037b0...f525e18: > f525e18 Bump min kube version to 1.32 (# 424) bumping golang.org/x/sys 01aaa83...3d9a6b8: > 3d9a6b8 windows: add WSADuplicateSocket > c0a9559 cpu: add crypto extensions detection for riscv64 > 8e9e046 windows: add virtual key codes and console input consts > 7138967 windows: fix slicing of NTUnicodeString values > 6a85559 windows: fix dangling pointers in (*SECURITY_DESCRIPTOR).ToAbsolute bumping golang.org/x/term 5d2308b...2ec7864: > 2ec7864 go.mod: update golang.org/x dependencies > a809085 term: support pluggable history Signed-off-by: Knative Automation <automation@knative.team> |
|
|
7889830edd
|
upgrade to latest dependencies (#929)
bumping knative.dev/pkg b7bbf4b...c5a13b1: > c5a13b1 Update community files (# 3161) > 9f3e60a upgrade to latest dependencies (# 3160) bumping knative.dev/hack 306ce74...c577ed9: > c577ed9 Update community files (# 421) > 8f599b7 Skip whitespace changes in codegen (# 420) > 742e1e5 Deprecate knative.dev/hack/schema (# 418) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
fae69d3056
|
upgrade to latest dependencies (#924)
bumping golang.org/x/tools 1743d1a...09747cd: > 09747cd go.mod: update golang.org/x dependencies > dc9353b gopls/internal/analysis/modernize: appendclipped: unclip > a886a1c internal/analysisinternal: AddImport handles dot imports > 94c3c49 go/analysis/analysistest: RunWithSuggestedFix: assume valid fixes > 5f9967d gopls/internal/analysis/modernize: strings.Split -> SplitSeq > a1eb5fd go/analysis/passes/framepointer: support arm64 > 9c087d9 internal/analysis/gofix: change "forward" back to "inline" > 82317ce gopls/internal/analysis/modernize: slices.Delete: import slices > e65ea15 go/analysis/internal/checker: implement three-way merge > a9bf6fd gopls/internal/analysis/modernize: remove SortStable > 4d1de70 internal/apidiff: remove > 584f556 gopls/internal/cache: downgrade bug reports for inconsistent metadata > fa7774c gopls/internal/test/integration: reduce flakes in TestTelemetryPrompt > 8baecea gopls/internal/analysis/modernize: mapsloop: fix two bugs > 1320197 gopls/internal/analysis/modernize/cmd/modernize: create > 0dc10dc gopls/internal/analysis/gofix: use cursor API > 2088703 gopls/internal/util/moreiters: iterator functions > 0fd02ca gopls/internal/telemetry/cmd/stacks: tweak IgnoreSymbolContains > 5a1ba4d gopls/doc/release/v0.18.0: describe inline analyzer > 03a72db gopls/internal/analysis/gofix: move and rename > bf4db91 gopls/internal/analysis/modernize: for i := 0; i < n; i++ -> range n > 73edff8 gopls/internal/cache/testfuncs: fix matching of test names > 0a1a6c7 gopls/doc/release: document the new workspaceFiles option > bcb63f9 internal/refactor/inline/analyzer: redo directive parsing > 6557d18 internal/refactor/inline/analyzer: handle cross-package constants > 74b5526 gopls/internal/golang: support package symbols > e8d5340 gopls/imports: use a module cache index > 3626367 gopls/internal/golang: hide signature help > 8e4c841 gopls/internal/server: embed style metadata in vulncheck progress > 33e624f internal/refactor/inline/analyzer: document > 70a7d86 internal/refactor/inline/analyzer: use forward for consts > 0556adb gopls: skip unusedparams for generated files > e9f7be9 internal/astutil/cursor: add Cursor.Child(Node) Cursor > f912a4f internal/refactor/inline/analyzer: inline consts into local scopes > 0abda08 internal/refactor/inline/analyzer: export only cross-package facts > 88d91cb internal/refactor/inline/analyzer: same-package consts > 269282d go/analysis/passes/stdversion: use Go 1.22 functionality > da3a6b2 internal/settings: add inliner to analyses > b3bde13 x/tools: use types.VarKind consistently > 51f179c gopls/internal/golang: downgrade bug report in ExtractToNewFile > 5ffcf75 internal/refactor/inline: avoid crash when inlining empty function > dace8c8 gopls/internal/analysis/modernize: fix bug in slicescontains > b781375 gopls/internal/protocol: delete MappedRange > bbe00fb gopls/internal/server: gopls.vulncheck return both vuln report and token > 058d583 gopls/internal/golang: don't apply edits in codeAction/resolve > a721d4c internal/typesinternal: factor out IsPackageLevel > f0ddc4b gopls/internal/analysis: use Cursor.Edge in two analyzers > 80ffd3c internal/astutil/cursor: add Cursor.Edge method > db7fffc go/ast/inspector: separate stack + event types > d648f91 go/ast/inspector: fork ast.Inspect > d68fc51 internal/diff: Merge > 9f450b0 go/analysis/passes/printf: suppress errors for non-const format strings > e426616 godoc,present,refactor: modernize > 8171d94 gopls/internal/analysis/fillstruct: preserve existing formatting > ac81e9f internal/testenv: RedirectStderr: fix race > bce67c4 go/analysis/internal/checker: validate SuggestedFixes > bb0a9cd gopls: remove go.sum files from integration tests > edafbe5 tools: fix typos in docs and comments > 891e3b6 internal/telemetry/cmd/stacks: cmd/compile reopen > 4f1e910 internal/telemetry/cmd/stacks: reopen issues > 114ac82 go/analysis: preparatory cleanups > 1c9f002 internal/gocommand: add openbsd to the set of GOOS to debug > f055343 internal/telemetry/cmd/stacks: divert GitHub changes during testing > 3e68f53 internal/telemetry/cmd/stacks: add GitHub client > 45227b6 internal/modindex: add LookupAll(pkg, names) > 71c7ff3 gopls: report SemanticHighlight for format string directives > 7a015ab internal/gocommand: send SIGQUIT to hanging go commands on posix > fcc9d81 internal/telemetry/cmd/stacks: anchored literals > 684910f internal/telemetry/cmd/stacks: fix distinctStacks > d5cd1f8 gopls: add WorkspaceFiles option > 30bd6fd internal/telemetry/cmd/stacks: move dry run checks down > e4adc38 internal/telemetry/cmd/stacks: remove Issue.predicateText > 8bf2b65 gopls/internal/cache: add more debugging for golang/go# 64235 > 7479e1b internal/telemetry/cmd/stacks: test predicates > 726ba32 internal/telemetry/cmd/stacks: minor tweaks > 9f4a509 gopls/internal/telemetry/cmd/stacks: add dry run flag > 38d0631 gopls/internal/test: update hover test to be tolerant proxy changes > b0164fc gopls/doc/release: add semantic token config change > 96a07bb gopls/internal/settings: include deprecation message in api-json > df4e4ef ssa: fix typo in doc comment for Program.FuncValue > 1261a24 gopls/internal/analysis/modernize: slicesdelete > cab6608 gopls/internal/golang/completion: fix crash adding receiver type params > 32c4665 gopls/internal/golang/completion: avoid crash in comment completion > 85e8b42 gopls/internal/analysis/modernize: omitzero > 344e482 golang/internal/highlight: check idx < len before indexing > 4828981 gopls/internal/telemetry/cmd/stacks: build compiler from root > 3f87563 go/cfg: remove empty goto (without label) from test case > 9d9b0b6 go/packages: use go.dev/issue links in comment > 66ef73e gopls/internal/golang: improve "toggle compiler opt details" > 79cde82 gopls/internal/protocol/command: remove the redundant gopls.test command > 7d99ad7 gopls/internal/highlight: DocumentHighlight for format strings > 4403100 gopls/internal/golang: customize semantic token types and modifiers > c9ef861 gopls/internal/telemetry/cmd/stacks: don't forward GOEXPERIMENT from env > 0933021 go/ssa: remove coretype_test.go > 73a7070 gopls/internal/telemetry/cmd/stacks: paginate issue search > fec8580 gopls/internal/analysis/modernize: replace loop with slices.Contains > ee36e77 gopls/internal/telemetry/cmd/stacks: support cmd/compile > 8a5a6d7 gopls/internal/telemetry/cmd/stacks: refactor report processing to support different programs > 5fef1f2 gopls/internal/telemetry/cmd/stacks: add cmd/compile support to readPCLineTable > 1335f05 gopls/internal/util/frob: Decode: improve panic on empty > 0b95e04 gopls: filter out hints for closed files and make modernizers hints > 8f9869c go/ssa: use NormalTerms > 8912752 gopls/internal/protocol: optimized DocumentURI.Path for MODCACHE > cecec2c go/ssa: add typeset iteration helper > 1501321 gopls/internal/analysis/modernize: fix bug in minmax > b31dda4 gopls/internal/analysis/modernize: fix bug in mapsloop > c1a7fcf go/analysis/passes/printf: extract operation parsing logic into tools/internal/fmtstr > 1b796a9 go/ssa: removing termList type > 6efe0f4 internal/astutil/cursor: Cursor.Ancestors iterator > df3de6a gopls: prepare for mod cache index > ae303ab gopls/internal/analysis/modernize: replace WithCancel with t.Cancel > 60643c0 go/types/typeutil: clarify what inGenericSig applies to > 248b94e go/ast/inspector: treat empty type filter like nil > 6016188 cmd: apply modernizers > f7fb515 internal/analysisinternal: check for interface recievers > b4e093e go/packages: run TestIssue70394 with Go 1.23 > 16f2979 gopls/internal/analysis: unusedvariable > fc2161a internal/analysis/modernize: minmax: don't reduce to y:=min(x, y) > 155dc6e gopls/internal/settings: document why unusedvariable is off > ac8980c gopls/internal/protocol: modernize to use any > 2ad5c90 gopls/internal/settings: set severity=Info for modernizers > 7c7f353 gopls/internal/analysis/hostport: report net.Dial("%s:%d") addresses > 8179c75 internal/analysisinternal: factor useful helper functions > a339e37 gopls/internal/util/persistent: {Map,Set}: use iter.Seq2 > a2408f8 internal/astutil/cursor: Cursor.Children: document invariants > ee69ea2 go/analysis/analysistest: avoid nil panic from an invalid token.Pos bumping k8s.io/apimachinery a8f449e...59e9003: > 59e9003 Merge remote-tracking branch 'origin/master' into release-1.32 > 639247c Drop use of winreadlinkvolume godebug option > 220d7c3 Merge remote-tracking branch 'origin/master' into release-1.32 > c199d3b Revert to go1.22 windows filesystem stdlib behavior > 16af2ff implement unsafe deletion, and wire it > 6ff8305 api: run codegen > ca9b8b2 api: add a new field to meta/v1 DeleteOptions > d941d9f Merge pull request # 128503 from benluddy/cbor-codecs-featuregate > 3b4250f Wire serving codecs to CBOR feature gate. > daaad09 Merge pull request # 128501 from benluddy/watch-cbor-seq > d70754f Merge pull request # 128380 from pohly/log-TODO-logcheck > 8019856 Use application/cbor-seq media type in streaming CBOR responses. > a447138 Merge pull request # 128553 from thockin/master > 230b216 apiserver: avoid TODO in public docs > b5e8106 Merge pull request # 128580 from jpbetz/bump-kube-openapi > 6a84120 Call-site comments: the "" arg to TooLong is unused > fab6771 Merge pull request # 128462 from benluddy/cbor-direct-custom-marshalers > dbd5f43 hack/pin-dependency.sh k8s.io/kube-openapi 32ad38e42d3faf1ce94eb29f4ea6d763339b258e > 44ca070 Clarify that value arg to field.TooLong is unused > 9500acc Merge pull request # 128507 from dims/use-k8s.io/utils/lru-instead-of-github.com/golang/groupcache/lru > d695394 Reject custom marshalers from direct CBOR Marshal and Unmarshal. > 51cdbeb Kill TooLongMaxLength() in favor of TooLong() > cc3132f Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru > f6d2366 Merge pull request # 128481 from carlory/dependencies-ginkgo-gomega > 27a0d27 dependencies: ginkgo v2.21.0, gomega v1.35.1 > cbe039c Merge pull request # 128416 from jpbetz/reset-filter > 53a0379 Add ResetFieldsFilterStrategy > b7e0b16 hack/pin-dependency.sh sigs.k8s.io/structured-merge-diff/v4 v4.4.2 > a25029a Merge pull request # 128456 from benluddy/nondeterministic-response-encoding > c56b207 Merge pull request # 128273 from benluddy/cbor-apply > 42acd35 Allow nondeterministic object encoding in HTTP response bodies. > 769bb80 Support application/apply-patch+cbor in patch requests. > 124c262 Merge pull request # 128243 from benluddy/cbor-dynamic-integration > 74ceb68 Export meta internal version scheme for testing. > 840a63c Add CBOR serializer option to disable JSON transcoding of raw types. > 02c4999 Add WithSerializer option to add serializers to CodecFactory. > 009e863 Use runtime.SerializerInfo in place of internal "serializerType". > cfee475 Merge pull request # 128165 from liggitt/prune-self-require > ba08122 Drop self-referencing replace directives > 51544a5 Merge pull request # 127862 from dinhxuanvu/cbor-fuzz > 8a237ee Merge pull request # 128099 from benluddy/nested-number-as-float64-portability > d143167 Add fuzz test for roundtrip unstructured objects to JSON/CBOR > 0612f08 Make NestedNumberAsFloat64 accuracy test architecture-neutral. > 2b29434 Merge pull request # 125570 from sanchezl/test-additional-types > ee6d966 Merge pull request # 127998 from skitt/golang-x-oct-2024 > 0600781 cover additional types in unstructured roundtrip test > 2561a81 Merge pull request # 127985 from dims/update-moby-runc-dependencies-oct-10 > 68b7185 October 2024 golang.org/x bump > ebca147 Update moby/runc dependencies > ea28d54 Merge pull request # 127942 from liggitt/json123 > 9f62123 Update sigs.k8s.io/json to go1.23 > acfda13 Merge pull request # 127838 from benluddy/unstructured-nested-number-as-float64 > c463db1 Merge pull request # 127822 from benluddy/json-serializer-roundtrip-float64-no-fraction > f0c9bac Add NestedNumberAsFloat64 unstructured field accessor. > 999ccb8 Test concrete type changes in unstructured float64 JSON roundtrips. > 0db5dbf Merge pull request # 127691 from mmorel-35/testifylint/expected-actual@k8s.io/apimachinery > 6240126 fix: enable expected-actual rule from testifylint in module `k8s.io/apimachinery` > dc03077 Merge pull request # 125678 from benluddy/cbor-nondeterministic-encode > 7f7bf11 Merge pull request # 127319 from p0lyn0mial/upstream-define-initial-events-list-blueprint > 2a1df23 Support nondeterministic encode for the CBOR serializer. > c98a9e2 Merge pull request # 126760 from ncdc/ncdc/emeritus > 79b66fa apimachinery/meta/types.go: define InitialEventsListBlueprintAnnotationKey const > f7615f3 Merge pull request # 127366 from thockin/pr-119910-plus-thockin > d9292df Use emeritus_* > c7c91ed Merge pull request # 127435 from sttts/sttts-getmanagedfields-nocopy > d1fb2f4 Make accurate Quantity->float64 be a new method > eec4293 Move ncdc to emeritus > e60d3a5 unstructured: avoid deepcopying managedFields > 6db6128 Improve precision of Quantity.AsApproximateFloat64 > 0fc0110 Merge pull request # 125186 from liyuerich/newserializer > b78556f KEP-4427 : AllowRelaxedDNSSearchValidation (# 127167) > 7312749 drop deprecated json/yaml newSerializers, use json.NewSerializerWithOptions instead > 4e174c5 Merge pull request # 127271 from liggitt/go1.23 > 8e938ee Pin godebug default to go1.23 > f9de914 Update go.mod to go 1.23 > 2465dc5 Merge pull request # 126787 from Jefftree/update-kube-openapi > fbd2664 re-vendor k8s.io/kube-openapi > a8a2284 Merge pull request # 126715 from tklauser/use-go-stdlib-slices > 7e3bacd Use Go standard library slices package instead of k8s.io/utils/strings/slices > 95b7802 Merge pull request # 126231 from seans3/websocket-https-proxy-fix bumping github.com/mailru/easyjson c120ca7...5e854fb: > 5e854fb Merge pull request # 388 from testwill/string > 78171e8 Merge pull request # 396 from SolidShake/fix-null-map-key > 37cdbe9 chore: use ret.String() instead of string(ret.Bytes()) > 907f46a up go version to 1.20 > 3229627 Fix null key in map > a209843 Fix bytesToStr (# 358) > 0e683d5 only default tests > 141f9c7 Merge pull request # 393 from iamtakingiteasy/master > 11c9d7f fix Readme > 8ef38d7 upd test version > 3bd36b7 Make current token kind public and accessible via Lexer.CurrentToken > 605adae Merge pull request # 352 from bulletmys/upd_ci > c2f6bad Merge pull request # 405 from IakovLeven/patch-1 > eecedd1 add simple example to README and upd install cmd > 42b87bf upd readme and delete .travis.yml > d48874a Merge pull request # 381 from niallnsec/master > 46715aa Fix Unmarshaler interface description > e57b4c6 Merge pull request # 338 from MQasimSarfraz/patch-1 > 738f356 fix run-on-arch-action actions > 34d2f3a Only add tags to run command if set > 7653026 Merge pull request # 342 from denis96z/master > 0c17714 Fix type in README.md > 309f1b6 add non amd64 actions > 573107b Copy byte array when unmarshalling RawMessage > e33cca9 fix too many arguments in call to MarshalJSON > 5fd7585 upd github actions > 3c100a7 upd github actions > 7c1e3c1 upd github actions > 4f5f962 add github actions > 52ae641 fix allocs expectations in tests bumping github.com/prometheus/common 0c7b585...280b0e7: > 280b0e7 http_config: Allow customizing TLS config and settings. (# 748) > aea8919 Update common Prometheus files (# 747) > 8d916fa Bump golang.org/x/net from 0.32.0 to 0.33.0 (# 743) > fe88605 Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 (# 744) > 5d9961d Update common Prometheus files (# 742) > 0a89b98 Merge pull request # 740 from dashpole/update_om_links > d88ee1f Remove deprecated sigv4 module (# 737) > e3926e2 update links to openmetrics to reference the v1.0.0 release > c3fdb17 Remove deprecated promlog package (# 738) > cf5f48f Change default validation scheme to UTF8Validation (# 724) > 7b484e9 Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (# 732) > 05e3c40 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (# 731) > a0ef737 Bump golang.org/x/net from 0.30.0 to 0.32.0 (# 736) > f99f029 Update common Prometheus files (# 726) > b88f24c promslog: always lowercase log level from CLI (# 728) > 2c3c048 Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 (# 730) > ec7291f Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /assets (# 729) > 145b50a fix(promslog): always use UTC for time (# 735) > 39a62f7 fix: values escaping bugs (# 727) > 7ed4523 Allow custom user-agent definition (# 725) > e25286d Update common Prometheus files (# 722) > b83ece4 Mark promlog deprecated (# 720) > 8675cd9 Update common Prometheus files (# 721) > c971f56 setup dependabot for `github.com/prometheus/common/assets` (# 719) > 34874f2 Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (# 711) > ab95209 chore: use testify instead of testing.Fatal (# 718) > 937c5b5 chore: enable perfsprint linter (# 717) > 28e4459 Bump golang.org/x/net from 0.29.0 to 0.30.0 (# 712) > b424bae Update common Prometheus files (# 714) > ee5cc87 Provide a way to get UserAgent (# 716) > 6ad2990 Mark sigv4 deprecated (# 715) > 653e0fa Update common Prometheus files (# 701) > 0d2e2e5 Reload certificates even when no CA is used (# 707) > a9d2e3f Merge pull request # 705 from roidelapluie/sourcefile > dae848d Update supported Go versions (# 700) > fdc50c7 promslog: Only log basename, not full path > 63ff77e Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (# 698) > b7aa68c Bump golang.org/x/net from 0.28.0 to 0.29.0 (# 699) > 4e3a6fd feat: add `promslog.NewNopLogger()` convenience func (# 697) > d66e745 promslog: use UTC timestamps for go-kit log style (# 696) > 14bac55 Merge pull request # 695 from prometheus/repo_sync > 40d6251 Merge pull request # 694 from jkroepke/slog/writer > 8bc4cd5 Update common Prometheus files > fa21dfd Update common Prometheus files (# 692) > 5f9af24 slog: expose io.Writer > be8a747 fix(utf8): Fix multiple metric name inside braces validation (# 691) > bf4843e Merge pull request # 690 from ywwg/owilliams/default-escaping > 4f8e8f4 expfmt: Add WithEscapingScheme to help construct Formats (# 688) > 01da226 Change the default escape method to UnderscoreEscaping > b1880d0 Merge pull request # 687 from roidelapluie/checkheader > 06c2425 Bump golang.org/x/net from 0.27.0 to 0.28.0 (# 685) > 334963d Change the logic for SetDirectory > 4606c0a Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 (# 684) > d64a747 Remove secret file existence check in Validate for headers > d98411b Merge pull request # 683 from tjhop/docs/promslog-README > 9bbc9cb Merge pull request # 677 from tjhop/feat/add-promslog-pkg > 76549db docs: mention new promslog package in package list in README > 6623230 Provide a method for explicitly checking label names for legacy validity. (# 682) > 6ea2584 feat: new promslog and promslog/flag packages to wrap log/slog > 19d0796 Merge pull request # 681 from prometheus/repo_sync > 8968b6c expfmt: Add UTF-8 syntax support in text_parse.go (# 670) > 29a2d2c Update common Prometheus files > cd4bcc0 Update golangci lint (# 679) > 2cac84e Update client_golang (# 676) > 79c0459 Merge pull request # 675 from dswarbrick/fix-32bit-overflows > 1dade5b sigv4: support nil body (# 673) > 008d7b8 Fix overflows of untyped int constants on 32-bit > 430dbfe Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.5 in /sigv4 (# 671) > d235298 Update common Prometheus files (# 674) > 3f9e4f8 Merge pull request # 672 from prometheus/repo_sync > a3eaa75 Merge pull request # 668 from ywwg/owilliams/param > 6eac2f4 Update common Prometheus files > 0b924af Bump golang.org/x/net from 0.26.0 to 0.27.0 (# 667) > a9acdc7 use basic string in IsValidLegacyMetricName > 4cf22c5 Merge pull request # 665 from prometheus/superq/revert_unexport > 1d53a04 Update common Prometheus files (# 664) > c3e8247 Deprecate format strings > 8e3075b Bump github.com/aws/aws-sdk-go from 1.54.7 to 1.54.11 in /sigv4 (# 661) > 279f076 Revert "Unexport Format strings" > 3e6afe2 remove dependency to github.com/prometheus/client_golang in sigv4 > 8742f09 Merge pull request # 647 from multani/fix-oauth2-secret-file-refresh > 249682f Don't always fetch a OAuth2 token, if the secret from a file didn't change bumping golang.org/x/time 5d9ef58...2c6c5a2: > 2c6c5a2 rate: prevent overflows when calculating durationFromTokens > 1ce61fe rate: make function comment match function name > 3846194 README: don't recommend go get > 772484e x/time/rate: correctly handle 0 limits bumping k8s.io/utils 18e509b...24370be: > 24370be [Fake clock] Make Stop / Reset return false if Timer stopped (# 320) > 6fe5fd8 Merge pull request # 319 from dims/add-lock-unlock-in-SetEvictionFunc > 3ea5e8c Merge pull request # 318 from dims/add-a-helper-method-to-set-eviction-function-after-construction > 7a270de Add lock/unlock in SetEvictionFunc > 49e7df5 Merge pull request # 296 from skitt/deprecate-minmax > 7edc6f1 Add a helper method to set eviction function after construction > 702e33f Merge pull request # 317 from gibizer/revert-stdlib-slices > 3abbf95 Deprecate integer min/max functions > f90d014 Merge pull request # 315 from tklauser/deprecated-strings-slices > 8866f61 Revert "Deprecate strings/slices functions covered by stdlib slices" > 4965b0f Deprecate strings/slices functions covered by stdlib slices bumping k8s.io/api e45474d...78094a6: > 78094a6 Update dependencies to v0.32.2 tag > 25d8df3 Merge pull request # 129544 from pohly/automated-cherry-pick-of-# 129543-origin-release-1.32 > 5b9e013 DRA API: bump maximum size of ReservedFor to 256 > b0543a3 Merge remote-tracking branch 'origin/master' into release-1.32 > f6bae9a Drop use of winreadlinkvolume godebug option > ea815d5 Merge remote-tracking branch 'origin/master' into release-1.32 > c331a79 Revert to go1.22 windows filesystem stdlib behavior > f8e5e36 Merge pull request # 128407 from ndixita/pod-level-resources > 84e0db8 Merge pull request # 127857 from Jefftree/cle-v1alpha2 > 59e28a2 Generated files and compatability data from API changes > cbaf5a0 Merge pull request # 128686 from thockin/take_over_pr-125233 > fe602ca generated > 0e93f35 API changes for Pod Level Resources > a503a4f Merge pull request # 128687 from tallclair/allocated-status > 4063a68 Add missing comments in k8s.io/api/core/v1 > fac8edb v1alpha2 LeaseCandidate API > 3f43b5a Merge pull request # 128240 from LionelJouin/KEP-4817 > 5c8b57b Fix AllocatedResources feature gate annotation > 0869e9d Merge pull request # 127513 from tkashem/delete-undecryptable > 6d5d359 [KEP-4817] make update > 789a813 Merge pull request # 128247 from mattcary/autodelete-ga > 37e6a0f api: run codegen > 2682ef5 [KEP-4817] Add limits on conditions and IPs + fix documentation > 685b65d Merge pull request # 127360 from knight42/feat/split-stdout-stderr-server-side > e2345ac Promote StatefulSetAutoDeletePVC to stable for 1.32. > b77ba70 [KEP-4817] make update > 612908a Merge pull request # 128658 from stlaz/ctb_alpha_extend > ce43056 chore: update generated code > 9cf8216 [KEP-4817] Update to v1beta1 > e3d7188 make update > f5f6291 feat(api): add field stream to PodLogOptions > 4906416 [KEP-4817] Rename Addresses to IPs > 092396f move CTB alpha deprecation 2 releases > f49b1f6 [KEP-4817] Fixes based on review > 4772861 Merge pull request # 128601 from pohly/dra-api-opaque-parameters-length-limit > 10835c5 [KEP-4817] Remove pointer on Data, InterfaceName and HWAddress fields > 459b3bf Merge pull request # 124074 from carlory/clean-100001 > 24915e6 DRA API: add maximum length of opaque parameters > 46ba30d [KEP-4817] API, validation and feature-gate > 21783c0 Merge pull request # 124918 from SergeyKanzhelev/commentIgnoringBadStatuses > efdeb32 fix description for PersistentVolumeSource and VolumeSource > d0b03b7 Merge pull request # 127511 from pohly/dra-1.32-api > ec01ced generated files > 844328b DRA API: rename DeviceCapacity.Quantity to DeviceCapacity.Value > c6b73b3 added a comment that statuses lists are not being validated > efa5c37 DRA API: use DeviceCapacity struct instead of plain Quantity > 7b908e3 DRA API: generated files > 54ca1b5 DRA API: register v1beta1 > 14de824 DRA API: update lifecyle meta data > 239a7ed DRA API: search/replace v1alpha3 -> v1beta1 > 6e2a63b DRA API: verbatim copy of v1alpha3 -> v1beta1 > c26e6f2 DRA API: enhance validation testing > 165f3f1 DRA API: fix some comments > 1a9f852 Merge pull request # 128266 from AnishShah/resize-subresource > 5dab122 client-go: rename Resize to UpdateResize > 887a747 api: generate client code for resize subresource > 1ddf895 Merge pull request # 128580 from jpbetz/bump-kube-openapi > 6b396ee Merge pull request # 127134 from jpbetz/mutating-admission > ff9b850 hack/pin-dependency.sh k8s.io/kube-openapi 32ad38e42d3faf1ce94eb29f4ea6d763339b258e > f8a03b7 Merge pull request # 126862 from carlory/HPAContainerMetrics > 784a505 generate code > 433e4b6 Merge pull request # 128396 from ritazh/deprecate-EnforceMountableSecretsAnnotation > 257928e Remove generally available feature gate HPAContainerMetrics > b845441 Add MutatingAdmissionPolicy API > 4b3ef36 Merge pull request # 127981 from jsafrane/selinux-changepolicy > 0b5b1f3 deprecate EnforceMountableSecretsAnnotation in 1.32 > a653b0a Merge pull request # 128507 from dims/use-k8s.io/utils/lru-instead-of-github.com/golang/groupcache/lru > 94ead2c Regenerated API > 670c3bb Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru > 2aab976 Introduce SELinuxChangePolicy > 6e61ea0 Merge pull request # 128481 from carlory/dependencies-ginkgo-gomega > b2a9832 dependencies: ginkgo v2.21.0, gomega v1.35.1 > 23d2de5 Merge pull request # 128416 from jpbetz/reset-filter > 6dca434 hack/pin-dependency.sh sigs.k8s.io/structured-merge-diff/v4 v4.4.2 > 271c79c Merge pull request # 127266 from pohly/dra-admin-access-in-status > 83984c0 DRA: treat AdminAccess as a new feature gated field > 42cd986 DRA admin access: add feature gate > a92a267 DRA API: AdminAccess in DeviceRequestAllocationResult > 9e599fa Merge pull request # 128299 from SergeyKanzhelev/updateDHS > 6e9c7c8 Merge pull request # 128101 from pohly/dra-api-cel-cost-limit > 87f586b regenerate files > b911f66 Merge pull request # 128336 from soltysh/cronjob_timestamp_stable > a55f410 DRA cel: enforce runtime limit by default again > 6a365ee update device health status comments > fed59ee Promote job creation timestamp annotation to stable > 659a4e4 DRA API: implement CEL cost limit > dac1d89 Merge pull request # 128244 from gnufied/fix-fsgroup-behaviour > eca7a28 Merge pull request # 126955 from tallclair/cleanup > aa41bf3 Apply fsGroup when accessMode is ReadWriteOncePod > aef9cfe Merge pull request # 126508 from googs1025/fix_typo > 6d975e4 Remove corev1.Binding deprecation message > 2be23f6 Merge pull request # 128165 from liggitt/prune-self-require > 87acb39 fix comment in core/v1 package > 8f28966 Merge pull request # 128003 from pohly/dra-classic-dra-removal > 1cad93f Drop self-referencing replace directives > 8f5147e Merge pull request # 127402 from mimowo/managed-by-beta-update > 865f567 DRA: remove "classic DRA" > dcc0be0 Merge pull request # 122867 from oilbeater/patch-1 > 59ba9ea Graduate JobManagedBy to Beta in 1.32 > a432ebe Merge pull request # 127998 from skitt/golang-x-oct-2024 > 38b7f74 fix broken links > b2e7d73 Merge pull request # 127985 from dims/update-moby-runc-dependencies-oct-10 > ef33a69 October 2024 golang.org/x bump > af94f16 Update moby/runc dependencies > 9b59401 Merge pull request # 127942 from liggitt/json123 > 9942c89 Update sigs.k8s.io/json to go1.23 > f2b3dfa Merge pull request # 127876 from aojea/k8s_api > d83f134 remove unnecessary dependency on k8s.io/api > 5c8e0b9 Merge pull request # 127664 from ebblake/typofix > 3de15a6 docs: typo fix in VolumeAttachments > 71385f0 Merge pull request # 126760 from ncdc/ncdc/emeritus > e14a61a Merge pull request # 126977 from aaron-prindle/compat-version-132 > 9ccd881 Use emeritus_* > f57f3ce chore: bump DefaultKubeBinaryVersion to 1.32, make 1.32 CEL changes, fix int tests to handle 1 version off API deprecation, and fix prerelease-lifecycle-gen for # of APIs > 6dd7b52 Move ncdc to emeritus > 9dc1a95 Merge pull request # 127271 from liggitt/go1.23 > 1e79482 Pin godebug default to go1.23 > 93ea1cf Update go.mod to go 1.23 > 4219046 Merge pull request # 127117 from robert-cronin/fix/traffic-distribution-comment > 0bda2b2 Update TrafficDistribution comment to reflect graduated beta status in v1.31 > 6c684f9 Update TrafficDistribution comment to reflect graduated beta status in v1.31 > 2ed5b3f Merge pull request # 126940 from pohly/dra-1.31-api-comments > 2ab66df Merge pull request # 127006 from deads2k/clarify-local-ref > 56b18fa DRA API: update some comments > 91507bf generated > 1aa9f66 clarify that new usages of generic *Reference structs are discouraged > 7ac1f76 Merge pull request # 126787 from Jefftree/update-kube-openapi > 0d659a2 re-vendor k8s.io/kube-openapi > 0a3fbba Merge pull request # 126749 from thockin/master > e893bb9 fix v1a3 ResourceSliceList metadata field name > 5b597d2 Merge pull request # 126673 from SataQiu/v1.31.0-api-testdata > 2eb892c Merge pull request # 126482 from LionelJouin/fix-dra-comment > 5eb7d74 Remove v1.29.0 API testdata > 42ff139 Merge pull request # 126545 from yangjunmyfm192085/updatepersistentVolumeClaimRetentionPolicy > d14dfa6 DRA: Fix ResourceClaimTemplateSpec comment > 37e89a9 Add v1.31.0 API testdata > 41aad2d Updated incorrect description of persistentVolumeClaimRetentionPolicy > fb1fc30 Merge pull request # 124012 from Jefftree/le-controller > cbb97a5 update codegen and openapi bumping knative.dev/pkg c8bea7c...ae2c6bc: > ae2c6bc Bump K8s min version to v1.31 (# 3149) bumping golang.org/x/net 8da7ed1...df97a48: > df97a48 go.mod: update golang.org/x dependencies > 2dab271 route: treat short sockaddr lengths as unspecified > b914489 internal/http3: refactor in prep for sharing transport/server code > ebd23f8 route: fix parsing network address of length zero > 938a9fb internal/http3: add request/response body transfer > 145b2d7 internal/http3: add RoundTrip > 5bda71a internal/http3: define connection and stream error types > 3c1185a internal/http3: return error on mid-frame EOF > a6c2c7f http2, internal/httpcommon: factor out common request header logic for h2/h3 > c72e89d internal/http3: QPACK encoding and decoding > 93c1957 internal/http3: add Transport and ClientConn > 45432b5 internal/socket, webdav: use testing.T.TempDir > 56691ee quic: don't return EOF from ReadByte when we have a byte > 7ad0ebf internal/http3: qpack wire primitives > f6b2e53 internal/http3: basic stream read/write operations > 78717f9 internal/http3: error codes > 84b528b internal/http3: new package > 445eead http2: encode :protocol pseudo-header before regular headers > 5566b43 quic: add the ability to create an endpoint with a fake network > 97dd44e http2, internal/gate: move Gate type to an internal package > 35e1007 quic, internal/quic/quicwire: split wire encode/decode functions to new package > 0a5dcdd http2: disable extended CONNECT by default > 03179ce quic: report error string when peer closes connection > 4428704 quic: surface connection errors in stream methods > dc3b8a8 quic: return error from Stream.Flush > 2e60102 quic, internal/testcert: move test cert to internal package bumping google.golang.org/genproto/googleapis/api 19429a9...e9438ea: > e9438ea chore(all): auto-regenerate .pb.go files (# 1187) > 7023788 chore(all): auto-regenerate .pb.go files (# 1186) > 29210b9 chore(all): update all (# 1185) > 65684f5 chore(all): auto-regenerate .pb.go files (# 1184) > 138b5a5 chore(all): update all (# 1183) > 1a7da9e chore(all): update all (# 1182) > 5f5ef82 chore(all): update all (# 1181) > 6982302 chore: bump to min Go to 1.22 (# 1180) > 26aa7a2 chore(all): update all (# 1178) > 3abc09e chore(all): update all (# 1177) > 6b3ec00 fix: update golang.org/x/net to v0.33.0 (# 1176) > bd15449 chore(all): auto-regenerate .pb.go files (# 1175) > 9240e9c chore(all): update all (# 1174) > e6fa225 chore(all): update all (# 1173) > a4fef06 chore(all): auto-regenerate .pb.go files (# 1172) bumping k8s.io/client-go 4b5b7fa...86ff7a1: > 86ff7a1 Update dependencies to v0.32.2 tag > 4765ade Merge remote-tracking branch 'origin/master' into release-1.32 > 692a511 Drop use of winreadlinkvolume godebug option > 9df5099 Merge remote-tracking branch 'origin/master' into release-1.32 > 120beb2 Revert to go1.22 windows filesystem stdlib behavior > 55d23e2 Align fake client-go clients with the main interface > 646e79b Run codegen > c475fe0 Generify fake clientsets > 955401c Merge pull request # 128407 from ndixita/pod-level-resources > eddb107 Merge pull request # 127857 from Jefftree/cle-v1alpha2 > 77d9809 Generated files and compatability data from API changes > ef8b7aa generated > bf1a6ee v1alpha2 LeaseCandidate API > ec12655 Merge pull request # 128240 from LionelJouin/KEP-4817 > fcfb2ba Merge pull request # 127513 from tkashem/delete-undecryptable > fba42f0 [KEP-4817] make update > fe3db7f Merge pull request # 128681 from soltysh/client-go_port_forward_reset > e132ac2 handle watch for unsafe delete > bfbe175 [KEP-4817] make update > 2d3b1e2 Merge pull request # 128356 from lauralorenz/crashloopbackoff-maintain10minuterecoverythreshold > bf41455 Clean error handling in port-forward > 95fc3d7 api: run codegen > c57e0a8 Merge pull request # 128641 from benluddy/e2e-cbor-client-compat > ab2cdce Maintain 10 minute recovery threshold for container backoff > d6404c8 fix: draining remote stream after port-forward connection broken > 4953761 Fix content type fallback when a client defaults to CBOR. > c57dbd8 Merge pull request # 128503 from benluddy/cbor-codecs-featuregate > 334e307 Wire serving codecs to CBOR feature gate. > 2d5ed6f Merge pull request # 128501 from benluddy/watch-cbor-seq > 10c2fdb Use application/cbor-seq media type in streaming CBOR responses. > ae04abd Merge pull request # 127511 from pohly/dra-1.32-api > 4e05c62 DRA API: rename DeviceCapacity.Quantity to DeviceCapacity.Value > f65974c DRA API: use DeviceCapacity struct instead of plain Quantity > 98e4506 DRA API: generated files > e6df85f Merge pull request # 128266 from AnishShah/resize-subresource > db23975 client-go: rename Resize to UpdateResize > 951bba3 update codegen > fc589c2 api: generate client code for resize subresource > 9d76eb1 Merge pull request # 128539 from benluddy/cbor-feature-gates > c1010ff Merge pull request # 128580 from jpbetz/bump-kube-openapi > 8cb2167 Add CBOR feature gates. > 6d45801 Merge pull request # 127134 from jpbetz/mutating-admission > 48c6947 hack/pin-dependency.sh k8s.io/kube-openapi 32ad38e42d3faf1ce94eb29f4ea6d763339b258e > 3fc0d17 Merge pull request # 128396 from ritazh/deprecate-EnforceMountableSecretsAnnotation > b5002f1 Update OpenAPI and fix openAPI tests to handle unexported jsonreferences > f6b6807 Merge pull request # 128552 from aojea/package_kubernete_test > f77b399 deprecate EnforceMountableSecretsAnnotation in 1.32 > 5295d25 generate code > 1f96e45 fix package name > 3a26884 Merge pull request # 128547 from aojea/rest_watch > be38ea1 Merge pull request # 127981 from jsafrane/selinux-changepolicy > d69191c rest client watch: use same name for package as folder > 2ff8874 Merge pull request # 128507 from dims/use-k8s.io/utils/lru-instead-of-github.com/golang/groupcache/lru > f0b2234 Regenerated API > 6c84382 Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru > 6755414 Merge pull request # 128497 from benluddy/cbor-request-contenttype-circuit-breaker > b3f6ede Merge pull request # 127743 from googs1025/cleanup/leaderelection > 15af21a Fall back to JSON request encoding after CBOR 415. > d680385 Merge pull request # 128481 from carlory/dependencies-ginkgo-gomega > 1b8aded chore(leader-election): modify leader-election comment to OnStoppedLeading callback is always called when the LeaderElector exits, even if it did not start leading. > d99919f dependencies: ginkgo v2.21.0, gomega v1.35.1 > c5d71b2 Merge pull request # 128416 from jpbetz/reset-filter > 10f4596 hack/pin-dependency.sh sigs.k8s.io/structured-merge-diff/v4 v4.4.2 > 6ba2fc7 Merge pull request # 128273 from benluddy/cbor-apply > d7104c6 Merge pull request # 127266 from pohly/dra-admin-access-in-status > b0bd1f5 Regenerate clients to support application/apply-patch+cbor. > d86bbae DRA: treat AdminAccess as a new feature gated field > cff5621 Support application/apply-patch+cbor in patch requests. > d321931 DRA API: AdminAccess in DeviceRequestAllocationResult > a887e57 Merge pull request # 128323 from benluddy/cbor-client-gen > 886262a Update vendor (client now calls ParseAccept from goautoneg). > c957b59 Wire client feature gates affecting RESTClient content config. > 9d19c65 Update generated clients. > d8fc5bb Make generated client codecs support CBOR based on feature gate. > 3dc7fd5 Merge pull request # 128243 from benluddy/cbor-dynamic-integration > abe0e99 Merge pull request # 125314 from enj/enj/i/proto_for_core > 1cca19d Add test-only client feature gates for CBOR. > 86e81b0 Generated > 6f44458 Use protobuf for core clients > 1647efd client-go/rest: move content type wiring from client to request > c5146a9 Merge pull request # 126697 from fedebongio/patch-1 > f05f3ca Merge pull request # 125516 from ComingCL/master > 65ed08a Update OWNERS > 23900f4 Merge pull request # 128165 from liggitt/prune-self-require > de60f3c fix typo errors in client-go rest package > 29ce700 Update staging/src/k8s.io/client-go/tools/leaderelection/OWNERS > 6a276b2 Merge pull request # 128003 from pohly/dra-classic-dra-removal > 607869c Drop self-referencing replace directives > 3c2f081 Update OWNERS > d366fa7 DRA: remove "classic DRA" > 2359365 Merge pull request # 128064 from dims/update-to-last-versions-of-some-very-infrequently-updated-repos > 43e9ea4 Merge pull request # 124059 from benluddy/dynamic-client-negotiation > e4db112 Update to last versions of some very infrequently updated repos > ee51eaf Use content negotiation in the dynamic client. > c38ce11 Merge pull request # 127812 from p0lyn0mial/upstream-decode-list-blueprint > 9cff3e4 Merge pull request # 128035 from alexanderstephan/export-reflector > d274c7b client-go/rest/request: decodes initialEventsListBlueprint for watchlist requests > ce42c29 Make getter names for reflector fields idiomatic > 64f5574 Merge pull request # 127998 from skitt/golang-x-oct-2024 > 2717ef6 Merge pull request # 127985 from dims/update-moby-runc-dependencies-oct-10 > 9f84a0d October 2024 golang.org/x bump > 6b8f524 Update moby/runc dependencies > d13452a Merge pull request # 127485 from seans3/websocket-upgrade-error-info > 3cd3050 Upgrade websocket failure add extra error info > cd6681f Merge pull request # 127942 from liggitt/json123 > bbcb9ac Update sigs.k8s.io/json to go1.23 > cae7305 Merge pull request # 127944 from antoninbas/use-generics-for-delaying-queue-waitFor > ba20fca Merge pull request # 127663 from alexanderstephan/export-reflector > 3c28f81 Use generics for waitFor (delaying workqueue) in client-go > 0dfea60 Merge pull request # 127710 from alvaroaleman/document > 146d03f Export name and typeDescription members of reflector struct > 5fceb99 Merge pull request # 127635 from antoninbas/use-generics-for-queue-metrics > 7416b2e RestCfg: Add godocs on how to disable ratelimiting > 5b31113 Use generics for workqueue metrics > ca4a13f Merge pull request # 127827 from skitt/client-go-obsolete-plugins > 105983d client-go: remove obsolete auth plugins from examples > 3ecd72c Merge pull request # 127099 from jpbetz/object-selectors-ga > 415a0d6 Merge pull request # 127765 from alvaroaleman/fix > 1d3f0e5 Add dynamic informers tests for field and label selectors > 71640ef Fix accidental breaking change in TypedNewDelayingQueue > 4609339 Merge pull request # 127689 from mmorel-35/testifylint/expected-actual@k8s.io/client-go > ea4f3d0 Merge pull request # 127682 from mmorel-35/testifylint/nil-compare@k8s.io/client-go > 9d7f486 fix: enable expected-actual rule from testifylint in module `k8s.io/client-go` > 2d7a47c Merge pull request # 126764 from liggitt/mergo > 84137c2 fix: enable error-nil and nil-compare rules from testifylint in module `k8s.io/client-go` > e2b5fa7 Merge pull request # 127535 from mmorel-35/testifylint/contains@k8s.io/client-go > 1b9b709 Update vendor > 374753a Merge pull request # 127539 from mmorel-35/testifylint/error-is-as@k8s.io/client-go > c2ecdf4 fix: enable contains rule from testifylint in module `k8s.io/client-go` > a398951 Implement limited merge function > dfbc1c7 Merge pull request # 125917 from skitt/drop-auth-path-kubernetes-auth > baf58c3 fix: enable error-is-as rule from testifylint in module `k8s.io/client-go` > 56b7eaf Narrow merge interface to merging the same types > d79bc28 Merge pull request # 127466 from guozheng-shen/fix-return > e996fa7 Drop references to auth-path and kubernetes_auth > b3dca7e Isolate mergo use, add test coverage and error checking > 5395fd1 adds watchListEndpointRestrictions for watchlist requests (# 126996) > 4d28b83 endpointsLeasesResourceLock and configMapsLeasesResourceLock are removed too > def003b Merge pull request # 127573 from benluddy/dynamic-golden-response-test > 08c6c31 Add test for unintended changes to dynamic client response handling. > fcb1b60 Merge pull request # 127527 from mmorel-35/testifylint/compares@k8s.io/client-go > 290f054 fix: enable compares rule from testifylint in module > 8887e59 Merge pull request # 126760 from ncdc/ncdc/emeritus > 40a93af Merge pull request # 127422 from srivastav-abhishek/go-vet-fix > da3ab4e Move ncdc to emeritus > 4f57ad3 Merge pull request # 127388 from p0lyn0mial/upstream-watchlist-meta-client > 7141d01 Fix Go vet errors for master golang > b42d55b client-go/metadata: use watchlist > 892e9b8 client-go/metadata: add watchlist method > 68a23b8 client-go/metadata: refactor List method > fb6ca04 Merge pull request # 125186 from liyuerich/newserializer > 53c7e93 Merge pull request # 126999 from pohly/log-client-go-rest-body > 68d318f drop deprecated json/yaml newSerializers, use json.NewSerializerWithOptions instead > c5e16f8 Merge pull request # 127271 from liggitt/go1.23 > 3d02d42 client-go/rest: contextual logging of request/response > 1431fe0 Pin godebug default to go1.23 > 9daa93c Update go.mod to go 1.23 > 8d0bbdf Merge pull request # 126809 from ryantxu/fix-client-get-list > 51f5488 Merge pull request # 115834 from stlaz/remote-uid > fae3dcd avoid panic when subresource is a list > 9dd4d6e client-go: add the UID to the auth-proxy roundtripper > 4fca708 Merge pull request # 127011 from jpbetz/format-only-imports > 2b73540 generate > bc8a8ba Merge pull request # 127035 from alvaroaleman/rename-TypedNewDelayingQueue > c311da2 Rename TypedNewDelayingQueue to NewTypedDelayingQueue > 388eba6 Merge pull request # 127023 from aimuz/fix-lead > 6c241d5 Merge pull request # 127001 from skitt/applyconfiguration-gen-ambiguous > 4379fad leaderelection: replace deprecated wait.PollImmediateUntil with wait.PollUntilContextTimeout > d50e2a9 Merge pull request # 126265 from tnqn/fix-watch-error > d7a6826 Run codegen > 9db830e Merge pull request # 126727 from jpbetz/fix-fake-apply-name > 009514e Enrich the error returned from Request.Watch method > c795125 Merge pull request # 126954 from deads2k/retry-http2 > 86c9611 Use Fatalf for non-recoverable errors in test > 0b9a7d2 Merge pull request # 124747 from l-technicore/update_event_spam_key > d69e298 automatically retry GET requests when http2 connection lost > 908d899 Stamp fake client apply reuqests with name from action > dec9eaa Merge pull request # 126787 from Jefftree/update-kube-openapi > aa6ed1b Updating event spam key to allow recording of more unique events > 4696521 Merge pull request # 126716 from stlaz/tlscachekey_comparable > aa547ee re-vendor k8s.io/kube-openapi > 79827ce Merge pull request # 126038 from mprahl/retry-watcher-forbidden > d63a65f ensure tlsCacheKey is strictly comparable to avoid runtime panics > 78c1586 Merge pull request # 126655 from tklauser/log-spelling-fix > 2176e80 Stop the RetryWatcher when failing due to permissions issue > 690fd52 Merge pull request # 126545 from yangjunmyfm192085/updatepersistentVolumeClaimRetentionPolicy > ae43527 client-go: fix typo in leaderelection error log message > 1a951c2 Updated incorrect description of persistentVolumeClaimRetentionPolicy > 71959c5 Merge pull request # 126405 from sttts/sttts-sync-informerfactory-start > b6f7bdf informers: add comment that Start does not block bumping golang.org/x/oauth2 22134a4...b9c813b: > b9c813b google: add warning about externally-provided credentials > 49a531d all: make method and struct comments match the names Signed-off-by: Knative Automation <automation@knative.team> |
|
|
525d9e6e24
|
upgrade to latest dependencies (#923)
bumping google.golang.org/protobuf 259e665...f09e239: > f09e239 all: release v1.36.5 > ab9efaa protogen: fix name mangling for fields with identical GoCamelCase > e677ef9 all: remove weak field support > 89b5638 all: start v1.36.4-devel bumping golang.org/x/sync 913fb63...fe3591b: > fe3591b sync/errgroup: improve documentation for semaphore limit behavior bumping knative.dev/pkg f62a97f...c8bea7c: > c8bea7c Bump golang.org/x/sync from 0.10.0 to 0.11.0 (# 3147) > 99d475b Bump google.golang.org/protobuf from 1.36.4 to 1.36.5 (# 3148) > 36226ee Update Knative injection-gen to use gengov2 (# 3146) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
41aa68a551
|
upgrade to latest dependencies (#921)
bumping knative.dev/pkg c43477f...efddeac: > efddeac Update community files (# 3143) > e5aa25f Bump google.golang.org/grpc from 1.69.4 to 1.70.0 (# 3142) > 7fca699 Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (# 3141) > dcf1593 Update community files (# 3140) > 3386f37 Bump google.golang.org/protobuf from 1.36.2 to 1.36.3 (# 3139) > 1ca59d1 Bump google.golang.org/grpc from 1.69.2 to 1.69.4 (# 3138) > a37a847 drop use of code-generator/generate-groups.sh (# 3136) bumping golang.org/x/oauth2 3e64809...22134a4: > 22134a4 README: don't recommend go get bumping google.golang.org/genproto/googleapis/api 796eee8...19429a9: > 19429a9 chore(all): update all (# 1171) > e639e21 chore(all): update all (# 1170) > 65e8d21 Fix: GitHub workflow script injection (# 1169) > e0fbfb7 chore(all): update all (# 1168) > dd2ea8e chore(all): update all (# 1166) > 324edc3 chore(all): update all (# 1165) bumping google.golang.org/protobuf 12c6ebd...259e665: > 259e665 all: release v1.36.4 > 5f93d99 internal_gengo: avoid allocations in rawDescGZIP() accessors > 2005adb reflect/protodesc: fix panic when working with dynamicpb > aee8a9c internal_gengo: switch back from string literal to hex byte slice > 0c3cc2f internal_gengo: use unsafe.StringData() to avoid a descriptor copy > cc8d1c2 internal_gengo: store raw descriptor in .rodata section > 132f042 all: start v1.36.3-devel > 54ef969 all: release v1.36.3 > 7cbd915 reflect/protodesc: fix panic when working with dynamicpb > 2f60868 proto: add example for GetExtension, SetExtension > de043b9 runtime/protolazy: replace internal doc link with external link > 42e0fa9 all: split flags.ProtoLegacyWeak out of flags.ProtoLegacy > 5fee2a7 internal/impl: remove unused exporter parameter > 84924f7 internal/impl: switch to reflect.Value.IsZero > fe8430d cmd/protoc-gen-go: remove json struct tags from unexported fields > 84f7738 internal/impl: clean up unneeded Go<1.12 MapRange() alternative > 9acc8f2 types/dynamicpb: switch atomicExtFiles to atomic.Uint64 type > ad89419 all: start v1.36.2-devel bumping knative.dev/hack c142b48...5f7f0f5: > 5f7f0f5 Update community files (# 412) > b38a2ca Update community files (# 411) bumping google.golang.org/genproto/googleapis/rpc 796eee8...19429a9: > 19429a9 chore(all): update all (# 1171) > e639e21 chore(all): update all (# 1170) > 65e8d21 Fix: GitHub workflow script injection (# 1169) > e0fbfb7 chore(all): update all (# 1168) > dd2ea8e chore(all): update all (# 1166) > 324edc3 chore(all): update all (# 1165) bumping google.golang.org/grpc b615b35...98a0092: > 98a0092 Change version to 1.70.0 (# 7984) > bf380de Cherrypick # 7998, # 8011, # 8010 into 1.70.x (# 8028) > 54b3eb9 experimental/credentials: Add credentials that don't enforce ALPN (# 7980) (# 8012) > 62b9185 clustetresolver: Copy endpoints.Addresses slice from DNS updates to avoid data races (# 7991) (# 8004) > 724f450 examples/features/csm_observability: use helloworld client and server instead of echo client and server (# 7945) > e8d5feb rbac: add method name to :path in headers (# 7965) > e912015 cleanup: Fix usages of non-constant format strings (# 7959) > 681334a cleanup: replace dial with newclient (# 7943) > 063d352 internal/resolver: introduce a new resolver to handle target URI and proxy address resolution (# 7857) > 10c7e13 outlierdetection: Support health listener for ejection updates (# 7908) > bce0535 test: Add a test for decompression exceeding max receive message size (# 7938) > f32168c envconfig: enable xDS client fallback by default (# 7949) > e957825 test: Workaround slow SRV lookups in flaking test (# 7957) > e5a4eb0 deps: update crypto dependency to resolve CVE-2024-45337 (# 7956) > 56a14ba cleanup: replace dial with newclient (# 7920) > b3bdacb test: switching to stubserver in tests instead of testservice (# 7925) > e8055ea grpcs: update `WithContextDialer` documentation to include using passthrough resolver (# 7916) > d0716f9 examples/features/csm_observability: Make CSM Observability example server listen on an IPV4 address (# 7933) > cc161de xds: Add support for multiple addresses per endpoint (# 7858) > 3f76275 xdsclient: stop caching xdsChannels for potential reuse, after all references are released (# 7924) > 7ee073d experimental/stats: re-add type aliases for migration (# 7929) > 38a8b9a health, grpc: Deliver health service updates through the health listener (# 7900) > c1b6b37 Update README.md (# 7921) > e4d084a examples: replace printf with print for log message in gracefulstop (# 7917) > b1f70ce test: replace grpc.Dial with grpc.NewClient > 0027558 internal/transport: replace integer status codes with http constants (# 7910) > 66ba4b2 examples/features/gracefulstop: add example to demonstrate server graceful stop (# 7865) > adad26d test/kokoro: Add psm-fallback build config (# 7899) > f53724d serviceconfig: Return errors instead of skipping invalid retry policy config (# 7905) > 645aadf deps: update dependencies for all modules (# 7904) > d7286fb Change version to 1.70.0-dev (# 7903) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
565e7cd289
|
upgrade to latest dependencies (#917)
bumping knative.dev/hack f8be0cc...c142b48: > c142b48 Refactor release script to gh CLI (# 408) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
dee364dbb0
|
upgrade to latest dependencies (#914)
bumping google.golang.org/genproto/googleapis/rpc 8af14fe...796eee8:
> 796eee8 chore(all): update all (# 1163)
> c02fea0 chore: fix kokoro with safedir for git (# 1164)
> 5fefd90 chore(all): update all (# 1162)
> af27646 chore(all): update all (# 1161)
> 9d4c2d2 chore(all): update all (# 1160)
bumping google.golang.org/genproto/googleapis/api 8af14fe...796eee8:
> 796eee8 chore(all): update all (# 1163)
> c02fea0 chore: fix kokoro with safedir for git (# 1164)
> 5fefd90 chore(all): update all (# 1162)
> af27646 chore(all): update all (# 1161)
> 9d4c2d2 chore(all): update all (# 1160)
bumping k8s.io/client-go ece8c00...4b5b7fa:
> 4b5b7fa Update dependencies to v0.31.4 tag
> 5e3e8ea informers: add comment that Start does not block
> f71a5cc Call non-blocking informerFactory.Start synchronously to avoid races
> 4536e5a Merge pull request # 124012 from Jefftree/le-controller
> 93c6a5b Merge pull request # 126353 from liggitt/fix-vendor
> 825f52e Change PingTime to be persistent
> 6a9911a revendor dependencies
> f45c451 fix ordering issue in candidates
> fe54892 Merge pull request # 126243 from SergeyKanzhelev/devicePluginFailures
> 18dd587 feedback: leasecandidate clients
> 79fd7ab generated files
> 1f27757 Review feedback
> ac9204c Merge pull request # 126145 from carlory/kep-3751-api
> 2099375 CLE controller and client changes
> dcfcc90 Merge pull request # 126125 from mprahl/stop-idempotent
> 9dea255 Promote VolumeAttributesClass to beta
> 8a2bbd0 Coordinated Leader Election Alpha API
> bad8f77 Merge pull request # 126091 from seans3/ws-err-extra-info
> 001900e Allow calling Stop multiple times on RetryWatcher
> 3aff10e Adds extra error information from response to bad handshake error when possible
> a9affb4 Merge pull request # 125488 from pohly/dra-1.31
> a7db3ad DRA: new API for 1.31
> e0bc24e DRA: remove "sharable" from claim allocation result
> a7f430b DRA: remove immediate allocation
> 91ff2f6 DRA: bump API v1alpha2 -> v1alpha3
>
|
|
|
98070c283d
|
upgrade to latest dependencies (#911)
bumping knative.dev/hack cad8c71...e92a16a: > e92a16a set min to 1.30 (# 405) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
09897a3095
|
upgrade to latest dependencies (#909)
bumping knative.dev/pkg a7fd9b1...4c90159: > 4c90159 Update community files (# 3126) > 40afb7c fix script (# 3123) > f3ab560 Update community files (# 3118) bumping knative.dev/hack b799531...cad8c71: > cad8c71 Update community files (# 406) > 1978b3a Update community files (# 404) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
f3a58bb656
|
upgrade to latest dependencies (#902)
bumping knative.dev/hack 2191456...ef6e7e9: > ef6e7e9 Export KO_FLAGS for consuming scripts (# 401) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
ce72582162
|
upgrade to latest dependencies (#889)
bumping knative.dev/pkg cd3311c...a1469cf: > a1469cf upgrade to latest dependencies (# 3088) > 89743d9 upgrade to latest dependencies (# 3085) bumping knative.dev/hack 06f7aff...9724320: > 9724320 Fix premature codegen cleanup exit on 1 (# 397) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
3a2a1b6433
|
upgrade to latest dependencies (#888)
bumping knative.dev/hack 452e340...06f7aff: > 06f7aff tag images using ko (# 393) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
93e6a0a5b4
|
upgrade to latest dependencies (#887)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
0a5c1ed07f
|
upgrade to latest dependencies (#884)
bumping knative.dev/hack 9c9eed6...441a19f: > 441a19f remove geo replication (# 389) > 0a23232 Update community files (# 388) bumping knative.dev/pkg 330b271...433889b: > 433889b upgrade to latest dependencies (# 3080) > 0e7ffe4 Update community files (# 3079) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
d2f87fc5e4
|
upgrade to latest dependencies (#881)
bumping knative.dev/hack b979959...9c9eed6:
> 9c9eed6 💝 Vendorless codegen via shell scripting (# 386)
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
b42b259a7e
|
upgrade to latest dependencies (#877)
bumping knative.dev/pkg 8535fcc...3f6a546: > 3f6a546 Fix rand source in name (# 3070) > ee1db86 Update linter config and address lint warnings/failures (# 3068) > 26bc7b4 Register AuthenticatableType in schema (# 3069) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
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> |
|
|
0520b50ffb
|
upgrade to latest dependencies (#875)
bumping knative.dev/pkg 339c22b...fc0720b: > fc0720b [logstream] test polling should use a different context (# 3066) > 51dec91 drop test-infra code (# 3065) > b5bb12c drop unused OWNERS files and update script (# 3064) > 915c009 drop google/s2a-go (# 3062) > cd0e61e drop mako (# 3060) > fe2597a drop eventing kafka from downstream tests - repo is archived (# 3061) > b94232c Bump cloud.google.com/go/storage from 1.41.0 to 1.42.0 (# 3057) bumping google.golang.org/genproto/googleapis/api d264139...ef581f9: > ef581f9 chore(all): update all (# 1132) > 5315273 chore(all): update all (# 1131) > a332354 chore(all): auto-regenerate .pb.go files (# 1130) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
52069666b5
|
upgrade to latest dependencies (#874)
bumping knative.dev/pkg 15e6cdf...339c22b: > 339c22b Add AuthenticatableType duck type (# 3056) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
16402967a7
|
upgrade to latest dependencies (#870)
bumping knative.dev/hack 68e3bfb...3b6d644: > 3b6d644 Update community files (# 383) bumping knative.dev/pkg 99e1685...7d52a43: > 7d52a43 drop special logic when handling kubelet probe header for istio mTLS (# 2997) > ff4756a Update community files (# 3044) > 5eeb7ec Skip lease with empty holder (# 3042) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
2720a0e9c9
|
upgrade to latest dependencies (#865)
bumping knative.dev/pkg b1fd04d...11a3d46: > 11a3d46 Add composite ConfigStore to combine multiple ConfigStore (# 3027) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
7dad151e15
|
upgrade to latest dependencies (#863)
bumping knative.dev/pkg f69d19c...360b72e: > 360b72e Update AuthStatus to have list of ServiceAccountNames (# 3032) > 1d1616a Update community files (# 3031) bumping knative.dev/hack abdcdea...68e3bfb: > 68e3bfb Update community files (# 382) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
84717c027d
|
upgrade to latest dependencies (#852)
bumping knative.dev/pkg 1ca1f09...5fe2303: > 5fe2303 drop vendor licenses (# 3001) > f69f148 Optionally generate an init func for an informer (# 2989) > b8b7ca1 upgrade to latest dependencies (# 3000) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
f35f8202e5
|
upgrade to latest dependencies (#849)
bumping knative.dev/hack 424e75e...47368d6: > 47368d6 Check licenses only, but not bundle them (# 376) > b985a5b Update community files (# 377) > 7e71024 Add clotributor link to readme (# 353) > b1b2956 Add consistent SECURITY.md (# 349) > 4f7621a Call go mod download on each module, if not vendor (# 326) bumping google.golang.org/genproto/googleapis/rpc a219d84...6e1732d: > 6e1732d chore(all): auto-regenerate .pb.go files (# 1098) > 9694c77 chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /googleapis/api/apikeys (# 1099) > ace143d chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /googleapis/api/servicemanagement (# 1100) > c811ad7 chore(all): update all (# 1097) bumping github.com/prometheus/common 944239f...e821827: > e821827 Retract v0.50.0 (# 610) > 2807775 Update common Prometheus files (# 609) > 617b51d Synchronize common files from prometheus/prometheus (# 606) > 057bec8 Merge pull request # 608 from vesari/avoid-total-suffix-repetition > b0624a8 Fix string slice definition for FormatFlagOptions. (# 607) > da75ecd Correct logic in sample naming for counters, add new test > e7f4912 expfmt: Add a way to generate different OpenMetrics Formats (# 596) > d4cebf6 Merge pull request # 604 from prometheus/repo_sync > 44e573e Update common Prometheus files bumping google.golang.org/api cb0f433...a28dfbd: > a28dfbd chore(main): release 0.171.0 (# 2473) > 63b7c0d fix(transport): return GDU for all errors from MDS universe_domain (# 2484) > 9599561 feat(all): auto-regenerate discovery clients (# 2483) > b91cca7 feat(all): auto-regenerate discovery clients (# 2482) > 09097b0 feat(all): auto-regenerate discovery clients (# 2480) > 5c21170 chore(all): update all (# 2476) > 22b2f13 feat(all): auto-regenerate discovery clients (# 2475) > a4064ba feat(all): auto-regenerate discovery clients (# 2474) > b300fd0 feat(all): auto-regenerate discovery clients (# 2472) bumping google.golang.org/genproto/googleapis/api 37d4d3c...a219d84: > a219d84 chore(all): auto-regenerate .pb.go files (# 1096) > 29370a3 chore(all): auto-regenerate .pb.go files (# 1095) > 790db91 chore(all): auto-regenerate .pb.go files (# 1094) bumping knative.dev/pkg db6f3b0...1ca1f09: > 1ca1f09 upgrade to latest dependencies (# 2999) > 2d1662a Update community files (# 2998) > fd7cc21 Bump google.golang.org/api from 0.170.0 to 0.171.0 (# 2996) > d484aa5 Bump github.com/prometheus/common from 0.50.0 to 0.51.1 (# 2995) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
e05a25d26a
|
upgrade to latest dependencies (#846)
bumping knative.dev/hack e6dedc7...b9f6bf0: > b9f6bf0 switch default region to avoid instability (# 373) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
46ce5842ea
|
upgrade to latest dependencies (#842)
bumping knative.dev/pkg 97fb318...145b901: > 145b901 Update community files (# 2977) bumping knative.dev/hack 5f0998e...e6dedc7: > e6dedc7 bump various tools (# 372) > 7f60be0 Update community files (# 371) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
94c62a45c2
|
upgrade to latest dependencies (#839)
bumping google.golang.org/genproto/googleapis/rpc 31a09d3...012b6fc: > 012b6fc chore(all): update all (# 1086) bumping knative.dev/pkg 9f033a7...32e13c4: > 32e13c4 Bump github.com/prometheus/common from 0.47.0 to 0.48.0 (# 2975) > 7fe3d22 Bump google.golang.org/api from 0.165.0 to 0.167.0 (# 2973) > 7f542a9 Bump go.uber.org/zap from 1.26.0 to 1.27.0 (# 2972) > c97b609 upgrade to latest dependencies (# 2971) > 7594067 use shared setup-go and drop installation of go-licenses (# 2970) > bea8825 drop eventing-rabbitmq downstream testing (# 2969) > 695c421 drop http01 from downstream testing (# 2968) > 73aebb0 upgrade to latest dependencies (# 2967) bumping knative.dev/hack fe1f2b4...5f0998e: > 5f0998e Set default for GKE version to 1.28 (# 370) bumping github.com/prometheus/common 773d566...bd41eb6: > bd41eb6 Merge pull request # 576 from ywwg/owilliams/unexport > 05d7387 Unexport Format strings bumping go.uber.org/zap 96038b7...fcf8ee5: > fcf8ee5 Release v1.27.0 (# 1419) > e5a56ee Add WithPanicHook logger option for panic log tests (# 1416) > 0e2aa4e assets: Fix logo color profile (# 1418) > 956a21c Add methods for logging with level as argument (# 1406) > 2a893f6 build(deps): bump golangci/golangci-lint-action from 3 to 4 (# 1417) > e5745d6 ci: Test with Go 1.22 (# 1409) > 7db06bc zapslog: rename Option to HandlerOption (# 1411) > 35ded09 zapslog: fix all with slogtest, support inline group, ignore empty group. (# 1408) > 27b96e3 Make zaptest.NewTestingWriter public (# 1399) > 70f61bb zapslog: Bump zap from v1.24.0 to v1.26.0 (# 1404) > d27427d README: Add a logo (# 1396) > 5acd569 Rename license file to satisfy go docs for nested modules (# 1389) > fa1b6ae Extend WithLazy() method to SugaredLogger (# 1378) > f69ffe3 Update `Any` documentation to point at go compiler stack reuse issue (# 1387) > ad87f1e `zapcore/field.go`: Fixed typo on comment line indicating that the type is of complex64. (# 1386) > 628b1d0 Update goleak to 1.3.0 (# 1384) > f463774 lint: Pass zapcore and zaptest packages (# 1383) > 87577d8 zapcore: Ignore nil Entry.Time in encoders (# 1369) > 54430cb Revert "lint: Enable paralleltest, fix issues (# 1367)" (# 1368) > 7b6c114 lint: Enable paralleltest, fix issues (# 1367) > ed7ddb5 fmt: Prefer gofumpt over gofmt (# 1366) > 2f09c51 benchmark/slog: exp => std log/slog (# 1363) > 4ddf010 buffer: Fix AppendBytes doc string (# 1362) > 8a14570 doc: Clarify contract for primitive encoders (# 1360) > f9c5b00 chore(changelog): Drop 'v' prefixes (# 1356) > 6dce84f chore(exp/changelog): Use reference links (# 1357) > ebbc67a chore(changelog/1.26.0): add missing entry (# 1358) bumping google.golang.org/api e451477...548436b: > 548436b chore(main): release 0.167.0 (# 2428) > 55a9e5a feat(all): auto-regenerate discovery clients (# 2429) > f72b5af feat(all): auto-regenerate discovery clients (# 2427) > 133e58b chore(main): release 0.166.0 (# 2418) > 446a6bd feat(all): auto-regenerate discovery clients (# 2426) > b7d596b chore(all): update all (# 2423) > 124a535 feat(all): auto-regenerate discovery clients (# 2425) > b3f9c38 feat(all): auto-regenerate discovery clients (# 2424) > af6aa38 feat(all): auto-regenerate discovery clients (# 2421) > 762eb61 feat(all): auto-regenerate discovery clients (# 2420) > c969083 feat(all): auto-regenerate discovery clients (# 2419) > 260fc1e feat(all): auto-regenerate discovery clients (# 2417) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
9565021883
|
upgrade to latest dependencies (#836)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
32661711ab
|
upgrade to latest dependencies (#827)
bumping knative.dev/hack e89096d...f3f03ac: > f3f03ac [release-1.13] Don't hardcode serving as the repo when setting highest semver (# 362) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
1609145e5a
|
upgrade to latest dependencies (#819)
bumping knative.dev/pkg 697d669...de3e9cc: > de3e9cc Fixing all deprecated use of sets.String (# 2915) > a65a9e2 lower log level for AdmissionController.Admit validation failures (# 2905) > 4c06610 Update community files (# 2929) bumping knative.dev/hack 7030d5b...3ea694d: > 3ea694d include additional k8s bash file when updating exec permission (# 357) > 2f27d6e Update community files (# 356) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
a65bf6e6e2
|
upgrade to latest dependencies (#810)
bumping google.golang.org/api 83b8a6c...df9c71c: > df9c71c chore(main): release 0.151.0 (# 2254) > 786dca6 feat(all): auto-regenerate discovery clients (# 2265) > 3e83ea6 feat(all): auto-regenerate discovery clients (# 2263) > 93f5a5b feat(all): auto-regenerate discovery clients (# 2262) > edb9d86 feat(all): auto-regenerate discovery clients (# 2261) > 33863bf feat(all): auto-regenerate discovery clients (# 2259) > efe3d6f feat(all): auto-regenerate discovery clients (# 2258) > b3fe441 feat(all): auto-regenerate discovery clients (# 2257) > 4024760 feat(all): auto-regenerate discovery clients (# 2256) > 10dbf2b feat(all): auto-regenerate discovery clients (# 2255) > 58f1c94 feat(all): auto-regenerate discovery clients (# 2253) bumping knative.dev/hack 5deadde...eb35242: > eb35242 Adding the variable `KNATIVE_EVENTING_RELEASE_TLS` to install latest eventing TLS (# 350) bumping knative.dev/pkg 97c7258...23f3ee2: > 23f3ee2 Bump google.golang.org/api from 0.150.0 to 0.151.0 (# 2899) > 703c8b0 Add consistent SECURITY.md (# 2900) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
c2b2543ace
|
upgrade to latest dependencies (#807)
bumping knative.dev/hack 8834794...5deadde:
> 5deadde 🐛 Set latest release only when publishing to Github (# 346)
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
b3781bc47a
|
upgrade to latest dependencies (#806)
bumping knative.dev/pkg b7a62c0...35011d4: > 35011d4 upgrade to latest dependencies (# 2892) > 5c9b7a8 upgrade to latest dependencies (# 2887) > acf0a2d Bump google.golang.org/api from 0.148.0 to 0.149.0 (# 2891) > 5e1261a Bump cloud.google.com/go/storage from 1.33.0 to 1.34.1 (# 2890) > 3b3f4e4 Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 (# 2889) > 8bf0f54 Bump golang.org/x/sync from 0.4.0 to 0.5.0 (# 2888) > fac3a4f fix closure variable in filtered factory (# 2884) > a6c730f upgrade to latest dependencies (# 2882) > b09d4f2 Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (# 2879) > 9f71af7 Bump github.com/google/uuid from 1.3.1 to 1.4.0 (# 2878) bumping google.golang.org/genproto d307bd8...49dd2c1: > 49dd2c1 chore(all): update all (# 1067) > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063) > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060) > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062) > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061) > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064) > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065) > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066) > 8bfb1ae chore(all): update all (# 1059) > ceb4ed7 chore(all): auto-regenerate .pb.go files (# 1058) bumping github.com/google/uuid b3cae7c...8de8764: > 8de8764 chore(master): release 1.4.0 (# 134) > 7c22e97 Clarify the documentation of Parse to state its job is to parse, not validate, strings. (# 135) > cd5fbbd feat: UUIDs slice type with Strings() convenience method (# 133) > 47f5b39 docs: fix a typo in CONTRIBUTING.md (# 130) > 542ddab chore(tests): add Fuzz tests (# 128) > 06716f6 chore(tests): Add json.Unmarshal test with empty value cases (# 116) bumping knative.dev/hack d4af42e...8834794: > 8834794 Call set_latest_to_highest_semver after publishing a new release (# 343) > 0d99b7e add function to set latest semver to latest (# 339) bumping sigs.k8s.io/yaml 9535b3b...c3772b5: > c3772b5 Merge pull request # 97 from liggitt/owners > eead467 Merge pull request # 76 from natasha41575/go-yaml-fork > 604031b Update owners > 3566774 Merge pull request # 96 from liggitt/msg > f2c0229 add test demonstrating consistency between yaml.v2 and yaml.v3 > 65d71bb Merge pull request # 87 from justinsb/spew_no_more > 3f79f32 Revert error message changes > 20d25fa update LICENSE, owners, and readmes > d865f09 Merge pull request # 83 from kubernetes-sigs/bump-version-of-golang-to-1.19-and-drop-older-versions > 13f0a74 Replace go-spew with go-cmp > a7b5665 exclude forked libs from golint > 5303805 Merge pull request # 75 from brianpursley/benchmarks > b02c352 reformat to golang 1.19 standards > b6d8b45 fix leading newline issue > b5bdf49 Merge pull request # 66 from ncdc/remove-ncdc-from-owners > 0beda2b Add benchmarks > 2f8489c Bump version of golang to 1.19 and prune older versions > 330e1e5 make sequence style configurable > 78c1299 Merge pull request # 69 from ncdc/fix-lint-error > 94f1bbd Remove myself (ncdc) from OWNERS > 2d151d8 Add benchmarks > 70ebea7 change import paths to forked yaml libs > 39f74b9 Merge pull request # 65 from amurant/non_functional > 5e30182 Fix lint error > b96582b fork go-yaml v2 and v3 > 4f103b1 greatly improve testing framework & added a lot of new tests > 3c98e65 expand variable names in yaml.go, add better comments, improve errors, add copyright > 4924d91 expand variable names in fields.go > 59dc8b4 add 1.16 and 1.17 to github workflows > 740b971 remove vendor folder bumping google.golang.org/genproto/googleapis/api d307bd8...49dd2c1: > 49dd2c1 chore(all): update all (# 1067) > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063) > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060) > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062) > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061) > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064) > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065) > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066) > 8bfb1ae chore(all): update all (# 1059) > ceb4ed7 chore(all): auto-regenerate .pb.go files (# 1058) bumping golang.org/x/sync 22ba207...10739b0: > 10739b0 all: update go directive to 1.18 bumping google.golang.org/api 5e4c19e...0d3b865: > 0d3b865 chore(main): release 0.149.0 (# 2230) > c84e6ff feat(all): auto-regenerate discovery clients (# 2242) > e5a53db chore(all): update all (# 2233) > 576f5e1 feat(all): auto-regenerate discovery clients (# 2241) > 3151bd7 feat(all): auto-regenerate discovery clients (# 2240) > cf09469 feat(all): auto-regenerate discovery clients (# 2239) > 8d66391 feat(all): auto-regenerate discovery clients (# 2238) > 3cc10bf feat(all): auto-regenerate discovery clients (# 2237) > da38ebd feat(all): auto-regenerate discovery clients (# 2236) > cc28ceb feat(all): auto-regenerate discovery clients (# 2235) > 8bb5867 feat(all): auto-regenerate discovery clients (# 2234) > a1fb230 feat(all): auto-regenerate discovery clients (# 2232) > 9835f38 feat(all): auto-regenerate discovery clients (# 2231) > 199783c feat(all): auto-regenerate discovery clients (# 2229) bumping google.golang.org/genproto/googleapis/rpc e917dd1...49dd2c1: > 49dd2c1 chore(all): update all (# 1067) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
c6425778e5
|
upgrade to latest dependencies (#805)
bumping google.golang.org/grpc bf05b95...7765221: > 7765221 Change version to 1.59.0 (# 6695) > e88f12e server: prohibit more than MaxConcurrentStreams handlers from running at once (# 6703) (# 6704) > be7919c transport: Pass Header metadata to tap handle. (# 6652) > e3f1514 Reapply "status: fix/improve status handling (# 6662)" (# 6673) (# 6688) > 696faa9 client: add a test for NewSubConn / StateListener / cc.Close racing (# 6678) > 318c717 readme: fix badges (# 6687) > 39972fd github: add code coverage with codecov.io (# 6676) > 93dbc05 xds: move virtual host matcher test to the xdsresource package (# 6680) > 2c00469 github: update actions/setup-go and actions/checkout (# 6675) > 1f73ed5 Replace the gRFC pull request with the permanent link. (# 6674) > 9e1fc3e Revert "status: fix/improve status handling (# 6662)" (# 6673) > 0772ed7 status: fix/improve status handling (# 6662) > 1466283 internal/idle: add a test that invokes ClientConn methods concurrently (# 6659) > fd9ef72 interop: implement rpc-behavior for UnaryCall() (# 6575) > c6264a9 examples: add an example of flow control behavior (# 6648) > ee4b62c encoding: fix mention of DecompressedSize in docstring (# 6665) > 09792b5 test: move codec tests to a separate file (# 6663) > 57cb4d8 internal/backoff: add a helper to run a function with backoff (# 6661) > 5e4402f attributes: avoid the use of %#v formatting verb (# 6664) > 147bd85 balancer: add a warning for balancer names that contain upper case letters (# 6647) > 4ced601 googlec2p: remove support for the experimental scheme (# 6645) > a758b62 xds/googledirectpath: fix google-c2p resolver test case involving bootstrap env config (# 6657) > e61a14d fix testing parameter on xds_client_custom_lb_test (# 6646) > 58e2f2b attributes: print typed nil values instead of panic (# 6574) > fe0dc22 interop/grpc_testing: regenerate pb.gos (# 6653) > 130bc42 Improve testutils.MarshalAny (# 6617) > 3156151 grpclb: teach the manual resolver to handle restarts (# 6635) > 1457a96 balancer/weightedroundrobin: fix ticker leak on update (# 6643) > 92f5ba9 xdsclient: completely remove the old WatchCluster API (# 6621) > 94d8074 grpclb: some minor cleanups (# 6634) > 1880bd6 resolver/manual: support restarts, required for channel idleness (# 6638) > 9deee9b idle: use LB policy close event as a proxy for channel idleness (# 6628) > 2d1bb21 grpc: ensure transports are closed when the channel enters IDLE (# 6620) > 552525e interop/xds_federation: remove binary file (# 6622) > 82a568d cdsbalancer: switch cluster watch to generic xDS client API (# 6600) > 0317200 health/grpc_health_v1: update pb.go (# 6616) > 57dcb71 interop/xds: improve error message (# 6614) > 254bccb idle: decrement active call count for streaming RPCs only when the call completes (# 6610) > b0a946c xds: fix hash policy header to skip bin headers and use extra metadata (# 6609) > 1e0d82e balancer/leastrequest: Cache atomic load and also add concurrent rpc test (# 6602) > 8eb4ac4 grpc: Change server stream context handling (# 6598) > e498bbc leastrequest: fix data race in leastrequest picker (# 6587) > 778e638 balancergroup: improve observability around balancer cache behavior (# 6597) > aa6ce35 vet: ensure all usages of grpc_testing package are renamed when importing (# 6595) > d045b41 interop/grpc_testing: regenerate pb.gos (# 6596) > 61b7baa grpc_test: rename import for grpc_testing (# 6594) > 1805900 deps: update dependencies for all modules (# 6582) > 9362f26 grpc: re-enable channel idleness by default (# 6585) > 8b1a671 stream: swallow Header errors as we used to; RecvMsg can still return it (# 6586) > 23ac72b update pb.gos by running regenerate.sh (# 6584) > 2ce7ecd cdsbalancer: test cleanup part 3/N (# 6564) > 7afbb9b Change version to 1.59.0-dev (# 6581) bumping knative.dev/hack 2c938d4...d4af42e: > d4af42e Make generate-groups.sh and generate-knative.sh executable conditionally (# 338) bumping knative.dev/pkg 29775d7...b7a62c0: > b7a62c0 Bump google.golang.org/grpc from 1.58.3 to 1.59.0 (# 2873) > b8c14ce [CVE-2023-44487] Disable http2 for webhooks (# 2871) > 8b8bb65 Bump github.com/prometheus/common from 0.44.0 to 0.45.0 (# 2874) > ee56089 Bump google.golang.org/api from 0.147.0 to 0.148.0 (# 2872) bumping google.golang.org/genproto/googleapis/rpc 8bfb1ae...e917dd1: > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063) > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060) > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062) > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061) > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064) > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065) > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066) bumping google.golang.org/api 60e8678...5e4c19e: > 5e4c19e chore(main): release 0.148.0 (# 2217) > 438c075 chore(deps): ignore go-github (# 2223) > 29c72b5 feat(all): auto-regenerate discovery clients (# 2227) > 33383c7 feat(all): auto-regenerate discovery clients (# 2226) > 25093c2 feat(all): auto-regenerate discovery clients (# 2224) > 5077579 chore(all): update all (# 2220) > a6ee0f9 feat(all): auto-regenerate discovery clients (# 2222) > 6f71a69 feat(all): auto-regenerate discovery clients (# 2219) > 1ef9dd2 feat(all): auto-regenerate discovery clients (# 2218) > ffeb508 feat(all): auto-regenerate discovery clients (# 2216) bumping github.com/prometheus/common 94bf982...c59927e: > c59927e Merge pull request # 524 from prometheus/dependabot/go_modules/golang.org/x/net-0.17.0 > 16f9480 Merge pull request # 525 from prometheus/dependabot/go_modules/sigv4/golang.org/x/net-0.17.0 > 1f9b004 Bump golang.org/x/net from 0.15.0 to 0.17.0 > 7043ea0 Merge pull request # 520 from prometheus/repo_sync > ff99062 Bump golang.org/x/net from 0.15.0 to 0.17.0 in /sigv4 > f4e05c0 Merge pull request # 519 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.45.19 > b6914dd Update common Prometheus files > ac62eb7 Merge pull request # 518 from prometheus/repo_sync > eb60b9b Bump github.com/aws/aws-sdk-go from 1.45.18 to 1.45.19 in /sigv4 > 2dfcc43 Merge pull request # 509 from Neo2308/feature/master/move-to-protobuf-extensions-v2 > 777f9cc Update common Prometheus files > 538e36f Merge pull request # 493 from prometheus/dependabot/go_modules/sigv4/github.com/stretchr/testify-1.8.4 > 6fa8c32 Update golang_protobuf_extensions to v2 > 806bab7 Merge pull request # 516 from prometheus/dependabot/go_modules/sigv4/github.com/prometheus/client_golang-1.17.0 > 3d03105 Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 in /sigv4 > c3da61d Merge pull request # 515 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.45.18 > 78c4467 Bump github.com/prometheus/client_golang from 1.15.1 to 1.17.0 in /sigv4 > 29293ef Merge pull request # 514 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.12.0 > 68bf7ee Bump github.com/aws/aws-sdk-go from 1.44.266 to 1.45.18 in /sigv4 > bd35fdb Merge pull request # 513 from prometheus/superq/client_go > 2e29438 Bump golang.org/x/oauth2 from 0.8.0 to 0.12.0 > 4e8cb35 Merge pull request # 495 from prometheus/repo_sync > 9510d8d Update client_golang > 86487d4 Add read-only token permissions > dc8a02e Update common Prometheus files > fa9dcdd Merge pull request # 507 from prometheus/dependabot/go_modules/golang.org/x/net-0.12.0 > 4047c78 Merge pull request # 511 from wasim-nihal/username-file-12576 > 162098f Bump golang.org/x/net from 0.10.0 to 0.12.0 > ed1ca57 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576 > e79ab68 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576 > 707c0a9 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576 > 06c301c Adding support for file based configuration of basic auth in http client config. > 0af702d Update config/http_config.go > 0b1d03c Update config/http_config.go > dbdf15f Adding support for file based configuration of basic auth in http client config. Signed-off-by: Knative Automation <automation@knative.team> |
|
|
104a7bab5b
|
upgrade to latest dependencies (#801)
bumping knative.dev/pkg cf06733...283df0b: > 283df0b Don't migrate storage version if CRD has one storage version (# 2861) > d0c133d Revert "Fix potential redefined error with kubeconfig flag (# 2855)" (# 2869) > 44a8a5e Use `DialTLSContextFunc` instead of `tls.Config` for `NewProxyAutoTLSTransport` (# 2842) > 0d0cd4e Print each line separately in shell executor (# 2867) > 058f699 Update community files (# 2868) bumping knative.dev/hack fc76874...2c938d4: > 2c938d4 Update community files (# 337) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
ceca0ce6cd
|
upgrade to latest dependencies (#794)
bumping golang.org/x/term f413282...ea6303a: > ea6303a go.mod: update golang.org/x dependencies bumping golang.org/x/sys 5154691...2964e1e: > 2964e1e unix: remove unused readlen and writelen > 3186bae windows: remove the 8192-codepoint arg limit in FuzzComposeCommandLine > 807530f unix: remove lists of unimplemented syscalls > 01c413d windows: document the return type mismatch for CommandLineToArgv > e649453 windows: convert TestCommandLineRecomposition to a fuzz test and fix discrepancies > 8858c72 unix: update riscv_hwprobe constants > 71c9d87 windows: add console ConPTY API > aa9470e unix/linux: update to Linux kernel 6.5 > c7ff727 unix: fix double copy in (*SockaddrALG).sockaddr > c7cbcbb unix: add TestSockaddrALG > 8d9dcc4 unix: modernize test helpers > a26c6de unix: use errnoErr in generated wrappers on solaris > f3ef2d1 cpu: remove the use of ioutil > 5a17dda unix: remove the use of ioutil > 38ebf41 cpu: fix wrong cache line size of riscv64 > fdc7ef4 all: remove ioutil usage from tests > fc717d3 unix: remove usage of ioutil.TempFile in tests > cb4ecd9 unix: use filepath in tests where appropriate > 4848eb0 windows,windows\svc,windows\svc\mgr: use unsafe.Slice instead of unsafeheader.Slice > 0e97d69 all: use t.TempDir in tests > 0514fec unix: rm unused zos test helper functions > bfd1ebb unix: remove unused ptracePtr on darwin > 81cb935 unix, windows: use ^TestName$ regular pattern for invoking a single test bumping knative.dev/pkg 294e777...ca8c009: > ca8c009 Add Reconciler for kube v1.Service (# 2858) > e2256bd Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (# 2852) > cd747e2 Update community files (# 2857) > bae23eb Fix potential redefined error with kubeconfig flag (# 2855) > d0a82f9 Update community files (# 2850) > 833dd97 prioritize destination CA certs over resolved addressable CA certs (# 2849) bumping golang.org/x/oauth2 0708528...3c5dbf0: > 3c5dbf0 go.mod: update golang.org/x dependencies > 11625cc google: add authorized_user conditional to Credentials.UniverseDomain > 8d6d45b google: add Credentials.UniverseDomain to support TPC > 43b6a7b google: adding support for external account authorized user > 14b275c oauth2: workaround misspelling of verification_uri > 18352fc google/internal/externalaccount: adding BYOID Metrics > 9095a51 oauth2: clarify error if endpoint missing DeviceAuthURL > 2d9e4a2 oauth2/google: remove meta validations for aws external credentials > 55cd552 oauth2: support PKCE > e3fb0fb oauth2: support device flow bumping golang.org/x/net 2a0da8b...88194ad: > 88194ad go.mod: update golang.org/x dependencies > 2b60a61 quic: fix several bugs in flow control accounting > 73d82ef quic: handle DATA_BLOCKED frames > 5d5a036 quic: handle streams moving from the data queue to the meta queue > 350aad2 quic: correctly extend peer's flow control window after MAX_DATA > 21814e7 quic: validate connection id transport parameters > a600b35 quic: avoid redundant MAX_DATA updates > ea63359 http2: check stream body is present on read timeout > ddd8598 quic: version negotiation > 3b0ab98 quic: avoid deadlock on listener close > 732b4bc quic: report initial TLS errors > 8add2e1 quic: enforce AEAD integrity limit > 7c40cbd dns/dnsmessage: use map[string]uint16 instead of map[string]int > b3f1f23 quic: initiate key updates > 18f2095 quic: handle peer-initiated key updates > 008c0af quic: refactor keys for key updates > 6a4de22 quic: connection lifetime management > ea4a2ff quic: fix detection of reserved bits in 1-RTT packets > 47caaff quic: send and receive UDP datagrams > 02eb0f3 quic: avoid deadlock when updating inbound conn-level flow control > 57bce0e quic: move packetType.String out of test-only code > cae7dab quic: outbound connection-level flow control > 217377b quic: inbound connection-level flow control > 044c308 quic: check for packet overflow when writing MAX_STREAMS > 5401f76 quic: test lost bidi MAX_STREAMS frame handling > da5f9f7 quic: don't block Writes on stream-level flow control > c3c6260 quic: simplify gate operations > 717519d quic: limits on the number of open streams > 94087ad dns/dnsmessage: mention that Name in non-escaped bumping knative.dev/hack f2f9b6f...fc76874: > fc76874 Update community files (# 333) > 1588988 Update community files (# 327) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
6c2d45f618
|
upgrade to latest dependencies (#792)
bumping knative.dev/pkg 1860700...294e777: > 294e777 Add rest.Config to fake context in SetupFakeContext (# 2847) > 0736c74 Add SinkAudience to SourceStatus (# 2844) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
da42414936
|
upgrade to latest dependencies (#790)
bumping google.golang.org/genproto f966b18...007df8e: > 007df8e chore(all): auto-regenerate .pb.go files (# 1053) > 2d3300f chore(all): update actions/checkout action to v4 (# 1052) > b8732ec chore(all): auto-regenerate .pb.go files (# 1051) > ccc8af3 chore(all): auto-regenerate .pb.go files (# 1050) > 6bfd019 chore(all): auto-regenerate .pb.go files (# 1047) > ca7cfce fix(analytics/admin/v1alpha): remove broken aliases (# 1045) > 1744710 chore(all): update all (# 1043) bumping knative.dev/hack 403114f...f2f9b6f: > f2f9b6f Vendorless docs (# 324) > 46659bc Update actions (# 323) bumping google.golang.org/genproto/googleapis/api f966b18...007df8e: > 007df8e chore(all): auto-regenerate .pb.go files (# 1053) > 2d3300f chore(all): update actions/checkout action to v4 (# 1052) > b8732ec chore(all): auto-regenerate .pb.go files (# 1051) > ccc8af3 chore(all): auto-regenerate .pb.go files (# 1050) > 6bfd019 chore(all): auto-regenerate .pb.go files (# 1047) > ca7cfce fix(analytics/admin/v1alpha): remove broken aliases (# 1045) > 1744710 chore(all): update all (# 1043) bumping google.golang.org/api fc96064...d0ae30d: > d0ae30d chore(main): release 0.143.0 (# 2174) > bd12eba fix(docs): add an operation polling example (# 2186) > 26c6885 chore: give admins owners on renovate config (# 2185) > 3a58dbb chore: unfreeze grpc (# 2183) > 546196e chore(all): update all (# 2181) > 4c049c5 feat(all): auto-regenerate discovery clients (# 2182) > e61e11b feat(all): auto-regenerate discovery clients (# 2180) > 1bca7ee feat(all): auto-regenerate discovery clients (# 2179) > 00aa328 feat(all): auto-regenerate discovery clients (# 2177) > c6a8850 feat(all): auto-regenerate discovery clients (# 2176) > 68d92d4 feat(all): auto-regenerate discovery clients (# 2173) bumping knative.dev/pkg 51a826d...0f52db7: > 0f52db7 Bump google.golang.org/api from 0.142.0 to 0.143.0 (# 2840) > bd49c73 upgrade to latest dependencies (# 2839) bumping google.golang.org/genproto/googleapis/rpc 007df8e...e6e6cda: > e6e6cda chore(all): update all (# 1044) > c177e32 chore(deps): temporarily ignore grpc dep (# 1054) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
2cb0056ecd
|
upgrade to latest dependencies (#789)
bumping google.golang.org/grpc 62726d4...c0aa20a:
> c0aa20a Change version to 1.58.2 (# 6654)
> 67a53a6 balancer/weightedroundrobin: fix ticker leak on update (# 6655)
> 863de73 update version to 1.58.2-dev (# 6633)
bumping google.golang.org/genproto/googleapis/rpc 2d3300f...007df8e:
> 007df8e chore(all): auto-regenerate .pb.go files (# 1053)
bumping knative.dev/pkg 05a411a...51a826d:
> 51a826d Bump google.golang.org/grpc from 1.58.1 to 1.58.2 (# 2835)
> 4930930 Bump google.golang.org/api from 0.141.0 to 0.142.0 (# 2834)
> 0efc1bc Also return Audience in URIResolver.AddressableFromDestinationV1() (# 2836)
> 559de7e upgrade to latest dependencies (# 2833)
> dd819c0 Update community files (# 2830)
bumping google.golang.org/api c3d417d...fc96064:
> fc96064 chore(main): release 0.142.0 (# 2162)
> da71d0a feat(all): auto-regenerate discovery clients (# 2171)
> ea1fe11 chore(all): update all to 007df8e (# 2167)
> a8cadbf feat(all): use updated mtls config endpoint (# 2164)
> 0c5c2d2 feat(all): auto-regenerate discovery clients (# 2168)
> c4024ed feat(all): auto-regenerate discovery clients (# 2166)
> 304fb51 feat(all): auto-regenerate discovery clients (# 2165)
> a34ad77 feat(internal): add some feature flags for new auth libs (# 2163)
> d6822ad feat(all): auto-regenerate discovery clients (# 2161)
bumping knative.dev/hack da6e74c...403114f:
> 403114f Manual shellcheck (# 321)
> 74aa02a 🐛 Remove deps from go.mod for knative.dev/hack (# 320)
> 34850cd Update community files (# 319)
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
f45a005abe
|
upgrade to latest dependencies (#788)
bumping knative.dev/hack c4a34c3...da6e74c:
> da6e74c 🐛 The `go.work.sum` don't influence the dependencies resolution (# 317)
bumping knative.dev/pkg 8761ceb...05a411a:
> 05a411a upgrade to latest dependencies (# 2831)
> 76b4202 Add AuthStatus type (# 2829)
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
7f3928f2fc
|
upgrade to latest dependencies (#787)
bumping knative.dev/hack 38316f2...c4a34c3: > c4a34c3 Collect LICENSE files from all dependencies, even without vendor dir (# 316) bumping knative.dev/pkg 7fe699e...8761ceb: > 8761ceb upgrade to latest dependencies (# 2827) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
94468139a0
|
upgrade to latest dependencies (#785)
bumping google.golang.org/api 77cbf8b...c3d417d: > c3d417d chore(main): release 0.141.0 (# 2156) > d541d8e feat(idtoken): add ParsePayload returning unvalidated token payload (# 2136) > 124e36e feat(all): auto-regenerate discovery clients (# 2160) > 2b846e5 feat(all): auto-regenerate discovery clients (# 2159) > c2fa93e fix(transport): remove conditional App Engine gen 1 Go hooks (# 2158) > 2114d8d chore: remove misleading docs for credentialsFromJSON JWT path (# 2141) > 9a84e80 feat(all): auto-regenerate discovery clients (# 2155) bumping knative.dev/pkg 8d736b6...7fe699e: > 7fe699e Bump google.golang.org/grpc from 1.58.0 to 1.58.1 (# 2823) > 5e88665 upgrade to latest dependencies (# 2810) > 96dc59b Bump go.uber.org/zap from 1.25.0 to 1.26.0 (# 2826) > dbcdf66 Bump cloud.google.com/go/storage from 1.32.0 to 1.33.0 (# 2825) > d9942a2 Bump github.com/evanphx/json-patch/v5 from 5.6.0 to 5.7.0 (# 2824) > fa6df73 Bump google.golang.org/api from 0.140.0 to 0.141.0 (# 2822) > 9780686 Update community files (# 2819) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
4283c94087
|
upgrade to latest dependencies (#781)
bumping knative.dev/hack 9cc05a3...760813a:
> 760813a Allow to not vendor the dependencies (# 311)
> f63d16e 🎁 Source embedded hack scripts (# 222)
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
a6afde1d97
|
upgrade to latest dependencies (#780)
bumping knative.dev/pkg 211243a...27252a3: > 27252a3 Added Audience field in duckv1.Destination (# 2797) > 66bf5af Added Audience field in duckv1.Addressable (# 2798) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
dfea1937ef
|
upgrade to latest dependencies (#779)
bumping knative.dev/pkg fcccb4e...211243a: > 211243a generate serviceaccount reconciler (# 2808) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
eb3243f87f
|
upgrade to latest dependencies (#777)
bumping knative.dev/pkg 4f651e0...81e4ee1:
> 81e4ee1 Bump go.uber.org/zap from 1.24.0 to 1.25.0 (# 2800)
> 2aafe0e Bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 (# 2801)
> 2ad39e9 Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 (# 2804)
> d36cc59 Bump google.golang.org/api from 0.136.0 to 0.138.0 (# 2802)
> 35b0890 Bump go.uber.org/automaxprocs from 1.4.0 to 1.5.3 (# 2803)
> 93a9858 upgrade to latest dependencies (# 2799)
bumping go.uber.org/multierr 3114a8b...8767aa9:
> 8767aa9 Prepare release v1.10 (# 74)
> 4504ef7 README: Add Features section (# 73)
> 2fd451d Drop external atomic dependency (# 72)
> 7876a02 Remove unused glide.yaml (# 71)
> 55bc553 Support Go 1.20 Unwrap() []error (# 69)
> 39ca40c Prepare release v1.9.0 (# 68)
> 4459990 Add a shorthand for AppendInvoke (# 65)
> 80b07a7 Document named return constraint for defer (# 63)
> 492b792 Test and lint against Go 1.19 (# 62)
>
|
|
|
e65714cd1d
|
upgrade to latest dependencies (#770)
bumping knative.dev/hack 338500e...d7fde30: > d7fde30 Added knative-extensions (# 293) 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> |
|
|
046f174fe8
|
upgrade to latest dependencies (#762)
bumping google.golang.org/api 2311ef1...63d06ab:%0A > 63d06ab chore(main): release 0.124.0 (# 1990)%0A > 73f57fe feat(all): auto-regenerate discovery clients (# 1991)%0A > 8c0e6d9 chore: add yoshi-approver ownership (# 1994)%0A > 7843046 chore(all): update all (# 1992)%0A > 94c12ed chore(all): update module github.com/google/s2a-go to v0.1.4 (# 1989)%0A > 0b4f4af feat(all): auto-regenerate discovery clients (# 1988)%0A > 2721e1f chore: enable GoApiaryCodegen auto-approve (# 1987)%0A > a241c25 chore: delete broken AutoApprove (# 1986)%0A > 3e2d6a6 chore: trigger AutoApprove on reopen as well (# 1985)%0A > a24a28a chore: give AutoApprove job full write (# 1984)%0A > 8210800 chore(main): release 0.123.0 (# 1975)%0A > f31b763 feat(all): auto-regenerate discovery clients (# 1982)%0A > d27f40f feat(all): auto-regenerate discovery clients (# 1978)%0A > 94d3d73 chore(ci): fix AutoApprove for discogen (# 1981)%0A > 98b3073 feat(all): auto-regenerate discovery clients (# 1974)%0A > d5e0fb2 chore(main): release 0.122.0 (# 1972)%0A > ab64815 feat(all): auto-regenerate discovery clients (# 1973)%0A > 8b0974e fix: add better support of array of floats (# 1971)%0A > cf0df64 chore(main): release 0.121.0 (# 1962)%0A > c2c2b59 feat(all): auto-regenerate discovery clients (# 1963)%0A > e44a771 chore(all): update module github.com/google/s2a-go to v0.1.3 (# 1965)%0A > 2068ba5 feat(all): auto-regenerate discovery clients (# 1961)%0A > c2018e2 chore(main): release 0.120.0 (# 1956)%0A > 4e35cac feat(all): auto-regenerate discovery clients (# 1960)%0A > fcd007a feat(all): auto-regenerate discovery clients (# 1958)%0A > 289b859 feat(all): auto-regenerate discovery clients (# 1957)%0A > 409bc9d feat(all): auto-regenerate discovery clients (# 1955)%0A > 0909f16 chore(main): release 0.119.0 (# 1944)%0A > 2f54150 chore(deps): update s2a-go to v0.1.2 (# 1954)%0A > 685ec81 feat: add an option to enable DirectPath xDS (# 1942)%0A > d85769c feat(all): auto-regenerate discovery clients (# 1953)%0A > 4cb8eb9 feat(all): auto-regenerate discovery clients (# 1952)%0A > bf9f3ac chore(all): update google.golang.org/genproto digest to daa745c (# 1949)%0A > e1eda57 feat(all): auto-regenerate discovery clients (# 1948)%0A > a0dacd5 feat(all): auto-regenerate discovery clients (# 1947)%0A > e8b93cb chore(deps): update s2a-go to v0.1.1 (# 1945)%0A > 690068f feat(all): auto-regenerate discovery clients (# 1943)%0A > 2d6890a chore(main): release 0.118.0 (# 1940)%0A > 29dc45a feat(all): auto-regenerate discovery clients (# 1941)%0A > ac94a0f feat(all): auto-regenerate discovery clients (# 1939)%0A > 8019ef6 chore(main): release 0.117.0 (# 1931)%0A > 750c7c8 feat(all): auto-regenerate discovery clients (# 1936)%0A > 3a98290 chore(all): update all (# 1937)%0A > 3f62830 chore(deps): bump golang.org/x/crypto (# 1930)%0A > 2219681 feat(all): auto-regenerate discovery clients (# 1935)%0A > 2efcb2e feat(all): auto-regenerate discovery clients (# 1932)%0A > 3c61729 feat: add experimental s2a-go integration (# 1874)%0A > 587b9e5 chore(main): release 0.116.0 (# 1929)%0A > 28c8cd5 feat(all): auto-regenerate discovery clients (# 1928)%0A > feafcdc chore(main): release 0.115.0 (# 1922)%0A > 34781cf feat(all): auto-regenerate discovery clients (# 1927)%0A > 33a2dfe feat(all): auto-regenerate discovery clients (# 1924)%0A > 02cfb82 chore(all): update google.golang.org/genproto digest to dcfb400 (# 1925)%0A > 8930f0e feat(all): auto-regenerate discovery clients (# 1923)%0A > 1c955e8 feat(all): auto-regenerate discovery clients (# 1913)%0A > 7f87838 chore(all): update all (# 1918)%0A > be028cf chore(gensupport): add idempotency header (# 1916)%0A > 649bfb9 chore(all): update all (# 1914)%0A > 5ac4fd7 test: update test due to generator change (# 1912)%0A > f79df48 chore(main): release 0.114.0 (# 1910)%0A > 2754ab4 feat(all): auto-regenerate discovery clients (# 1907)%0A > dc4b77d fix: always reference the internal package. (# 1909)%0A > b8a2a5e chore(main): release 0.113.0 (# 1901)%0A > fc221ce feat(all): auto-regenerate discovery clients (# 1900)%0A > e63383f chore(all): update module google.golang.org/protobuf to v1.29.1 [SECURITY] (# 1906)%0A > 64b6ee4 feat(idtoken): add support for external_account (# 1897)%0A > 65cafd4 chore(all): update all (# 1902)%0A > 63c48a6 feat(transport): add support for setting quota project with envvar (# 1892)%0A > 225fa6b internal: Refactor cert logic to support OAuth2 token exchange over mTLS (# 1886)%0A > 8d4d70d chore(main): release 0.112.0 (# 1883)%0A > 89c274a feat(all): auto-regenerate discovery clients (# 1898)%0A > 9f18671 feat(all): auto-regenerate discovery clients (# 1896)%0A > e88ee8a feat(all): auto-regenerate discovery clients (# 1893)%0A > 5da4d6a feat(all): auto-regenerate discovery clients (# 1887)%0A > 6bd0840 chore(deps): bump golang.org/x/crypto in /internal/kokoro/discogen (# 1890)%0A > 2f72016 chore(all): update all (# 1888)%0A > c886360 feat(all): auto-regenerate discovery clients (# 1885)%0A > 1aee5cd feat(all): auto-regenerate discovery clients (# 1884)%0A > 15808d7 feat(all): auto-regenerate discovery clients (# 1882)%0A > e99d0d5 chore(main): release 0.111.0 (# 1860)%0A > 70d3954 feat(all): auto-regenerate discovery clients (# 1875)%0A > f32872c chore(all): update google.golang.org/genproto digest to 637eb22 (# 1877)%0A > c02cff6 feat(all): auto-regenerate discovery clients (# 1873)%0A > 7d34d41 feat(all): auto-regenerate discovery clients (# 1872)%0A > d456fd6 chore(deps): bump golang.org/x/net in /internal/kokoro/discogen (# 1870)%0A > b7ab21d chore(all): update all (# 1868)%0A > 7f5f40a feat(all): auto-regenerate discovery clients (# 1866)%0A > 4056319 chore(all): update module golang.org/x/net to v0.7.0 [SECURITY] (# 1867)%0A > 8b8b195 feat(all): auto-regenerate discovery clients (# 1863)%0A > c0f2510 chore(all): update vet.sh to go runtime 1.20 (# 1865)%0A > 895105a feat(all): auto-regenerate discovery clients (# 1861)%0A > ba3414e feat(all): auto-regenerate discovery clients (# 1859)%0A > 892811c chore(main): release 0.110.0 (# 1840)%0A > 1edc79b chore: update x libs (# 1858)%0A > 929a393 chore(all): update all (# 1853)%0A > 1147cb8 fix: Update ECP dependency to v0.2.3 (# 1857)%0A > 689f934 feat(all): auto-regenerate discovery clients (# 1851)%0A > 8efd00d fix(internal/gensupport): don't prematurely close timers (# 1856)%0A > 3fb5b61 fix: Improve error handling for enterprise certificate module (# 1848)%0A > 8980266 feat(all): auto-regenerate discovery clients (# 1850)%0A > 3fb8cdc feat(all): auto-regenerate discovery clients (# 1841)%0A > 1651c38 chore(transport): remove support for go runtimes earlier than 1.16 (# 1844)%0A > 4b4c9d4 feat(all): auto-regenerate discovery clients (# 1838)%0A > b3b5f17 chore(main): release 0.109.0 (# 1818)%0A > c13cc35 feat(all): auto-regenerate discovery clients (# 1836)%0A > 602b6a4 chore(all): update all (major) (# 1806)%0A > a5d0daa feat(all): auto-regenerate discovery clients (# 1828)%0A > 50fc7c4 feat(all): auto-regenerate discovery clients (# 1826)%0A > 6aad438 feat(all): auto-regenerate discovery clients (# 1825)%0A > 85d0224 feat(all): auto-regenerate discovery clients (# 1822)%0A > 884a246 feat(all): auto-regenerate discovery clients (# 1821)%0A > 5935892 feat(all): auto-regenerate discovery clients (# 1819)%0A > ba3ba78 feat(all): auto-regenerate discovery clients (# 1817)%0A > 47f66d6 chore(main): release 0.108.0 (# 1811)%0A > da48b9a feat(all): auto-regenerate discovery clients (# 1816)%0A > a12685c feat(all): auto-regenerate discovery clients (# 1813)%0A > 4df52d2 feat(all): auto-regenerate discovery clients (# 1810)%0A > f74fbb6 chore(main): release 0.107.0 (# 1803)%0A > d8084e4 feat(all): auto-regenerate discovery clients (# 1809)%0A > 4dca4e0 feat: re-enable integrations:v1 (# 1801)%0A > 86e4009 fix: user Timers over time.After (# 1802)%0A > bcc345c feat(all): auto-regenerate discovery clients (# 1808)%0A > de06921 feat(all): auto-regenerate discovery clients (# 1807)%0A > 935ef64 feat(all): auto-regenerate discovery clients (# 1804)%0A > 93de455 feat(all): auto-regenerate discovery clients (# 1800)%0A > ac7eb8f chore(main): release 0.106.0 (# 1786)%0A > 3944e86 feat(all): auto-regenerate discovery clients (# 1794)%0A > f6dec99 feat(idtoken): add support for impersonated_service_account creds type (# 1792)%0A > ddb5c65 test: add buffer to both sides of token expiry validation (# 1797)%0A > b35900a fix(idtoken): configure validator constructor to use no authentication (# 1789)%0A > ca86833 chore(all): update all (# 1796)%0A > a6b0739 chore: skip generating integrations:v1 as it fails generation (# 1793)%0A > 7bd17b3 feat(all): auto-regenerate discovery clients (# 1790)%0A > 9fb35f5 feat(all): auto-regenerate discovery clients (# 1788)%0A > 1569e5b feat(option/internaloption): add new EmbeddableAdapter option (# 1787)%0A > a7f08e2 feat(all): auto-regenerate discovery clients (# 1784)%0A > 67aaf4e chore(main): release 0.105.0 (# 1774)%0A > 5b02761 feat(all): auto-regenerate discovery clients (# 1777)%0A > c58bf4c feat: support set null map entries for non-simple map values (# 1782)%0A > e4271df feat(googleapi): add response headers to Error reported by CheckMediaResponse (# 1781)%0A > 6193507 chore: remove uses of obsolete golang.org/x/xerrors (# 1776)%0A > 37a2e41 feat(all): auto-regenerate discovery clients (# 1773)%0A > 9255b0b chore(main): release 0.104.0 (# 1748)%0A > 4238314 chore: ignore some golang.org/x/* dependencies in renovate (# 1772)%0A > 029b659 chore(all): update all (# 1768)%0A > f819644 feat(all): auto-regenerate discovery clients (# 1771)%0A > 2b596d9 feat(all): auto-regenerate discovery clients (# 1767)%0A > 3195ce1 feat(all): auto-regenerate discovery clients (# 1766)%0A > 97a9846 feat(all): auto-regenerate discovery clients (# 1760)%0A > 8d8f0a7 feat(transport): de-experiment google-c2p resolver (# 1757)%0A > c213153 fix(transport/grpc): separate resolution of creds and certs (# 1759)%0A > 629e217 fix(idtoken): increase MaxIdleConnsPerHost to 100 in NewClient (# 1754)%0A > caf7af0 feat(all): auto-regenerate discovery clients (# 1755)%0A > e18b504 feat(all): auto-regenerate discovery clients (# 1753)%0A > dd565a4 feat(all): auto-regenerate discovery clients (# 1752)%0A > a657f19 feat(all): auto-regenerate discovery clients (# 1751)%0A > 292129c feat(all): auto-regenerate discovery clients (# 1746)%0A > 02077fd chore(all): update all (# 1749)%0A > 567070f docs: document limitation of WithUserAgent (# 1747)%0A > 561b601 chore(main): release 0.103.0 (# 1738)%0A > 4248dc3 feat(all): auto-regenerate discovery clients (# 1743)%0A > ee25e29 feat(googleapi): inject gax apierror.APIError into googleapi.Error (# 1730)%0A > f8efb95 chore(all): update all (# 1740)%0A > 9695aa1 feat: rm hard dep on x/sys (# 1742)%0A > bec0f29 chore(.github): force renovate to use 1.19 (# 1741)%0A > bbd4259 feat(all): auto-regenerate discovery clients (# 1739)%0A > de99200 feat(all): auto-regenerate discovery clients (# 1737)%0A > 0d7f97a chore(main): release 0.102.0 (# 1726)%0A > 0528475 feat: rely on new compute metadata module directly (# 1736)%0A > ce57a67 feat(all): auto-regenerate discovery clients (# 1734)%0A > 1e1eab9 feat(all): auto-regenerate discovery clients (# 1727)%0A > 0ce5403 test(transport/grpc): fix arg for test failure logs (# 1733)%0A > 06360d8 feat(all): auto-regenerate discovery clients (# 1725)%0A > 644a13c chore(main): release 0.101.0 (# 1719)%0A > f4788b3 feat(all): auto-regenerate discovery clients (# 1723)%0A > 9ea2ceb chore(all): update all (# 1721)%0A > 9140608 feat(all): auto-regenerate discovery clients (# 1720)%0A > 453b81a feat(all): auto-regenerate discovery clients (# 1718)%0A > d530a93 chore(main): release 0.100.0 (# 1714)%0A > 37f90e9 feat(internal/gensupport): remove DetermineContentType, use gax-go copy (# 1716)%0A > b235b1f fix(idtoken): Allow missing age in http response header (# 1715)%0A > f990a2a feat(all): auto-regenerate discovery clients (# 1717)%0A > f9e15f2 feat(all): auto-regenerate discovery clients (# 1712)%0A > e74b770 chore(all): update all (# 1713)%0A > 977e871 chore(main): release 0.99.0 (# 1710)%0A > 6b81c83 feat(all): auto-regenerate discovery clients (# 1701)%0A > 1aa1deb chore(all): update all (# 1707)%0A > 69fb474 chore: Update ECP dependency to 0.2.0 (# 1704)%0A > a4ae94d chore(main): release 0.98.0 (# 1700)%0A > 25b7450 feat(all): auto-regenerate discovery clients (# 1699)%0A > aa775b4 feat(all): auto-regenerate discovery clients (# 1696)%0A > faa845a chore(main): release 0.97.0 (# 1694)%0A > 2c3e863 fix(gensupport): allow initial request for resumable uploads to retry w/ non-nil getBody (# 1690)%0A > f427ee3 feat(internal/gensupport): wrap retry failures with context and prev error (# 1684)%0A > 6b0515b fix: build script bash error (# 1697)%0A > b8f2556 feat(all): auto-regenerate discovery clients (# 1695)%0A > a87400b feat(all): auto-regenerate discovery clients (# 1693)%0A > a039966 chore(main): release 0.96.0 (# 1687)%0A > 0f7c1ed fix: upgrade version of golang.org/x/net (# 1692)%0A > e801e10 feat(all): auto-regenerate discovery clients (# 1689)%0A > bc29a6b feat(all): auto-regenerate discovery clients (# 1688)%0A > ce5ed41 feat(all): auto-regenerate discovery clients (# 1686)%0A > d63b286 chore(main): release 0.95.0 (# 1678)%0A > 8c72fb3 feat(all): auto-regenerate discovery clients (# 1680)%0A > 9a84077 feat(option): officially deprecate ImpersonateCredentials (# 1683)%0A > 219f166 test: set envvar for integration test (# 1681)%0A > 991f409 test: integration Tests for Configurable Token Lifespan (# 1657)%0A > 8757dbf feat(all): auto-regenerate discovery clients (# 1677)%0A > 608f877 chore(main): release 0.94.0 (# 1668)%0A > 1b6dbd8 feat(all): auto-regenerate discovery clients (# 1676)%0A > c0825d4 chore: bump version of oauth lib to latest (# 1675)%0A > 99c5811 feat(all): auto-regenerate discovery clients (# 1673)%0A > 9ce1130 feat(all): auto-regenerate discovery clients (# 1672)%0A > 7158b89 feat(all): auto-regenerate discovery clients (# 1671)%0A > 07ceb9d docs(option): clarify behavior of WithScopes (# 1670)%0A > 9ea025d fix(storage): *int64 instead of int64 for Age cond (# 1598)%0A > c85b305 feat(all): auto-regenerate discovery clients (# 1667)%0A > 55f563d chore(main): release 0.93.0 (# 1660)%0A > 62364a2 feat(all): auto-regenerate discovery clients (# 1664)%0A > d6ee425 feat(google-api-go-generator): Change field PaymentState to pointer (# 1663)%0A > 3e82e6f feat(all): auto-regenerate discovery clients (# 1662)%0A > 68e7d49 feat(all): auto-regenerate discovery clients (# 1661)%0A > f73ea23 feat(all): auto-regenerate discovery clients (# 1652)%0A > 4fd3439 chore: fix flaky bot (# 1653)%0A > a90d802 chore(main): release 0.92.0 (# 1651)%0A > 0e6b5b6 feat(all): auto-regenerate discovery clients (# 1649)%0A > 825be43 chore: run gofmt -s -l -w . for Go 1.19 (# 1650)%0A > ceac0bc chore: update vet to run for 1.19 (# 1648)%0A > 45996f0 feat(all): auto-regenerate discovery clients (# 1646)%0A > 8942a36 feat(all): auto-regenerate discovery clients (# 1645)%0A > 6a8be6a feat(all): auto-regenerate discovery clients (# 1643)%0A > 2dd2fc5 feat(all): auto-regenerate discovery clients (# 1641)%0A > f706c86 chore: add flakybot (# 1640)%0A > cea8849 chore(main): release 0.91.0 (# 1638)%0A > bc14db7 feat(all): auto-regenerate discovery clients (# 1639)%0A > 3919127 feat(all): auto-regenerate discovery clients (# 1637)%0A > fc02f1d chore(main): release 0.90.0 (# 1633)%0A > ba61f52 test: integration Tests for Pluggable Auth (# 1607)%0A > babdbd1 feat: manual regen (# 1636)%0A > fdea35f feat(all): auto-regenerate discovery clients (# 1635)%0A > c824ae8 feat(all): auto-regenerate discovery clients (# 1634)%0A > a20cd59 feat(all): auto-regenerate discovery clients (# 1632)%0A > 3a45f5c chore(main): release 0.89.0 (# 1626)%0A > 09e8e91 feat(all): auto-regenerate discovery clients (# 1631)%0A > f12fc20 feat(all): auto-regenerate discovery clients (# 1630)%0A > 934dd5e feat(all): auto-regenerate discovery clients (# 1629)%0A > 1beaeac feat(all): auto-regenerate discovery clients (# 1627)%0A > a1878a1 feat(all): auto-regenerate discovery clients (# 1625)%0A > ed487e6 chore(main): release 0.88.0 (# 1617)%0A > 9e8aeec feat(all): auto-regenerate discovery clients (# 1624)%0A > 136bec3 feat(all): auto-regenerate discovery clients (# 1622)%0A > 948b3c3 feat(all): auto-regenerate discovery clients (# 1620)%0A > 6fde9e8 feat(all): auto-regenerate discovery clients (# 1619)%0A > d39390c feat(all): auto-regenerate discovery clients (# 1616)%0A > efe48de chore(main): release 0.87.0 (# 1605)%0A > 7532bd6 feat(all): auto-regenerate discovery clients (# 1614)%0A > 4b4693b feat(all): auto-regenerate discovery clients (# 1613)%0A > 370775a feat(all): auto-regenerate discovery clients (# 1612)%0A > 8e67ca4 feat(all): auto-regenerate discovery clients (# 1611)%0A > 51d527b feat(all): auto-regenerate discovery clients (# 1608)%0A > a1f0544 feat(all): auto-regenerate discovery clients (# 1606)%0A > 5e7eede feat(all): auto-regenerate discovery clients (# 1604)%0A > 8937b91 chore(main): release 0.86.0 (# 1597)%0A > 2c32faf feat(all): auto-regenerate discovery clients (# 1603)%0A > 4cc8fa9 chore(all): update all (# 1602)%0A > ee1c8ab feat(all): auto-regenerate discovery clients (# 1601)%0A > b5f14dc feat(all): auto-regenerate discovery clients (# 1600)%0A > 7c6a86c feat(all): auto-regenerate discovery clients (# 1599)%0A > 493203c feat(all): auto-regenerate discovery clients (# 1596)%0A > 11792be chore(main): release 0.85.0 (# 1587)%0A > 25e2e24 chore(gensupport): add retry invocation headers (# 1577)%0A > c02e08c feat(all): auto-regenerate discovery clients (# 1593)%0A > 56e960f chore(all): update all (# 1595)%0A > 8f39c3e feat(all): auto-regenerate discovery clients (# 1592)%0A > 59d5b95 feat(all): auto-regenerate discovery clients (# 1589)%0A > 1263cc6 feat(all): auto-regenerate discovery clients (# 1586)%0A > 18468ac chore(main): release 0.84.0 (# 1575)%0A > ebbb60c feat(all): auto-regenerate discovery clients (# 1584)%0A > 1d5389b feat(transport): Integrate with enterprise certificate proxy (# 1570)%0A > 6b66391 chore(all): update all to d0670ef (# 1582)%0A > a1e650c feat(all): auto-regenerate discovery clients (# 1581)%0A > 590733c feat(all): auto-regenerate discovery clients (# 1580)%0A > 7bba05e feat(all): auto-regenerate discovery clients (# 1576)%0A > 0d1c9e8 feat(all): auto-regenerate discovery clients (# 1574)%0A > fc50588 chore(main): release 0.83.0 (# 1567)%0A > 3524901 chore(all): update all (# 1572)%0A > c2c6a68 feat(all): auto-regenerate discovery clients (# 1571)%0A > f12f0bb feat(all): auto-regenerate discovery clients (# 1569)%0A > 2bdb4a9 feat(all): auto-regenerate discovery clients (# 1566)%0A > 2ac155a chore(main): release 0.82.0 (# 1559)%0A > bacf4f4 feat(all): auto-regenerate discovery clients (# 1565)%0A > 1463524 feat(all): auto-regenerate discovery clients (# 1562)%0A > 8bbd389 chore(all): update all to 5463443 (# 1564)%0A > e3ac188 feat(all): auto-regenerate discovery clients (# 1561)%0A > 3093678 feat(all): auto-regenerate discovery clients (# 1560)%0A > b041876 docs(idtoken): fix a typo on NewClient method (# 1558)%0A > 74b48ae feat(all): auto-regenerate discovery clients (# 1557)%0A > 3ec9784 chore(main): release 0.81.0 (# 1549)%0A > c40fe28 feat(all): auto-regenerate discovery clients (# 1556)%0A > 97794a9 feat(all): auto-regenerate discovery clients (# 1553)%0A > 0e22eae chore(all): update all (# 1555)%0A > 905c5cc feat(all): auto-regenerate discovery clients (# 1551)%0A > ecdf959 feat(all): auto-regenerate discovery clients (# 1550)%0A > ea2c741 feat(all): auto-regenerate discovery clients (# 1548)%0A > e8e8d59 chore(main): release 0.80.0 (# 1540)%0A > 06f741f feat(all): auto-regenerate discovery clients (# 1547)%0A > a96b037 feat(all): auto-regenerate discovery clients (# 1545)%0A > ab27e7b feat(all): auto-regenerate discovery clients (# 1543)%0A > d4bf66e feat(all): auto-regenerate discovery clients (# 1541)%0A > acc2992 feat(all): auto-regenerate discovery clients (# 1539)%0A > 14304b7 chore(main): release 0.79.0 (# 1532)%0A > b6a8bd3 feat(all): auto-regenerate discovery clients (# 1538)%0A > edb8ac6 feat(all): auto-regenerate discovery clients (# 1535)%0A > 7f9e9e2 chore(all): update all to 988cb79 (# 1536)%0A > 72b16d7 feat(all): auto-regenerate discovery clients (# 1534)%0A > ffe3471 feat(all): auto-regenerate discovery clients (# 1533)%0A > 43a3732 feat(all): auto-regenerate discovery clients (# 1531)%0A > 5ba22f1 chore(main): release 0.78.0 (# 1529)%0A > 3d4ea5e feat(all): auto-regenerate discovery clients (# 1530)%0A > 6131a7d chore(all): update all (# 1528)%0A > 5cdbe26 feat(all): auto-regenerate discovery clients (# 1527)%0A > aff4922 chore(main): release 0.77.0 (# 1526)%0A > 138823b feat: regen cloudcommerceprocurement v1 (# 1525)%0A > fe1f16c chore(all): update actions/github-script action to v6 (# 1441)%0A > 5cffc8c chore(main): release 0.76.0 (# 1520)%0A > 9b3cabe feat(all): auto-regenerate discovery clients (# 1523)%0A > fa8b991 feat(all): auto-regenerate discovery clients (# 1522)%0A > dea6b02 feat(all): auto-regenerate discovery clients (# 1521)%0A > d72fb11 feat(all): auto-regenerate discovery clients (# 1518)%0A > 7027839 chore(main): release 0.75.0 (# 1497)%0A > 12c0cb2 chore: update CI script to run on 1.18 (# 1508)%0A > 4145f3d feat(all): auto-regenerate discovery clients (# 1516)%0A > c75dc07 chore(all): update all (# 1515)%0A > 11035bd feat(all): auto-regenerate discovery clients (# 1514)%0A > 95e21aa feat(all): auto-regenerate discovery clients (# 1513)%0A > 89f1c62 feat(all): auto-regenerate discovery clients (# 1511)%0A > 6944086 feat(all): auto-regenerate discovery clients (# 1510)%0A > d0006d4 feat(all): auto-regenerate discovery clients (# 1509)%0A > f39fdcc chore(all): update all to aac1ed4 (# 1507)%0A > d621bc9 feat(all): auto-regenerate discovery clients (# 1504)%0A > d349e85 feat(transport): remove grpc version guard (# 1506)%0A > eeb33c7 feat(all): auto-regenerate discovery clients (# 1503)%0A > 2425be6 feat(all): auto-regenerate discovery clients (# 1500)%0A > 5bd40ca chore(all): update all to 749bd19 (# 1501)%0A > a897ca4 feat(all): auto-regenerate discovery clients (# 1498)%0A > 788bfff feat(all): auto-regenerate discovery clients (# 1496)%0A > 9d43e7d chore(main): release 0.74.0 (# 1481)%0A > c53496e feat(all): auto-regenerate discovery clients (# 1495)%0A > 12af56f chore: add debug info (# 1494)%0A > 60f8145 feat(all): auto-regenerate discovery clients (# 1492)%0A > 2e5fe2d chore(all): update all to de3da57 (# 1491)%0A > 07708c5 feat(all): auto-regenerate discovery clients (# 1490)%0A > c6e75d1 feat(all): auto-regenerate discovery clients (# 1489)%0A > 0be1ec1 feat(all): auto-regenerate discovery clients (# 1488)%0A > 123571c chore(all): update all (# 1487)%0A > 5a60966 feat(all): auto-regenerate discovery clients (# 1486)%0A > db51ba4 feat(all): auto-regenerate discovery clients (# 1483)%0A > d1de029 feat: re-enable playintegrity api generation (# 1482)%0A > ab15d06 feat(all): auto-regenerate discovery clients (# 1480)%0A > fe42dff chore(main): release 0.73.0 (# 1478)%0A > 0922a63 feat(all): prefer using WithDefaultScope option internally (# 1476)%0A > 948cb4a feat(all): auto-regenerate discovery clients (# 1477)%0A > 6100952 chore(main): release 0.72.0 (# 1471)%0A > 85b8ff9 chore(all): update all (# 1475)%0A > e550ff4 feat(all): auto-regenerate discovery clients (# 1474)%0A > 83dfa07 docs: removed stale comment (# 1473)%0A > ab9ff8c chore: remove build tags for go versions < 1.15 (# 1461)%0A > 314c94b feat(all): auto-regenerate discovery clients (# 1472)%0A > 6826fe2 feat(all): auto-regenerate discovery clients (# 1470)%0A > 3d588dd chore(main): release 0.71.0 (# 1454)%0A > 937d36f feat(all): auto-regenerate discovery clients (# 1469)%0A > 33ba990 feat(internal/gensupport): add net.ErrClosed to default retry (# 1462)%0A > bf3225e feat(all): auto-regenerate discovery clients (# 1467)%0A > 94d6c1d chore(all): update google.golang.org/genproto commit hash to 325a892 (# 1468)%0A > 76a2c21 feat(all): auto-regenerate discovery clients (# 1466)%0A > 398f9e8 feat(all): auto-regenerate discovery clients (# 1465)%0A > e8805bc feat(all): auto-regenerate discovery clients (# 1464)%0A > 4df1039 feat(all): auto-regenerate discovery clients (# 1463)%0A > 7331451 feat(all): auto-regenerate discovery clients (# 1457)%0A > 6aeb511 chore(all): update all (# 1458)%0A > 8a3061f feat(all): auto-regenerate discovery clients (# 1455)%0A > 0954e33 feat(all): auto-regenerate discovery clients (# 1453)%0A > aa4b661 chore(main): release 0.70.0 (# 1446)%0A > 459ebe0 feat(all): auto-regenerate discovery clients (# 1450)%0A > 78984df chore(all): update all (# 1451)%0A > 7bce545 feat(transport): add an env variable to disable DirectPath (# 1447)%0A > 64db4b6 feat(all): auto-regenerate discovery clients (# 1449)%0A > 0fe9f5f feat(all): auto-regenerate discovery clients (# 1448)%0A > 7dec2b0 feat(all): auto-regenerate discovery clients (# 1444)%0A > d8d1dd6 chore(main): release 0.69.0 (# 1429)%0A > ed89fcb feat(all): auto-regenerate discovery clients (# 1443)%0A > f47d942 chore(all): update all (# 1440)%0A > 34437da feat(all): auto-regenerate discovery clients (# 1439)%0A > ae341d5 feat(all): auto-regenerate discovery clients (# 1438)%0A > c01dedc feat(all): auto-regenerate discovery clients (# 1437)%0A > 50051fb chore: add PATH and HOME to cmds (# 1436)%0A > 81492cc chore(internal/kokoro): add more debug info (# 1435)%0A > 4499c41 fix(internal/kokoro): path to module root to run discogen (# 1433)%0A > 14d6bf5 chore: add a script that invoke regen (# 1432)%0A > ef89845 fix(gensupport): cover ChunkRetryDeadline edge case (# 1430)%0A > 331bc9e feat: bump grpc and x/net (# 1428)%0A > 79cd91d chore: remove synth.py (# 1427)%0A > 31eaf11 chore(main): release 0.68.0 (# 1420)%0A > f025530 fix: start reporting a meaningful version in headers (# 1426)%0A > 5a35af5 feat(all): auto-regenerate discovery clients (# 1422)%0A > 16cbba8 chore(all): update all (# 1423)%0A > ca3165c chore(all): update all (major) (# 1412)%0A > b28419f feat(all): auto-regenerate discovery clients (# 1419)%0A > 9eaba81 fix(googleapi): fill response headers in Error (# 1418)%0A > 6db1fa9 chore(main): release 0.67.0 (# 1413)%0A > 6461d8f chore: run go mod tidy (# 1417)%0A > f78a0f8 feat(all): auto-regenerate discovery clients (# 1416)%0A > c987a5b feat(gensupport): per-chunk deadline configs (# 1414)%0A > e40d61b feat(all): auto-regenerate discovery clients (# 1415)%0A > a584462 feat(all): auto-regenerate discovery clients (# 1410)%0A > 974d87e chore(all): update all (# 1411)%0A > 51d1f3f chore: add new regen code (# 1403)%0A > 5322ee8 chore(main): release 0.66.0 (# 1396)%0A > 01c8604 feat(all): auto-regenerate discovery clients (# 1408)%0A > 71e47d1 feat(all): auto-regenerate discovery clients (# 1407)%0A > d972e9a feat(all): auto-regenerate discovery clients (# 1406)%0A > 46a046b feat(all): auto-regenerate discovery clients (# 1405)%0A > e4d33f2 feat(all): auto-regenerate discovery clients (# 1404)%0A > 576ebbf feat(internal/gensupport): add 408 to default retry (# 1397)%0A > 2f7c9e0 Adding import references in examples/customsearch (# 1399)%0A > b6f8296 chore(all): update all (# 1400)%0A > f3223f8 Switch drive.go to v3 API (# 1334)%0A > 33250c0 feat(all): auto-regenerate discovery clients (# 1394)%0A > c890ff5 chore(main): release 0.65.0 (# 1392)%0A > 0f18957 feat(all): auto-regenerate discovery clients (# 1391)%0A > a72c2ca chore(all): update all (# 1389)%0A > 0848de1 feat(all): auto-regenerate discovery clients (# 1390)%0A > e933e2a feat(all): auto-regenerate discovery clients (# 1388)%0A > 057ba53 feat(all): auto-regenerate discovery clients (# 1387)%0A > 9b7e98a feat(all): auto-regenerate discovery clients (# 1385)%0A > 4cbaa9a chore: release 0.64.0 (# 1350)%0A > 6f9d2fb feat(all): auto-regenerate discovery clients (# 1384)%0A > e10082d fix(internal/gensupport): check ctx in chunk retry (# 1364)%0A > 5063cf3 feat(all): auto-regenerate discovery clients (# 1382)%0A > 3c780a6 feat(all): auto-regenerate discovery clients (# 1381)%0A > 480c39e feat(all): auto-regenerate discovery clients (# 1379)%0A > c483509 feat(all): auto-regenerate discovery clients (# 1378)%0A > f02fca3 feat(all): auto-regenerate discovery clients (# 1377)%0A > 6b71f8e feat(all): auto-regenerate discovery clients (# 1376)%0A > 67b623e feat(all): auto-regenerate discovery clients (# 1375)%0A > 5b1d74b chore(all): update google.golang.org/genproto commit hash to 3ac035c (# 1371)%0A > f96659b feat(all): auto-regenerate discovery clients (# 1374)%0A > b98052e feat(all): auto-regenerate discovery clients (# 1372)%0A > 879fd18 feat(all): auto-regenerate discovery clients (# 1370)%0A > 5b0277f feat(all): auto-regenerate discovery clients (# 1368)%0A > e8b02d9 feat(all): auto-regenerate discovery clients (# 1366)%0A > 436de07 feat(all): auto-regenerate discovery clients (# 1365)%0A > 3837608 chore(all): update all (# 1355)%0A > ecb0cdf feat(all): auto-regenerate discovery clients (# 1362)%0A > e84950f feat(transport): remove google-c2p dependence to DirectPath (# 1361)%0A > 520b227 fix(internal/gensupport): Make SendRequestWithRetry check for canceled contexts twice (# 1359)%0A > 07d8e2c transport: update xds directpath xds scheme (# 1357)%0A > 0f5a4b2 feat(all): auto-regenerate discovery clients (# 1360)%0A > 8fed2c8 feat(all): auto-regenerate discovery clients (# 1356)%0A > fef920c feat(all): auto-regenerate discovery clients (# 1354)%0A > 64fd298 feat(all): auto-regenerate discovery clients (# 1353)%0A > 8d31dc9 feat(all): auto-regenerate discovery clients (# 1352)%0A > 6e751dc feat(all): auto-regenerate discovery clients (# 1351)%0A > 6152e8a feat(all): auto-regenerate discovery clients (# 1349)%0A > 27de32e chore: release 0.63.0 (# 1342)%0A > 8d2eca8 feat(internal/gensupport): add configurable retry (# 1324)%0A > 9d66b44 chore(all): update all (# 1347)%0A > 9652438 feat(all): auto-regenerate discovery clients (# 1348)%0A > 3e3f769 feat(all): auto-regenerate discovery clients (# 1345)%0A > 79d487f feat(all): auto-regenerate discovery clients (# 1344)%0A > e4cc432 feat(all): auto-regenerate discovery clients (# 1343)%0A > 7673ffe feat(all): auto-regenerate discovery clients (# 1341)%0A > 5d28b6d chore: release 0.62.0 (# 1330)%0A > c06faf5 feat(transport): pass call credentials to grpc-go for DirectPath (# 1297)%0A > 3799960 feat(all): auto-regenerate discovery clients (# 1339)%0A > 3787e3a feat(all): auto-regenerate discovery clients (# 1338)%0A > d6130c8 chore: update gRPC version (# 1337)%0A > 951029f chore(all): update all (# 1335)%0A > adacce9 feat(all): auto-regenerate discovery clients (# 1336)%0A > c20deea feat(all): auto-regenerate discovery clients (# 1333)%0A > 1d7526a feat(all): auto-regenerate discovery clients (# 1332)%0A > 3789a71 feat(all): auto-regenerate discovery clients (# 1329)%0Abumping go.opencensus.io 49838f2...b1a01ee:%0A > b1a01ee Add started RPC metric for client and server side (# 1283)%0A > 0bf7faa Fix CI, and update testify (# 1284)%0A > 0521206 Passing capacity to make() in place of length. (# 1276)%0A > c2a62a2 fix: Add function to stop the defaultWorker (# 1272)%0A > bf52d9d Remove `convTslice` calls in Record() (# 1268)%0A > ad0b46e Precompute encodeWithKeys buffer size to avoid resizes (# 1269)%0A > a55fb71 Optimize `Record()` to avoid extra allocations (# 1267)%0A > dcf8515 Fix formatting to pass with go1.17 (# 1270)%0A > fb455b0 Remove @rakyll from codeowners (# 1256)%0A > f5c4b39 Bump version to next expected release (# 1257)%0Abumping golang.org/x/time 90d013b...2c09566:%0A > 2c09566 rate: the state of the limiter should not be changed when the requests failed%0A > 80b9fac x/time/rate: add rate.Sometimes, which runs a function occasionally.%0A > f3bd1da rate: add TokenAt and Tokens methods to Limiter.%0A > 2ce7c29 rate: use constant to avoid repeated definitions%0A > e5dcc9c A+C: delete AUTHORS and CONTRIBUTORS%0A > 579cf78 rate: use fake time for testing%0A > 583f2d6 all: gofmt%0A > 1424b61 rate: extend maximum-delay slop to all platforms%0A > 0e9765c rate: extend timing tolerances on Android and Plan9%0Abumping golang.org/x/sync 8fcdb60...1ea3257:%0A > 1ea3257 singleflight: make the check for exec support in TestPanicDoChan platform-agnostic%0Abumping knative.dev/pkg 6eb4b40...5ef4812:%0A > 5ef4812 Update community files (# 2762)%0A > 49e2e56 update google cloud deps (# 2758)%0A > a5e0b92 upgrade to latest dependencies (# 2757)%0Abumping golang.org/x/tools d0863f0...031fc75:%0A > 031fc75 gopls/internal/regtest/bench: don't run the iwl test with -short%0A > f477bf4 gopls/internal/lsp/source/completion: avoid Snapshot.CachedPackages%0A > b72edd1 gopls/internal/lsp/filecache: GOPLS_CACHE -> GOPLSCACHE%0A > d566927 gopls/internal/lsp/regtest: add @suggestedfix marker%0A > fdb0da6 gopls/internal/regtest/bench: add a benchmark for diagnosing a change%0A > 6eb432f gopls/internal/regtest/bench: add benchmarks in a wider variety of repos%0A > c91d0b8 gopls/internal/lsp/source: guard against concurrent writes in xrefs%0A > c0742f5 go.mod: update golang.org/x dependencies%0A > 21d2256 gopls/internal/lsp/cache: make type-checking incremental%0A > ae05609 internal/lsp/cache: add an LRU parse cache%0A > de54582 gopls/internal/lsp/filecache: process batches of stats before sleeping%0A > bc2e2c2 gopls/internal/regtest/bench: support benchmarking multiple repos%0A > 7c35ddf gopls/internal/lsp: stop using ast.Ident.Obj%0A > 4942052 gopls/protocol/generate: remove more special cases%0A > ef396af gopls: sync staticcheck@v0.4.2%0A > fbb25cb gopls: use go generate consistently%0A > 096bae8 internal/gcimporter: document non-idempotence of export∘import%0A > 120642f gopls/internal/bug: fix a bug in the bug package%0A > 0d741d5 cmd/present: update styles for markdown-generated slides%0A > 902ee93 gopls/internal/lsp/source: remove 2nd last call to CachedImportPaths%0A > b0fcf2a gopls/internal/lsp/source: simplify 'stub methods'%0A > f98fce2 go/types/objectpath: add encoder type, to amortize allocation%0A > 2e10748 gopls/internal/lsp/protocol: improve generated godoc for LSP types%0A > 4906a71 gopls/internal/lsp/source: add documentation links to hover%0A > 3ec30bd gopls/internal/lsp/cache: request EmbedFiles from go/packages%0A > 25d2519 gopls/internal/lsp: support more cases of definition on linkname directive.%0A > e85b533 gopls/protocol: remove stub special cases%0A > 193023c go/ssa: substitute type parameters in local types%0A > 3102dad gopls/internal/regtest/bench: move benchmarks into separate files%0A > d9c6b88 gopls/internal/regtest/bench: add a proper benchmark for initial load%0A > e5b9948 gopls/internal/lsp/source: use metadata files for workspace symbols%0A > ad4fc28 gopls/internal/lsp/cache: pre-compute load diagnostics%0A > e5c9e63 gopls/internal/lsp/regtest: add @rename marker tests%0A > a30296b gopls/internal/lsp/filecache: purge empty directories%0A > 268cb0b go/ssa/interp: skip typeparam/issue58513.go%0A > d87a100 go/ssa: skip typeparam/issue58513.go%0A > 5e7c67d gopls/internal/lsp/regtest: factor marker error reporting%0A > d4c13e6 gopls/internal/lsp/source: eliminate Snapshot.FileSet%0A > 0bd0228 gopls/internal/lsp/source: don't rely on global FileSet when stubbing%0A > c3550e9 cmd/present: use embed, drop native client%0A > 6baf6e8 gopls/internal/lsp/source: 'references' cleanups%0A > 64f9d62 gopls/internal/lsp/source/rename: use incremental algorithm%0A > c8e8b3b gopls/internal/lsp: eliminate source.RelatedInformation%0A > fdfdda5 gopls: fix Kokoro failures with Go 1.18%0A > 0e300d3 gopls/protocol: remove some special cases in stubs%0A > 80afb09 gopls/internal/lsp/source: multiline errors from rename%0A > 352e41a internal/gcimporter: updates how imports are handled in unified IR%0A > 72d72f9 go/ssa: temporarily skip the 'net' package in TestStdlib%0A > a9792b2 go/loader: temporarily skip TestCgoOption on darwin%0A > eec389d gopls/doc: fix typos in Neovim documentation%0A > 668845e gopls: update usage instructions for latest neovim version%0A > b15a5bc gopls/internal/lsp/source: rewrite hover%0A > 650ae30 gopls/internal/regtest/marker: more tests for embedding and linking%0A > b18ca0d gopls/internal/lsp/regtest: always compare updated marker test content%0Abumping knative.dev/hack fc42790...cc92cdb:%0A > cc92cdb Replace test-infra with toolbox (# 297)%0Abumping golang.org/x/mod b710602...69aa7ac:%0A > 69aa7ac sumdb/tlog: fuzz tests for parsers%0Abumping golang.org/x/oauth2 3607514...839de22:%0A > 839de22 google: don't check for IsNotExist for well-known file%0A > 0690208 go.mod: update golang.org/x dependencies%0A > 451d5d6 internal: remove repeated definite articles%0A > cfe200d oauth2: parse RFC 6749 error response Signed-off-by: Knative Automation <automation@knative.team> |
|
|
bdb9c4888f
|
upgrade to latest dependencies (#758)
bumping knative.dev/pkg 74c4be5...6eb4b40:%0A > 6eb4b40 Update community files (# 2760)%0A > eb63a40 Support to set qps and burst via env variable (# 2755)%0Abumping knative.dev/hack a861c8e...fc42790:%0A > fc42790 Update community files (# 296)%0A > d7586a2 Update e2e kntest link (# 295) Signed-off-by: Knative Automation <automation@knative.team> |