mirror of https://github.com/knative/caching.git
824 Commits
Author | SHA1 | Message | Date |
---|---|---|---|
|
634555c68c
|
bump controller-gen to v0.17.0 (#913) | |
|
ca99f3dde7
|
Update community files (#912)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
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> |
|
|
2f0b786ff2
|
Update community files (#910)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
9f3a58ce33
|
Update community files (#908)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
a38b40d8a3
|
upgrade to latest dependencies (#907)
bumping google.golang.org/protobuf 158d2b3...c72053a: > c72053a all: release v1.35.2 > b985635 internal/impl: fix TestMarshalMessageSetLazyRace (was a no-op!) > 76135f9 proto: switch messageset_test to use makeMessages() injection point > 29947bb internal/testprotos/test: add nested message field with [lazy=true] > 5c14d72 encoding/prototext: use testmessages_test.go approach, too > 496557b proto: refactor equal_test from explicit table to use makeMessages() > 0517e5a testing/protocmp: document behavior when combining Ignore and Sort > d14ebce all: implement strip_enum_prefix editions feature > fb995f1 encoding/protojson: allow missing value for Any of type Empty > d340238 all: start v1.35.1-devel bumping knative.dev/pkg 215048a...a7fd9b1: > a7fd9b1 Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (# 3117) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
cb95f78b72
|
upgrade to latest dependencies (#906)
bumping golang.org/x/tools 2ab3b51...4d2b19f: > 4d2b19f go.mod: update golang.org/x dependencies > 6368677 gopls/internal/golang: strength reduce ComputeImportFixEdits > 777f155 gopls/internal/golang: show package attributes on hover > 8a0e08f gopls/doc: add missing doc link > 61415be gopls/internal/cache: guard against malformed paths in port.matches > 9a89d3a internal/analysisinternal: avoid sub-token spans in TypeErrorEndPos > 1115af6 internal/expect: support named arguments f(a, b, c=d, e="f") > 0b9e499 go/{expect,packages/packagestest}: mention the tag+delete proposal > efcd2bd internal/packagestest: fork go/packages/packagestest > 0e9ed3d go/packages: do not mutate Config > ca2b41b x/tools: use internal/expect instead of go/expect > b22f1ad internal/expect: fork go/expect > f1ae722 gopls/internal/semtok: change types.Named to types.Basic for iota, true, and false > dba5486 gopls: update x/telemetry to pick up fix for countertest.ReadCounter > 9d40727 gopls/internal/server: don't interact with os.UserConfigDir from tests > 59933b6 go/packages: create fewer goroutines > f1f7c26 gopls/internal/cache: ensure GO111MODULE is unset in GOPATH tests > 4f98d3f gopls/internal/golang: run testcases as subtests > 6d27bba gopls/internal/golang: add testcase handling for func with error returns > e5417d7 gopls/internal/cache: log go env in TestZeroConfigAlgorithm > 691997a gopls/internal/golang: consolidate imports from both file in qualifier > 0c792f1 gopls/internal/golang: support generating test for functions > 27e1a3a go/packages: ensure TypesInfo is set when NeedTypesInfo is enabled > 817c7bc gopls/internal/test/integration/workspace: fix TestStdWorkspace > e36459f gopls/internal/golang: generate test name for selected function/method > 2998e9a go/analysis/passes/lostcancel: add WithCancelCause et al > f0379e0 go/packages: add BenchmarkNetHTTP > ad28b93 go/packages: minor cleanups to loader.parseFiles > cceaf96 internal/imports: carve out a Source interface for index integration > f4878ba gopls/internal/golang: use correct imports in HTML pkg doc links > 109c5fc gopls/internal/test: fix path to local go in integration tests > 99e8fee x/tools: fset.File(file.Pos()) -> fset.File(file.FileStart) > 5cd08e2 go/gcexportdata: document 2 releases + tip policy > ce03cd6 internal/modindex: parse changed time in local time zone > 386503d gopls/internal/golang: add source code action for add test > 9d6e1a6 Revert "gopls/internal/analysis: disable ssa/ir analyzers on range-over-func" > f153a42 gopls: update honnef.co/go/tools (staticcheck) to v0.5.1 > 59f79bc go/ssa: speed up TestTypeparamTest by loading tests once > 70e82e0 go/analysis/passes/asmdecl: Correct identify writeResult instructions > cbd92b1 gopls/internal: stubcalledfunction: improve logic of selecting insert position > 45a28e1 all: fix x/tools tests that fail with a go1.23.1 go.work file > b0f44d5 copyright: limit copyright checking to .go files > 73d6794 gopls/internal/template: fix completion token boundary conditions > 91421d7 gopls/internal/cache: share type checking with analysis > 36684df go/analysis/passes/unusedwrite: silence if unsafe is imported > 17213ba gopls/internal/cache/parsego: support lazy object resolution for Files > 7d1d070 go/ssa/interp: disable interp tests on wasm > ae56d93 internal/modindex: implement Lookups in the index > 044b16f internal/gcimporter: extend markBlack workaround go1.22 > dabba6a internal/modindex: new API for incremental update > 7d196fc go/ssa/interp: fix failing recover2.go test > f861377 go/ssa/interp: redirect interpreter std{out,err} to testing.T.Log > 9f3c646 gopls/internal/cache: memoize cache keys > 1f162c6 gopls/internal/cache: async pull diagnostics and joined analysis > dbb8252 gopls/release: remove unused(?) script > 6176384 go/types/objectpath: break cycles through interface methods > 9e6388a internal/gcimporter: work around go/types data race in 1.23. > c457787 gopls/internal/cache: avoid reporting bugs when go/packages has errors > 401eca0 gopls/internal/settings: remove "allowImplicitNetworkAccess" > 6618569 gopls/internal/cache: refine a bug report related to package metadata > 6381f0b gopls/internal/cache: refine bug reports > 63e4449 gopls/internal/telemetry/cmd/stacks: print double-claimed stacks > f003ff6 gopls/internal/test/marker: rename s/suggestedfix/quickfix/ > 8128bcf gopls/internal/cache: add tolerance for builtin test variants > a199121 gopls: allow for asynchronous request handling > 8ecf757 internal/gcimporter: remove test of unsupported "goroot" iimport > 7310c72 importgraph: correct typo in graph_test.go > ce4cb55 internal/modindex: fix two bugs > b3482cc internal/modindex/cmd: Command for maintaining module cache indexes > 454be60 x/tools: be defensive after types.Info.Types[expr] lookups > dec6bf1 internal/modindex: update module cache index > 6c6def2 gopls/internal/telemetry/cmd/stacks: fix bad tmpreaper interaction > 1a5fe83 gopls: remove cruft > 244a31e gopls/internal: CodeAction: quickfix to generate missing method > 87d6131 internal/typeparams: support parameterized aliases in Free > aa87dcf go/analysis/passes: execute gofmt > feffeaa go/packages: report an error from Load when GOROOT is misconfigured > 50179f2 Revert "internal/aliases: add a function to conditionally enable aliases" > 4f6e118 all: set gotypesalias=1 when using >=1.23 toolchain > 915132c internal/typesinternal: add NamedOrAlias type > bd86f8c gopls/internal/cache/analysis: lazily resolve the import map > a4e0a9e cmd/bundle: enable materialized aliases > db26c69 cmd/stringer: fix test on android > f08b5c1 gopls/internal/test/integration/bench: add a pull diagnostics benchmark > bbb979f go/callgraph/vta: use node IDs for type flow graph > cf8979b gopls/doc/features: add index of supported Code Actions > 8621919 go/ssa/ssautil: disable fmt imports on wasm tests > f439874 internal/modindex: add symbol information > f21a1dc gopls: add initial support for pull diagnostics > c19060b gopls/internal/cache: use packageHandles to hold an active package cache > a30b207 internal/versions: remove InitFileVersions > de11c55 gopls/doc/codelenses: fix link typo > 0b989c8 internal/versions: update test expectations > 89a5311 go/analysis/passes/asmdecl: allow syscall write registers implicitly > f8f3c13 internal/aliases: add a function to conditionally enable aliases bumping knative.dev/pkg 47a6f9f...215048a: > 215048a Bump golang.org/x/tools from 0.26.0 to 0.27.0 (# 3114) bumping golang.org/x/mod 46a3137...dec0365: > dec0365 sumdb: make data tiles by Server compatible with sum.golang.org > c8a7319 x/mod: fix handling of vendored packages with '/vendor' in non-top-level paths > 9cd0e4c x/mod: remove vendor/modules.txt from module download Signed-off-by: Knative Automation <automation@knative.team> |
|
|
5522d1afbe
|
upgrade to latest dependencies (#905)
bumping golang.org/x/oauth2 6d8340f...3e64809:
> 3e64809 x/oauth2: add Token.ExpiresIn
> 16a9973 jwt: rename example to avoid vet error
> b52af7d endpoints: add GitLab DeviceAuthURL
bumping google.golang.org/genproto/googleapis/api ddb44da...8af14fe:
> 8af14fe chore(all): update all (# 1159)
> 7e3bb23 chore(all): auto-regenerate .pb.go files (# 1158)
> f6391c0 chore(all): update all (# 1156)
> 3fd189d chore(googleapis): update cloud/gkeconnect/gateway/v1beta1/alias.go (# 1157)
> 4ba0660 chore: update datastore and bigtable (# 1155)
> fc7c04a feat: move SoT for datastore proto definitions (# 1154)
> 278611b chore(all): update all (# 1153)
bumping google.golang.org/grpc 3f95b38...acba4d3:
> acba4d3 Change version to 1.68.0 (# 7743)
> 5363dca credentials: Apply defaults to TLS configs provided through GetConfigForClient (# 7754) (# 7813)
> 056dc64 status: Fix status incompatibility introduced by # 6919 and move non-regeneratable proto code into /testdata (# 7724) (# 7793)
> b79fb61 mem: use slice capacity instead of length, to determine whether to pool buffers or directly allocate them (# 7702) (# 7792)
> 54841ef stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (# 7740)
> ad81c20 pickfirstleaf: minor simplification to reconcileSubConnsLocked method (# 7731)
> b850ea5 transport : wait for goroutines to exit before transport closes (# 7666)
> 00b9e14 pickfirst: New pick first policy for dualstack (# 7498)
> 18a4eac testutils: add couple of log statements to the restartable listener type (# 7716)
> fdc2ec2 xdsclient: deflake TestADS_ResourcesAreRequestedAfterStreamRestart (# 7720)
> 4115c21 xds: return all ServerConfig dial options together (# 7718)
> b8ee37d pickfirst: Move var for mocking the shuffle func from internal/internal to pickfirst/internal (# 7698)
> d9d8f34 revert xds: return all ServerConfig dial options together (# 7712)
> 5f178a8 xdsclient: fix test build breakage (# 7710)
> f17ea7d xds: return all ServerConfig dial options together (# 7680)
> bdd444d xds: address merge conflict gotcha and missed review comment from previous PRs (# 7705)
> d365be6 transport: prevent deadlock in transport Close when GoAway write hangs (# 7662)
> 6c6c9b6 xdsclient: e2e style tests for ads stream restart (5/N) (# 7696)
> 5e6f4b9 xds: misc test cleanup (4/N) (# 7695)
> 3adcd41 xdsclient: make load reporting tests e2e style (3/N) (# 7694)
> 98d1550 xdsclient: switch more transport tests to e2e style (2/N) (# 7693)
> 9afb232 xdsclient: invoke watch callback when new update matches cached one, but previous update was NACKed (1/N) (# 7692)
> ab5af45 Revert "protoc-gen-go-grpc: remove `use_generic_streams_experimental` flag (defaults to true) (# 7654) (# 7703)
> e8a70c6 vet: add check to ensure terminating newline (# 7645)
> 5fd9853 examples: improve package comments (# 7658)
>
|
|
|
79b8e81abb
|
upgrade to latest dependencies (#904)
bumping golang.org/x/sys 23b0dab...e0753d4: > e0753d4 Revert "windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}" > c29efe3 windows: add iphlpapi functions for change notifications > 8f2aa9f cpu: conditionally re-enable AVX512 support on darwin/amd64 > 054f1fc README: don't recommend go get > ca04041 unix: extend z/OS support > 18e038c unix: move NETLINK_* consts to own section > d045236 windows: implement Ftruncate using a single syscall on Windows > cff53d5 unix: gofmt after CL 610296 > 123459f unix: update z/OS implementation of fcntl and mmap > df4a4da unix/linux: adjust Dockerfile ENV key value format > 696d342 unix: gofmt after CL 621375 > 60d7877 unix: add PTP_PF_* constants on Linux > 256d1df unix: add PTP IOCTLs on Linux > adbb8bb windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15} > a57fdb8 unix: add IoctlGetHwTstamp/IoctlGetHwTstamp on Linux > 3932916 unix: switch to Ubuntu 24.10 in Dockerfile > 2dfefb6 all: execute gofmt > e5eee7e unix: add IoctlGetEthtoolTsInfo on Linux > fe162ba unix: add ClockSettime on Linux > 7143f4a windows: manually initialize NewNTUnicodeString bumping golang.org/x/text 3043346...efd25da: > efd25da go.mod: update golang.org/x dependencies > 8a0e65e README: don't recommend go get > fefda1a internal/texttest: remove Run and Bench helpers > a457f47 all: normalize subtest names to NFC bumping knative.dev/hack ef6e7e9...b799531: > b799531 Update community files (# 403) bumping golang.org/x/sync 411f99e...151027e: > 151027e README: don't recommend go get bumping golang.org/x/term 9d5441a...b725e36: > b725e36 go.mod: update golang.org/x dependencies > 54df7da README: don't recommend go get bumping knative.dev/pkg 6af2bf9...7b333a0: > 7b333a0 Bump golang.org/x/net from 0.30.0 to 0.31.0 (# 3113) > 0a99635 Update community files (# 3112) > 25f6002 upgrade to latest dependencies (# 3111) bumping golang.org/x/net 6cc5ac4...334afa0: > 334afa0 go.mod: update golang.org/x dependencies > d7f220d quic: add LocalAddr and RemoteAddr to quic.Conn > 858db1a http2: surface errors occurring very early in a client conn's lifetime > 0aa844c http2: support unencrypted HTTP/2 handoff from net/http > f35fec9 http2: detect hung client connections by confirming stream resets > e883dae README: don't recommend go get > 511cc3a html: add Node.{Ancestors,ChildNodes,Descendants}() > 4783315 http2: limit 1xx based on size, do not limit when delivered > 5716b98 internal/socket: execute gofmt > 42b1186 http2: support ResponseController.EnableFullDuplex Signed-off-by: Knative Automation <automation@knative.team> |
|
|
e98e6ce9f4
|
Update community files (#903)
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> |
|
|
3f5cd81853
|
upgrade to latest dependencies (#901)
bumping knative.dev/pkg 76cfa12...6af2bf9: > 6af2bf9 upgrade to latest dependencies (# 3110) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
38fe7e0adf
|
upgrade to latest dependencies (#900)
bumping knative.dev/pkg 9b9d535...76cfa12: > 76cfa12 Fix `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3107) > 6d10851 Add `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3103) > 6eb75e8 Update community files (# 3105) bumping knative.dev/hack 05b2fb3...2191456: > 2191456 Update community files (# 400) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
843767a10f
|
upgrade to latest dependencies (#898)
bumping knative.dev/pkg 95b4b97...9b9d535: > 9b9d535 Fix `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3108) > 4af9a0d Add `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3106) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
c33e52ea17
|
Update community files (#897)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
ccfb189fed
|
upgrade to latest dependencies (#896)
bumping knative.dev/pkg 952269c...95b4b97: > 95b4b97 upgrade to latest dependencies (# 3104) > 59c22a1 Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (# 3102) > e0f65ce Update community files (# 3101) bumping google.golang.org/protobuf c33baa8...158d2b3: > 158d2b3 all: release v1.35.1 > 94e26c9 all: start v1.35.0-devel > ac98177 all: release v1.35.0 > 03df6c1 proto: Implement proto.Equal fast-path > 013dd17 all: drop unnecessary import renames for consistency > 1531843 internal/testprotos: declare the extension > 9e047b8 internal/impl: skip unnecessary requiredField checks for oneofs > ed7b51f proto: extend documentation of GetExtension, SetExtension > af06170 all: set Go language version to Go 1.21 > cf4f382 encoding/prototext: capture current reserved field behavior > 5c1f700 internal/encoding/json: remove duplicate test > 66faac0 compiler/protogen: remove now-unnecessary UnsafeEnabled checks > 21d187a compiler/protogen: support -experimental_strip_nonfunctional_codegen > e8b6855 internal/descopts,internal/impl: remove shorthand import aliases > 0946f97 all: remove unused purego support > b643888 encoding/protojson: use fd.HasPresence() for editions compatibility > 94ecbc2 internal/impl: remove unused ExtensionField.SetLazy method > b36f8e0 types/known/structpb: add support for more types and json.Number > 75479a3 internal: generate extension numbers, fix editions parsing > 2a82025 internal/cmd/generate-protos: fix pkg check for editions features > 219bda2 internal/conformance: update failing tests list, add comments > b46f280 all: plumb the lazy option into filedesc.Field and .Extension > df3bd63 compiler/protogen: always report editions support level of the plugin > eea33cd protobuf: fix handling of delimited extensions in editions > d462176 protojson: changes error message returned by unmarshal > 61c6075 all: start v1.34.2-devel bumping knative.dev/hack fc6a845...05b2fb3: > 05b2fb3 Update community files (# 399) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
f9d59e934f
|
Update community files (#895)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
c7654c4c7e
|
upgrade to latest dependencies (#894)
bumping golang.org/x/sys a43b625...23b0dab: > 23b0dab unix: mark vgetrandom as non-escaping > cbf0eb6 unix: fix grep syntax to work on non-GNU greps > e7397b9 unix: update to Linux 6.11 > 981de40 unix: use vDSO for getrandom() on linux > 48aad76 linux: add tcp_cc_info and its related types > d58f986 all: fix some typos in comment > 30de352 unix: fix Test{Fd,}Xattr failure on NetBSD > 68ed59b windows/svc: fix printf(var) mistake detected by latest printf checker > c08bc6e unix: update Go to 1.23.0 bumping knative.dev/pkg aabe552...952269c: > 952269c Bump golang.org/x/net from 0.29.0 to 0.30.0 (# 3100) > e52e2e4 Bump google.golang.org/grpc from 1.67.0 to 1.67.1 (# 3099) > 4e357ed Bump golang.org/x/tools from 0.25.0 to 0.26.0 (# 3098) > 5031733 Bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 (# 3097) > c4843b7 Give users the ability to disable namespace ownership of webhook configurations (# 3095) > 28b58b8 Use istio.sidecar.inject label instead of annotation (# 3096) bumping golang.org/x/net 35b4aba...6cc5ac4: > 6cc5ac4 go.mod: update golang.org/x dependencies > f88258d websocket: update nhooyr.io/websocket to github.com/coder/websocket > 7191757 http2: add support for net/http HTTP2 config field > 4790dc7 http2: add support for server-originated pings > 541dbe5 http2: add Server.WriteByteTimeout > 3c333c0 route: fix address parsing of messages on Darwin bumping golang.org/x/tools 7398f36...2ab3b51: > 2ab3b51 go.mod: update golang.org/x dependencies > 2683c79 gopls/internal/golang/stubmethods: rename analysis/stubmethods > efd951d gopls/internal/analysis/stubmethods: merge into CodeAction > d0d0d9e gopls/internal/cache: memoize dependent hash on analysisNode > a19eef6 gopls/internal/cache: express packageHandle as a state machine > dd745ec gopls/internal/test/marker: update regression test issue68918.txt > a02ee35 go/analysis/passes/stdversion: reenable tests > a24facf all: set gotypesalias=0 explicitly > ce2a33e gopls/internal: fix extract refactor for cases with anonymous functions > a2ff832 go/ssa: remove references to GOEXPERIMENT range > a7552bc go/ast/inspector: add PreorderSeq and All iterators > d2e4621 gopls/internal/server: CodeAction: interpret Only=[] as [QuickFix] > 4e80b32 cmd/stringer: support types declared in test files > 60b6bcd gopls/rename: include filename in error message > 2848ab8 internal/gcimporter: clean up test expectations > ee66134 go/ssa/ssautil: isolate deprecated CreateProgram > 6ded0c4 internal/gcexporter: cleanup test skipping in TestImportTypeparamTests > 66afc1a gopls/completion: tweak fuzz handling to make its own MethodSet > 7d92dd6 go/ssa/ssautil: use go/packages to load packages in switch_test.go > 18bc032 gopls: update x/telemetry to pick up fix for golang/go# 69681 > 6c47868 internal/gcimporter: run larger tests with and without aliases > c6f2f8e refactor/eg: rewrite test without go/loader > 8b6849d go/ssa/interp: reenable lifetime tests. > edfeacf internal/golang: fix panic in signatureHelp over builtin name > ab64376 go/types/objectpath: skip package tests with wasip1 > e55961d internal/gcimporter: use types.NewInterfaceType > c59bc30 internal/gcimporter: vary the value of any in predeclared > 4fc0d79 internal/gcimporter: remove goexperiment.unified tags > f05b5f4 go/packages: document the role of PWD > 3483a5e go/packages: use link notation in comments for godoc rendering > 75350b9 go/ssa: remove import of loader from builder_test.go > 1c9ca8b go/types/objectpath,internal/aliases: miscellaneous clean up of tests that set gotypesalias > 23e1af6 go/ssa: migrate TestGenericFunctionSelector away from loader > 8adb6e8 go/ssa: migrate TestTypeparamTest away from loader > 7bb384d gopls/internal/test/integration/bench: add an IWL test that opens files > faf6e28 go/ssa: migrate TestGenericAliases away from loader > 81a4242 internal/gcimporter: update TestIssueAliases expectation > 54110aa internal/modindex: package for indexing GOMODCACHE > b577f77 gopls/internal/cache: remove unnecessary active package check > 06b986b gopls/internal/cache: add a few checks for context cancellation > 83326b7 gopls/internal/cache: join concurrent package batch operations > 34638fc cmd/{callgraph,ssadump}, gopackages: make -tags flags work > d911e4a gopls: disable ast.Object resolution wherever possible > eb774f6 go/packages: fix LoadMode.String > 31fdc78 gopls/internal/server: allow suppression of showDocument > 752860b gopls/internal/protocol/command: simplify ApplyFix > fadcea5 gopls/internal/golang: CodeAction: split into producers > f70550d go/ssa: migrate some tests in build_test.go away from loader > 01bd772 go/callgraph: rewrite tests to use go/packages not go/loader > f8ce005 go/types/objectpath: use go/packages instead of go/loader in tests > d2c1642 internal/gcimporter: rewrite TestIExportData_stdlib using go/packages > af67b9d go/ssa: migrate source_test.go away from loader > 3bb0ed7 x/tools: assume go1.22 and simplify > 1d5e334 internal/aliases: remove Alias and Unalias > 0b6abe3 go/ssa: remove loader utility functions > 6a0cacb go/ssa: add test utility for building a single file > 1204c80 cmd/gorename: delete > 1c37166 go/ssa: move build tag guarded tests > dfc41b5 go/ssa: use ast.RangeStmt.Range position directly > 3921b59 cmd/gorename: remove replace directive > d09d36b x/tools: remove refs to cmd/gorename > 8517dc9 cmd/gorename: create submodule > cd349f3 go/ssa: Move instantiation tests off of unexported API > 45851d3 gopls/internal/telemetry/cmd/stacks: show build failure stderr > c8d229c all: fix spelling errors > 8db9562 go/ssa: update public doc of CreatePackage > bea7373 gopls/internal/protocol/command: remove nuisance error handling > 18a3f05 go/ssa: remove outdated any normalizer setting up in test > 0355013 go/ssa: sanity check for package transient fields > 2aabc4f go/analysis/passes/printf: return when suppressing a non-constant diagnostic > 5cb6eeb txtar: use slices.Clone instead of copy > e603756 gopls/internal/cache: add telemetry counter for GOPACKAGESDRIVER > 42b921c gopls/internal/test/integration: skip BenchmarkPackages with -short > a58d83b gopls/internal/cache: build the import map lazily during type checking > 765ea95 go/analysis/passes/printf: add global to disable new diagnostics > a319a85 gopls/internal/telemetry/cmd/stacks: display closed issues white > 5aac53c gopls/internal/golang: Definition: jump to assembly > 8fcd92f gopls/internal/telemetry/cmd/stacks: predicate de-duplication > 7891473 gopls/internal/telemetry/cmd/stacks: fix two bugs > 91d4bdb gopls: rm GofumptFormat from internal/settings > 198986d go/ssa: go/ssa: disable TestTypeparamTest on wasm > 3e49191 gopls/internal/telemetry/cmd/stacks: generate CodeSearch links > beed481 gopls/internal/settings: use CodeActionKind hierarchy > 15b8886 SignatureHelp: report signature of Ident if no enclosing CallExpr > 4e8d5c8 gopls: bump gofumpt to 0.7.0 > 6a387a4 go/ssa: require 1.23 for TestCycles > 42a6477 go/ssa: disable TestTypeparamTest/chan.go on wasm > 5157118 gopls/internal/lsp/source: put testing.T/B first when extracting > 94ac686 go/ssa: pop targets stack on range-over-func > 2884375 gopls/internal/golang: Definitions: support renaming imports in doc links > b0f680c go/ssa: reenable TestStdlib > b7af269 go/ssa: improve sanity checking > fd7ab2d gopls/internal/server: fix build following semantic merge conflict > dc4c525 gopls/internal: test discovery > 8ba9169 gopls/internal/golang: Highlight: work around go/types bug > bfc94c9 go/ssa: extract type recursion into a helper package > 1dc949f internal/settings: simplify linking now that we only build with 1.23 > c055e89 x/tools: deprecate astutil.Unparen > c2e057b gopls: use Func.Signature everywhere > 6b0cfff internal/test/marker: support multi-line locations > 9d7d14e x/tools/gopls: delete code obsoleted by go1.23 > 4bcf6a3 internal/golang: add a fast path for FormatVarType with gopls at 1.23 bumping google.golang.org/grpc 6f50403...3f95b38: > 3f95b38 Update version to 1.67.1 (# 7682) > 4f6c5f2 xds/server: Fix xDS Server leak (# 7664) (# 7681) > 935f8cb transport: Fix reporting of bytes read while reading headers (# 7660) (# 7667) > 02bbb65 Change version to 1.67.1-dev (# 7605) bumping golang.org/x/term 2f7b0dd...9d5441a: > 9d5441a go.mod: update golang.org/x dependencies bumping golang.org/x/text 1e3e9fd...3043346: > 3043346 x/text: Correct examples in number/doc > 38a95c2 all: fix some comments > 20097e4 all: fix printf(var) mistakes detected by latest printf checker Signed-off-by: Knative Automation <automation@knative.team> |
|
|
abecea6b8c
|
upgrade to latest dependencies (#893)
bumping google.golang.org/grpc d0bf90a...6f50403: > 6f50403 Change version to 1.67.0 (# 7604) > 3c3a025 mem: replace flate.Reader reference (# 7595) (# 7637) > 3ffb98b .*: fix revive lints `redefines-builtin-id` (# 7552) > 5666049 vet: enforce revive linter (# 7589) > c6ad07f protoc: regenerate protos (# 7590) > 70f19ee credentials/tls: default GRPC_ENFORCE_ALPN_ENABLED to true (# 7535) > 92111dc xds: keep ads flow control local to xdsclient/transport package (# 7578) > 535bdce estats: remove dependency on testing package (# 7579) > 0f03c74 .*: fix revive lint issues `unused-parameter` (# 7580) > 6147c81 stats/opentelemetry: Optimize slice allocations (# 7525) > cd05c9e .*: fix revive package-comments lint issues (# 7574) > 00514a7 xds/clusterimpl: update UpdateClientConnState to handle updates synchronously (# 7533) > 093e099 grpc: fix regression by freeing request bufferslice after processing unary (# 7571) > 8320224 .*: revive from unused_parameters (# 7577) > 845f62c stats/otel: upgrade grpc version that contains the experimental/stats package (# 7545) > 55d820d clusterresolver/e2e_test: Avoid making DNS requests (# 7561) > 52961f7 grpc: add docs for generic stream interfaces (# 7470) > 005b092 examples/advancedtls: example code for different security configurations for grpc-go using `advancedtls` (# 7474) > 0b6f354 xdsclient: Populate total_issued_requests count in LRS load reports (# 7544) > c535946 grpc: Fix flaky picker_wrapper tests (# 7560) > 9feed00 balancer/wrr: prefer calling Equal() method of time.Time (# 7529) > a8e6e11 .*: Use `strings.ReplaceAll(.....)` (# 7554) > 6d97688 xds/xdsclient: Fix flaky test TestLRSClient (# 7559) > cfd14ba encoding: delete v1 proto codec and use one map for registry (# 7557) > 3d95421 Fix revive identified linter issues: var-declaration, indent-error-flow, increment-decrement, superfluous-else (# 7528) > e4b09f1 Remove trailing whitespace in testing.yml (# 7551) > 0a5b8f7 balancer: disallow producer streams until SubConn has reported READY (# 7523) > 9ab8b62 Implement new Codec that uses `mem.BufferSlice` instead of `[]byte` (# 7356) > 7e12068 bootstrap: add `String` method to ServerConfigs type (# 7537) > ee5cbce ringhash: fix bug where ring hash can be stuck in transient failure despite having available endpoints (# 7364) > 1e2bb71 doc: update keepalive ClientParameters doc about doubling the interval upon GOAWAY (# 7469) > 6a5a283 Use builtin min and max functions (# 7478) > 90caeb3 deps: update dependencies for all modules (# 7531) > f8d98a4 rbac: fix usage of AuthInfo (# 7522) > 4e29cc6 transport: add timeout for writing GOAWAY on http2Client.Close() (# 7371) > b45fc41 Change version to 1.67.0-dev (# 7520) bumping google.golang.org/genproto/googleapis/rpc 573a115...ddb44da: > ddb44da chore: update to 1.21 (# 1152) > 8ffd90a chore(all): auto-regenerate .pb.go files (# 1150) bumping knative.dev/pkg aaab500...aabe552: > aabe552 Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (# 3094) > a4774ed Bump github.com/gobuffalo/flect from 1.0.2 to 1.0.3 (# 3093) bumping google.golang.org/genproto/googleapis/api 573a115...ddb44da: > ddb44da chore: update to 1.21 (# 1152) > 8ffd90a chore(all): auto-regenerate .pb.go files (# 1150) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
b5ae36e21a
|
upgrade to latest dependencies (#892)
bumping golang.org/x/mod bc151c4...46a3137: > 46a3137 zip: set GIT_DIR in test when using bare repositories > 3afcd4e go.mod: set go version to 1.22.0 > b1d336c go.mod: update required go version to go1.22 bumping knative.dev/pkg 3002873...aaab500: > aaab500 Bump golang.org/x/tools from 0.24.0 to 0.25.0 (# 3091) > de0796c Bump google.golang.org/grpc from 1.66.0 to 1.66.2 (# 3092) bumping golang.org/x/tools 3057be8...7398f36: > 7398f36 all: fix some symbols error in comment > f111c72 go/callgraph/rta: skip test on js platform > 9f9b7e3 gopls/internal/settings: add missing deep cloning in Options.Clone > ce7eed4 doc/generate: minor cleanup > 075ae7d go/callgraph/vta: add basic tests for range-over-func > 2c7aaab go/ssa: skip failing test > 1b5663f go/callgraph/vta: perform minor cleanups > 0a49883 gopls/go.mod: update the go directive to 1.23.1 > ad366a8 go.mod: update golang.org/x dependencies > 4fb36d1 go/callgraph/rta: add rta analysis test case for multiple go packages > dc4d64c gopls: fix non-constant format strings > c758e54 cmd/callgraph: make vta use internal version of CHA > 94b564c go.mod: for consistency with other repos, use 1.22.0 in go.mod > 70f5626 all: with 1.23 out, update Go directive to Go 1.22 > 5a3171b internal/typesinternal: correct spec anchors in comments > c538e2c go/callgraph/static: avoid ssautil.AllFunctions > 2db563b internal/gcimporter: copy over ureader changes > 09886e0 go/callgraph/vta: allow nil initial call graph > e5ae0a9 internal/pkgbits: cleanup pre-Go 1.17 workaround > 264b4b5 go/callgraph/vta: add return parameter nodes for functions > 063360f gopls: update x/telemetry dependency > 28f3bc0 internal/pkgbits: copy over changes for V2 > fd2067f go/callgraph/vta: use struct{} instead of bool in sets > ce02ccd gopls/internal/test/marker: simplify completion markers > 4ead70c gopls: report semantic tokens of top-level type constructor modifiers > 826d8d9 gopls/internal/cache: add a note about GOMEMLIMIT and ballasts > aaf49f1 gopls/internal/cache: add a 100MB ballast to reduce GC CPU > 12307aa gopls/internal/util/lru: make lru.Cache generic > 594cdab gopls: increment the telemetryprompt acceptance counter for each session > adb7301 internal/versions: disable a test case incompatible with CL 607955 > 0734f62 internal/gcimporter: support type parameterized aliases in indexed format > b5f24ec internal/aliases: add type parameters argument to NewAliases > f5c7449 gopls/internal: implement Packages command > e5e8aa8 gopls/internal: implement Modules command > 9ef0547 internal/gcimporter: move indexed format docs > c7adb63 go/analysis/passes/fieldalignment: fix doc > 66adacf internal/pkgbits: improve ureader panic message > e104dc8 gopls/internal/settings: rename goTest code action to source.test > dfcdf50 go/analysis/passes/copylock: add support for ForStmt > 136c165 gopls/internal/cache: remove spurious assertions > 7cc3be7 internal/imports: use a clean GOMODCACHE for the scan root directory > d47b4fb internal/testfiles: adjust test so all modules are after 1.21 > c1241b9 internal/stdlib: update stdlib index for Go 1.23.0 > e6bef92 gopls/internal/golang: downgrade assertion in methodsets index > 7f262d6 all: disable tests incompatible with CL 603895 > a76f882 gopls: enhance read/write access distinction in document highlighting for symbols > 4dc9194 go/callgraph/vta: fix test under GODEBUG=gotypesalias=1 > 28ba991 go/analysis/passes/printf: add missing Unalias call bumping google.golang.org/grpc 00d3ec8...d0bf90a: > d0bf90a Change version to 1.66.2 (# 7620) > c84da66 Cherry pick # 7595 to v1.66.x release branch (# 7621) > 12487c8 Cherry pick # 7571 and # 7579 to v1.66.x release branch (# 7616) > 7185cf4 Change to version 1.66.2-dev (# 7615) > cb81df6 Change to patch release 1.66.1 (# 7603) > ecb3e1a Change version to 1.66.1-dev (# 7519) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
d1191d7426
|
upgrade to latest dependencies (#891)
bumping golang.org/x/term d598954...2f7b0dd: > 2f7b0dd go.mod: update golang.org/x dependencies > f867b76 x/term: set missing VIRTUAL_TERMINAL_INPUT flag on Windows bumping knative.dev/hack 9724320...fc6a845: > fc6a845 Update community files (# 398) bumping golang.org/x/net 4542a42...35b4aba: > 35b4aba go.mod: update golang.org/x dependencies > 9bf379f websocket: fix printf(var) mistake detected by latest printf checker bumping golang.org/x/text b2bec85...1e3e9fd: > 1e3e9fd all: rename Example test functions to prevent vet errors bumping google.golang.org/grpc 2da9769...00d3ec8: > 00d3ec8 Change version to 1.66.0 (# 7518) > 973e3dc xdsclient: Populate total_issued_requests count in LRS load reports (# 7544) (# 7565) > 8e3596c cherry-pick # 7557 to v1.66.x branch (# 7564) > 62baa5f cherry-pick # 7356 to v1.66.x branch (# 7546) > f857020 cherry-pick # 7523 to v1.66.x branch (# 7547) > 35e915e cherry-pick: transport: add timeout for writing GOAWAY on http2Client.Close() # 7371 (# 7540) > 63853fd rls: update picker synchronously on configuration update (# 7412) > 86135c3 csds: unskip e2e test (# 7502) > 5d07b63 transport: change `*http2Client` to interface `ClientTransport` (# 7512) > c98235b grpclog: refactor to move implementation to grpclog/internal (# 7465) > 7ec3fd2 balancer/rls: Fix RLS Cache metrics (# 7511) > 6d7f07c test/tools: update staticcheck version to latest (# 7509) > 9706bf8 balancer/rls: Add cache metrics (# 7495) > c8951ab *: fix minor typos (# 7487) > 3cb3342 .*: fix comments (# 7504) > eece43b latency: don't wrap when all the latencies are zero (# 7506) > 366decf transport/grpchttp2: add http2.Framer bridge (# 7453) > 5c4da09 grpc: fix a bug introduced in # 7461 (# 7505) > 1008562 benchmark: wire in new gzip compressor (# 7486) > ced812e xds: implement ADS stream flow control mechanism (# 7458) > 54b48f7 balancer/weightedroundrobin: Add recording point for endpoint weight not yet usable and add metrics tests (# 7466) > 7b9e012 balancer/rls: Add picker metrics (# 7484) > 3ee837c *.pb.go: regenerate protos (# 7493) > f9b96b8 internal/transport: Unlock mutex before panic (# 7488) > d00dd8f xds: env var protection for xds fallback (# 7483) > ffaa81e transport/bufWriter: fast-fail on error returned from flushKeepBuffer() (# 7394) > 1490d60 transport/grpchttp2: revert # 7477 usage of mem package (# 7485) > e6b6318 transport/grpchttp2: change types to include `mem` package (# 7477) > 6d0aaae grpc: make client report `Internal` status when server response contains unsupported encoding (# 7461) > 338595c balancergroup: remove mentions of locality from comments (# 7476) > c8716e5 mem: fix comment typo (# 7482) > e524655 tools: Add github.com/mgechev/revive (# 7472) > 4a26a49 balancer/leastrequest: Add verbosity check around build log (# 7467) > 887d908 mem: introduce `mem` package to facilitate memory reuse (# 7432) > 6fa393c transport/grpchttp2: add doc to methods and values (# 7445) > 1013847 cmd/protoc-gen-go-grpc: fix typo pancis -> panics (# 7456) > 1b1230b resolver_wrapper: add early return in addChannelzTraceEvent (# 7437) > 5520cff experimental/stats/metricregistry: Add comments on enum consts for Metrics Type (# 7457) > 0b33bfe transport: Discard the buffer when empty after http connect handshake (# 7424) > 566aad1 examples/retry: remove waitForReady from service config (# 7450) > ec9dff7 cmd/protoc-gen-go-grpc: update version to 1.5.1 (# 7452) > 245323c cmd/protoc-gen-go-grpc: remove replace and skip test that requires it for now (# 7451) > 3eb0145 balancer/weightedroundrobin: Add emissions of metrics through metrics registry (# 7439) > bc03420 cmd/protoc-gen-go-grpc: update version for release > 84a4ef1 internal/stats: Add metrics recorder list and usage in ClientConn (# 7428) > 47be8a6 Remove trailing spaces (# 7426) > 1feeaec stats: Add optional locality label in cluster_impl picker (# 7434) > 9671c4a cmd/protoc-gen-go-grpc: test the embedded struct at registration time for proper usage (# 7438) > 40f3998 client: Stabilize WaitForStateChange API (# 7425) > aae9e64 docs: fix and improve anti-patterns.md (# 7418) > ac5a7fe xds: Fix flaky test Test/ServerSideXDS_WithValidAndInvalidSecurityConfiguration (# 7411) > 0231b0d transport/grpcframer: create grpcframer package (# 7397) > 2bcbcab stats/opentelemetry: Add usage of metrics registry (# 7410) > 64adc81 scripts: regenerate pbs with caching deps to a fixed tmp folder (# 7409) > 4ed8180 ringhash: more e2e tests from c-core (# 7334) > 61aa949 vet: fix option order when invoking grep (# 7421) > b1979b6 vet: remove trailing whitespace (# 7420) > 700ca74 xds/balancer/priority: Unlock mutex before returning (# 7417) > d27ddb5 internal/grpcsync: support two ways to schedule a callback with the serializer (# 7408) > ecbb837 experimental/stats: Add metrics registry (# 7349) > c5c0e18 scripts: minor refactor to scripts (# 7403) > e7d8822 protoc-gen-go-grpc: add period to end of generated comment (# 7392) > ee62e56 xds: fix typos (# 7405) > 48b7581 security/advancedtls: remove Go1.19 build constraints (# 7404) > eff3e67 *.pb.go: regenerate (# 7402) > e54f441 xds: make fallback bootstrap configuration per-process (# 7401) > 9c5b31d xds: use locality from the connected address for load reporting (# 7378) > 45d44a7 grpc: hold ac.mu while calling resetTransport to prevent concurrent connection attempts (# 7390) > f64a6a3 test/channelz: change channelz_test to use write data (# 7396) > daab563 examples: Add OpenTelemetry example (# 7296) > bb49a88 cmd/protoc-gen-go-grpc: default use_generic_streams_experimental to true (# 7387) > 53a5c41 interop/lb: Increase Go PSM LB test timeout to 300min (# 7393) > bdd707e scripts: add linter rule for using context.WithTimeout on tests (# 7342) > 4e9b596 xds: add support for multiple xDS clients, for fallback (# 7347) > 5ac73ac documentation: Update proxy docs to point to `WithContextDialer` (# 7361) > d382d84 metadata: stabilize ValueFromIncomingContext (# 7368) > c9caa9e metadata: remove String method (# 7372) > f199062 xds: Add a test for incorrect load reporting when using pickfirst with servers in multiple localities (# 7357) > 6126383 metadata: make Stringer implementation consistent (# 7355) > 98e5dee cmd/protoc-gen-go-grpc: enable edition 2023 support (# 7351) > 5f5d4d2 doc: fix link to error_details example (# 7345) > 1811c6f github: update codecov with token and fail_ci_if_error (# 7348) > 3e78e9b MAINTAINERS.md: add new members and move ex-members to emeritus (# 7284) > 8c80220 grpclog: remove Debugf method to avoid unnecessary evaluation (# 7330) > c8568c9 grpc: Readd pick first name (# 7336) > cd7e282 go.mod: update go-control-plane dependency for xDS fallback (# 7340) > a0311cd golint fix: context.Context should be the first parameter of a function (# 7338) > b8ca292 examples/features/retry: Improve docstring (# 7331) > f1b7f41 xds/bootstrap: add testing support to generate config (# 7326) > c441d42 github: use latest release of qemu emulator (# 7337) > 970f390 test: fix typo in pickfirst_test.go (# 7332) > c04b085 internal/transport: minor cleanup of controlBuffer code (# 7319) > 07078c4 github: add cache-dependency-path to setup-go (# 7323) > 24a6b48 credentials/alts: fix defer in TestDial (# 7301) > e37c6e8 fix testclient type in ringhash_balancer_test checkRPCSendOK (# 7324) > 8075dd3 stats/opentelemetry: Fix protobuf import (# 7320) > 4dd7f55 ringhash: port e2e tests from c-core (# 7271) > de51a63 examples: Add CSM Observability example (# 7302) > 3267089 stats/opentelemetry: Add e2e testing for CSM Observability (# 7279) > c4753c3 scripts: improve regenerate.sh to use the correct proto compiler version (# 7064) > e2e7a51 xds/internal/xdsclient: Emit unknown for CSM Labels if not present in CDS (# 7309) > e40eb2e deps: update dependencies for all modules (# 7310) > dfcabe0 xds: cleanup bootstrap processing functionality (# 7299) > dbd24a9 [advancedTLS] Removed deprecated APIs in advancedTLS (# 7303) > 30c0cdd vet: remove --quiet from git grep when output is expected (# 7305) > 5a289d9 dns: fix constant 30s backoff for re-resolution (# 7262) > 9bdf335 Change version to 1.66.0-dev (# 7308) bumping golang.org/x/sys 914deed...a43b625: > a43b625 windows: add SIO_UDP_NETRESET constant > ed67b15 windows: add console codepage api > 9cb830b unix: add missing import to syscall_hurd.go > 71132f5 unix: add POLLRDHUP to FreeBSD > 3283fc3 cpu: add support for detecting RISC-V extensions > 29e55b2 unix: use os.Executable rather than os.Args[0] in tests > a8c5219 unix: rename XDPUmemReg field back to Size > 59665e5 unix: add Connectx for darwin > a0c72ef unix: add f_flag member flags on z/OS > c64c51d unix: update riscv64 hwprobe to Linux kernel 6.10 > da77c6b unix: sync minimum Linux Kernel version with requirements page bumping knative.dev/pkg a1469cf...3002873: > 3002873 Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (# 3087) > fdbc0b5 Bump golang.org/x/net from 0.28.0 to 0.29.0 (# 3090) > 7c0ad27 Update community files (# 3089) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
1bbe214d75
|
Update community files (#890)
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> |
|
|
dec3588176
|
Update community files (#886)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
a1182ac1e3
|
upgrade to latest dependencies (#885)
bumping golang.org/x/sync 14be23e...411f99e: > 411f99e LICENSE: update per Google Legal bumping knative.dev/pkg 433889b...c88d5da: > c88d5da Bump github.com/tsenart/vegeta/v12 from 12.11.3 to 12.12.0 (# 3082) > cb30d00 Bump golang.org/x/sync from 0.7.0 to 0.8.0 (# 3081) 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> |
|
|
c601f824ce
|
upgrade to latest dependencies (#883)
bumping github.com/prometheus/procfs ff0ad85...51919fd: > 51919fd enable testifylint linter (# 643) > d9caa8e Return support for Go 1.20 (# 645) > faf06ce Update common Prometheus files > d9448e6 ignore NODEV errors when parsing powersupply files > 513f259 Bump golang.org/x/sys from 0.19.0 to 0.20.0 (# 639) > dbe3261 Update class_thermal.go (# 634) > ae2937e Fixup sysfs/system_cpu.go lint errors (# 638) > 51f7d13 feat: Add support for `CONFIG_CPU_FREQ_STAT` (# 627) > 5a801c6 Parse recovery line to be synced blocks (# 637) > 1adce6b bugfix: `s/TrimRight/TrimSuffix` for certain cases (# 618) > 2085b8f bugfix: Allow multiple `xprt` fields for NFS stats (# 619) > 68fb3df enhancement: Use pointer fields for `FibreChannel*` (# 623) > 5cca38b Update common Prometheus files (# 635) > 6bec248 Revert "fix: same TCP connection appears twice (# 631)" (# 633) > 987bedc fix: same TCP connection appears twice (# 631) > ee70db2 Merge pull request # 632 from prometheus/superq/1.22 > 0fdebd3 chore: Use kernel-compliant types for `{U,G}IDs` (# 620) > faa3526 Update Go versions > 69fc8f6 *: `s/(%v|%s)/%w` and use `go1.20` (# 617) > eac8540 update MAINTAINERS.md (# 629) > 3387ec6 style: returns procfs build-in error like other parsing methods (# 630) > 5819c81 Revert add avgRTT to nfs mountstats # 487 (# 625) > c5ada8d Update common Prometheus files > 6bba74b Update common Prometheus files > f7c2619 Update common Prometheus files (# 615) > aa18116 Update common Prometheus files (# 613) > 72170b5 Bump golang.org/x/sys from 0.17.0 to 0.18.0 (# 611) > b5cb3d2 Update common Prometheus files (# 610) > 6ae6f98 Update common Prometheus files (# 609) > 7b6eccc chore: class_fibrechannel: support optional attributes (# 607) > da53333 Update common Prometheus files (# 608) > 4b77c68 Bump golang.org/x/sys from 0.16.0 to 0.17.0 (# 606) > 6d8714c Add support for for /proc/net/tls_stat kTLS stats (# 579) > 0f527e6 Add `/sys/class/watchdog` statistics (# 594) > d254b01 Add support for gtime and cgtime stats. (# 597) > f5f033b feat: Add `/sys/fs/btrfs/<FSID>/commit_stats` statistics (# 580) > 51a293e golint: redundant type from array, slice, or map composite literal (# 601) > d735b08 Update common Prometheus files (# 604) > 868112d infiniband: support Intel irdma devices (# 605) > dd493f4 Bump golang.org/x/sys from 0.15.0 to 0.16.0 (# 603) > f06ab8f Bump golang.org/x/sync from 0.5.0 to 0.6.0 (# 602) > 495e483 Update common Prometheus files > 8a3ea46 Update common Prometheus files (# 598) > a45c08c Update common Prometheus files (# 596) > 534069e Bump golang.org/x/sys from 0.13.0 to 0.15.0 (# 593) > 8f660d1 meminfo: add Percpu field (# 588) > 732ca0f Update common Prometheus files (# 595) > feff289 Update common Prometheus files (# 590) > 9fdfbe8 Add udp drops (# 538) > f11f6e4 Update crypto.go, fix incorrect spelling (# 591) > 6990574 Bump golang.org/x/sync from 0.3.0 to 0.5.0 > e9c69c6 Update common Prometheus files > 43bf323 Bump golang.org/x/sys from 0.12.0 to 0.13.0 > f78f919 Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 > 2cfca8d fix(meminfo): remove `bytes` versions of fields that aren't bytes > f75eb9f ref(meminfo): simplify variable assignment > 18260ef fix(meminfo): account for optional unit field so values are accurate > 894a5e8 Update common Prometheus files (# 578) bumping github.com/prometheus/common 789222a...0c7b585: > 0c7b585 Merge pull request # 649 from rajagopalanand/13364 > 804fbbe Update common Prometheus files (# 660) > 77ec85c Add SigV4 FIPS STS endpoint config > 3f20456 Bump golang.org/x/net from 0.25.0 to 0.26.0 (# 657) > d726751 Merge pull request # 625 from mikelolasagasti/replace-goautoneg > e31eeaa Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (# 658) > c97390a Add a `RELEASE.md` and add @gotjosh as a mantainer (# 644) > 2d5ba4a Move goautoneg to external dependency > 3236a12 Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 (# 656) > ef08658 enable errcheck linter (# 637) > 1cfb464 Bump github.com/aws/aws-sdk-go from 1.53.14 to 1.54.7 in /sigv4 (# 659) > cecfdc4 Update Go modules (# 643) > ab322ea chore: add HumanizeTimestamp; make ConvertToFloat exportable (# 654) > 04635d2 Merge pull request # 655 from yeya24/change-omit-empty > e5fa530 Merge pull request # 646 from prometheus/repo_sync > c4974e5 fix test > 1c9da35 Merge pull request # 653 from alanprot/expose/FileSecret > 8839f2c Update common Prometheus files > 43f0db5 set http_headers to be omit empty > 3183099 Merge pull request # 651 from pracucci/show-http-header-issues > 2c133cf Exposing FileSecret > 92fc65e Merge pull request # 650 from pracucci/export-secret > d310c4a Fix JSON marshalling > 43e45c3 Fixed erronous mentions to SecretReader in comments > 0f4f649 Show HTTPClientConfig JSON marshalling issue > fbd2317 Expose secret as SecretReader and InlineSecret from config package bumping google.golang.org/protobuf 4a76e11...c33baa8: > c33baa8 all: release v1.34.2 > 971c712 gofeatures: allow setting legacy_unmarshal_json_enum feature at file level > 3b8611b reflect/protoreflect: FieldDescriptor.Kind should never be GroupKind for maps or fields of map entry > ca837e5 types/descriptorpb: regenerate using latest protobuf v27.0 release > 1d4293e internal/impl: fix size cache semantics with lazy decoding > ef74188 all: set Go language version to Go 1.20 > b3f1c7a reflect/protodesc: remove obsolete JSON name check from desc validator > cbc3dd6 all: replace interface{} by any now that we are on Go 1.21 > 0e93293 internal/impl: enable fully lazy extensions (over Size and Marshal) > 15d7b13 all: remove Go 1.17 build tags / workarounds > f7dca67 all: set Go language version to Go 1.21 > 09393c1 all: start v1.34.1-devel bumping knative.dev/pkg 4355f0c...330b271: > 330b271 Bump github.com/tsenart/vegeta/v12 from 12.11.1 to 12.11.3 (# 3077) > 3561487 upgrade to latest dependencies (# 3078) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
2e84812040
|
Update community files (#882)
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>
|
|
|
989f54c837
|
upgrade to latest dependencies (#880)
bumping knative.dev/pkg b4e5f07...4355f0c: > 4355f0c upgrade to latest dependencies (# 3075) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
2a0991fd01
|
upgrade to latest dependencies (#879)
bumping golang.org/x/net 66e838c...e2310ae: > e2310ae go.mod: update golang.org/x dependencies > 77708f7 quic: skip tests which depend on unimplemented UDP functions on Plan 9 > 9617c63 http2: avoid Transport hang with Connection: close and AllowHTTP bumping golang.org/x/sys 673e0f9...faed7ec: > faed7ec unix: add PthreadChdir and PthreadFchdir on darwin > c892bb7 unix: fix MmapPtr test failing on OpenBSD > a0ef40a unix: fix MremapPtr test failing on NetBSD > daa2394 unix: add unsafe mmap, munmap, mremap > 7670087 windows: add GetAce Windows API > 348425a windows/svc: do not pass theService to windows.RegisterServiceCtrlHandlerEx bumping golang.org/x/tools bc6931d...33be3ef: > 33be3ef go.mod: update golang.org/x dependencies > 0e7ccc0 gopls/internal/golang: provide version info for stdlib in pkgdoc > fcf5463 gopls/internal/server: add counters to inform v0.17.0 > 70a59b2 gopls/doc: respond to Hana's review of CL 583316 > 799a471 gopls/doc: document all of gopls' features > 2e239ad gopls/internal/golang: provide version info for stdlib fields > bc15dd8 gopls/internal/analysis/fillstruct: use package name (not path) in UI > 72edac2 internal/typeparams: fix crash in interface hover with empty type set > c0ae6bb gopls/internal/golang: splitlines: s/parameter/arguments/ in CallExpr > 5cc2d0b gopls/internal/golang: splitlines: remove workaround for golang/go# 68202 > 6916077 gopls/internal/golang: don't panic when findKeyword fails > 8fa4173 gopls/internal/server: conditionally prompt for telemetry > b9a361a gopls/internal/golang: provide version info for stdlib methods > dd9d554 go/ast/astutil: PathEnclosingInterval: add missing FuncType nodes > 3db1ddb gopls/internal/golang: provide available version info in stdlib hover > 008ed2c gopls/internal/golang/completion: fix package clause completion suffix > b297f5a gopls/internal/golang: s/return values/results/ > b5bfa9c gopls/internal/fuzzy: move the fuzzy package to gopls > 02912f7 gopls/internal/cache: lift package caching to forEachPackage > e7f294d gopls/matcher: don't give bonus to case insensitive match > 480a22d gopls/completion: don't take address of interfaces for "%p" values > 3151270 gopls/internal: add code action "extract declarations to new file" > 850c7c3 gopls: skip failing tests on wasm/wasip1 > dc34122 gopls/internal/golang: fix hovering from the builtin file > 1028e30 gopls/internal/settings: remove fieldalignment analyzer > 5fefc65 go/analysis/passes/stringintconv: do not generate empty edits > 1e6c1e2 gopls/internal/golang: strip @v1.2.3 suffix from pkgdoc URLs > 7de8d0a gopls/internal/analysis/simplifyrange: reenable on range-over-func > c9675c2 internal/refactor/inline: avoid unnecessary import renames > f06ed92 gopls/internal/settings: define InlayHints enum > 833def6 gopls/internal/settings: move CodeActionKind values from protocol > 47bd819 gopls/internal/server: fix CSS typo > df4e862 gopls/internal/settings: minor cleanups > 4a26477 internal/refactor/inline: allow duplicable type conversions > db513b0 go/ssa: wait for shared functions to finish building > 8a45e6c go/analysis/passes/asmdecl: define register-ABI result registers for loong64 > dfdfa49 go/types/objectpath: support Signature.RecvTypeParams > 2d104ec gopls/doc/generate: treat LinksInHover as an enum > b994346 gopls/doc/assets: create dummy submodule for image files > 18e694b gopls/doc/release: finalize v0.16.0 release notes > 99779e9 gopls/internal/settings: move CodeLensSource from protocol > 9bf0e21 gopls/internal/test/integration/misc: skip asm test unless a{rm,md}64 > f2d2ebe go/analysis/passes/buildtag: retire Go 1.15 support > 1239d04 gopls/internal/golang: Hover: use internal pkg doc viewer > 6ece8fb gopls/internal/golang: improve ergonomics of "Browse documentation" > 693d7fe gopls/internal/settings: simplify SetOptions > 977f6f7 go/packages: move getSizesForArgs back > 6a8bc5f gopls/internal/lsp/source: ignore lambdas in call hierarchy > b5dbe8b gopls/internal/golang: s/View/Browse/ for browser-based features > 2ca6abe gopls: expand on documentation about version support changes > b59dd37 go/analysis: document interpretation of multiple diagnostics > 4419f4f go/analysis/passes/stringintconv: offer fix of fmt.Sprint(x) > a69d9a2 internal/analysisinternal: AddImport helper for inserting imports > db99e8a gopls/internal/test/integration/misc: skip ASM assertions on risc64 > a852b25 gopls/doc/release: update gopls release notes for language support > 03d7125 gopls/doc/emacs.md: use more precise before-save terminology > e4b0a18 internal/checker: run despite all errors > f45db9b internal/protocol/command: regenerate commands to fix build > 568dea1 gopls: update x/telemetry dependency > 82912d2 internal/imports: fix starvation in external candidate search > 3e94830 internal/imports: optimize package path filtering > dddd55d go/ssa: fixing Named type substitution > 46928a5 gopls: fix StmtToInsertVarBefore for switch stmts > 318adf2 gopls/internal/protocol/command/gen: omit unnecessary MarshalArgs calls > bffeaaa gopls/internal/golang: s/Show/View/ for web-based reports > a9021a5 go/ssa: export Defer.DeferStack field > ae52477 cmd/deadcode: fix nil panic in Edge.Site.Pos > 82be0b4 gopls/internal/server: return a non-nil slice for empty token result > 413a491 gopls/internal/golang: factor the 3 web reports > f41a407 gopls/internal/golang: Web, an abstraction of server.web > f5a26d2 gopls/internal/server: simplify FreeSymbols plumbing > 0341917 gopls/internal/cache: stop module cache refresh on view shutdown > 8f4c6b0 gopls/internal/test/integration/misc: fix build > 15d13c3 gopls/internal/golang: add "Show assembly of f" code action > a35b054 gopls/internal/test/integration: style tweaks to CodeAction > fc82f4e gopls/internal/protocol/command: use gopls.foo form everywhere > c24ae10 gopls/internal/cmd: cleanup progress handling > 6e3b208 gopls/internal/test: add test case for parameter rename match import > 5e0f1d8 gopls/internal/server: fix regression in organize imports code action > 1c73966 internal/imports: add a warning not to remove the fixImports seam > d9366dd internal/imports: restore fixImports extension point > 8bf61b8 gopls/internal/cache: fix module resolver cache refreshing > 7522327 gopls/rename: Fix spurious package name conflicts. > 5e43887 internal/stdlib: generate from api/next/*.txt (go1.23) too bumping golang.org/x/mod c0bdc7b...d58be1c: > d58be1c sumdb/tlog: set the hash of the empty tree according to RFC 6962 > 232e49f Revert "module: add COM0 and LPT0 to badWindowsNames" bumping knative.dev/pkg 3f6a546...b4e5f07: > b4e5f07 Bump google.golang.org/grpc from 1.64.0 to 1.65.0 (# 3073) > fe204d0 Bump golang.org/x/net from 0.26.0 to 0.27.0 (# 3072) > 9dc5206 Bump golang.org/x/tools from 0.22.0 to 0.23.0 (# 3074) > 7ecd548 Update community files (# 3071) bumping golang.org/x/term 5f0bb72...c976cb1: > c976cb1 go.mod: update golang.org/x dependencies bumping knative.dev/hack 0914314...b979959: > b979959 Update community files (# 387) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
9cad6d8071
|
Update community files (#878)
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> |
|
|
23ec42b218
|
upgrade to latest dependencies (#873)
bumping knative.dev/pkg 1709961...15e6cdf: > 15e6cdf Bump golang.org/x/tools from 0.21.0 to 0.22.0 (# 3053) > 543dda5 Bump google.golang.org/api from 0.182.0 to 0.183.0 (# 3054) > 9b7c2c5 Bump github.com/prometheus/common from 0.53.0 to 0.54.0 (# 3052) > 8119179 Update community files (# 3050) > 58135c2 Extra logging for leases (# 3049) > fce44ea Maybe fix controller ha (# 3046) bumping github.com/prometheus/client_model d56cd79...571429e: > 571429e Merge pull request # 86 from prometheus/repo_sync > 6fe5007 Merge pull request # 85 from prometheus/repo_sync > cc727ab Update common Prometheus files > 64c33c9 Merge pull request # 84 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.33.0 > bce87c1 Update common Prometheus files > 5c25993 Merge pull request # 82 from prometheus/repo_sync > d954a8a Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 > 01ca24c Merge pull request # 81 from prometheus/repo_sync > bb45f95 Update common Prometheus files > ccd6823 Update common Prometheus files bumping github.com/prometheus/common e54e4df...789222a: > 789222a Merge pull request # 627 from freak12techno/add-time-template-helpers > 6846990 Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /sigv4 (# 639) > b2fc541 Merge branch 'main' into add-time-template-helpers > f93a89e Bump github.com/aws/aws-sdk-go from 1.51.32 to 1.53.14 in /sigv4 (# 638) > 9f1953b chore: review fixes > 3ddc148 Merge pull request # 636 from prometheus/repo_sync > 4f7cf6e Update helpers/templates/convert_to_float.go > 6b9921f Refactored oauth2RoundTripper.RoundTrip (# 634) > 2b9d805 Update common Prometheus files > b9d8f7c Update helpers/templates/humanize_duration.go > a7407da Add support for secret refs (# 572) > 80e630e Update helpers/templates/humamize_duration_test.go > 260bf03 Add common interface to fetch secrets in HTTP client config (# 538) > 270171b chore: fixed go.mod again > 58f58f8 Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 (# 629) > c5c1b1d chore: revert gitignore > 20d77e7 Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1 (# 631) > 5bde41a chore: probably fixed CI > b2390e6 Bump golang.org/x/net from 0.23.0 to 0.24.0 (# 630) > 9248aab feat: add time template helpers > d725e1b Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (# 628) > befd598 Bump github.com/aws/aws-sdk-go from 1.51.11 to 1.51.32 in /sigv4 (# 632) > 54517e0 Update common Prometheus files (# 633) > 36303a8 Merge pull request # 416 from roidelapluie/headers > 5c108f8 Bump golang.org/x/net from 0.22.0 to 0.23.0 (# 623) > aeb616a Add HTTP headers support to common HTTP client. > 2cd1b1a Bump golang.org/x/net from 0.22.0 to 0.23.0 in /sigv4 (# 624) bumping golang.org/x/oauth2 84cb9f7...5fd4241: > 5fd4241 google: update compute token refresh bumping golang.org/x/text 8d533a0...9c2f3a2: > 9c2f3a2 cmd/gotext: fix segfault in extract & rewrite commands > 59e1219 message: optimize lookupAndFormat function for better performance > a20a3e2 x/text: update x/tools for go/ssa range-over-func fix bumping google.golang.org/genproto/googleapis/api 0867130...d264139: > d264139 chore(all): update all (# 1128) > dc85e6b chore(all): auto-regenerate .pb.go files (# 1129) > fc5f0ca chore: min Go version to 1.20 (# 1127) bumping google.golang.org/genproto/googleapis/rpc d264139...5315273: > 5315273 chore(all): update all (# 1131) > a332354 chore(all): auto-regenerate .pb.go files (# 1130) bumping golang.org/x/tools cc29c91...bc6931d: > bc6931d go.mod: update golang.org/x dependencies > 1767b14 go/ssa: remove code with no effect > 2088083 internal/gocommand: add more debug info for hanging go commands > f1a3b12 internal/imports: FixImports should be cancellable > 4478db0 go/analysis/passes/copylock: suppress error in ill-typed code > 018d3b2 gopls: warn about Go 1.19 and Go 1.20 > 58cc8a4 gopls/internal/filecache: suppress gc in tests > b623539 gopls/internal/cache: suppress "internal" import check on Bazel > 1e9d12d go/packages: pass -overlay to all 'go list' invocations > 3c293ad internal/cache: invalidate broken imports when package files change > 5eff1ee gopls/internal/cache: check viewMap before altering views > da9cad4 go/packages: avoid unnecessary "realpath" on pwd > 71b7fa9 go/callgraph/vta: save some heap allocations in the trie implementation > 2f8e378 go/callgraph/vta: remove graph successors method > 624dbd0 go/analysis/passes/stringintconv: post gotypesalias=1 tweak > 4669dc7 gopls/internal/test/marker: simplify seedCache file > 6887e99 gopls/internal/cache: use a better view in viewOfLocked > bd624fd gopls: make tests tolerant of new go/types error format > 2e977dd internal/drivertest: evaluate symlink before calling packages.Load > 8d54ca1 gopls/internal/test/marker: seed the cache before running tests > 01018ba Revert "gopls/internal/settings: enable semantic tokens by default" > 019da39 gopls/internal/golang: OutgoingCalls: fix crash on unsafe.Slice > 30c880d gopls/internal/cache: improve missing import error message > d017f4a go/packages/internal/drivertest: a package for a fake go/packages driver > e229045 go/callgraph/vta: avoid some temporary data structures using callbacks > 0215a5b go/packages: document fields that are part of JSON schema > f10a0f1 gopls/internal/golang: skip TestFreeRefs on js > d940b33 gopls/internal/server: support InsertReplaceEdit completion > e635bfa gopls/internal/golang: unexport more declarations > 7045d2e go/analysis/passes/nilness: fix bug with MakeInterface(TypeParam) > e1b14a1 gopls/internal/server: avoid VS Code lightbulb > 34db5bc gopls: initial support for godebug directive in go.mod and go.work > 56f50e3 gopls/doc: split codelenses out of settings > 3629652 gopls/internal/analysis/simplifyrange: suppress on range-over-func > fb52877 all: sync golang.org/x/telemetry@bda5523 > 4646dbf gopls/internal/protocol: customize InsertReplaceEdit JSON unmarshal > bc5e086 gopls/internal/golang: unexport several functions > 32cec11 gopls/internal/test/integration: fix race in TestGCDetails_Toggle > c3aae99 gopls/doc: tidy up analyzer documentation > 41211c8 gopls/internal/golang: fix bug in freeRefs algorithm > 788d39e gopls/internal/golang: "Show free symbols" code action > f73683e gopls/internal/golang: remove test debugging aix-ppc64 issue > 0b4dca1 gopls/internal/protocol: separate CodeLens from Command; document > 8cf8c6f internal/test/integration: materialize startedWork and completedWork > de1032b gopls: remove dead code > 499663e all: fix function names in comment > c184dd7 internal/test/marker: skip basiclit.txt on ppc64 > 1f300c9 gopls: upgrade x/telemetry to pick up CL 586195 > fd7deae gopls/internal/test/marker: fix analyzers.txt test that requires cgo > af36634 gopls/internal/protocol: rename DocumentChange{s,} > 42d564a gopls: support four kinds of DocumentChanges > b92578a x/tools: update to x/telemetry@9ff3ad9 > 987af8b x/tools: update to x/telemetry@ac8fed8 > 069435c gopls/internal/cache: use 1 not 0 for missing line/col info > 528484d gopls/internal/cache: support overlays > 2e17129 gopls/doc/generate: add link anchors to each setting > ab7bc6c gopls: further minor generator simplifications > d40dfd5 gopls: upload from telemetry.Start, rather than upload.Run > e8808ed gopls: upgrade x/telemetry to latest > 0006edc go/ssa: support range-over-func > 59d9797 gopls/internal/settings: annotate TestVetSuite with NeedsTool("go") > 487737a gopls/internal/golang: fix another crash in RenderPackageDoc > 4cfd180 gopls/internal/golang: RenderPackageDoc: fix param truncation crash > 3e9beb6 gopls/doc/release: add release notes for struct tag hover info > 24f3b32 gopls/internal/golang: show struct tag when hovering over fields > 9795fac gopls/internal/server: discard non-file scheme workspace folder URIs > 3b13d03 gopls/internal/cache: fix bug.Report converting Diagnostic positions > 7f3a258 gopls/internal/test/integration/misc: disable another staticcheck test > 8483344 gopls/internal/settings: add framepointer,sigchanyzer analyzers > 8f9d159 gopls/internal/test/integration/misc: disable staticcheck test > f38ac9b gopls/internal/test: avoid std assumptions in range-over-func test > e35e4cc go/ssa: compile range-over-func to panic > e149e84 gopls: rationalize code generation > ff28778 gopls/internal/protocol: rationalize edit helpers > 5daf157 gopls/internal/golang: simplify "rewrite" code actions > 1718e2d gopls/internal/cache: simplify Snapshot Go commands > a432b16 gopls/internal/analysis: disable ssa/ir analyzers on range-over-func > b426bc7 go/packages/packagestest: reflect new modules.txt requirements > a943a14 go/analysis/passes/directive: do not report adjoining //go:debug > b020bdb go/callgraph/vta: add type alias test bumping golang.org/x/net d27919b...66e838c: > 66e838c go.mod: update golang.org/x dependencies > 6249541 http2: avoid race in server handler SetReadDeadine/SetWriteDeadline > 603e3e6 quic: disable X25519Kyber768Draft00 in tests > 67e8d0c http2: report an error if goroutines outlive serverTester tests > 5608279 http2: avoid corruption in priority write scheduler > 0d515a5 http2: factor out frame read/write test functions > 9f5b79b http2: drop unused retry function > 03c24c2 http2: use synthetic time in server tests > 022530c http2: add a more full-featured test net.Conn > 410d19e http2: avoid racy access to clientStream.requestedGzip > 332fe23 http2: remove spec coverage test > c1f5833 all: replace deprecated io/ioutil calls > 9545aea http2: clearer distinction between test server types > b1ec120 http2: use implicit synchronization in tests > 49bf2d7 proxy: use strings.TrimSuffix > c87a5b6 http2: set up the timer of closing idle connection after the initialization > 8aa6dbf http2: cancel handler context on stream errors > 2c14f51 http2: drop the gate type > ac99879 webdav: return 409 for PUT without parent collection > 7fa635b http2: avoid panic on h2c upgrade failure bumping google.golang.org/api b49e3b9...c642c84: > c642c84 chore(main): release 0.183.0 (# 2615) > 305d137 chore(all): update all (# 2618) > 0077748 feat(all): auto-regenerate discovery clients (# 2622) > c7f1614 feat(all): auto-regenerate discovery clients (# 2619) > 08fdd71 feat(all): auto-regenerate discovery clients (# 2617) > 5f21214 feat(all): auto-regenerate discovery clients (# 2616) > 1de148b feat(all): auto-regenerate discovery clients (# 2611) > 4f98211 fix: add another temporary dep on genproto (# 2614) bumping knative.dev/hack 3b6d644...0914314: > 0914314 Update community files (# 384) bumping golang.org/x/sys 7d69d98...673e0f9: > 673e0f9 unix: skip ethtool driver test for busy interface > 6943ab6 unix/linux: update glibc to 2.39 > 92f3ad6 unix: update to Linux kernel 6.9 > f34bb9f windows: add net user enum > 6dfb94e unix: add types for SOCK_DIAG bumping golang.org/x/term 46c790f...5f0bb72: > 5f0bb72 go.mod: update golang.org/x dependencies bumping golang.org/x/mod aa51b25...c0bdc7b: > c0bdc7b modfile: add API for godebug lines > 6686f41 module: add COM0 and LPT0 to badWindowsNames Signed-off-by: Knative Automation <automation@knative.team> |
|
|
68ad45e9f3
|
Update community files (#872)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
bb31986d93
|
upgrade to latest dependencies (#871)
bumping google.golang.org/genproto/googleapis/api b8a5c65...0867130: > 0867130 chore(all): auto-regenerate .pb.go files (# 1125) > 024948a chore(all): update all (# 1126) > 6275950 chore(all): auto-regenerate .pb.go files (# 1124) bumping google.golang.org/api 4b79cc4...b49e3b9: > b49e3b9 chore(main): release 0.182.0 (# 2591) > b6f615b chore(all): update all (# 2607) > c4c51ce feat(all): auto-regenerate discovery clients (# 2609) > 0e58f74 feat(all): auto-regenerate discovery clients (# 2608) > ceaeabf feat(all): auto-regenerate discovery clients (# 2606) > f474c8f feat(all): auto-regenerate discovery clients (# 2604) > ece7727 feat(all): auto-regenerate discovery clients (# 2603) > a86c4b6 feat(all): auto-regenerate discovery clients (# 2602) > 2e7cc39 feat(all): auto-regenerate discovery clients (# 2600) > 677f53d feat(all): auto-regenerate discovery clients (# 2599) > 7d46b4d feat(all): auto-regenerate discovery clients (# 2597) > 07e7104 feat(all): auto-regenerate discovery clients (# 2595) > 21295a5 feat(all): auto-regenerate discovery clients (# 2594) > e95bd57 feat(all): auto-regenerate discovery clients (# 2590) bumping google.golang.org/genproto/googleapis/rpc 0867130...d264139: > d264139 chore(all): update all (# 1128) > dc85e6b chore(all): auto-regenerate .pb.go files (# 1129) > fc5f0ca chore: min Go version to 1.20 (# 1127) bumping knative.dev/pkg 7d52a43...1709961: > 1709961 Bump google.golang.org/api from 0.181.0 to 0.182.0 (# 3048) > 229e527 fix: downstream tests assume release branch was cut (# 3047) 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> |
|
|
1d81ccdabd
|
Update community files (#869)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
067d69dbd6
|
upgrade to latest dependencies (#868)
bumping google.golang.org/grpc d32e66c...fa274d7: > fa274d7 Change version to 1.64.0 (# 7218) > 6b413c8 xds: Surround two `Infof` calls that use `pretty.ToJSON` with `V(2)` checks (# 7216) > 2dbbcef resolver/dns: Add docstring to SetMinResolutionInterval (# 7217) > 070d9c7 codes: replace %q to %d in error string when invalid code is an integer (# 7188) > 5d24ee2 xds: store server config for LRS server in xdsresource.ClusterUpdate (# 7191) > c76f686 advancedTLS: Rename get root certs related pieces (# 7207) > f591e3b codec: remove option to suppress setting supported compressors in headers (# 7203) > b4f7947 github: remove dependabot (# 7208) > 0561c78 client: add user-friendly error message of LB policy update timed out (# 7206) > 9d9c1fb peer: remove change detector test (# 7204) > 9d9a96f peer and metadata: Implement the Stringer interface for Peer and Metadata (# 7137) > 911d549 advancedTLS: Combine `ClientOptions` and `ServerOptions` to just `Options` (# 7202) > 4879d51 advancedTLS: Swap to DenyUndetermined from AllowUndetermined in revocation settings (# 7179) > befc29d advancedTLS: Rename {Min/Max}Version to {Min/Max}TLSVersion (# 7173) > f2d6421 test/kokoro: simplify PSM Interop Kokoro buildscripts (# 7171) > 9199290 xds: Move bootstrap config to internal/xds (# 7182) > f167ad6 test: fix possible leaked goroutine in TestDetailedConnectionCloseErrorPropagatesToRpcError (# 7183) > bb9882e Add an optional implementation of streams using generics (# 7057) > a87e923 channelz: fix missing Target on SubChannel type (# 7189) > 273fe14 *: fix typos (# 7178) > c7c8aa8 xds/internal: Replace calls to `Debugf` with `V(2)` checks and `Infof` (# 7180) > 796c615 grpc: update clientStreamAttempt context with transport context (# 7096) > e4a6ce3 Add atollena to MAINTAINERS.md (# 7126) > b433b94 advancedtls: Rename RevocationConfig (# 7151) > 5ab1c1a advancedtls: Add notes about required vs. optional for FileWatcherOptions (# 7165) > 1e8b9b7 stats/opentelemetry: Add OpenTelemetry instrumentation component (# 7166) > dd953fd examples: fix the quickstart link in the routeguide example (# 7162) > 750e1de examples: improve grammar in the interceptor example (# 7163) > 4e8f9d4 advancedtls: fix docstring for VerificationResults (# 7168) > 5a24fc1 xds/internal/xdsclient/xdsresource: Preallocate VirtualHost slice correctly (# 7157) > cb9c22d vet: run staticcheck for all sub modules (# 7155) > d75b5e2 advancedtls: Rename custom verification function APIs (# 7140) > 34de5cf stats/opencensus: Handle PickerUpdated to avoid "Received unexpected stats" error (# 7153) > 34c7675 chore: fix function names in comment (# 7117) > 5fe2e74 advancedtls: Rename VType (# 7149) > 09e6fdd Update docs and examples and tests to use NewClient instead of Dial (# 7068) > 9cf408e *: fix regenerate.sh (# 7139) > 5e0fa76 transport: make nextID accessed inside t.mu only (# 7148) > 54e0a13 transport: misc cleanups (# 7147) > 81d3f06 xds/internal/xdsclient/xdslbregistry: remove unused call to type url (# 7130) > f268126 Send GOAWAY to server on Client Transport Shutdown (# 7015) > 431436d examples: Add custom load balancer example (# 6691) > fc8da03 advancedtls: unexport parts of API not meant to be public (# 7118) > 006e2ba client: Drop two calls to `pretty.ToJSON` and move code outside of lock (# 7132) > a2f8e61 cmd/protoc-gen-go-grpc: reuse route_guide_grpc.pb.go as golden file (# 7134) > 0c6d80c chore: fix lint (# 7133) > b37cd81 xds: Process telemetry labels from CDS in xDS Balancers (# 7116) > a4afd4d deps: remove dependency of github.com/golang/protobuf from main module (# 7122) > afaa301 pb.go: regenerate (# 7123) > 664e852 stats: mark InPayload.Data and OutPayload.Data for deletion (experimental) (# 7121) > adf976b xds: remove -v when running xds e2e tests (# 7120) > 308dbc4 xds/internal/xdsclient: Process string metadata in CDS for com.google.csm.telemetry_labels (# 7085) > 554f107 Makefile: perfect PHONY (# 7076) > 0baa668 test/kokoro: Migrate PSM Interop to Artifact Registry (# 7102) > ec257b4 channelz: pass parent pointer instead of parent ID to RegisterSubChannel (# 7101) > 6fbcd8a cmd/protoc-gen-go-grpc: add change detector test (# 7072) > eb4e411 vet: split vet-proto from vet.sh (# 7099) > 28cccf3 pb.go: regenerate (# 7098) > 879414f deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (# 7059) > 8444ae0 resolver/dns: Add SetMinResolutionInterval Option (# 6962) > 59be823 grpc: Deprecate WithBlock, WithReturnConnectionError, FailOnNonTempDialError (# 7097) > c31cec3 Fix: error message using correct keepalive config value (# 7038) > f1cf6bf *: update http2 dependency (# 7081) > b7346ae channelz: fix race accessing channelMap without lock (# 7079) > 4ec8307 cmd/protoc-gen-go-grpc: replace usages of deprecated API (# 7071) > feb968b build(deps): bump the github-actions group with 2 updates (# 7069) > 17d1039 grpc: Export header list sizes in DialOption and ServerOption (# 7033) > ba1bf9e deps: update dependencies for all modules (# 7061) > 57e4391 googlec2p: use the bootstrap parsing code to generate parsed bootstrap config instead of handcrafting it (# 7040) > fc3f327 channelz: refactor to move proto API to a separate package (# 7065) > b78c0eb examples: Update features/encryption/README.md file (# 7045) > c003fdf channelz: add LocalAddr to listen sockets and test (# 7062) > a975978 cmd/protoc-gen-go-grpc: don't emit const blocks for services with no methods (# 7055) > eb5828b protoc: Change protoc to include generated call option (# 6960) > cce1632 Change version to 1.64.0-dev (# 7052) bumping knative.dev/pkg 11a3d46...99e1685: > 99e1685 Bump google.golang.org/api from 0.180.0 to 0.181.0 (# 3041) > b5507d9 Bump google.golang.org/grpc from 1.63.2 to 1.64.0 (# 3040) > a6bf0be Bump cloud.google.com/go/storage from 1.40.0 to 1.41.0 (# 3039) > 4a9c38d Update actions (# 3037) bumping google.golang.org/genproto/googleapis/api 8c6c420...b8a5c65: > b8a5c65 chore(all): update all (# 1123) > 8cf5692 chore(all): update all (# 1122) bumping google.golang.org/api 6feeaaf...4b79cc4: > 4b79cc4 chore(main): release 0.181.0 (# 2582) > c3f4828 feat(all): auto-regenerate discovery clients (# 2589) > 7d13175 chore: update min version to 1.20 (# 2588) > 86c9521 feat(all): auto-regenerate discovery clients (# 2587) > afc4685 feat(all): auto-regenerate discovery clients (# 2586) > 4177d21 chore(all): update all (# 2584) > e35f76f feat(all): auto-regenerate discovery clients (# 2585) > 7b18e5d feat(all): auto-regenerate discovery clients (# 2583) > 6923ec8 feat(all): auto-regenerate discovery clients (# 2581) bumping google.golang.org/genproto/googleapis/rpc 8cf5692...0867130: > 0867130 chore(all): auto-regenerate .pb.go files (# 1125) > 024948a chore(all): update all (# 1126) > 6275950 chore(all): auto-regenerate .pb.go files (# 1124) > b8a5c65 chore(all): update all (# 1123) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
69083faf77
|
Update actions (#866)
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> |
|
|
1a6c1c714c
|
upgrade to latest dependencies (#864)
bumping golang.org/x/tools 11c692e...cc29c91: > cc29c91 go.mod: update golang.org/x dependencies > 397fef9 gopls/internal/protocol: add links to LSP spec > e2a352c internal/refactor/inline: extensible API > c16c816 go/analysis/passes/stdversion: test *.go < go.mod version > 629a7be go/analysis/analysistest: stricter errors and GOWORK setting > 4db1697 go/packages/packagestest: fold modules_111.go into modules.go > ccdef3c gopls/internal/golang: fix nil panic in InlayHint > 74c9cfe go/analysis: add Pass.ReadFile > 5ef4fc9 gopls/internal/golang/completion: fix the isEmptyInterface predicate > 77f691b internal/gcimporter: use Alias.Rhs, not unsafe hack > 0b45163 gopls/internal/cache: use language versions when validating Go version > 3c49bb7 gopls: normalize logging attributes > 2fa621c gopls/internal/golang: fix resolution of in-package implementations > bcec099 internal/refactor/inline: remove eta abstraction inlining assignments > fcea13b toolstash: errors output should match errors guarded > b00d49e internal/refactor/inline: don't assume strings.Index calls internal/bytealg > 1523441 gopls/internal/cache: add more assertions for golang/go# 60890 > 440f3c3 internal/aliases: expose Enabled > a363d11 go/types/typeutil: replace interface{} with any (cleanup) > e8c9d81 go/analysis/passes/tests: Use ReportRangef to refactor some code in checkTest > 97ea816 all: fix some typos in comments > 8db95b7 gopls/internal/golang: check the comment range before emiting semantic tokens > daf9460 Revert "gopls/internal/test/integration/misc: reenable staticcheck test" > 618670d gopls/internal/test/integration/misc: reenable staticcheck test > 2debfbe internal/testfiles: add a helper package for test files > c17402c gopls: fix a couple places where temporary files are not removed > ee61fb0 go/packages: fix issue number typo in TestIssue37629 > 3735585 gopls/internal/settings: deprecate "allowImplicitNetworkAccess" > f4888c5 gopls/internal/settings: remove support for "allowModfileModifications" > d857e85 gopls/internal/settings: enable semantic tokens by default > 3f74dc5 gopls/internal/settings: remove experiments > e716599 cmd/goimports: support workspace vendoring > 7c7d7db gopls/internal/golang: allow "query" CodeActions on generated files > cb134f5 gopls/internal/golang: RenderPkgDoc: elide parameters 4+ in index > c5094cc internal/imports: a step towards making tests hermetic > 5e04895 gopls/internal/settings: update stale documentation for "symbolScope" > 0c3722a doc: enforce gotypesalias=0 behavior until go1.23 > dd0410f go/packages: stop loading packages when context is done > dcccb2d x/tools: make tests agnostic as to whether gotypesalias="" => 0 or 1 > 46a0401 gopls: eliminate the hooks package > e388fff gopls/internal/server: don't reset views if configuration did not change > d034ae1 gopls/internal/cmd: check: print RelatedInformation > 3c000ca gopls/doc: relnote for hover & definition over doc links > c859ee9 gopls/internal/test/marker: fix {hover/def}/comment tests > 9cef8b1 go/callgraph/cha: more precise resolution of unexported methods > 0cc2ffd gopls/internal/cache: fail loudly on command-line-arguments modules > c3c5164 gopls/internal/golang: support hover and definition operations over doc links > da3408b go/analysis/passes/printf: elaborate the documentation > 198a0a8 imports: prefer math/rand/v2 over math/rand > 79df971 gopls/internal/server: avoid duplicate diagnoses and loads > bcd607e gopls/internal/cache: don't log packages when selectively reloading > 6f92c83 gopls: reduce noisy error messages > c4c0bf9 gopls/internal/test: skip integration tests on linux-ppc64-power9osu > b4b8186 internal/apidiff: support materialized aliases > 3520955 go/types/typeutil: implement correct hashing of aliases > f6298eb gopls/internal/cache: add debug assertions to refine golang/go# 66732 > f41d27e gopls/internal/cache: avoid panic when the primary diagnostic is broken > c0ab013 go/packages: doc: type symbols are consistent only within one Load > 564c0e9 gopls/internal/telemetry/cmd/stacks: improve summary > de6db98 internal/check: filter out too-new Go versions for type checking > 5c3c2ff gopls/internal/golang: RenderPkgDoc: fix anchors for promoted methods > 8a0c6e2 gopls/internal/server: report HTTP panics via telemetry > c7b6b8d gopls/internal/cache: analysis: repair start/end and refine bug report > cb3eb43 internal/test/integration: parse flags earlier > 4794229 gopls/internal/golang: RenderPkgDoc: add <title> element > 2db5a34 gopls/internal/golang: RenderPkgDoc: navigational <select> bumping google.golang.org/protobuf 242df22...4a76e11: > 4a76e11 all: release v1.34.1 > 9d9d8d3 encoding/proto[json|text]: accept lower case names for group-like fields > 6c3ebca all: update to protobuf 27.0-rc1 and regenerate protos > 2939520 all: start v1.34.0-devel bumping golang.org/x/net 7bbe320...d27919b: > d27919b go.mod: update golang.org/x dependencies > e0324fc http2: use net.ErrClosed > b20cd59 quic: initiate key rotation earlier in connections > f95a3b3 html: fix typo in package doc > 0a24555 http/httpguts: speed up ValidHeaderFieldName > ec05fdc http2: don't retry the first request on a connection on GOAWAY error > b67a0f0 http2: send correct LastStreamID in stream-caused GOAWAY > a130fcc quic: don't consider goroutines running when tests start as leaked bumping google.golang.org/api a11ef60...6feeaaf: > 6feeaaf chore(main): release 0.180.0 (# 2579) > e92e3ed chore: regen libraries (# 2580) > 6604a5d feat(all): auto-regenerate discovery clients (# 2578) > 9fdd500 chore(main): release 0.179.0 (# 2574) > 090ff6c fix: bump auth to v0.4.1 (# 2577) > a784ae0 feat(all): auto-regenerate discovery clients (# 2575) > 887c564 feat(all): auto-regenerate discovery clients (# 2573) > 64ed0f8 chore(main): release 0.178.0 (# 2562) > 0c976dc feat(all): auto-regenerate discovery clients (# 2571) > 8c74bb8 feat(gen): Add internaloption.EnableNewAuthLibrary (# 2519) > b5ae946 chore(all): update all (# 2569) > f2da582 feat(all): auto-regenerate discovery clients (# 2570) > d922e3b feat(all): auto-regenerate discovery clients (# 2568) > 76b27f1 feat(all): auto-regenerate discovery clients (# 2567) > 5e44215 docs: update commit style in CONTRIBUTING (# 2566) > 0843d21 feat(all): auto-regenerate discovery clients (# 2565) > fe54ffd feat(google-api-go-client): add x-goog-api-version header (# 2563) > b313e4b feat(all): auto-regenerate discovery clients (# 2564) > 2d22d11 feat(all): auto-regenerate discovery clients (# 2561) bumping google.golang.org/genproto/googleapis/api 6e1732d...8c6c420: > 8c6c420 chore(all): update all to 7cd4c1c (# 1111) > 79826c8 chore(all): auto-regenerate .pb.go files (# 1112) > 7cd4c1c chore(all): auto-regenerate .pb.go files (# 1110) > 26222e5 chore(all): update all (# 1109) > 6f501c4 chore(all): auto-regenerate .pb.go files (# 1107) > c3f9821 chore(all): update all (# 1108) > 454cdb8 chore(all): auto-regenerate .pb.go files (# 1106) > beb30f4 chore(all): auto-regenerate .pb.go files (# 1101) > 64ea030 chore(all): update all (# 1105) > 94a12d6 chore(all): update all (# 1102) bumping github.com/prometheus/client_golang 77d4003...6e3f4b1: > 6e3f4b1 Cut 1.19.1 (# 1494) > cad1bfa Merge pull request # 1454 from prometheus/small-nits > 0aa8c9f Rephrase incompatibility with common v0.48.0 bumping golang.org/x/text 6c97a16...8d533a0: > 8d533a0 encoding/charmap: update UCM spec file URL prefix bumping golang.org/x/term 5b15d26...46c790f: > 46c790f go.mod: update golang.org/x dependencies bumping golang.org/x/sys cabba82...7d69d98: > 7d69d98 unix: extend support for z/OS > 7758090 cpu: add support for sve2 detection > 9a28524 windows: drop go version tags for unsupported versions > 27dc90b unix: update to Linux kernel 6.4 bumping knative.dev/pkg 360b72e...b1fd04d: > b1fd04d Bump golang.org/x/net from 0.24.0 to 0.25.0 (# 3036) > 89b1857 Bump golang.org/x/tools from 0.20.0 to 0.21.0 (# 3035) > 7a27552 Bump google.golang.org/api from 0.177.0 to 0.180.0 (# 3034) > 3b2e71c Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 (# 3033) 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> |
|
|
383932e618
|
upgrade to latest dependencies (#861)
bumping golang.org/x/oauth2 d0e617c...84cb9f7: > 84cb9f7 oauth2: fix typo in comment > 4b7f0bd go.mod: update cloud.google.com/go/compute/metadata dependency > e11eea8 microsoft: added DeviceAuthURL to AzureADEndpoint bumping google.golang.org/genproto/googleapis/rpc 8c6c420...8cf5692: > 8cf5692 chore(all): update all (# 1122) bumping knative.dev/pkg b69fa27...f69d19c: > f69d19c Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 (# 3029) > 13af413 Bump google.golang.org/api from 0.176.1 to 0.177.0 (# 3028) bumping google.golang.org/protobuf ec47fd1...242df22: > 242df22 all: release v1.34.0 > c2b76ee all: fix deprecated > e4ad8f9 types/gofeaturespb: move go_feature.proto to be consistent with out languages > c2a26e7 encoding/{protojson,prototext}: strengthen wording on stability > d0f77ae proto: ensure MarshalOptions are plumbed to all Size calls > 94bb78c proto: return an error instead of producing invalid wire format > 671c2db [proto] use the correct parent when resolving features for extensions > 98873a2 internal/impl: pass ExtensionTypeDescriptor to extensionMap > 39bbf13 proto: CSE ProtoReflect() and TypeDescriptor() in proto.HasExtension > b30b634 protobuf: fix required/group bug in descriptor proto output of editions files > bab4b5d protobuf: support gaps in edition defaults calculation > a18684d protobuf: fix delimited fields under editions in go > 8a74430 internal/cmd/generate-types: manual CSE of m.messageInfo() > 55891d7 proto: add examples for Size, MarshalAppend (regarding allocations) > 87fded5 internal/impl: ensure proto.HasExtension does not allocate > 3797f00 protogen: update Options documentation. protogen.Run doesn't exist. > 4fd828f proto: extend Unmarshal documentation, include an example > c69658e proto: extend Marshal documentation, include an example > 3ebf7dd proto: fix HasPresence for extensions and missing plugin response > dea00b5 all: enable editions support > 59034d8 reflect/protodesc: restore edition in protodesc.ToDescriptorProto > 3039476 all: implement proto2/proto3 as editions [2/2] > 7259b46 all: implement proto2/proto3 as editions [1/2] > f563685 all: use subtests to identify the message type > e216807 all: start v1.33.0-devel bumping google.golang.org/api 64f40ff...a11ef60: > a11ef60 chore(main): release 0.177.0 (# 2545) > e6e5ac5 chore(all): update all (# 2552) > 3eb92f1 fix: temp patch cloud.google.com/go ambiguity (# 2560) > 1b6db6c fix: split large compute file up (# 2546) > fb153c0 feat(all): auto-regenerate discovery clients (# 2556) > a5d7734 chore(deps): disable otel updates until Go 1.21 (# 2554) > 2f46e14 feat(all): auto-regenerate discovery clients (# 2553) > 4418f5f feat(all): auto-regenerate discovery clients (# 2551) > f9bf96d feat(all): auto-regenerate discovery clients (# 2550) > 32a5d10 feat(all): auto-regenerate discovery clients (# 2548) > 2f2505b feat: reduce code size by 29% (# 2544) Signed-off-by: Knative Automation <automation@knative.team> |