Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade to latest dependencies (#841)
bumping google.golang.org/genproto/googleapis/rpc 9506855...1744710: > 1744710 chore(all): update all (# 1043) > f966b18 chore(googleapis): remove obsolete types referencing field_mask package (# 1042) > e0aa005 chore(all): update all (# 1033) > cbb8c96 chore(all): update all (major) (# 1041) > 23370e0 chore(all): auto-regenerate .pb.go files (# 1039) > b022f6e chore(all): auto-regenerate .pb.go files (# 1038) > 66ad5b6 chore(all): update all (major) (# 1037) > 659f7aa chore(all): auto-regenerate .pb.go files (# 1036) > 3f92550 chore(all): update all (major) (# 1024) > 782d3b1 chore: remove gaming (# 1032) > e685fd7 chore(all): update all (# 1031) > ccb25ca chore(all): update all (# 1022) > f517056 chore(all): add go.work and fix apidiff (# 1030) bumping google.golang.org/grpc 5b67e5e...87bf02a: > 87bf02a Change version to 1.57.0 (# 6448) > 6b64be9 resolver/weighted_round_robin: remove experimental suffix from name > 9489082 github: replace deprecated command with environment file (# 6417) > d1868a5 clusterresolver: add logs for dns discovery mechanism error cases (# 6444) > 8e9c8f8 grpc: do not use balancer attributes during address comparison (# 6439) > db32c5b Fix preloader mode in benchmarks (# 6359) > f0280f9 xds: require EDS service name in new-style CDS clusters (gRFC A47) (# 6438) > bf5b7ae clusterresolver: handle EDS nacks and resource-not-found errors correctly (# 6436) > fc0aa46 client: encode the authority by default (# 6428) > 11feb0a resolver: delete Target.Scheme and Target.Authority (# 6363) > df3e021 status: fix panic when servers return a wrapped error with status OK (# 6374) > acbfcbb internal/grpcsync: refactor test (# 6427) > 51042db internal/grpcsync: Provide an internal-only pub-sub type API (# 6167) > 620a118 xds/internal/balancer/clusterimpl: Switch cluster impl child to graceful switch (# 6420) > 6b8f427 orca: remove useless log statement (# 6424) > ea492f5 xdsclient: indicate authority serverURI in authority + transport logs (# 6425) > 67e881c xds: E2E Test for Audit Logging (# 6377) > 07718ef internal/xds/rbac: Add support for string matcher in RBAC header matching (# 6419) > 575a936 xds: Fail xDS Server Serve() if called after Stop() or GracefulStop() (# 6410) > 7eb5727 xds: switch EDS watch to new generic xdsClient API (# 6414) > e859984 server: with TLS, set TCP user timeout on the underlying raw connection (# 5646) (# 6321) > 1634254 rpc_util: Reuse memory buffer for receiving message (# 5862) > 789cf4e reflection: rename proto imports for disambiguation in import script (# 6411) > 0673105 clusterresolver: switch a couple of tests to e2e style (# 6394) > 0b3a81e clusterresolver: remove priority LB related tests (# 6395) > dd931c8 xds: clusterresolver e2e test cleanup (# 6391) > 10f5b50 [PSM interop] Don't fail target if sub-target already failed (# 6390) > 963238a clusterresolver: move tests around to different files (# 6392) > f24b4c7 clusterresolver: remove redundant tests (# 6388) > a9c7942 benchmark: Add support for Poisson load in benchmark client (# 6378) > dd350d0 stats/opencensus: Fix flaky metrics test (# 6372) > 642dd63 reflection: expose both v1 and v1alpha reflection services (# 6329) > 3c6084b xds/outlierdetection: fix config handling (# 6361) > 3e8eca8 Revert "client: encode the authority by default (# 6318)" (# 6365) > 1c0572a benchmark: fix package used to reference service to use grpc suffix instead of pb (# 6362) > 7a7caf3 protoc-gen-go-grpc: Update README.md file (# 6349) > 89790ea grpclb: fix typo (# 6356) > 907bdaa alts: Read max number of concurrent ALTS handshakes from environment variable. (# 6267) > 2ac1aae weightedroundrobin: prefer application_utilization to cpu_utilization (# 6358) > 7aeea8f orca: add application utilization and range checking (# 6357) > 6578ef7 client: handle empty address lists correctly in addrConn.updateAddrs (# 6354) > 761c084 xds/ringhash: cache connectivity state of subchannels inside picker (# 6351) > 1b66663 benchmark: Add sleepBetweenRPCs and connections parameters (# 6299) > 81c513a opencensus: stop overwriting ctx parameter in tests (# 6350) > 68576b3 client: encode the authority by default (# 6318) > c9d3ea5 deps: google.golang.org/genproto to latest in all modules (# 6319) > 02188e6 Change version to 1.57.0-dev (# 6346) bumping golang.org/x/tools 675bf3c...229f848: > 229f848 gopls/internal/lsp/source: enable new defers analyzer > 2dc7eba go/analysis: use parser.SkipObjectResolution > f91c023 go.mod: update golang.org/x dependencies > e0783a8 internal/gcimporter: remove bug report on objectpath failure > 75f6f9c gopls/internal/bug: add gopls/bug telemetry counter > 4b271f9 gopls: add gopls/client telemetry counters > d0b18e2 go/analysis/passes/copylock: fix infinite recursion > 5b4d426 gopls/internal/hooks: clean language version before passing to gofumpt > 2160c5f gopls/internal/lsp/analysis: fix stubmethods with variadic parameters > 3d20bbe internal/gcimporter: add a missing return if objectpath fails > c16d0be cmd/gonew: add new tool for starting a module by copying one > 304e203 internal/edit: copy cmd/internal/edit > 82861e0 gopls/internal/lsp/source: reinstate equalOrigin for references check > 1561060 gopls/internal/lsp/source: fix incorrect 'origin' logic for named types > fe58b07 gopls/internal/lsp/source: fix renaming of type parameters > 3a3c169 gopls/internal/lsp/source: refresh embeddirective analyzer docs > 03562de refactor/satisfy/find: composite lits may have type parameter type > bacac14 gopls/internal/lsp/source: Add SuggestedFix for embeddirective Analyzer > 38606b3 gopls/internal/lsp/cache: keep analysis progress reports on one line > e8cdaf4 gopls/internal/lsp/cache: fast-path for type-checking active packages > da5abd3 gopls/internal/lsp/cache: fix use of time.NewTimer instead of NewTicker > b389785 gopls: fix tests that depend on log sequencing > 2ffc4dc all: fix some typos > e66c3a5 gopls/internal/lsp/cache: use correct metadata in resolveImportGraph > 364bdd0 gopls/internal/lsp/cache: fix incorrect check for active package > c6e02e3 gopls/internal/lsp/source: highlight deprecated symbols > 07bfcd4 internal/gcimporter: another workaround for race to interface type set > db5406b gopls/internal/lsp: don't recompute diagnostics during code actions > 4810eda gopls/internal/lsp/cache: memoize active packages after every operation > fa093b2 gopls/internal/regtest/bench: add benchmarks for codeactions > d75c387 internal/facts: don't reexport imported facts unnecessarily > 67ba599 gopls/internal/lsp/cache: fix boundary cond in parseCache age eviction > 478577b gopls/internal/lsp/cache: purge Analysis.Results earlier > ac1b965 gopls/internal/lsp/cache: limit parallelism > 4f74786 gopls/internal/lsp/cache: move purgeFuncBodies into the parse cache > 3577700 gopls/internal/lsp/cache: used time-based eviction in parseCache > 36f607b gopls/internal/lsp/frob: document another restriction > 9b2c3f9 go/types/objectpath: avoid sorting methods for gopls > ebb9ee3 gopls/internal/lsp/cache: UX improvements for analysis > 3e82a5b internal/gcimporter: avoid test assumptions about internal packages in other repos > 7ba5690 go/analysis/passes/composite: fix typo in URL field > 36e4181 Revert "go/packages: avoid unnecessary dependency on StdSizes" > 9161e3a all: remove repetitive words > 2842ed8 go/packages: avoid unnecessary dependency on StdSizes > 84f829e gopls/internal/lsp/cache: better panic if metadata invariant is broken > 03275ec gopls/internal/lsp/cache: frob: a fast encoder with gob-like powers > dbfa513 gopls/internal/lsp: don't awaitLoaded inside resolveImportGraph > b160971 gopls/internal/lsp: fix a latent bug in orphaned file reloading > 67aade5 internal/facts: strength-reduce Package param to PackagePath > ffc82f3 gopls/internal/lsp/source/typerefs: optimize getPackageHandles > 50a6ef6 gopls/internal/lsp: only diagnose one package per file > 48026e1 internal/gcimporter: don't panic when exporting a builtin 'Error' method > 5fed7a8 gopls/protocol/generate: upgrade generating LSP stubs > b9fd8df gopls/internal/lsp/debug: display Analysis.Run times > 799eec0 gopls/internal: update LSP support > c6de5f5 gopls/internal/lsp/source: fix spurious "unexpected var object" error > ba3c31c gopls/internal/regtest/bench: add a test simulating typing > 80c9aad gopls/internal/regtest/bench: add an 'oracle' benchmark repo > e10bcf6 gopls/internal/regtest/bench: clean up profile flags > 50a7e14 go/types/internal/play: show enclosing scopes and method sets > 12fe149 internal/typeparams: improve the panic in OriginMethod > 89d9fae internal/gcimporter: supporting encoding objects from different packages > dbd6001 go/analysis: remove pointless comments > 67d73b2 internal/gopathwalk: use opts.Logf for errors if set > 1ca2185 go/analysis: pass package's Go version to type checker > a721062 gopls/internal/regtest/workspace: fix TestQuickFix_AddGoWork for go1.21 > ba23fc4 internal/analysisutil: avoid IsNamed panic on built-in named types > e1d0f91 go/analysis/passes/slog: unskip test > c35476f gopls: commands to start/stop profiling, and a new benchmark metric > ec9bc53 internal/gopathwalk: use os.ReadFile instead of ioutil.ReadFile > aac7fb6 internal/cmd/deadcode: a command to report dead code in Go programs > 538a6e9 gopls/internal/lsp/source: put context first in extracted functions > ef12545 internal/lsp/analysis: embed directive analyzer check following decl > 7bb8360 internal: fix typo > 7fa7e85 go/callgraph/rta: doc tweaks > d86c729 cmd/digraph: somepath: search breadth-first to find minimal path > eaebeac gopls/internal/lsp/source/completion: avoid duplicates from variants > ac255de cmd/digraph: consolidate -help message and package doc > dfb7d24 go/analysis/passes/slog: replace XXXCtx names with XXXContext > 8f07782 gopls/internal/lsp: make gopls.start_debugging open browser > 4b177d0 go/callgraph/rta: optimise 'implements' operation > eaca1d0 gopls/internal/lsp/filecache: increase idle GC period to 6 hours > 124ebfa internal/pprof: a function to compute total pprof time > 8304532 go/callgraph/rta: model reflective calls soundly > f9f582e go/packages: pass go list-reported Go language version to type checker > e7916d0 gopls/internal/lsp/source/completion: honor usePlaceholders > 1d07f1b gopls/internal/lsp/source/completion: placeholders for type params > 2d90701 gopls/internal/regtest/marker: skip addgowork.txt > 8060af9 gopls/internal/lsp/source/xrefs: include refs to methods of generics > a8cf665 gopls/internal/lsp/source: ignore objectpath error in rename > eeb93ed gopls: remove dead code > 781c467 gopls/internal/lsp/cache: plumb analysis URLs to client bumping knative.dev/pkg ea6c1f2...26b41ba: > 26b41ba Bump google.golang.org/api from 0.126.0 to 0.136.0 (# 2790) > 42a4ec1 Bump contrib.go.opencensus.io/exporter/prometheus from 0.4.0 to 0.4.2 (# 2793) > 404648b Bump golang.org/x/oauth2 from 0.8.0 to 0.11.0 (# 2792) > a6e28fc Bump golang.org/x/tools from 0.11.0 to 0.12.0 (# 2791) > b409e16 Bump github.com/openzipkin/zipkin-go from 0.3.0 to 0.4.1 (# 2785) > cceb144 Update community files (# 2788) bumping contrib.go.opencensus.io/exporter/prometheus f3a7283...e6b6b80: > e6b6b80 Merge pull request # 30 from bogdandrutu/updatedeps > aaaf212 Merge pull request # 28 from wincus/update-prometheus > 75046ad Upgrade all deps to lastest > bf25aba update prometheus golang client bumping github.com/openzipkin/zipkin-go d0b32fa...4541717: > 4541717 remove circleci from list (# 213) > a58f3b6 Bump dependencies and remove unnecessary external dependency for example. (# 212) > f916476 Baggage Interface and explicit accept list Implementation for HTTP and gRPC middleware (# 210) > 6ac4138 Update README.md bumping github.com/prometheus/statsd_exporter ef6627b...c2505cf: > c2505cf Release 0.22.7 > 8f351a5 Merge pull request # 450 from prometheus/superq/update_build > 3b9ef1f Update changelog & release 0.22.6 > b1068d0 Update build > 9d4eeda Merge pull request # 449 from prometheus/mr/dependency-update > 9115f0f Merge pull request # 447 from pedro-stanaka/feat/doc-special-regex-match > c2c1af1 housekeeping: update dependencies > 3a63a4b Merge pull request # 445 from SandroJijavadze/fix-443-flaky-test > 6ef0b3b Changing issue number for tracking support for globbling > 848212e Merge pull request # 440 from prometheus/repo_sync > 2ab624a fix flaky test gosched hack > 1a14821 Adding note about behavior of .+ regex > d90c8ff Merge pull request # 441 from pedro-stanaka/fix/benchmarks-mapper > c753dfa Update common Prometheus files > f935a9c Adding documentation about special regex match group > 0d22f85 Merge pull request # 436 from prometheus/repo_sync > 6e341dd Fixing broken benchmark for mapper > c714dcd Add # 434 to release notes > b8504ed Update common Prometheus files > dcddbc4 Merge pull request # 434 from pedro-stanaka/relay-new-line-count-metric > 4d07e28 Release 0.22.5 > d46243a Update Year > ada7248 Merge pull request # 432 from prometheus/mr/go-image > 0de518d Adding new metric to keep track of total relayed lines > 99a94fa Merge pull request # 433 from prometheus/revert-429-relay-new-line-count-metric > 3427e36 Switch to cimg/go for build+test > e416ec1 Merge pull request # 429 from pedro-stanaka/relay-new-line-count-metric > 4b69838 Revert "New metric for total lines relayed" > f8fc001 Merge pull request # 431 from prometheus/repo_sync > fbf7837 Fixing linting problems on new code > 0cb34c7 Merge pull request # 430 from prometheus/repo_sync > 542ee7c Update common Prometheus files > d015cda Adding new test section to check on metrics > 4ad11fc Merge pull request # 426 from prometheus/repo_sync > 549a96a Update common Prometheus files > 2d339b0 Adding new metric to relay > 4a086bc Merge pull request # 423 from prometheus/repo_sync > 2f5add4 Update common Prometheus files > 60742e1 Adding metric testing on relay > 161f982 Merge pull request # 422 from prometheus/repo_sync > 55e536b Update common Prometheus files > 78dcd3b Adding new simple test to relay package > 1a1dd2d Merge pull request # 421 from prometheus/repo_sync > 5654505 Update common Prometheus files > c481b95 Merge pull request # 419 from prometheus/repo_sync > b8462d0 Update common Prometheus files > db4a4f2 Merge pull request # 415 from prometheus/repo_sync > b122283 Update common Prometheus files > 5c6c8a2 Merge pull request # 412 from prometheus/repo_sync > 83180ae Update common Prometheus files > 7e2fe6c Bump version & add changelog for # 409 # 410 > a32a9da Update common Prometheus files > 7ba3f6a Merge pull request # 409 from aleksandr-vin/aleksandr-vin-patch-1 > 6a5a089 Merge pull request # 410 from mattdurham/use_instance_registry > 258c8c0 Set numeric user to comply runAsNonRoot k8s policy > 6564725 Merge pull request # 411 from prometheus/repo_sync > aadb43e Use the instance registry instead of the prometheus.registry > fae515f Merge pull request # 405 from prometheus/repo_sync > bfdf4dd Update common Prometheus files > 16d4f31 Release 0.22.3 > 339c8ef Update common Prometheus files > 6c02839 Merge pull request # 402 from agneum/389-allow-multiple-dashes > d0d948e Merge pull request # 404 from agneum/364-enable-more-linters > b6fc5de fix linter warnings: goimports, wsl > 69b17ee Merge pull request # 403 from prometheus/repo_sync > 697eb33 fix: remove vendor and disable-all options, disable the errcheck linter > 2ab2c44 feat: handle double dashes in unmapped metrics (# 389) > 95d3444 Merge pull request # 401 from prometheus/repo_sync > f699c4a Update common Prometheus files > b609892 feat: enable more linters and fix warnings (# 364) > 5c8622a Merge pull request # 400 from prometheus/beorn7/deprecation > 83513ab Update common Prometheus files > d4e89cd Merge pull request # 398 from prometheus/repo_sync > 4946fc8 Add deprecation note to pkg directory > f789413 Merge pull request # 395 from prometheus/superq/release_0.22.2 > f0c6a23 Update common Prometheus files > 884a8c0 Merge pull request # 393 from prometheus/superq/relay_metrics > 9200507 Release 0.22.2 > f39c9c3 Merge pull request # 392 from prometheus/mr/update-scenarios > ae26c50 Add metrics to relay > 9b31bb8 Add changelog entry for # 390 & # 388 > f5c6a55 Update transition scenarios > e86e67a Merge pull request # 388 from prometheus/superq/relay > b04eba2 Merge pull request # 391 from prometheus/superq/go1.17 > 0b84893 Add statsd relay > 6c43ebb Merge pull request # 390 from royeo/feature/replace-level-pkg > 37da8dd Update build for Go 1.17 > d57c8b1 Changelog for # 381 > 6329577 refactor: replace level pkg > a9c883a Merge pull request # 381 from evandam/allow-multi-dash > f9fea18 Skip version 0.22.0 > abb7ec0 allow multiple dashes in StatsD metric names > e849909 Merge pull request # 382 from prometheus/repo_sync > eea2c0f Back out of release 0.22.0 > 42158f5 Manually sync Makefile.common > 828d50c Merge pull request # 387 from prometheus/revert-385-master > 1f53a74 Update common Prometheus files > efdf113 Release 0.22.0 > c4f435e Revert "replace level pkg" > e395798 Merge pull request # 386 from royeo/feature/pprof > 4c8028e Merge pull request # 385 from royeo/master > f4fe58d use http.DefaultServeMux to support pprof > c3a818e replace level pkg bumping golang.org/x/oauth2 839de22...2e4a4e2: > 2e4a4e2 go.mod: update golang.org/x dependencies > ac6658e all: update go version to 1.18 > ec5679f go.mod: update golang.org/x dependencies > 989acb1 all: update dependencies to their latest versions > 2323c81 go.mod: update golang.org/x dependencies bumping google.golang.org/api 884dbd5...113082d: > 113082d chore(main): release 0.136.0 (# 2105) > 919cee6 chore(all): update all (# 2101) > c62e5c6 feat: add additional checks before using S2A (# 2103) > 8029f73 feat(all): auto-regenerate discovery clients (# 2104) > cd62080 chore(main): release 0.135.0 (# 2088) > 8fbf572 feat(all): auto-regenerate discovery clients (# 2102) > 262aa70 feat(all): auto-regenerate discovery clients (# 2100) > b16a2d3 feat(all): auto-regenerate discovery clients (# 2099) > ff054ff feat(all): auto-regenerate discovery clients (# 2098) > e59738c feat(all): auto-regenerate discovery clients (# 2096) > 1e19c22 feat(all): auto-regenerate discovery clients (# 2095) > 979195d feat(all): auto-regenerate discovery clients (# 2094) > 06fee15 chore(all): update all (# 2092) > 2b1c61f feat(all): auto-regenerate discovery clients (# 2093) > 597995c feat(all): auto-regenerate discovery clients (# 2091) > 8ba6963 feat(all): auto-regenerate discovery clients (# 2090) > c4d9f14 feat(all): auto-regenerate discovery clients (# 2089) > 8875932 feat(all): auto-regenerate discovery clients (# 2087) > 7fb7c47 chore(main): release 0.134.0 (# 2085) > aec89b7 feat(all): auto-regenerate discovery clients (# 2086) > 66d077d feat(all): auto-regenerate discovery clients (# 2084) > 9a94c5b chore(main): release 0.133.0 (# 2078) > 15c15a6 chore(all): update all to 659f7aa (# 2083) > 0846d92 feat(all): auto-regenerate discovery clients (# 2082) > 94f3caf feat(all): auto-regenerate discovery clients (# 2081) > 3a5236c feat(all): auto-regenerate discovery clients (# 2080) > b88678a feat(all): auto-regenerate discovery clients (# 2079) > d9bd05b feat(all): auto-regenerate discovery clients (# 2077) > 2eab0d1 chore(main): release 0.132.0 (# 2066) > 334c07e feat(all): auto-regenerate discovery clients (# 2076) > bf32188 chore(all): update all to 782d3b1 (# 2074) > 25d96d9 feat(all): auto-regenerate discovery clients (# 2075) > 0011a92 feat(all): auto-regenerate discovery clients (# 2073) > 52ac522 feat(all): auto-regenerate discovery clients (# 2072) > 16cf0c3 feat(all): auto-regenerate discovery clients (# 2069) > 25a3230 feat(all): auto-regenerate discovery clients (# 2065) > 5e7109a chore(main): release 0.131.0 (# 2056) > f391921 feat(all): auto-regenerate discovery clients (# 2064) > 524f72b feat(all): auto-regenerate discovery clients (# 2063) > 16b834e chore(all): update all (# 2061) > 90038ee feat(all): auto-regenerate discovery clients (# 2062) > 16ad84c feat(all): auto-regenerate discovery clients (# 2060) > 24b4d0b feat(all): auto-regenerate discovery clients (# 2059) > c836da9 feat(gensupport): pass in headers via context (# 2052) > e871335 feat(all): auto-regenerate discovery clients (# 2058) > 1b0f818 feat(all): auto-regenerate discovery clients (# 2054) > ed3a635 chore(main): release 0.130.0 (# 2042) > d5c7eef chore(all): update all (# 2048) > 5ec0817 feat(all): auto-regenerate discovery clients (# 2051) > d79dfc2 feat(all): auto-regenerate discovery clients (# 2050) > 5e08be4 feat(all): auto-regenerate discovery clients (# 2049) > 6711565 feat(all): auto-regenerate discovery clients (# 2046) > 50d3e98 feat(all): auto-regenerate discovery clients (# 2045) > 380eafd feat(all): auto-regenerate discovery clients (# 2044) > 7a8816b feat(all): auto-regenerate discovery clients (# 2043) > dc4d425 feat(all): auto-regenerate discovery clients (# 2041) > 78ebbdb chore(main): release 0.129.0 (# 2029) > 5e1c531 feat(all): auto-regenerate discovery clients (# 2040) > 888df6f chore: skip generating integrations:v1alpha (# 2039) > bbfccf8 chore(all): update all (# 2038) > efba8fa chore: restore generating integrations:v1alpha (# 2037) > 177408e feat(all): auto-regenerate discovery clients (# 2035) > 807827a chore(all): update all (# 2031) > cc73573 feat(all): auto-regenerate discovery clients (# 2033) > 247ad09 feat(all): auto-regenerate discovery clients (# 2032) > 3eb845f feat(all): auto-regenerate discovery clients (# 2030) > 922fc6a feat(all): auto-regenerate discovery clients (# 2028) > f06cac5 chore(main): release 0.128.0 (# 2023) > 229def0 feat(all): auto-regenerate discovery clients (# 2027) > 58512c3 feat(all): auto-regenerate discovery clients (# 2026) > d846ea5 feat(all): auto-regenerate discovery clients (# 2022) > 5e2fcf7 chore(main): release 0.127.0 (# 2016) > 0d9a82b chore(all): update module github.com/googleapis/enterprise-certificate-proxy to v0.2.4 (# 2019) > eb914ce feat(all): auto-regenerate discovery clients (# 2021) > c86a815 feat(all): auto-regenerate discovery clients (# 2018) > 4c6e7c1 feat(all): auto-regenerate discovery clients (# 2017) > 21af27f feat(all): auto-regenerate discovery clients (# 2015) bumping knative.dev/hack a75befb...ab12e24: > ab12e24 Update community files (# 306) bumping google.golang.org/genproto e85fd2c...f966b18: > f966b18 chore(googleapis): remove obsolete types referencing field_mask package (# 1042) > e0aa005 chore(all): update all (# 1033) > cbb8c96 chore(all): update all (major) (# 1041) > 23370e0 chore(all): auto-regenerate .pb.go files (# 1039) > b022f6e chore(all): auto-regenerate .pb.go files (# 1038) > 66ad5b6 chore(all): update all (major) (# 1037) > 659f7aa chore(all): auto-regenerate .pb.go files (# 1036) > 3f92550 chore(all): update all (major) (# 1024) > 782d3b1 chore: remove gaming (# 1032) > e685fd7 chore(all): update all (# 1031) > ccb25ca chore(all): update all (# 1022) > f517056 chore(all): add go.work and fix apidiff (# 1030) > 9506855 chore(all): auto-regenerate .pb.go files (# 1028) > 1f95444 chore(all): auto-regenerate .pb.go files (# 1026) > e449d1e chore(all): update apidiff.yaml for submodules (# 1027) > 9b080da chore(all): auto-regenerate .pb.go files (# 1025) bumping google.golang.org/genproto/googleapis/api e85fd2c...f966b18: > f966b18 chore(googleapis): remove obsolete types referencing field_mask package (# 1042) > e0aa005 chore(all): update all (# 1033) > cbb8c96 chore(all): update all (major) (# 1041) > 23370e0 chore(all): auto-regenerate .pb.go files (# 1039) > b022f6e chore(all): auto-regenerate .pb.go files (# 1038) > 66ad5b6 chore(all): update all (major) (# 1037) > 659f7aa chore(all): auto-regenerate .pb.go files (# 1036) > 3f92550 chore(all): update all (major) (# 1024) > 782d3b1 chore: remove gaming (# 1032) > e685fd7 chore(all): update all (# 1031) > ccb25ca chore(all): update all (# 1022) > f517056 chore(all): add go.work and fix apidiff (# 1030) > 9506855 chore(all): auto-regenerate .pb.go files (# 1028) > 1f95444 chore(all): auto-regenerate .pb.go files (# 1026) > e449d1e chore(all): update apidiff.yaml for submodules (# 1027) > 9b080da chore(all): auto-regenerate .pb.go files (# 1025) Signed-off-by: Knative Automation <[email protected]>
- Loading branch information