Commit Graph

845 Commits

Author SHA1 Message Date
Knative Automation dfea1937ef
upgrade to latest dependencies (#779)
bumping knative.dev/pkg fcccb4e...211243a:
  > 211243a generate serviceaccount reconciler (# 2808)

Signed-off-by: Knative Automation <automation@knative.team>
2023-09-05 12:49:18 +00:00
Knative Automation 2cb995780b
upgrade to latest dependencies (#778)
bumping knative.dev/pkg 81e4ee1...fcccb4e:
  > fcccb4e Bump github.com/openzipkin/zipkin-go from 0.4.1 to 0.4.2 (# 2807)
  > dab3c43 Bump gomodules.xyz/jsonpatch/v2 from 2.3.0 to 2.4.0 (# 2806)
  > 297c36a Bump github.com/google/uuid from 1.3.0 to 1.3.1 (# 2805)
bumping github.com/go-logr/logr 47e013c...4da5305:
  > 4da5305 make Discard logger equal to null logger
  > 4d25940 funcr: optimize WithValues/WithName/WithCallDepth
  > 00ed9d0 Merge pull request # 163 from thockin/example-v-enabled
  > d4762a8 Merge pull request # 161 from thockin/master
  > b818fb2 Add examples for Logger methods
  > b10dd33 Merge pull request # 162 from thockin/github-assign
  > 5b49379 Fix comments on optional sink interfaces
  > af0016d Merge pull request # 159 from thockin/master
  > 18e8b87 Make github assign PRs and issues
  > a8aea2e funcr: JSON invalid output with 1st field omitted
  > 4497483 Merge pull request # 160 from thockin/pr-148-takeover
  > f2636e2 Merge pull request # 155 from thockin/master
  > 41ad1c2 testr: merge testLogger and testLoggerInterface
  > b3dc695 Make zero value useful and add .IsZero()
  > 7ea0fe3 Add pkg doc to example
  > 8f2e557 If logging as JSON and the type is json.RawMessage log it "as-is" (# 147)
  > 46d9b05 Use newer gofmt
  > a49c971 Merge pull request # 146 from thockin/master
  > 772cb53 Remove deprecated linters
  > 2d5bc33 Merge pull request # 143 from jeandeaual/testr-interface
  > abbd0bc Bump Go version for GH actions
  > 89d4c03 Merge pull request # 144 from balki/patch-1
  > a326b84 testr: use an interface to make it work with *testing.B and *testing.F in addition to *testing.T
  > 059d32c Fix syntax in documentation
bumping gomodules.xyz/jsonpatch/v2 13a9e4a...17d7994:
  > 17d7994 Shortcut when two json documents are same (# 37)
bumping github.com/google/uuid 44b5fee...b3cae7c:
  > b3cae7c chore(master): release 1.3.1 (# 127)
  > 7b8f57c fix(ci): switch to release-please app (# 126)
  > e69e468 chore(ci): configure release-please, update contrib (# 122)
  > 97c970d chore(ci): add apidiff check for API compatibility (# 123)
  > 53f93a8 docs: change godoc URL in README (# 124)
  > 0b416df docs: update link to RFC 4122 (# 93)
  > 75e1ac5 docs: shell format go tool command (# 111)
  > d719869 docs: fix typo node_js docs (# 117)
  > 574e687 fix: Use .EqualFold() to parse urn prefixed UUIDs (# 118)
  > c91929c Merge pull request # 121 from noahdietz/setup-codeowners-and-actions
  > e3f8b98 chore(ci): add Action-based tests (# 121)
  > db89a3c fix go1.20 resolving to go1.2
  > 78d68fc chore(ci): add Action-based tests

Signed-off-by: Knative Automation <automation@knative.team>
2023-08-30 13:25:31 +00:00
Knative Automation eb3243f87f
upgrade to latest dependencies (#777)
bumping knative.dev/pkg 4f651e0...81e4ee1:
  > 81e4ee1 Bump go.uber.org/zap from 1.24.0 to 1.25.0 (# 2800)
  > 2aafe0e Bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 (# 2801)
  > 2ad39e9 Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 (# 2804)
  > d36cc59 Bump google.golang.org/api from 0.136.0 to 0.138.0 (# 2802)
  > 35b0890 Bump go.uber.org/automaxprocs from 1.4.0 to 1.5.3 (# 2803)
  > 93a9858 upgrade to latest dependencies (# 2799)
bumping go.uber.org/multierr 3114a8b...8767aa9:
  > 8767aa9 Prepare release v1.10 (# 74)
  > 4504ef7 README: Add Features section (# 73)
  > 2fd451d Drop external atomic dependency (# 72)
  > 7876a02 Remove unused glide.yaml (# 71)
  > 55bc553 Support Go 1.20 Unwrap() []error (# 69)
  > 39ca40c Prepare release v1.9.0 (# 68)
  > 4459990 Add a shorthand for AppendInvoke (# 65)
  > 80b07a7 Document named return constraint for defer (# 63)
  > 492b792 Test and lint against Go 1.19 (# 62)
  > aa8f15f Upgrade to yaml.v3 3.0.1 (# 60)
  > f46d400 Use append instead of copy to clone slices (# 58)
  > 6fede5c CI: Test against Go 1.17/1.18 (# 57)
  > 10aaa3c Prepare release v1.8.0 (# 56)
  > cea7d2e Combine: Optimize for all nil (# 55)
  > d49c2ba doc: AppendInvoke: Fix typo (# 54)
  > ee7346a Merge pull request # 52 from uber-go/fossa
  > 7c6ff6f Integrate FOSSA (# 51)
  > d9efa4b fossa: Run separately, only on push
  > a5cd550 Release v1.7.0 (# 50)
  > a20a852 ci: Use GitHub Workflows (# 49)
  > 1014a7c AppendInvoke: Merge test, real example (# 48)
  > 0b65632 Use GitHub workflows
  > a402392 Add AppendInvoke (# 47)
  > 520752c Update license headers everywhere
  > e015acf error.go: Fix typo of doc (# 44)
  > 40de9b0 tools: Update to latest versions
  > 8b005e6 doc: change godoc to go.dev (# 45)
  > b78aea8 tools: Delete update-license
  > 0eb6eb5 Drop Go 1.12 support (# 41)
bumping google.golang.org/api 113082d...85e7e70:
  > 85e7e70 chore(main): release 0.138.0 (# 2116)
  > 9b75278 feat(all): auto-regenerate discovery clients (# 2119)
  > 40ea606 feat(all): auto-regenerate discovery clients (# 2118)
  > 1770219 feat(all): auto-regenerate discovery clients (# 2115)
  > c631c0a chore(main): release 0.137.0 (# 2107)
  > caea956 feat: ok to use S2A with override endpoint (# 2114)
  > 142ffeb feat(all): auto-regenerate discovery clients (# 2113)
  > f7f1c7b feat(all): auto-regenerate discovery clients (# 2112)
  > 0cc62ab feat(all): auto-regenerate discovery clients (# 2111)
  > 4d775db feat(all): auto-regenerate discovery clients (# 2110)
  > 6d29bab chore(all): update module github.com/google/s2a-go to v0.1.5 (# 2109)
  > 80485e0 feat(all): auto-regenerate discovery clients (# 2108)
  > 3f3ed3d feat(all): auto-regenerate discovery clients (# 2106)
bumping knative.dev/hack 044c02b...9cc05a3:
  > 9cc05a3 Deprecate calling kubetest2 via kntest (# 230)
bumping go.uber.org/zap a55bdc3...56468e7:
  > 56468e7 Release v1.25.0
  > 249507a zap.Any: Reduce stack size with generics (# 1310)
  > 50b2db4 zap.Any add benchmarks
  > a0674c8 Add direct coverage to zap.Any (# 1309)
  > 1310691 Table test TestFieldConstructors
  > 382e251 Swap expected and got fields (# 1282)
  > 24b7977 Add Name() to Logger (# 1273)
  > 1155ed3 Introduce Str + Strs generic string helpers (# 1281)
  > 4451b47 exp: Update slog, adjust for changes (# 1276)
  > 845ca51 internal: Add and use a generic pool instead of using sync.Pool directly (# 1262)
  > 42b7ef0 slog: Ignore frames with a zero PC (# 1258)
  > 05c4b6c Remove dependency on github.com/pkg/errors (# 1255)
  > d1a1923 Minimize permissions on CI workflows (# 1257)
  > 384e782 Use sync/atomic, drop external atomics (# 1253)
  > 740fda7 TestLevelFlag: Don't print to stderr (# 1254)
  > f2f1f41 [Feature] Add  experiment `zapslog` package to integrate with slog (# 1246)
  > 54862f5 benchmark: add slog (# 1245)
  > 85c4932 Add govulncheck as a CI step (# 1239)
  > f4ba5f5 make: Switch from golint to revive (# 1238)
  > 8310f89 chore: update bench package versions and results (# 1207)
  > 8d89127 Bump actions/checkout from 2 to 3 (# 1237)
  > bc64796 doc: New{Production,Development}Encoder{,Config} (# 1234)
  > 692ec13 ci: Set up dependabot for GH actions and tools (# 1236)
  > 7d6a9af ci: Test with Go 1.19 and 1.20 (# 1235)
  > d4a1083 doc(SugaredLogger): Document print, printf, and println methods (# 1233)
  > b32f3c5 Update Snyk vulnerable modules (# 1227)
  > 53fdb6f Reverse comparison for readability (# 1228)
  > 077b03e Use iota like a original from grpc-go (# 1220)
bumping github.com/hashicorp/golang-lru 14eae34...a032ef5:
  > a032ef5 Update README for v1.0.2
  > bdf35e3 Remove deprecated linters
  > bc1608d Update other tests to get rid of math/rand
  > f2408b3 Update test to remove bad rand usage
  > fa11c6b Update github workflow
  > 6da3f98 Update MPL 2.0 LICENSE (# 110)
  > d4900dc fix onEvictedCB bug (# 84)
  > 003b81b Update go doc url (# 93)
  > 80c9821 rework lru's external registered callback invocation to avoid concurr… (# 80)
  > eb52994 Code quality improvements (# 67)

Signed-off-by: Knative Automation <automation@knative.team>
2023-08-22 00:38:54 +00:00
Knative Automation fb5eab7e73
upgrade to latest dependencies (#776)
bumping gomodules.xyz/jsonpatch/v2 93a4daf...13a9e4a:
  > 13a9e4a Merge pull request # 36 from howardjohn/v2/improvements
  > 62e0c90 Update repository config (# 33)
  > 6d5c3df Fully remove dead code
  > 0c26413 Update repository config (# 32)
  > 45186ed (hackily) remove inefficient optimization
  > e0f6c24 Fix known broken case
  > c616a48 Fix marshaling invalid chars
  > 2c05a51 Fix inputs with empty keys
  > 1f7eb13 Improve fuzz tests
  > 471fa30 Fix CI
  > 4844bbf Add fuzzing test
  > 87f8876 add benchmarks
  > a81e531 Go.mod for go 1.20
  > fc9e957 Update to Go 1.20
bumping knative.dev/hack ab12e24...044c02b:
  > 044c02b Update community files (# 309)
  > 3403e35 Update e2e-kind.sh (# 308)
bumping knative.dev/pkg 26b41ba...4f651e0:
  > 4f651e0 Bump gomodules.xyz/jsonpatch/v2 from 2.2.0 to 2.3.0 (# 2789)
  > 6519aff Update community files (# 2794)

Signed-off-by: Knative Automation <automation@knative.team>
2023-08-16 12:46:41 +00:00
Knative Automation 3035effa35
Update community files (#775)
Signed-off-by: Knative Automation <automation@knative.team>
2023-08-15 01:30:41 +00:00
Knative Automation 5ea15895a7
upgrade to latest dependencies (#774)
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 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 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 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 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)
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 knative.dev/hack a75befb...ab12e24:
  > ab12e24 Update community files (# 306)
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 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/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)

Signed-off-by: Knative Automation <automation@knative.team>
2023-08-14 13:56:44 +00:00
Knative Automation ad3e6ede36
Update community files (#773)
Signed-off-by: Knative Automation <automation@knative.team>
2023-08-09 01:37:37 +00:00
Knative Automation 16e77bf5a2
upgrade to latest dependencies (#772)
bumping golang.org/x/text e503480...fb697c0:
  > fb697c0 cmd/gotext: actually use -dir flag
  > f3e69ed cmd/gotext: fix misbehaviors
  > ab07ad1 all: remove repetitive words
bumping google.golang.org/genproto 438c736...e85fd2c:
  > e85fd2c chore: bump deps (# 1020)
  > 71b5a4f chore(all): update README with submodules warning (# 1017)
  > 0005af6 chore(all): update genproto reference to api/rpc submodule versions with back-reference (# 1016)
  > 6ee61e4 chore(all): format doc.go (# 1013)
  > 86246a8 chore(all): update modules: googleapis/bytestream, googleapis/api/apikeys, googleapis/api/servicemanagement, googleapis/api/servicecontrol, googleapis/api/serviceusage
  > dd9d682 chore(all): update modules: googleapis/api
  > 28d5490 chore(all): update modules: googleapis/rpc
bumping google.golang.org/api 63d06ab...884dbd5:
  > 884dbd5 chore(main): release 0.126.0 (# 2009)
  > e0fa0b1 chore: skip generating integrations:v1alpha as it fails generation (# 2014)
  > db9dde2 chore: remove refs to deprecated io/ioutil (# 2008)
  > 95d3fd1 feat(all): auto-regenerate discovery clients (# 2012)
  > 4fed5c2 feat(all): auto-regenerate discovery clients (# 2011)
  > 3dc0dbb feat(all): auto-regenerate discovery clients (# 2010)
  > 465e95b feat(all): auto-regenerate discovery clients (# 2007)
  > 1a4c8c2 chore(main): release 0.125.0 (# 1996)
  > 3e8621c feat: update direct deps (# 2006)
  > 7143682 chore(main): Enable release-trigger bot for triggering release job (# 1977)
  > 636c71b chore(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 in /internal/kokoro/discogen (# 2005)
  > 693129f chore(all): update all (major) (# 1993)
  > 3be73e5 chore(all): update all (# 2003)
  > 37ce51c feat(all): auto-regenerate discovery clients (# 2004)
  > f18c4ed feat(all): auto-regenerate discovery clients (# 2002)
  > ed05294 feat(all): auto-regenerate discovery clients (# 2001)
  > f67c417 chore(all): update google.golang.org/genproto to submodules (# 2000)
  > 85ab112 feat(all): auto-regenerate discovery clients (# 1999)
  > f701782 feat(all): auto-regenerate discovery clients (# 1998)
  > cdcccfa feat(all): auto-regenerate discovery clients (# 1995)
bumping google.golang.org/genproto/googleapis/api 1aefcd6...e85fd2c:
  > e85fd2c chore: bump deps (# 1020)
  > 71b5a4f chore(all): update README with submodules warning (# 1017)
  > 0005af6 chore(all): update genproto reference to api/rpc submodule versions with back-reference (# 1016)
  > 6ee61e4 chore(all): format doc.go (# 1013)
  > 86246a8 chore(all): update modules: googleapis/bytestream, googleapis/api/apikeys, googleapis/api/servicemanagement, googleapis/api/servicecontrol, googleapis/api/serviceusage
  > dd9d682 chore(all): update modules: googleapis/api
  > 28d5490 chore(all): update modules: googleapis/rpc
  > 438c736 chore(all): update modules: genproto
bumping knative.dev/pkg 8d3f951...ea6c1f2:
  > ea6c1f2 Bump github.com/gobuffalo/flect from 0.2.4 to 1.0.2 (# 2786)
  > 936112b Bump golang.org/x/net from 0.12.0 to 0.14.0 (# 2787)
  > 79fa1f6 Bump cloud.google.com/go/storage from 1.30.1 to 1.31.0 (# 2784)
  > 7333c86 Update community files (# 2781)
  > 6d68d7f upgrade to latest dependencies (# 2780)
bumping golang.org/x/net c73c09c...c8c0290:
  > c8c0290 go.mod: update golang.org/x dependencies
  > 0b21d06 quic: framework for testing blocking operations
  > 4648651 quic: add -vv flag for more verbose tests
  > 60ae793 quic: don't send session tickets
  > a7da556 http2: optimize buffer allocation in transport
  > 167593b quic: create and accept streams
  > 8ffa475 html: only render content literally in the HTML namespace
  > 63fe334 quic: gate and queue synchronization primitives
  > bd8ac9e quic: fill out connection id handling
  > 08001cc quic: debug logging of packets
  > dd0aa33 quic: tls handshake
  > 5e678bb quic: CRYPTO stream handling
  > dd5bc96 internal/quic: deflake TestConnTestConn
  > d0912d4 quic: add pipe type
  > 8db2ead quic: transport parameter encoding and decoding
  > 0adcadf quic: send and receive datagrams
  > 16cc77a quic: print better stacks on SIGQUIT
  > 4a3f925 quic: basic connection event loop
  > 57553cb quic: connection ids
  > 304cc91 quic: tracking of received packets and acks to send
  > 9475ce1 quic: fix typos in comments
  > d8f9c01 dns/dnsmessage: add fuzz test
  > 8126108 dns/dnsmessage: update Parser docs
  > a1613c2 http2: handle trailing colon in authorityAddr
bumping knative.dev/hack d7fde30...a75befb:
  > a75befb Update community files (# 305)
bumping golang.org/x/term edd9fb7...19e73c2:
  > 19e73c2 go.mod: update golang.org/x dependencies
bumping golang.org/x/sys a1a9c4b...104d401:
  > 104d401 unix: add riscv_hwprobe for riscv64
  > 70f4e40 unix: retry fetching of lists through sysctl if the size changes
  > ad7130c unix: add more block device ioctl numbers
  > c406141 all: fix some typos
  > 25d0004 unix: fix last argument of pselect6 on linux
  > 706fa98 windows: remove repetitive words
  > 3fead03 unix: add Mremap for netbsd

Signed-off-by: Knative Automation <automation@knative.team>
2023-08-08 14:27:35 +00:00
Knative Automation 53d98a451f
Update community files (#771)
Signed-off-by: Knative Automation <automation@knative.team>
2023-08-07 01:38:13 +00:00
Knative Automation e65714cd1d
upgrade to latest dependencies (#770)
bumping knative.dev/hack 338500e...d7fde30:
  > d7fde30 Added knative-extensions (# 293)

Signed-off-by: Knative Automation <automation@knative.team>
2023-08-04 12:55:08 +00:00
Knative Automation 79fe54161d
upgrade to latest dependencies (#769)
bumping go.uber.org/zap eaeb0fc...a55bdc3:
  > a55bdc3 Release v1.24.0 (# 1208)
  > ed5598a Use ReplaceAll instead of Replace with -1 pos arg (# 1195)
  > da406e3 Chore: Fix deprecation docs and links (# 1193)
  > 9b86a50 SugaredLogger: Turn error into zap.Error  (# 1185)
  > 9137e0e go.mod: Bump go directive to 1.19 (# 1181)
  > 7cabba7 Open absolute paths as files, limited Windows support (# 1159)
  > 7681a0a Export objectMarshalerPtr (# 1171)
  > 9abd14b chore: remove duplicate word in comments (# 1169)
  > eae3743 Logger, SugaredLogger: Add Level method (# 1148)
  > 0d6a75b tests: assert.Error/Contains => assert.ErrorContains (# 1158)
  > 1ae5819 Release v1.23.0 (# 1157)
  > 23d6cc7 Add Stringers field constructor for slices of Stringer-compatible objects (# 1155)
  > 1e46f5e Issue Templates: Show a "Discussions" link for questions (# 1152)
  > 92dded6 Add issue template for questions (# 1151)
  > 4a895a2 zapcore: Add LevelOf(LevelEnabler), UnknownLevel (# 1147)
  > 19a5d8a Open: expose error cause, test for fs.ErrNotExist (# 1149)
  > bdd673d Replace os.TempDir usage with t.TempDir (# 1146)
  > 4b03bc5 Prepare release v1.22.0 (# 1145)
  > ee349f9 CI: Lint against 1.19 (# 1141)
  > 7ee98d2 ci: add go1.19 (# 1140)
  > ca232b9 zapcore/BufferedWriteSyncer: More docs (# 1139)
  > 4cfaabd chore(ztest/timeout): capture original scale after err handling (# 1138)
  > 11a750e chore(internal/exit): remove deprecated function (# 1137)
  > d6ce3b9 chore: remove redundant arg from logln (# 1136)
  > e3a10fc chore: use errors.New instead of format function without args for error (# 1134)
  > 2cfc92c lint CONTRIBUTING.md and README.md (# 1123)
  > 56b4e2b Remove the redundant return value of the `open` function (# 1120)
  > 78c80fb Logger: Add Log method (# 1118)
  > 2e615d8 CheckedEntry: avoid using deprecated Should internally (# 1117)
  > c58bc94 CONTRIBUTING: Remove mention of LINTABLE_MINOR_VERSIONS (# 1109)
  > 88a8b01 Fix typo in Must docs (# 1108)
  > e06e09a Add Must(*Logger, error) *Logger function (# 1105)
  > 41970cf Replace deprecated ioutil usage (# 1103)
  > 54f6204 Upgrade to yaml.v3 3.0.1 (# 1102)
  > e18477e Create issue templates (# 1100)
  > 9e61a39 CheckWriteHook: Don't allow Noop action (# 1089)
  > 71ecc42 Support arbitrary hook for fatal logs (# 1088)
  > 75dacb4 Tests pass regardless of codebase directory (# 1087)
  > d38507c SugaredLogger: Add *ln variants (# 1080)
  > 1d435ba SugaredLogger: Add WithOptions (# 1079)
  > 212dcb9 zapcore/encoder_test: Use yaml.v3 (# 1075)
  > 59749c9 Upgrade staticcheck and re-enable (# 1074)
  > 15be647 Add Objects and ObjectValues field constructors (# 1071)
  > 34cb012 Replace 'Interface' usage with correct zerolog api (# 1069)
  > 854d895 CI: Temporarily disable staticcheck
  > 32a858e CI: Run against Go 1.17 and 1.18 (# 1068)
  > fb6027f ObjectValues: Avoid copying
  > 6f34060 Release v1.21.0 (# 1059)
  > cac228a Add ObjectValues field constructor
  > a7613b2 JSON Encoder: Don't panic if EncodeLevel unset (# 1058)
  > 1ab8406 Add Objects field constructor for array of objects
  > a1155d9 Optimize AddCaller+AddStacktrace by sharing stacks (# 1052)
  > 3f20106 lint: Remove redundant embedded field accesses (# 1051)
  > c087e07 zap: Add ParseAtomicLevel func (# 1048)
  > e751939 zapcore: Add ParseLevel (# 1047)
  > ad0b02d Release v1.12.0 (# 1045)
  > 79cb86f ci: Cache dependencies for other submodules (# 1044)
  > da733e5 ci: Cache tools/ with GitHub Actions (# 1043)
  > 369c1bd feat: support custom ReflectType encoder (# 1039)
  > 9367581 sampler: Support thereafter of zero (# 1033)
  > 10b1fe4 Don't run benchmarks during CI (# 1029)
  > aea2a50 Drop support for Go < 1.15 (# 1028)
  > 625d01b Update changelog with text for PR # 989 and # 1011 (# 1027)
  > 7a9e717 Added SkipLineEnding to zapcore.EncoderConfig (# 989)
  > b62116b jsonEncoder: Close namespaces opened in an object (# 1017)
  > 2216968 Update benchmarks (# 1024)
  > 3d55364 Unflake BenchmarkSampler_CheckWithHook (# 1016)
  > 10d89a7 zapcore: Unflake TestSamplerConcurrent (# 1012)
  > 5e08337 JSON: Fix complex64 encoding precision (# 1011)
  > a0e2380 CI: Test with Go 1.17 (# 1009)
  > 7011157 Update goleak to v1.1.11 (# 1007)
  > b9d3dce Back to development (# 1006)
bumping github.com/prometheus/procfs 344b47c...332e865:
  > 332e865 fs: Statfs_t{} doesn't have a Type field on Windows (# 528) (# 529)
  > dd377c7 Fix softnet CPU Index (# 517)
  > 58149ca fs: Statfs_t{} doesn't have a Type field on NetBSD, OpenBSD, or Solaris (# 523)
  > 7acd99d net_class: catch syscall.EINVAL and better handle read errors
  > b5b7dd5 Add support CpusAllowedList for /proc/[pid]/status (# 490)
  > f489b53 Update Go version (# 521)
  > 24c2637 Merge pull request # 520 from conallob/patch-1
  > 035b875 Merge pull request # 514 from prometheus/superq/netstat_refactor
  > ceb5a6f Sync golangci-lint.yml with https://github.com/prometheus/node_exporter/blob/master/.github/workflows/golangci-lint.yml
  > 718836a Merge pull request # 487 from ksankeerth/mountstats_nfs_avg_rtt
  > bad5514 Refactor netstat parsing
  > 1a35fa6 Update golangci/golangci-lint-action to v3.4.0
  > 663692c Merge pull request # 509 from dswarbrick/mdraid-sysfs
  > 49163ee add avgRTT to nfs mountstats
  > 99b481d Merge pull request # 513 from artemseleznev/master
  > 5fce84b Merge pull request # 511 from dcbw/ParseSysfsNetClassAttribute
  > a038d1f Implement mdraid sysfs parsing
  > affffdb Update common Prometheus files
  > 60fe598 Bump golang.org/x/sys from 0.6.0 to 0.7.0
  > d89fbe9 static analyzer issue fix
  > 03e2a93 net class: split out attribute parser and export it
  > b5312c5 Merge pull request # 503 from prometheus/dependabot/go_modules/golang.org/x/sys-0.6.0
  > bb7727a Merge pull request # 483 from prometheus/superq/err_invalid
  > b4a1860 Update common Prometheus files
  > 910e933 Bump golang.org/x/sys from 0.5.0 to 0.6.0
  > 0c4b3aa Merge pull request # 426 from binjip978/return-error-on-empty-cpu-freq
  > 58a6c0a Use errors.Is() for invalid argument
  > dd6bb71 Support old conntrack stats
  > 03da3a1     handle more columns from softnet_data (# 473)
  > b9fa528 return error if cpufreq's are empty
  > 85417ca Add support for several /sys/class/sas_* classes (# 453)
  > f930a52 Bug Fix: SystemCPUfreq fails when any core is offline
  > 42aaf8e add /proc/interrupts (# 475)
  > 757109e Add support for several /sys/class/sas_* classes (# 453)
  > 80824fa Check whether FS is a real procfs where it matters
  > 88f86e5 Add CPUInfo parsing for LoongArch64 (# 384)
  > c8aa9d7 Merge pull request # 461 from xixiliguo/on-cpu
  > d9f81a9 Enable oppportunistic fd counting fast path
  > 6e512b8 Merge pull request # 471 from Dentrax/TCPRcvQDrop
  > c66e798 add processor field for /proc/[pid]/stat
  > 8b6d466 Merge pull request # 488 from Dentrax/wireless
  > 945097a Merge pull request # 474 from Dentrax/stat-parse
  > 3a8e021 Add missing TCPRcvQDrop
  > 7be8e40 Merge pull request # 495 from prometheus/dependabot/go_modules/golang.org/x/sys-0.5.0
  > 150eff5 Use 4-digit uint instead
  > ce30991 Merge pull request # 477 from Dentrax/disktat-parse
  > 045a006 Separate /proc/stat parsing logic
  > b3d77ec fix: Avoid trimming characters incorrectly from ProcStatus (# 469)
  > 9ccf0f8 Merge pull request # 494 from gaius-qi/feature/vmstat
  > fe0e697 Bump golang.org/x/sys from 0.4.0 to 0.5.0
  > 1ab0de2 Add /proc/net/wireless parsing
  > 421a743 Merge pull request # 472 from Dentrax/netstat-refactor
  > 3d7fbad Separate /proc/stat disk stat parsing logic
  > bf36102 Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (# 468)
  > 8e530b9 Merge pull request # 493 from prometheus/repo_sync
  > 31842f6 fix: parseVMStatNUMA return wrong VMStat in nr_zone_inactive_file
  > cab2d84 Merge pull request # 470 from prometheus/superq/bump_go
  > a05e0cf Separate NetStat parsing logic
  > 800411b parse cpu with ID in /proc/stat
  > 6efaede Merge pull request # 491 from prometheus/dependabot/go_modules/golang.org/x/sys-0.4.0
  > 080c853 Update common Prometheus files
  > 3433fa1 Add support for thread data parsing. (# 481)
  > b4d3f67 Update Go
  > f5d82fa Update codespell
  > 2d852d3 Bump golang.org/x/sys from 0.3.0 to 0.4.0
  > 55dabef Update common Prometheus files
  > 254423d Update common Prometheus files (# 466)
  > 6f02dd1 Replace float64 with *float64 for proc_netstat, proc_snmp and proc_snmp6 (# 464)
  > aa41d1a Fix grammar error
bumping golang.org/x/sync 1ea3257...93782cc:
  > 93782cc errgroup: use WithCancelCause to cancel context
  > 4966af6 singleflight: example for using Group
  > a6666c1 go.mod: upgrade to go 1.17
bumping knative.dev/pkg aef227e...8d3f951:
  > 8d3f951 Allow overriding webhook secret data keys (# 2662)
  > c11003a Use go sync/atomic instead of go.uber.org/atomic (# 2777)
  > b3a65a0 Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (# 2775)
  > e888f79 rename-sandbox (# 2779)
  > 532e082 Update actions (# 2778)
  > 72f2648 Bump go.uber.org/zap from 1.19.1 to 1.24.0 (# 2774)
  > 7b50f3c Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (# 2771)
  > 1ea9b2d Bump github.com/tsenart/vegeta/v12 from 12.8.4 to 12.11.0 (# 2772)
  > 4866914 Fix github action for dependabot (# 2776)
  > edf95e6 Bump actions/setup-go from 3 to 4 (# 2770)
  > 801a900 Add dependabot and auto update deps (# 2768)
  > aa56e29 Update community files (# 2769)
bumping golang.org/x/tools 031fc75...675bf3c:
  > 675bf3c go.mod: update golang.org/x dependencies
  > ad52c1c go/ssa/interp: support conversions to slices of named bytes
  > 14ec3c0 gopls/doc/contributing.md: document error handling strategies
  > c495364 go/packages/gopackages: document -mode flag
  > 87ad891 gopls/internal/lsp/source/typerefs: move test into _test.go
  > 27fd94e internal/fastwalk: doc formatting fixes (including godoc links)
  > d362be0 gopls/internal/lsp/filecache: reduce GC frequency
  > 969078b Revert "go/analysis: add Sizes that matches gc size computations"
  > 5aa6acb go/analysis: add Sizes that matches gc size computations
  > 5a89a3b go/vcs: delete
  > d03a819 go/vcs: isolate into a nested module
  > a659412 go/vcs: deprecate package in favor of go list -json
  > 9d8d408 gopls/internal/lsp/cmd: list bug reports in 'gopls bug'
  > 8f9bce4 go/ast/inspector: clarify behavior regarding comment traversal
  > fa10359 gopls/internal/lsp/cache: don't panic when import fails during analysis
  > c8278fe gopls/internal/lsp/cache: don't record edges to invalid packages
  > 87df9bc cmd/godoc: disable TestWebIndex, a very slow test
  > 63624df gopls/internal/lsp/cache: remove ITVs from shared import graph
  > 0ca9d30 gopls/internal/lsp/cache: fix nil panic in analysis toSourceDiagnostic
  > 85554d6 gopls/internal/lsp/cache: add debugging assertion for golang/go# 60904
  > 9960b69 gopls/internal/lsp/cache: guard against "unsafe" by package path, not ID
  > 6480332 gopls/internal/lsp/cache: use types.Unsafe in analysisPackage
  > 155320d gopls/internal/lsp/work: don't crash when hovering over broken mod dir
  > b71392a gopls/internal/lsp/cache: reduce importing in analysis
  > d1a388b internal/gcimporter: avoid a crash when exporting a struct with no pkg
  > a4ed05f cmd/digraph: add "to dot" to emit Graphviz dot
  > 7261b32 gopls/internal/regtest: fix goimports on windows when using vendoring
  > 41e4e56 gopls/internal/lsp/source/completion: ensuring completion completeness
  > ac29460 go/ssa: fix bug in writeSignature on external functions
  > 3b62e7e go/ssa: use core type within (*builder).receiver
  > f394d45 gopls/internal/lsp/cache: compute xrefs and methodsets asynchronously
  > 27dbf85 go.mod: update golang.org/x dependencies
  > c6c9830 go/types/objectpath: memoize scope lookup in objectpath.Encoder
  > 0245e1d gopls/internal/regtest/codelens: set GOWORK=off for go mod vendor
  > 85be888 go/analysis/passes/defers: add analyser for defer mistake
  > c43232f cmd/digraph: improve examples using go list, mod
  > 6e1595c internal/gcimporter: treat unknown constant values the same as invalid
  > c59d87f gopls/internal/lsp/cache: two minor simplifications
  > db6a81e go/packages/packagestest: set Config.Logf if the test is run verbosely
  > a01290f internal/typeparams: work around LookupFieldOrMethod inconsistency
  > 6f567c8 gopls/internal/lsp/filecache: reduce lifespan of os.FileInfos
  > 726c727 gopls/internal/lsp: enable min/max builtin completion test
  > 86c93e8 gopls: unimported completion should use the completion matcher
  > 04ceacb gopls/internal/lsp/source: fix panic in typeDefinition on comparable
  > 947adca gopls/internal/lsp/source/methodsets: comparable also has no package
  > c35c44f gopls/internal/lsp/cache: add assertions
  > 0b4461b internal/diff: fix LineEdits bug in slow path
  > 1943c1e internal/diff: fix LineEdits bug in fast path
  > c6d86c4 go/pointer: delete package
  > 77fd064 go/types/objectpath: remove unnecessary unsafe import
  > 0dda7d6 go/pointer: remove replace directive
  > 98f1b4d gopls/internal/lsp/cache: check number of orphaned files after filtering
  > a260315 go/pointer: create submodule
  > 96844c3 cmd/{guru,callgraph}: stop using go/pointer
  > cd694d8 go/packages: include "unsafe".GoFiles=["unsafe.go"]
  > 33c741d gopls/internal/lsp: add min/max builtin
  > 933c7cc internal/lsp/source: use exact match in import highlighting
  > 5974258 gopls/internal/lsp: clear vuln diagnostics on config changes
  > f3faea1 go/packages: pass -pgo=off on go1.21 and later
  > 5f74ec7 internal/lsp/debug: add links to profiles and GC
  > ed90c6d internal/diff: unexport various identifiers
  > 827f5aa gopls/internal/lsp/source: test references bug on struct{p.T}
  > a12e1a6 go/ssa/interp: implement min/max builtins
  > 9c97539 gopls/internal/lsp/cache: remove nested module warning
  > d44a094 gopls/internal/lsp/cmd: add a stats -anon flag to show anonymous data
  > e106694 gopls/internal/lsp: bundle certain quick-fixes with their diagnostic
  > 5dc3f74 gopls/internal/lsp/filecache: reenable memory cache layer
  > 7e146a6 gopls/internal/lsp/cmd: simplify connection type
  > 1e60668 gopls/internal/regtest/workspace: unskip duplicate modules test
  > 5ce721d gopls/doc: Fix broken links
  > 7a03feb gopls/internal/lsp/cmd: remove vestiges of debugging golang/go# 59475
  > a70f2bc gopls/internal/regtest/misc: update and unskip TestHoverIntLiteral
  > 6997d19 gopls/internal/regtest/misc: unskip TestMajorOptionsChange
  > ec543c5 gopls/internal/lsp/cache: fix crash in Session.updateViewLocked
  > a12ee94 gopls/internal/regtest/misc: update some unilaterally skipped tests
  > 5ff5cbb gopls: deprecate support for Go 1.16 and 1.17, update warnings
  > e6fd7f4 gopls/internal/lsp/cache: limit module scan to 100K files
  > 9ca66ba gopls/internal/lsp/regtest: delete TestWatchReplaceTargets
  > edbfdbe gopls/internal/lsp/source/completion: (unimported) add placeholders
  > 3a5dbf3 gopls: add a new "subdirWatchPatterns" setting
  > 3c02551 internal/typesinternal: remove NewObjectpathFunc
  > 0729362 present: reformat doc comment for lack of inline code
  > d4e66bd go/ssa: TestStdlib: disable check that function names are distinct
  > 738ea2b go/ssa: use core type for field accesses
  > 2ec4299 gopls/internal/lsp: split file-watching glob patterns
  > 43b02ea gopls/internal/lsp/cache: only delete the most relevant mod tidy handle
  > 5919673 internal/lsp/filecache: eliminate 'kind' directories
  > a5ef6c3 gopls/internal/lsp: keep track of overlays on the files map
  > d7f4359 gopls/internal/lsp/mod: optimizations for mod tidy diagnostics
  > 2eb726b gopls/internal/lsp/filecache: touch only files older than 1h
  > b742cb9 gopls/internal/regtest/bench: add a benchmark for diagnosing saves
  > 4d66324 gopls/internal/lsp/cache: tweak error message
  > e46df40 gopls/internal/lsp/filecache: delayed tweaks from code review
  > 3df69b8 gopls/internal/lsp/debug: remove memory monitoring
  > a069704 gopls/internal/lsp/filecache: avoid flock
  > 3d53c2d gopls/internal/lsp/cache: fix race in adhoc reloading
  > 8b4b27b go/analysis/passes/slog: fix Group kv offset
  > 242e5ed cover: eliminate an unnecessary fsync in TestParseProfiles
  > 651d951 go/ssa: fix typo in package docs
  > 743372f gopls/internal/lsp/debug: limit to 100 recent trace entries
  > 522243a go/ssa/interp: avoid hard-coding GOOS and GOARCH
  > a059382 gopls/internal/lsp/cache: fail workspace load on context cancellation
  > e5c8d4d gopls/internal/lsp/cache: unexport ValidBuildConfiguration
  > f4e8a71 go/ssa: use core type for composite literal addresses
  > 3b25dbd go/ssa: use core types for array length
  > e7048d5 gopls/internal/lsp/filecache: front with a 100MB in-memory LRU cache
  > 8c0fcd2 gopls/internal/lsp/lru: extract LRU logic to a standalone package
  > 19d700c go/ssa/interp: use the actual GOOS and GOARCH to interpret tests
  > 9dcd3d5 gopls/internal/lsp/filecache: limit Get parallelism too
  > 7f203f0 go/ssa: consolidate use of underlying pointer
  > a13793e gopls/internal/lsp: add quick-fixes to manage the go.work file
  > 12a0517 internal/gcimporter: improve error handling
  > 5eb1eb9 gopls/internal/lsp/cache: call filecache.Set asynchronously
  > 35fe77a gopls/internal/lsp/filecache: limit parallelism in Set
  > 1c9fe3f gopls: improve diagnostics for orphaned files
  > ad74ff6 go/gcexportdata: drop support for the ancient binary format
  > 01128f9 gopls/internal/lsp/source: fix bug renaming field to unexported
  > cd39d2b internal/lsp/cache: support loading multiple orphaned files
  > abeba28 gopls/internal/regtest/marker: support proxy files in marker tests
  > 18186f0 go/analysis/passes/slog: simplify function matching
  > 9aa9d13 cmd/bisect, internal/bisect: use more precise skip suffixes, written in hex
  > 3034d9c gopls/internal/lsp/cmd: append, don't overwrite, in PublishDiagnostics
  > 4318d63 gopls: change the default value of "symbolScope" to "all"
  > f44f50e gopls/internal/lsp/source: implementation: report builtin 'error'
  > 787e720 gopls/internal/lsp: optimize checks for ignored files
  > 4ed7de1 gopls: add google-cloud-go as a benchmark repo
  > d799eba gopls: additional instrumentation during goimports
  > a7e7dc4 go/ssa: rename test cases in TestGenericBodies
  > d668f58 gopls/internal/regtest/marker: require cgo for issue59944.txt
  > 005fa64 go/analysis/passes/slog: add check for slog.Group
  > 033e628 go/ssa: more reindentation of TestGenericBodies
  > 2310848 go/ssa: reindent test cases in TestGenericBodies
  > 90e9c65 gopls/internal/lsp/cache: skip type errors after parse errors
  > 08b24db gopls/internal/lsp/regtest: check for "// @marker" rogue space
  > b9c20f6 gopls/internal/regtest/marker: migrate @diag to new marker tests
  > 4609d79 cmd/bisect: add -compile and -godebug shorthands
  > ddfa220 internal/fuzzy: improvements to the symbol scoring algorithm
  > 3449242 go/types/objectpath: don't panic when receiver is missing a method
  > 0809ec2 gopls/internal/lsp/source: document {All,Workspace}Metadata
  > 8f7fb01 go/analysis/unitchecker: add test of go vet on std
  > 23e52a3 bisect: diagnose bad targets better
  > d5af889 gopls: set GOWORK=off for loads from debug and safetoken tests
  > c93329a go/analysis/passes/printf: reshorten diagnostic about %s in Println call
  > 6219726 go.mod: update golang.org/x dependencies
  > f4d143e go/ssa: cleanup TestGenericBodies to pickup package name
  > 3d99ebe gopls/diff/unified: remove redundant information
  > 479f5c6 go/ssa: Origin is only available after building
  > 6d1dd12 go/analysis: simplify unusedresult
  > 4a2dd0d go/callgraph/vta: allow pointer to type parameter in sliceArrayElem
  > 7c6c2b7 go/ssa: keep syntax for instantiations
  > ce1b96b all: fix some comments
  > 0500fd4 go/ssa: use core type in address
  > 8e9b185 gopls/internal/lsp/source: add the "symbolScope" option
  > 4ac71c0 internal/imports: sort fixes for deterministic results
  > 573915d gopls/internal/lsp/cache: always init the resolver in runProcessEnvFunc
  > dd09381 bisect: move to internal/bisect until API is reviewed
  > 516063a bisect, cmd/bisect: add new library and tool
  > 58fedf6 internal/diffp: add patience diff from main repo
  > 7b684a9 gopls: port import tests to the new marker framework
  > 87974e3 gopls/internal/lsp/filecache: skip TestConcurrency on plan9 builder
  > c64bb76 gopls/internal/lsp/source: make infertypeargs a convenience analyzer
  > 91b7a8e go/ssa: use origin method in source lookup
  > ba892bb go/types/internal/play: show formatted AST
  > 7df6af8 gopls/internal/lsp/filecache: silently discard CRC errors on macOS
  > 2563079 go/analysis/passes/printf: update directive diagnostic message
  > 3f6c3b3 gopls: upgrade to latest version of LSP protocol
  > 216928d gopls: port function extraction marker tests to the new framework
  > 2415ce1 gopls: skip tests that load gopls packages if x/tools replacement is missing
  > 17e5ef3 gopls/internal/lsp/cache: remove cycle check from buildMetadata
  > affb5fc gopls/internal/lsp/source: fix crash in definitions of builtins
  > 558d701 gopls/internal/lsp/source: fix another bug in reference expansion
  > 51dfad7 gopls: port workspace/symbol marker tests to the new framework
  > c6b5780 gopls: fix build at older Go versions
  > 7590fe4 gopls/internal/lsp: hover over linkname directives.
  > ec61ad3 gopls/internal/lsp/source: add invert-if-condition refactoring
  > 5283a01 go/packages: delete TestCgoOption as it doesn't test the cgo option
  > e2f3b25 gopls/internal/bug: record bug reports in file cache
  > ab24b7b gopls/internal/regtest/marker: add a test case for issue # 59554
  > 8235df3 gopls/internal/regtest/marker: port format tests to the new framework
  > 80dc031 internal/diff: unified: match diff delete for empty file
  > 165099b all: remove repeated definite articles
  > ac40903 internal/gocommand: simplify GoVersion invocation
  > 9e0a7b1 copyright: don't require checkout to be named tools
  > 94ed378 internal/lsp/testdata: update for new diagnostic from go list
  > a5c37ba gopls/internal/regtest/marker: skip on small machines
  > 76e1037 internal/testenv: assume that mobile platforms are small machines
  > 17e2d70 gopls/internal/bug: remove unused Data parameter
  > dd89a2e gopls/internal/lsp: remove now redundant debouncing logic
  > 2a9398d go/analysis/passes/slog: do not report multiple incorrect keys
  > 4baa3dc gopls/internal/bug: move bug package into gopls
  > 71ea8f1 go/ssa: lift structs, arrays and typeparams
  > d59a28f gopls/internal/lsp/source: references: restrict search to workspace packages
  > e8f417a gopls/internal/lsp/cache: cleanups to active packages
  > 82c8a38 internal/gocommand: set a WaitDelay (when available) on commands
  > e286d22 gopls/internal/lsp: eliminate diagnoseDetached
  > 4e3238a gopls/internal/lsp/cache: break metadata cycles
  > 660614b gopls/internal/lsp/source: more ITV filtering
  > ce50135 go/analysis/passes/slog: static checks for slog k-v pairs
  > b9619ee gopls/internal/regtest/bench: run kubernetes benchmarks with -short
  > 21a4769 gopls: remove related info for informational diagnostic
  > 6deeacb all: fix remaining tests on js/wasm
  > bfcd41e gopls/internal/lsp/source: add missing punctuation to stubbed method doc
  > 1c5ccad gopls: add a 'stats' subcommand
  > 9c9e11f gopls/internal/lsp/cache: load modules by dir, not module path
  > b35949e gopls/internal/lsp/source: filter intermediate test variants
  > 133605d gopls/internal/lsp/cache: remove spurious error check
  > 240a4dc gopls/internal/lsp/cmd: add instrumentation for TestFix
  > ed3ff1b gopls/internal/lsp: finish debouncing on context cancellation
  > 780626c all: fix non-gopls short tests on js/wasm and update for wasip1/wasm
  > 13c52bc internal/gocommand: stop copying stdout as soon as ctx is done
  > 641e4d7 gopls/doc: update coc.nvim config
  > 85d651a go/analysis/checker/internal: resolve Diagnostic.URLs
  > 54c806f gopls/internal/lsp: eliminate more uses of Span
  > 60d9c06 go/analysis/passes: skip passes that do not import relevant packages
  > 0d77eea gopls/internal/regstest/misc: use go 1.19 instead of 1.29 in TestIssue59124
  > 1b2d1bd gopls/internal/lsp/cache: improve precision of cache key
  > b6f4d07 gopls/internal/lsp: fix initial diagnostics pass
  > d03c59d gopls/internal/lsp/source/typerefs: serialization support
  > 6492058 gopls: strict LSP compliance for empty slices
  > 0f415ef gopls/internal/lsp/source: support hover over non-decimal int literals
  > 40fb89c internal/lsp/testdata: correct DefinitionsCount in 1.21 summary file
  > a4ffa6e internal/lsp/testdata: update 'bad0' diagnostics test for 1.21
  > 5bcc1bd gopls/internal/lsp/filecache: evict aggressively on Go builders
  > 866a200 internal/gocommand: more tweaks to DebugHangingGoCommands
  > a5338c9 go/types/objectpath: add Encoder type, to amortize Scope.Names
  > 45ef829 gopls/internal/lsp/filecache: add integrity check
  > 4bea115 gopls/internal/lsp/source/typerefs: collapse SCCs of ref graph
  > 5ef3193 gopls/internal/lsp/source/typerefs: reexpress tests wrt ExternalRefs
  > c5f768a go.mod: update golang.org/x dependencies
  > 7c33a56 gopls/internal/lsp/source: show both the original declaration and the value of constants in hover
  > 4d205d8 gopls/doc: add instructions for using go.work with the Go distribution
  > d5076cc gopls/internal/lsp/cache: don't trace a region for MetadataForFile
  > f796361 gopls/internal/lsp: add tracing instrumentation for all Server methods
  > e104501 gopls/internal/astutil: TestPurgeFuncBodies requires source code for std
  > 6520870 gopls/internal/lsp/source/typerefs: allow for duplicate decls
  > 902fdca gopls/internal/lsp/source/typerefs: purge func bodies before parsing
  > 58c9a63 go/packages/internal/nodecount: count ast.Node frequency
  > 0a3e5f0 gopls: use safetoken.Line to compute line numbers
  > f4e613e go/analysis/passes/tests: enable fuzz checks in 'tests' analysis pass for cmd/vet
  > 6546e8e gopls/internal/lsp/source/typerefs: new package to analyze syntax deps
  > 04059e1 gopls/internal/lsp/cache: record unloadable files if loading completes
  > 4b11203 gopls/internal/lsp/cache: parse the builtin file through the cache
  > bc35a69 gopls/internal/lsp/source: fix references expansion bug
  > 374b64a go/types/internal/play: show AST debug representation too
  > 13850b3 gopls/internal/lsp/regtest: move @symbol to new marker tests
  > e9188f8 go/analysis/analysistest: Validate analyzers in Run
  > cc511f4 gopls/internal/lsp/regtest: move @implementation to new framework
  > e0ecd1b go/analysis/passes/printf: check new fmt.Appendf function too
  > 488ba86 gopls/internal/lsp/cache: hold on to imports used by open packages
  > d52bc56 gopls/internal/lsp: reorder the way we compute diagnostics
  > 83c1ba1 gopls/internal/lsp/cache: fix two crashes when parsed file overflows
  > cbe6614 go/analysis/passes/printf: improve documentation
  > 255eeeb go/.../analysisutil: ExtractDoc unifies Analyzer.Doc and package doc
  > 1b71eda gopls/internal/regtest/bench: add flags to reuse benchmark repo dirs
  > f8a7325 gopls/internal/lsp/cache: use json encoding for diagnostics
  > df92f17 gopls: pre-initialize the file cache
  > c3edf5a gopls/internal/lsp/cache: actually preload files in parallel
  > acaae98 gopls/internal/lsp/cache: stream package results
  > fa55648 gopls/internal/lsp/cache: evaluate imports lazily in TypeCheck
  > a164829 gopls/internal/lsp/cache: add additional debug assertions during parsing
  > 665c922 gopls/internal/lsp/source: fix panic in quickParse
  > ff76038 go/analysis/passes/printf: improve workaround doc
  > b222520 gopls/internal/cache: use AddExistingFiles in the parse cache
  > 6e5f425 gopls/mod: show hint for discordant module versions
  > e5f7ae1 go/analysis: add Analyser.URL and Diagnostic.URI fields
  > b6dbcf8 internal/gcimporter: have IImportShallow accept an import func
  > 35ef64e internal/tool: add the profile.alloc flag
  > 912861f gopls/internal/lsp/cache: skip object resolution during parsing
  > c881168 internal/tokeninternal: add AddExistingFiles helper
  > c4b943d gopls/internal/lsp: delay workspace diagnostics and analysis
  > c17e55e gopls/internal/lsp/cmd: definition on items without support for hover.
  > 537c4aa gopls/internal/regtest: port @refs to new marker tests
  > 36ed0b1 gopls/internal/lsp/source: rename snapshot.GetFile to ReadFile
  > 4feee84 go/types/internal/play: a playground for go/types
  > 243a948 internal/lsp/regtest: have the regtests control their diagnosticsDelay
  > ae907a4 gopls/internal/lsp/cache: pre-load files after loading packages
  > 293fdc9 gopls/internal/lsp/cache: don't ignore type-errors that can't be mapped
  > 6bb0e47 gopls/internal/lsp: improve concurrency of the diagnostics pass
  > e4da1ee gopls/internal/lsp/debug: show log of recent spans
  > dd1e2f6 cmd/present/static: fork needed godoc static resources
  > 75c657b gopls/internal/regtest/bench: small fixes for DiagnoseChange
  > 786752b gopls/internal/lsp/source: rename FileHandle.Read to Content
  > edc0084 gopls/internal/regtest/bench: narrow the -short guard in iwl_test.go
  > 656f17c gopls/internal/lsp/cache: parallelize getPackageData
  > bac9896 gopls/internal/regtest/marker: add a test for golang/go# 56943
bumping golang.org/x/mod 69aa7ac...baa5c2d:
  > baa5c2d all: add godoc links
  > 7603649 zip: fix TestCreateFromDirSpecial/ignore_symlink on wasmtime
  > 22d21f4 zip: fix doc for CreateFromVCS function
  > bfed713 zip: fix LICENSE file handling to match modfetch
  > 62c7e57 sumdb: handle panic from c.ReadRemote during ReadTiles
  > 2a1c06a modfile: update toolchain syntax
  > e81ad10 sumdb: correct spelling mistakes
  > e343115 sumdb: add missing return after http.Error
  > fc83a8f modfile: add support for dropping go and toolchain stmts
  > 1846133 modfile: add parsing support for toolchain
  > a73672d modfile: add support for go and toolchain lines
  > e7bea8f modfile: use semantic sort for exclude blocks
  > ad6fd61 zip: fix on Windows
bumping github.com/matttproud/golang_protobuf_extensions c182aff...c182aff:
bumping knative.dev/hack ddae802...338500e:
  > 338500e Update actions (# 304)
  > 6f48889 Update community files (# 303)
bumping github.com/prometheus/client_golang 254e546...3583c1e:
  > 3583c1e Cut v1.16.0 (# 1292)
  > 2feda42 Fixed README & CHANGELOG; Added fmt makefile command (+bingo) for easier contributions. (# 1289)
  > 5b9cf9c Merge pull request # 1290 from prometheus/fix-nh-docstring-refs
  > 7352ab7 Moving fully to GH actions. (# 1288)
  > 1b19d5f Fix docstring references to renamed native histogram fields / functions.
  > e4ff34d Improve metricUnits runtime (# 1286)
  > 781ea28 added circleci as gh action YAML (# 1281)
  > a09a1d3 Reduce constrainLabels allocations (# 1272)
  > 8840afc Bump github.com/prometheus/procfs from 0.9.0 to 0.10.1 (# 1283)
  > 5e78d5f Merge pull request # 1279 from prometheus/beorn7/histogram
  > b8cb86a add process start time header to client_golang prometheus (# 1278)
  > 77e97da histogram: Fix bug in bucket key calculation
  > 8b1a836 GitHub Workflows security hardening (# 1180)
  > 3094812 histogram: expose bug in bucket key calculation
  > f51d823 Merge pull request # 1267 from prometheus/release-1.15
  > 297fea3 fix undefined execution order in return statements (# 1260)
  > 4bbb297 Cut 1.15.1 (# 1266)
  > 0f060a0 Add detection for WSL address (# 1257)
  > 2eaffbd Merge pull request # 1253 from prometheus/fixpro
  > 8a51463 Cleanup proto use in tests (# 1264)
  > d7896d4 Cut v1.15.0 (# 1249)
  > b8fdd23 Added clarification.
  > 0ae0013 Bump golang.org/x/sys from 0.6.0 to 0.7.0 (# 1265)
  > bba12b5 Bump github.com/prometheus/common from 0.41.0 to 0.42.0 (# 1244)
  > 2ea234e Revert "Remove unnecessary check if label is nil in observeWithExemplar (# 1235)"
  > 671a2f0 Fixed tutorial. (# 1256)
  > 9015fcf Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (# 1245)
  > 90eb83b Added interactive tutorial [kubeCon] (# 1255)
  > 1bb8cf8 Bump golang.org/x/sys from 0.5.0 to 0.6.0 (# 1246)
  > c36c6ab [collectors]: fix typo in test assertion (# 1153)
  > ff7efed Merge pull request # 1243 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.30.0
  > 0392dff Switch to POST for LabelNames, Series, and QueryExemplars to DoGetFallback (# 1252)
  > 63a3955 Merge pull request # 1238 from jacksontj/issue_621
  > 852a282 Bump google.golang.org/protobuf from 1.28.1 to 1.30.0
  > e3b6de8 Merge pull request # 1250 from prometheus/release-1.15
  > eb33971 Filter expected metrics as well in CollectAndCompare (# 1143)
  > 6037863 Only set start/end if time is not Zero
  > 5c7821d Update common Prometheus files (# 1237)
  > e79d7e7 timer: Added support for exemplars. (# 1233)
  > 232b949 Added support for go 1.20. (# 1234)
  > 3726cdd README: Remove not working gocoverage images. (# 1236)
  > 3ce88f3 Remove unnecessary check if label is nil in observeWithExemplar (# 1235)
  > 3d2cf0b Indent example in godoc consistently (# 1226)
  > ffbbe80 Merge pull request # 1225 from prometheus/beorn7/api
  > 66687e5 Update common Prometheus files (# 1224)
  > 2236d78 api: Extend and improve json-iterator usage
  > 2771bcc Add `Header` method to Pusher for custom header (# 1218)
  > 2fced96 Bump github.com/prometheus/common from 0.37.0 to 0.39.0 (# 1197)
  > 031748d Update common Prometheus files (# 1213)
  > b8b41c8 Bump golang.org/x/sys from 0.3.0 to 0.4.0 (# 1217)
  > d5a9239 Merge pull request # 1198 from prometheus/dependabot/go_modules/github.com/prometheus/procfs-0.9.0
  > 40692cb Merge pull request # 1199 from prometheus/dependabot/go_modules/github.com/cespare/xxhash/v2-2.2.0
  > 26620fd Bump github.com/prometheus/procfs from 0.8.0 to 0.9.0
  > fcdc3ec Add possibility to dynamically get label values for http instrumentation (# 1066)
  > 14aa203 Bump github.com/cespare/xxhash/v2 from 2.1.2 to 2.2.0
  > 27f0506 Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149 (# 1187)
  > fc5f34c Merge pull request # 1178 from ibreakthecloud/patch-1
  > 7f99379 Replace deprecated github.com/golang/protobuf package (# 1183)
  > a787555 typo fix
  > e29ed9f Support for multiple samples within same metric (# 1181)
  > 07b1397 examples: Add exemplars and middleware examples (# 1173)
  > fae2f63 Add constrained labels and Constrained variant for all MetricVecs (# 1151)
  > 8b6e680 Merge pull request # 1171 from prometheus/beorn7/histogram
  > 3d765a1 Add context to "duplicate label names" to enable debugging (# 1177)
  > 449b464 Merge pull request # 1166 from prometheus/beorn7/doc
  > 043372e Initialize atomic variables in histogramCounts with atomic.Store...
  > db41dad Merge pull request # 1164 from prometheus/release-1.14
  > b804be1 Fix typo in doc comment
  > efef903 Rename histogram tests (from sparse to native)
bumping github.com/prometheus/common 49b3603...94bf982:
  > 94bf982 Merge pull request # 489 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.44.266
  > ac06723 Merge pull request # 482 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.8.0
  > 211d8fc Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.266 in /sigv4
  > 062aaec Merge pull request # 485 from prometheus/dependabot/go_modules/sigv4/github.com/stretchr/testify-1.8.2
  > 27af2c4 Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0
  > 2f0f5c4 Merge pull request # 483 from prometheus/dependabot/go_modules/golang.org/x/net-0.10.0
  > 24a8815 Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 in /sigv4
  > 96ade15 Merge pull request # 486 from prometheus/dependabot/go_modules/sigv4/github.com/prometheus/common-0.43.0
  > 7364518 Bump golang.org/x/net from 0.9.0 to 0.10.0
  > 65a4236 Merge pull request # 480 from prometheus/superq/update_sigv4-bot
  > 68e477e Bump github.com/prometheus/common from 0.42.0 to 0.43.0 in /sigv4
  > 085fa47 Merge pull request # 472 from grafana/inline-ca-strings
  > ad1759c Enable dependabot for sigv4
  > f505d86 Merge pull request # 474 from jkroepke/custom-logger
  > bcb00f1 config: remove unused internal function
  > b933a95 Merge pull request # 475 from gouthamve/negotiate-om-1.0
  > e27922a Merge pull request # 469 from prometheus/dependabot/go_modules/github.com/alecthomas/kingpin/v2-2.3.2
  > 01d2b4a Remove unnecessary else and use NewSyncWriter again
  > 7b35f6a config: add tests for inline TLS configs
  > 2f04d2e Merge pull request # 463 from prometheus/repo_sync
  > ad42fa5 Return 0.0.1 with no version for backwards compatibility
  > a2ac260 Merge pull request # 479 from prometheus/superq/updates
  > 9a176e1 Bump github.com/alecthomas/kingpin/v2 from 2.3.1 to 2.3.2
  > 769f5e1 Allow custom log.Logger
  > 5915888 config: allow TLS data to be provided inline
  > 66b493f Merge pull request # 462 from roidelapluie/proxyfromenv
  > e990082 Update common Prometheus files
  > 5012e7c Negotiate OM v1.0.0
  > 92f8c27 Merge pull request # 481 from prometheus/dependabot/go_modules/github.com/prometheus/client_golang-1.15.1
  > 5e8c998 expfmt: Avoid copying mutex in proto message
  > 6a5f4db Merge pull request # 455 from bboreham/build-tags
  > c8ca1fb Add support to use Proxy From Environment and set No Proxy
  > cffd08e Merge pull request # 478 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.7.0
  > 2328fd6 Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.1
  > 27a8fa5 Update Go modules
  > d7d98af Merge pull request # 461 from bboreham/faster-parseduration
  > 56d83af version: add Go build tags to output
  > d9a31c0 Merge pull request # 454 from prometheus/dependabot/go_modules/sigv4/golang.org/x/net-0.7.0
  > 567ed12 Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0
  > 94c865c Merge pull request # 453 from prometheus/beorn7/model
  > 55b01d1 Parse Durations much faster
  > 77ee449 Merge pull request # 447 from prometheus/superq/bump_go
  > aab41f8 Bump golang.org/x/net from 0.4.0 to 0.7.0 in /sigv4
  > ab87968 Merge pull request # 433 from lucacome/add-dependabot
  > 456cf05 model: Remove json-iterator usage (again)
  > 330a3f5 Add benchmark for ParseDuration
  > d25d305 Merge pull request # 450 from roidelapluie/marshal
  > 2cd3d6e Update Go versions
  > e903cdd Merge pull request # 459 from prometheus/superq/mods
  > 569c9c3 Apply suggestions from code review
  > 4827ac3 Merge pull request # 460 from prometheus/repo_sync
  > 72ed068 Merge pull request # 449 from roidelapluie/test444
  > 6004368 Fix and test JSON & YAML marshalling
  > f9c1994 Merge pull request # 440 from zenador/sparsehistograms
  > caae7d4 Update Go modules
  > c3af33b Add dependabot
  > c4e09cb Merge pull request # 458 from hairyhenderson/switch-kingpin-repo
  > 51087f9 Update common Prometheus files
  > 81fdf5b Merge pull request # 448 from roidelapluie/test442
  > 69ed1ea expfmt: add test cases for TextParser startOfLine error handling
  > ff69f32 Merge pull request # 429 from roidelapluie/fix-marshal
  > ca1f99b Make it more efficient and compatible to use SampleHistogram (# 439)
  > 18a4214 Update comments according to code review
  > 846591a Merge pull request # 417 from zenador/sparsehistograms
  > 8fe65a7 Update kingpin module source
  > 3bdfd73 expfmt: add test case for issue with *bufio.Reader and FmtText format
  > 2c9877d Merge pull request # 444 from abursavich/expfmt-eof
  > 1c521dc Fix marshalling of TLSVersion
  > 87b15f9 Merge pull request # 438 from zenador/sparsehistograms
  > 4e9e3f5 Continue to use json-iterator to improve marshalling of SamplePair
  > ccc2474 Merge pull request # 428 from prometheus/repo_sync
  > 691e814 Update comments according to review
  > d888bfa Merge pull request # 443 from abursavich/expfmt-decode
  > d074dea expfmt: only ignore io.EOF errors in TextParse.startOfLine
  > 296ec92 Merge pull request # 409 from prometheus/mem/proxy_header
  > 0dd260f Change HistogramBucket Boundaries type to int32
  > f71df30 Continue to use json-iterator to improve marshalling of SampleHistogramPair
  > 5b981eb Update common Prometheus files
  > 0267435 Update tests according to code review
  > 5be97a0 expfmt: only call TextParser.TextToMetricFamilies once from textDecoder
  > 18281a2 Merge pull request # 424 from prometheus/repo_sync
  > 4a0d730 Add support for proxy connect headers
  > eda7de1 Start to use json-iterator to improve marshalling of HistogramBucket
  > dc2e18b Revert "Try removing sampleHistogramPairPtr"
  > befeabf Merge pull request # 422 from prometheus/superq/add_mod_check
  > 017dec0 Update common Prometheus files
  > 01880dc Add benchmarks for marshalling
  > f451854 Try removing sampleHistogramPairPtr
  > 1bc7f65 Add platform info to labels (# 403)
  > 82accf3 Add go mod version test
  > 14a8016 Remove sampleHistogramPairPtr
  > b079cf8 Revert "Add generic interface for float/histogram sample pair (bumping go version - experimental)"
  > 00e3fd7 Merge pull request # 418 from roidelapluie/go119
  > 0e0dee6 Merge branch 'main' into sparsehistograms
  > 84e64de Add generic interface for float/histogram sample pair (bumping go version - experimental)
  > ddb642f Merge pull request # 421 from prometheus/superq/update_sigv4
  > 045094f Update deps and test with go 1.19
  > 4a4b110 Fix according to code review
  > c2ecee8 Merge pull request # 419 from prometheus/repo_sync
  > c8ff4cd Update sigv4 Go
  > 74031a1 Change int type of native histogram count
  > a33c32f Merge pull request # 374 from roidelapluie/go118vcs
  > 466075d Update common Prometheus files
  > e717a78 Make type of Sample and SampleStream in structs more explicit with an enum
  > 11bcb5b Merge pull request # 415 from FUSAKLA/fus-http-config-from-file
  > 5b6c049 go118: Get VCS info from debug.BuildInfo
  > a148981 Update the display strings for model
  > 87b669d Add the ability to specify the maximum acceptable TLS version (# 414)
  > d9cd6f2 feat: make LoadHTTPConfigFile set directory and move from tests file
  > 43914a0 Fix and add tests for model matrices
  > bebc731 Remove ioutil after merging check client certificates (# 407)
  > 2b7b371 Split model values into smaller files by category
  > 8c9cb3f Update common Prometheus files (# 399)
  > ee927fa Add histograms to model
  > 1c0fa3e Check if TLS certificate and key file have been modified (# 345)
  > 54e041d Implement Stringer on TLSVersion (# 405)
  > c206bfc Merge pull request # 404 from thaJeztah/bump_protobuf_extensions
  > dfbc25b Merge pull request # 382 from prometheus/superq/update_go
  > 5ae446c go.mod: github.com/matttproud/golang_protobuf_extensions v1.0.2
  > 1482587 Remove ioutil (# 395)
  > 9d646db Update Go modules
bumping github.com/go-kit/log 71fa7d7...0b69c70:
  > 0b69c70 Allow to configure allowed levels by string value (# 22)
  > 3752ef7 Update CI and add badges to README (# 21)
  > 2b8dc2b fix safeError & safeString for json format (# 20)
bumping github.com/prometheus/client_model 63fb982...91c3945:
  > 91c3945 Merge pull request # 64 from prometheus/superq/update_proto
  > 31ca668 Update proto tools

Signed-off-by: Knative Automation <automation@knative.team>
2023-08-03 12:31:21 +00:00
Knative Automation e03e9f6594
Update actions (#768)
Signed-off-by: Knative Automation <automation@knative.team>
2023-08-02 01:38:52 +00:00
Knative Automation e2561c20aa
Update community files (#767)
Signed-off-by: Knative Automation <automation@knative.team>
2023-07-27 01:36:42 +00:00
Knative Automation 24ff72399d
upgrade to latest dependencies (#766)
bumping knative.dev/hack cc92cdb...ddae802:
  > ddae802 Update community files (# 302)
  > 8852371 Update community files (# 301)
  > 12cd6a1 Update community files (# 300)
bumping knative.dev/pkg 5ef4812...aef227e:
  > aef227e upgrade to latest dependencies (# 2767)
  > 7051d30 Update community files (# 2764)
  > b7a11d4 Update community files (# 2763)

Signed-off-by: Knative Automation <automation@knative.team>
2023-07-18 15:53:11 +00:00
Knative Automation c6d1f7cc01
Update community files (#765)
Signed-off-by: Knative Automation <automation@knative.team>
2023-07-12 13:17:15 +00:00
Knative Automation 1581c1894b
Update community files (#764)
Signed-off-by: Knative Automation <automation@knative.team>
2023-07-12 01:45:14 +00:00
Knative Automation 046f174fe8
upgrade to latest dependencies (#762)
bumping google.golang.org/api 2311ef1...63d06ab:%0A  > 63d06ab chore(main): release 0.124.0 (# 1990)%0A  > 73f57fe feat(all): auto-regenerate discovery clients (# 1991)%0A  > 8c0e6d9 chore: add yoshi-approver ownership (# 1994)%0A  > 7843046 chore(all): update all (# 1992)%0A  > 94c12ed chore(all): update module github.com/google/s2a-go to v0.1.4 (# 1989)%0A  > 0b4f4af feat(all): auto-regenerate discovery clients (# 1988)%0A  > 2721e1f chore: enable GoApiaryCodegen auto-approve (# 1987)%0A  > a241c25 chore: delete broken AutoApprove (# 1986)%0A  > 3e2d6a6 chore: trigger AutoApprove on reopen as well (# 1985)%0A  > a24a28a chore: give AutoApprove job full write (# 1984)%0A  > 8210800 chore(main): release 0.123.0 (# 1975)%0A  > f31b763 feat(all): auto-regenerate discovery clients (# 1982)%0A  > d27f40f feat(all): auto-regenerate discovery clients (# 1978)%0A  > 94d3d73 chore(ci): fix AutoApprove for discogen (# 1981)%0A  > 98b3073 feat(all): auto-regenerate discovery clients (# 1974)%0A  > d5e0fb2 chore(main): release 0.122.0 (# 1972)%0A  > ab64815 feat(all): auto-regenerate discovery clients (# 1973)%0A  > 8b0974e fix: add better support of array of floats (# 1971)%0A  > cf0df64 chore(main): release 0.121.0 (# 1962)%0A  > c2c2b59 feat(all): auto-regenerate discovery clients (# 1963)%0A  > e44a771 chore(all): update module github.com/google/s2a-go to v0.1.3 (# 1965)%0A  > 2068ba5 feat(all): auto-regenerate discovery clients (# 1961)%0A  > c2018e2 chore(main): release 0.120.0 (# 1956)%0A  > 4e35cac feat(all): auto-regenerate discovery clients (# 1960)%0A  > fcd007a feat(all): auto-regenerate discovery clients (# 1958)%0A  > 289b859 feat(all): auto-regenerate discovery clients (# 1957)%0A  > 409bc9d feat(all): auto-regenerate discovery clients (# 1955)%0A  > 0909f16 chore(main): release 0.119.0 (# 1944)%0A  > 2f54150 chore(deps): update s2a-go to v0.1.2 (# 1954)%0A  > 685ec81 feat: add an option to enable DirectPath xDS (# 1942)%0A  > d85769c feat(all): auto-regenerate discovery clients (# 1953)%0A  > 4cb8eb9 feat(all): auto-regenerate discovery clients (# 1952)%0A  > bf9f3ac chore(all): update google.golang.org/genproto digest to daa745c (# 1949)%0A  > e1eda57 feat(all): auto-regenerate discovery clients (# 1948)%0A  > a0dacd5 feat(all): auto-regenerate discovery clients (# 1947)%0A  > e8b93cb chore(deps): update s2a-go to v0.1.1 (# 1945)%0A  > 690068f feat(all): auto-regenerate discovery clients (# 1943)%0A  > 2d6890a chore(main): release 0.118.0 (# 1940)%0A  > 29dc45a feat(all): auto-regenerate discovery clients (# 1941)%0A  > ac94a0f feat(all): auto-regenerate discovery clients (# 1939)%0A  > 8019ef6 chore(main): release 0.117.0 (# 1931)%0A  > 750c7c8 feat(all): auto-regenerate discovery clients (# 1936)%0A  > 3a98290 chore(all): update all (# 1937)%0A  > 3f62830 chore(deps): bump golang.org/x/crypto (# 1930)%0A  > 2219681 feat(all): auto-regenerate discovery clients (# 1935)%0A  > 2efcb2e feat(all): auto-regenerate discovery clients (# 1932)%0A  > 3c61729 feat: add experimental s2a-go integration (# 1874)%0A  > 587b9e5 chore(main): release 0.116.0 (# 1929)%0A  > 28c8cd5 feat(all): auto-regenerate discovery clients (# 1928)%0A  > feafcdc chore(main): release 0.115.0 (# 1922)%0A  > 34781cf feat(all): auto-regenerate discovery clients (# 1927)%0A  > 33a2dfe feat(all): auto-regenerate discovery clients (# 1924)%0A  > 02cfb82 chore(all): update google.golang.org/genproto digest to dcfb400 (# 1925)%0A  > 8930f0e feat(all): auto-regenerate discovery clients (# 1923)%0A  > 1c955e8 feat(all): auto-regenerate discovery clients (# 1913)%0A  > 7f87838 chore(all): update all (# 1918)%0A  > be028cf chore(gensupport): add idempotency header (# 1916)%0A  > 649bfb9 chore(all): update all (# 1914)%0A  > 5ac4fd7 test: update test due to generator change (# 1912)%0A  > f79df48 chore(main): release 0.114.0 (# 1910)%0A  > 2754ab4 feat(all): auto-regenerate discovery clients (# 1907)%0A  > dc4b77d fix: always reference the internal package. (# 1909)%0A  > b8a2a5e chore(main): release 0.113.0 (# 1901)%0A  > fc221ce feat(all): auto-regenerate discovery clients (# 1900)%0A  > e63383f chore(all): update module google.golang.org/protobuf to v1.29.1 [SECURITY] (# 1906)%0A  > 64b6ee4 feat(idtoken): add support for external_account (# 1897)%0A  > 65cafd4 chore(all): update all (# 1902)%0A  > 63c48a6 feat(transport): add support for setting quota project with envvar (# 1892)%0A  > 225fa6b internal: Refactor cert logic to support OAuth2 token exchange over mTLS (# 1886)%0A  > 8d4d70d chore(main): release 0.112.0 (# 1883)%0A  > 89c274a feat(all): auto-regenerate discovery clients (# 1898)%0A  > 9f18671 feat(all): auto-regenerate discovery clients (# 1896)%0A  > e88ee8a feat(all): auto-regenerate discovery clients (# 1893)%0A  > 5da4d6a feat(all): auto-regenerate discovery clients (# 1887)%0A  > 6bd0840 chore(deps): bump golang.org/x/crypto in /internal/kokoro/discogen (# 1890)%0A  > 2f72016 chore(all): update all (# 1888)%0A  > c886360 feat(all): auto-regenerate discovery clients (# 1885)%0A  > 1aee5cd feat(all): auto-regenerate discovery clients (# 1884)%0A  > 15808d7 feat(all): auto-regenerate discovery clients (# 1882)%0A  > e99d0d5 chore(main): release 0.111.0 (# 1860)%0A  > 70d3954 feat(all): auto-regenerate discovery clients (# 1875)%0A  > f32872c chore(all): update google.golang.org/genproto digest to 637eb22 (# 1877)%0A  > c02cff6 feat(all): auto-regenerate discovery clients (# 1873)%0A  > 7d34d41 feat(all): auto-regenerate discovery clients (# 1872)%0A  > d456fd6 chore(deps): bump golang.org/x/net in /internal/kokoro/discogen (# 1870)%0A  > b7ab21d chore(all): update all (# 1868)%0A  > 7f5f40a feat(all): auto-regenerate discovery clients (# 1866)%0A  > 4056319 chore(all): update module golang.org/x/net to v0.7.0 [SECURITY] (# 1867)%0A  > 8b8b195 feat(all): auto-regenerate discovery clients (# 1863)%0A  > c0f2510 chore(all): update vet.sh to go runtime 1.20 (# 1865)%0A  > 895105a feat(all): auto-regenerate discovery clients (# 1861)%0A  > ba3414e feat(all): auto-regenerate discovery clients (# 1859)%0A  > 892811c chore(main): release 0.110.0 (# 1840)%0A  > 1edc79b chore: update x libs (# 1858)%0A  > 929a393 chore(all): update all (# 1853)%0A  > 1147cb8 fix: Update ECP dependency to v0.2.3 (# 1857)%0A  > 689f934 feat(all): auto-regenerate discovery clients (# 1851)%0A  > 8efd00d fix(internal/gensupport): don't prematurely close timers (# 1856)%0A  > 3fb5b61 fix: Improve error handling for enterprise certificate module (# 1848)%0A  > 8980266 feat(all): auto-regenerate discovery clients (# 1850)%0A  > 3fb8cdc feat(all): auto-regenerate discovery clients (# 1841)%0A  > 1651c38 chore(transport): remove support for go runtimes earlier than 1.16 (# 1844)%0A  > 4b4c9d4 feat(all): auto-regenerate discovery clients (# 1838)%0A  > b3b5f17 chore(main): release 0.109.0 (# 1818)%0A  > c13cc35 feat(all): auto-regenerate discovery clients (# 1836)%0A  > 602b6a4 chore(all): update all (major) (# 1806)%0A  > a5d0daa feat(all): auto-regenerate discovery clients (# 1828)%0A  > 50fc7c4 feat(all): auto-regenerate discovery clients (# 1826)%0A  > 6aad438 feat(all): auto-regenerate discovery clients (# 1825)%0A  > 85d0224 feat(all): auto-regenerate discovery clients (# 1822)%0A  > 884a246 feat(all): auto-regenerate discovery clients (# 1821)%0A  > 5935892 feat(all): auto-regenerate discovery clients (# 1819)%0A  > ba3ba78 feat(all): auto-regenerate discovery clients (# 1817)%0A  > 47f66d6 chore(main): release 0.108.0 (# 1811)%0A  > da48b9a feat(all): auto-regenerate discovery clients (# 1816)%0A  > a12685c feat(all): auto-regenerate discovery clients (# 1813)%0A  > 4df52d2 feat(all): auto-regenerate discovery clients (# 1810)%0A  > f74fbb6 chore(main): release 0.107.0 (# 1803)%0A  > d8084e4 feat(all): auto-regenerate discovery clients (# 1809)%0A  > 4dca4e0 feat: re-enable integrations:v1 (# 1801)%0A  > 86e4009 fix: user Timers over time.After (# 1802)%0A  > bcc345c feat(all): auto-regenerate discovery clients (# 1808)%0A  > de06921 feat(all): auto-regenerate discovery clients (# 1807)%0A  > 935ef64 feat(all): auto-regenerate discovery clients (# 1804)%0A  > 93de455 feat(all): auto-regenerate discovery clients (# 1800)%0A  > ac7eb8f chore(main): release 0.106.0 (# 1786)%0A  > 3944e86 feat(all): auto-regenerate discovery clients (# 1794)%0A  > f6dec99 feat(idtoken): add support for impersonated_service_account creds type (# 1792)%0A  > ddb5c65 test: add buffer to both sides of token expiry validation (# 1797)%0A  > b35900a fix(idtoken): configure validator constructor to use no authentication (# 1789)%0A  > ca86833 chore(all): update all (# 1796)%0A  > a6b0739 chore: skip generating integrations:v1 as it fails generation (# 1793)%0A  > 7bd17b3 feat(all): auto-regenerate discovery clients (# 1790)%0A  > 9fb35f5 feat(all): auto-regenerate discovery clients (# 1788)%0A  > 1569e5b feat(option/internaloption): add new EmbeddableAdapter option (# 1787)%0A  > a7f08e2 feat(all): auto-regenerate discovery clients (# 1784)%0A  > 67aaf4e chore(main): release 0.105.0 (# 1774)%0A  > 5b02761 feat(all): auto-regenerate discovery clients (# 1777)%0A  > c58bf4c feat: support set null map entries for non-simple map values (# 1782)%0A  > e4271df feat(googleapi): add response headers to Error reported by CheckMediaResponse (# 1781)%0A  > 6193507 chore: remove uses of obsolete golang.org/x/xerrors (# 1776)%0A  > 37a2e41 feat(all): auto-regenerate discovery clients (# 1773)%0A  > 9255b0b chore(main): release 0.104.0 (# 1748)%0A  > 4238314 chore: ignore some golang.org/x/* dependencies in renovate (# 1772)%0A  > 029b659 chore(all): update all (# 1768)%0A  > f819644 feat(all): auto-regenerate discovery clients (# 1771)%0A  > 2b596d9 feat(all): auto-regenerate discovery clients (# 1767)%0A  > 3195ce1 feat(all): auto-regenerate discovery clients (# 1766)%0A  > 97a9846 feat(all): auto-regenerate discovery clients (# 1760)%0A  > 8d8f0a7 feat(transport): de-experiment google-c2p resolver (# 1757)%0A  > c213153 fix(transport/grpc): separate resolution of creds and certs (# 1759)%0A  > 629e217 fix(idtoken): increase MaxIdleConnsPerHost to 100 in NewClient (# 1754)%0A  > caf7af0 feat(all): auto-regenerate discovery clients (# 1755)%0A  > e18b504 feat(all): auto-regenerate discovery clients (# 1753)%0A  > dd565a4 feat(all): auto-regenerate discovery clients (# 1752)%0A  > a657f19 feat(all): auto-regenerate discovery clients (# 1751)%0A  > 292129c feat(all): auto-regenerate discovery clients (# 1746)%0A  > 02077fd chore(all): update all (# 1749)%0A  > 567070f docs: document limitation of WithUserAgent (# 1747)%0A  > 561b601 chore(main): release 0.103.0 (# 1738)%0A  > 4248dc3 feat(all): auto-regenerate discovery clients (# 1743)%0A  > ee25e29 feat(googleapi): inject gax apierror.APIError into googleapi.Error (# 1730)%0A  > f8efb95 chore(all): update all (# 1740)%0A  > 9695aa1 feat: rm hard dep on x/sys (# 1742)%0A  > bec0f29 chore(.github): force renovate to use 1.19 (# 1741)%0A  > bbd4259 feat(all): auto-regenerate discovery clients (# 1739)%0A  > de99200 feat(all): auto-regenerate discovery clients (# 1737)%0A  > 0d7f97a chore(main): release 0.102.0 (# 1726)%0A  > 0528475 feat: rely on new compute metadata module directly (# 1736)%0A  > ce57a67 feat(all): auto-regenerate discovery clients (# 1734)%0A  > 1e1eab9 feat(all): auto-regenerate discovery clients (# 1727)%0A  > 0ce5403 test(transport/grpc): fix arg for test failure logs (# 1733)%0A  > 06360d8 feat(all): auto-regenerate discovery clients (# 1725)%0A  > 644a13c chore(main): release 0.101.0 (# 1719)%0A  > f4788b3 feat(all): auto-regenerate discovery clients (# 1723)%0A  > 9ea2ceb chore(all): update all (# 1721)%0A  > 9140608 feat(all): auto-regenerate discovery clients (# 1720)%0A  > 453b81a feat(all): auto-regenerate discovery clients (# 1718)%0A  > d530a93 chore(main): release 0.100.0 (# 1714)%0A  > 37f90e9 feat(internal/gensupport): remove DetermineContentType, use gax-go copy (# 1716)%0A  > b235b1f fix(idtoken): Allow missing age in http response header (# 1715)%0A  > f990a2a feat(all): auto-regenerate discovery clients (# 1717)%0A  > f9e15f2 feat(all): auto-regenerate discovery clients (# 1712)%0A  > e74b770 chore(all): update all (# 1713)%0A  > 977e871 chore(main): release 0.99.0 (# 1710)%0A  > 6b81c83 feat(all): auto-regenerate discovery clients (# 1701)%0A  > 1aa1deb chore(all): update all (# 1707)%0A  > 69fb474 chore: Update ECP dependency to 0.2.0 (# 1704)%0A  > a4ae94d chore(main): release 0.98.0 (# 1700)%0A  > 25b7450 feat(all): auto-regenerate discovery clients (# 1699)%0A  > aa775b4 feat(all): auto-regenerate discovery clients (# 1696)%0A  > faa845a chore(main): release 0.97.0 (# 1694)%0A  > 2c3e863 fix(gensupport): allow initial request for resumable uploads to retry w/ non-nil getBody (# 1690)%0A  > f427ee3 feat(internal/gensupport): wrap retry failures with context and prev error (# 1684)%0A  > 6b0515b fix: build script bash error (# 1697)%0A  > b8f2556 feat(all): auto-regenerate discovery clients (# 1695)%0A  > a87400b feat(all): auto-regenerate discovery clients (# 1693)%0A  > a039966 chore(main): release 0.96.0 (# 1687)%0A  > 0f7c1ed fix: upgrade version of golang.org/x/net (# 1692)%0A  > e801e10 feat(all): auto-regenerate discovery clients (# 1689)%0A  > bc29a6b feat(all): auto-regenerate discovery clients (# 1688)%0A  > ce5ed41 feat(all): auto-regenerate discovery clients (# 1686)%0A  > d63b286 chore(main): release 0.95.0 (# 1678)%0A  > 8c72fb3 feat(all): auto-regenerate discovery clients (# 1680)%0A  > 9a84077 feat(option): officially deprecate ImpersonateCredentials (# 1683)%0A  > 219f166 test: set envvar for integration test (# 1681)%0A  > 991f409 test: integration Tests for Configurable Token Lifespan (# 1657)%0A  > 8757dbf feat(all): auto-regenerate discovery clients (# 1677)%0A  > 608f877 chore(main): release 0.94.0 (# 1668)%0A  > 1b6dbd8 feat(all): auto-regenerate discovery clients (# 1676)%0A  > c0825d4 chore: bump version of oauth lib to latest (# 1675)%0A  > 99c5811 feat(all): auto-regenerate discovery clients (# 1673)%0A  > 9ce1130 feat(all): auto-regenerate discovery clients (# 1672)%0A  > 7158b89 feat(all): auto-regenerate discovery clients (# 1671)%0A  > 07ceb9d docs(option): clarify behavior of WithScopes (# 1670)%0A  > 9ea025d fix(storage): *int64 instead of int64 for Age cond (# 1598)%0A  > c85b305 feat(all): auto-regenerate discovery clients (# 1667)%0A  > 55f563d chore(main): release 0.93.0 (# 1660)%0A  > 62364a2 feat(all): auto-regenerate discovery clients (# 1664)%0A  > d6ee425 feat(google-api-go-generator): Change field PaymentState to pointer (# 1663)%0A  > 3e82e6f feat(all): auto-regenerate discovery clients (# 1662)%0A  > 68e7d49 feat(all): auto-regenerate discovery clients (# 1661)%0A  > f73ea23 feat(all): auto-regenerate discovery clients (# 1652)%0A  > 4fd3439 chore: fix flaky bot (# 1653)%0A  > a90d802 chore(main): release 0.92.0 (# 1651)%0A  > 0e6b5b6 feat(all): auto-regenerate discovery clients (# 1649)%0A  > 825be43 chore: run gofmt -s -l -w . for Go 1.19 (# 1650)%0A  > ceac0bc chore: update vet to run for 1.19 (# 1648)%0A  > 45996f0 feat(all): auto-regenerate discovery clients (# 1646)%0A  > 8942a36 feat(all): auto-regenerate discovery clients (# 1645)%0A  > 6a8be6a feat(all): auto-regenerate discovery clients (# 1643)%0A  > 2dd2fc5 feat(all): auto-regenerate discovery clients (# 1641)%0A  > f706c86 chore: add flakybot (# 1640)%0A  > cea8849 chore(main): release 0.91.0 (# 1638)%0A  > bc14db7 feat(all): auto-regenerate discovery clients (# 1639)%0A  > 3919127 feat(all): auto-regenerate discovery clients (# 1637)%0A  > fc02f1d chore(main): release 0.90.0 (# 1633)%0A  > ba61f52 test: integration Tests for Pluggable Auth (# 1607)%0A  > babdbd1 feat: manual regen (# 1636)%0A  > fdea35f feat(all): auto-regenerate discovery clients (# 1635)%0A  > c824ae8 feat(all): auto-regenerate discovery clients (# 1634)%0A  > a20cd59 feat(all): auto-regenerate discovery clients (# 1632)%0A  > 3a45f5c chore(main): release 0.89.0 (# 1626)%0A  > 09e8e91 feat(all): auto-regenerate discovery clients (# 1631)%0A  > f12fc20 feat(all): auto-regenerate discovery clients (# 1630)%0A  > 934dd5e feat(all): auto-regenerate discovery clients (# 1629)%0A  > 1beaeac feat(all): auto-regenerate discovery clients (# 1627)%0A  > a1878a1 feat(all): auto-regenerate discovery clients (# 1625)%0A  > ed487e6 chore(main): release 0.88.0 (# 1617)%0A  > 9e8aeec feat(all): auto-regenerate discovery clients (# 1624)%0A  > 136bec3 feat(all): auto-regenerate discovery clients (# 1622)%0A  > 948b3c3 feat(all): auto-regenerate discovery clients (# 1620)%0A  > 6fde9e8 feat(all): auto-regenerate discovery clients (# 1619)%0A  > d39390c feat(all): auto-regenerate discovery clients (# 1616)%0A  > efe48de chore(main): release 0.87.0 (# 1605)%0A  > 7532bd6 feat(all): auto-regenerate discovery clients (# 1614)%0A  > 4b4693b feat(all): auto-regenerate discovery clients (# 1613)%0A  > 370775a feat(all): auto-regenerate discovery clients (# 1612)%0A  > 8e67ca4 feat(all): auto-regenerate discovery clients (# 1611)%0A  > 51d527b feat(all): auto-regenerate discovery clients (# 1608)%0A  > a1f0544 feat(all): auto-regenerate discovery clients (# 1606)%0A  > 5e7eede feat(all): auto-regenerate discovery clients (# 1604)%0A  > 8937b91 chore(main): release 0.86.0 (# 1597)%0A  > 2c32faf feat(all): auto-regenerate discovery clients (# 1603)%0A  > 4cc8fa9 chore(all): update all (# 1602)%0A  > ee1c8ab feat(all): auto-regenerate discovery clients (# 1601)%0A  > b5f14dc feat(all): auto-regenerate discovery clients (# 1600)%0A  > 7c6a86c feat(all): auto-regenerate discovery clients (# 1599)%0A  > 493203c feat(all): auto-regenerate discovery clients (# 1596)%0A  > 11792be chore(main): release 0.85.0 (# 1587)%0A  > 25e2e24 chore(gensupport): add retry invocation headers (# 1577)%0A  > c02e08c feat(all): auto-regenerate discovery clients (# 1593)%0A  > 56e960f chore(all): update all (# 1595)%0A  > 8f39c3e feat(all): auto-regenerate discovery clients (# 1592)%0A  > 59d5b95 feat(all): auto-regenerate discovery clients (# 1589)%0A  > 1263cc6 feat(all): auto-regenerate discovery clients (# 1586)%0A  > 18468ac chore(main): release 0.84.0 (# 1575)%0A  > ebbb60c feat(all): auto-regenerate discovery clients (# 1584)%0A  > 1d5389b feat(transport): Integrate with enterprise certificate proxy (# 1570)%0A  > 6b66391 chore(all): update all to d0670ef (# 1582)%0A  > a1e650c feat(all): auto-regenerate discovery clients (# 1581)%0A  > 590733c feat(all): auto-regenerate discovery clients (# 1580)%0A  > 7bba05e feat(all): auto-regenerate discovery clients (# 1576)%0A  > 0d1c9e8 feat(all): auto-regenerate discovery clients (# 1574)%0A  > fc50588 chore(main): release 0.83.0 (# 1567)%0A  > 3524901 chore(all): update all (# 1572)%0A  > c2c6a68 feat(all): auto-regenerate discovery clients (# 1571)%0A  > f12f0bb feat(all): auto-regenerate discovery clients (# 1569)%0A  > 2bdb4a9 feat(all): auto-regenerate discovery clients (# 1566)%0A  > 2ac155a chore(main): release 0.82.0 (# 1559)%0A  > bacf4f4 feat(all): auto-regenerate discovery clients (# 1565)%0A  > 1463524 feat(all): auto-regenerate discovery clients (# 1562)%0A  > 8bbd389 chore(all): update all to 5463443 (# 1564)%0A  > e3ac188 feat(all): auto-regenerate discovery clients (# 1561)%0A  > 3093678 feat(all): auto-regenerate discovery clients (# 1560)%0A  > b041876 docs(idtoken): fix a typo on NewClient method (# 1558)%0A  > 74b48ae feat(all): auto-regenerate discovery clients (# 1557)%0A  > 3ec9784 chore(main): release 0.81.0 (# 1549)%0A  > c40fe28 feat(all): auto-regenerate discovery clients (# 1556)%0A  > 97794a9 feat(all): auto-regenerate discovery clients (# 1553)%0A  > 0e22eae chore(all): update all (# 1555)%0A  > 905c5cc feat(all): auto-regenerate discovery clients (# 1551)%0A  > ecdf959 feat(all): auto-regenerate discovery clients (# 1550)%0A  > ea2c741 feat(all): auto-regenerate discovery clients (# 1548)%0A  > e8e8d59 chore(main): release 0.80.0 (# 1540)%0A  > 06f741f feat(all): auto-regenerate discovery clients (# 1547)%0A  > a96b037 feat(all): auto-regenerate discovery clients (# 1545)%0A  > ab27e7b feat(all): auto-regenerate discovery clients (# 1543)%0A  > d4bf66e feat(all): auto-regenerate discovery clients (# 1541)%0A  > acc2992 feat(all): auto-regenerate discovery clients (# 1539)%0A  > 14304b7 chore(main): release 0.79.0 (# 1532)%0A  > b6a8bd3 feat(all): auto-regenerate discovery clients (# 1538)%0A  > edb8ac6 feat(all): auto-regenerate discovery clients (# 1535)%0A  > 7f9e9e2 chore(all): update all to 988cb79 (# 1536)%0A  > 72b16d7 feat(all): auto-regenerate discovery clients (# 1534)%0A  > ffe3471 feat(all): auto-regenerate discovery clients (# 1533)%0A  > 43a3732 feat(all): auto-regenerate discovery clients (# 1531)%0A  > 5ba22f1 chore(main): release 0.78.0 (# 1529)%0A  > 3d4ea5e feat(all): auto-regenerate discovery clients (# 1530)%0A  > 6131a7d chore(all): update all (# 1528)%0A  > 5cdbe26 feat(all): auto-regenerate discovery clients (# 1527)%0A  > aff4922 chore(main): release 0.77.0 (# 1526)%0A  > 138823b feat: regen cloudcommerceprocurement v1 (# 1525)%0A  > fe1f16c chore(all): update actions/github-script action to v6 (# 1441)%0A  > 5cffc8c chore(main): release 0.76.0 (# 1520)%0A  > 9b3cabe feat(all): auto-regenerate discovery clients (# 1523)%0A  > fa8b991 feat(all): auto-regenerate discovery clients (# 1522)%0A  > dea6b02 feat(all): auto-regenerate discovery clients (# 1521)%0A  > d72fb11 feat(all): auto-regenerate discovery clients (# 1518)%0A  > 7027839 chore(main): release 0.75.0 (# 1497)%0A  > 12c0cb2 chore: update CI script to run on 1.18 (# 1508)%0A  > 4145f3d feat(all): auto-regenerate discovery clients (# 1516)%0A  > c75dc07 chore(all): update all (# 1515)%0A  > 11035bd feat(all): auto-regenerate discovery clients (# 1514)%0A  > 95e21aa feat(all): auto-regenerate discovery clients (# 1513)%0A  > 89f1c62 feat(all): auto-regenerate discovery clients (# 1511)%0A  > 6944086 feat(all): auto-regenerate discovery clients (# 1510)%0A  > d0006d4 feat(all): auto-regenerate discovery clients (# 1509)%0A  > f39fdcc chore(all): update all to aac1ed4 (# 1507)%0A  > d621bc9 feat(all): auto-regenerate discovery clients (# 1504)%0A  > d349e85 feat(transport): remove grpc version guard (# 1506)%0A  > eeb33c7 feat(all): auto-regenerate discovery clients (# 1503)%0A  > 2425be6 feat(all): auto-regenerate discovery clients (# 1500)%0A  > 5bd40ca chore(all): update all to 749bd19 (# 1501)%0A  > a897ca4 feat(all): auto-regenerate discovery clients (# 1498)%0A  > 788bfff feat(all): auto-regenerate discovery clients (# 1496)%0A  > 9d43e7d chore(main): release 0.74.0 (# 1481)%0A  > c53496e feat(all): auto-regenerate discovery clients (# 1495)%0A  > 12af56f chore: add debug info (# 1494)%0A  > 60f8145 feat(all): auto-regenerate discovery clients (# 1492)%0A  > 2e5fe2d chore(all): update all to de3da57 (# 1491)%0A  > 07708c5 feat(all): auto-regenerate discovery clients (# 1490)%0A  > c6e75d1 feat(all): auto-regenerate discovery clients (# 1489)%0A  > 0be1ec1 feat(all): auto-regenerate discovery clients (# 1488)%0A  > 123571c chore(all): update all (# 1487)%0A  > 5a60966 feat(all): auto-regenerate discovery clients (# 1486)%0A  > db51ba4 feat(all): auto-regenerate discovery clients (# 1483)%0A  > d1de029 feat: re-enable playintegrity api generation (# 1482)%0A  > ab15d06 feat(all): auto-regenerate discovery clients (# 1480)%0A  > fe42dff chore(main): release 0.73.0 (# 1478)%0A  > 0922a63 feat(all): prefer using WithDefaultScope option internally (# 1476)%0A  > 948cb4a feat(all): auto-regenerate discovery clients (# 1477)%0A  > 6100952 chore(main): release 0.72.0 (# 1471)%0A  > 85b8ff9 chore(all): update all (# 1475)%0A  > e550ff4 feat(all): auto-regenerate discovery clients (# 1474)%0A  > 83dfa07 docs: removed stale comment (# 1473)%0A  > ab9ff8c chore: remove build tags for go versions < 1.15 (# 1461)%0A  > 314c94b feat(all): auto-regenerate discovery clients (# 1472)%0A  > 6826fe2 feat(all): auto-regenerate discovery clients (# 1470)%0A  > 3d588dd chore(main): release 0.71.0 (# 1454)%0A  > 937d36f feat(all): auto-regenerate discovery clients (# 1469)%0A  > 33ba990 feat(internal/gensupport): add net.ErrClosed to default retry (# 1462)%0A  > bf3225e feat(all): auto-regenerate discovery clients (# 1467)%0A  > 94d6c1d chore(all): update google.golang.org/genproto commit hash to 325a892 (# 1468)%0A  > 76a2c21 feat(all): auto-regenerate discovery clients (# 1466)%0A  > 398f9e8 feat(all): auto-regenerate discovery clients (# 1465)%0A  > e8805bc feat(all): auto-regenerate discovery clients (# 1464)%0A  > 4df1039 feat(all): auto-regenerate discovery clients (# 1463)%0A  > 7331451 feat(all): auto-regenerate discovery clients (# 1457)%0A  > 6aeb511 chore(all): update all (# 1458)%0A  > 8a3061f feat(all): auto-regenerate discovery clients (# 1455)%0A  > 0954e33 feat(all): auto-regenerate discovery clients (# 1453)%0A  > aa4b661 chore(main): release 0.70.0 (# 1446)%0A  > 459ebe0 feat(all): auto-regenerate discovery clients (# 1450)%0A  > 78984df chore(all): update all (# 1451)%0A  > 7bce545 feat(transport): add an env variable to disable DirectPath (# 1447)%0A  > 64db4b6 feat(all): auto-regenerate discovery clients (# 1449)%0A  > 0fe9f5f feat(all): auto-regenerate discovery clients (# 1448)%0A  > 7dec2b0 feat(all): auto-regenerate discovery clients (# 1444)%0A  > d8d1dd6 chore(main): release 0.69.0 (# 1429)%0A  > ed89fcb feat(all): auto-regenerate discovery clients (# 1443)%0A  > f47d942 chore(all): update all (# 1440)%0A  > 34437da feat(all): auto-regenerate discovery clients (# 1439)%0A  > ae341d5 feat(all): auto-regenerate discovery clients (# 1438)%0A  > c01dedc feat(all): auto-regenerate discovery clients (# 1437)%0A  > 50051fb chore: add PATH and HOME to cmds (# 1436)%0A  > 81492cc chore(internal/kokoro): add more debug info (# 1435)%0A  > 4499c41 fix(internal/kokoro): path to module root to run discogen (# 1433)%0A  > 14d6bf5 chore: add a script that invoke regen (# 1432)%0A  > ef89845 fix(gensupport): cover ChunkRetryDeadline edge case (# 1430)%0A  > 331bc9e feat: bump grpc and x/net (# 1428)%0A  > 79cd91d chore: remove synth.py (# 1427)%0A  > 31eaf11 chore(main): release 0.68.0 (# 1420)%0A  > f025530 fix: start reporting a meaningful version in headers (# 1426)%0A  > 5a35af5 feat(all): auto-regenerate discovery clients (# 1422)%0A  > 16cbba8 chore(all): update all (# 1423)%0A  > ca3165c chore(all): update all (major) (# 1412)%0A  > b28419f feat(all): auto-regenerate discovery clients (# 1419)%0A  > 9eaba81 fix(googleapi): fill response headers in Error (# 1418)%0A  > 6db1fa9 chore(main): release 0.67.0 (# 1413)%0A  > 6461d8f chore: run go mod tidy (# 1417)%0A  > f78a0f8 feat(all): auto-regenerate discovery clients (# 1416)%0A  > c987a5b feat(gensupport): per-chunk deadline configs (# 1414)%0A  > e40d61b feat(all): auto-regenerate discovery clients (# 1415)%0A  > a584462 feat(all): auto-regenerate discovery clients (# 1410)%0A  > 974d87e chore(all): update all (# 1411)%0A  > 51d1f3f chore: add new regen code (# 1403)%0A  > 5322ee8 chore(main): release 0.66.0 (# 1396)%0A  > 01c8604 feat(all): auto-regenerate discovery clients (# 1408)%0A  > 71e47d1 feat(all): auto-regenerate discovery clients (# 1407)%0A  > d972e9a feat(all): auto-regenerate discovery clients (# 1406)%0A  > 46a046b feat(all): auto-regenerate discovery clients (# 1405)%0A  > e4d33f2 feat(all): auto-regenerate discovery clients (# 1404)%0A  > 576ebbf feat(internal/gensupport): add 408 to default retry (# 1397)%0A  > 2f7c9e0 Adding import references in examples/customsearch (# 1399)%0A  > b6f8296 chore(all): update all (# 1400)%0A  > f3223f8 Switch drive.go to v3 API (# 1334)%0A  > 33250c0 feat(all): auto-regenerate discovery clients (# 1394)%0A  > c890ff5 chore(main): release 0.65.0 (# 1392)%0A  > 0f18957 feat(all): auto-regenerate discovery clients (# 1391)%0A  > a72c2ca chore(all): update all (# 1389)%0A  > 0848de1 feat(all): auto-regenerate discovery clients (# 1390)%0A  > e933e2a feat(all): auto-regenerate discovery clients (# 1388)%0A  > 057ba53 feat(all): auto-regenerate discovery clients (# 1387)%0A  > 9b7e98a feat(all): auto-regenerate discovery clients (# 1385)%0A  > 4cbaa9a chore: release 0.64.0 (# 1350)%0A  > 6f9d2fb feat(all): auto-regenerate discovery clients (# 1384)%0A  > e10082d fix(internal/gensupport): check ctx in chunk retry (# 1364)%0A  > 5063cf3 feat(all): auto-regenerate discovery clients (# 1382)%0A  > 3c780a6 feat(all): auto-regenerate discovery clients (# 1381)%0A  > 480c39e feat(all): auto-regenerate discovery clients (# 1379)%0A  > c483509 feat(all): auto-regenerate discovery clients (# 1378)%0A  > f02fca3 feat(all): auto-regenerate discovery clients (# 1377)%0A  > 6b71f8e feat(all): auto-regenerate discovery clients (# 1376)%0A  > 67b623e feat(all): auto-regenerate discovery clients (# 1375)%0A  > 5b1d74b chore(all): update google.golang.org/genproto commit hash to 3ac035c (# 1371)%0A  > f96659b feat(all): auto-regenerate discovery clients (# 1374)%0A  > b98052e feat(all): auto-regenerate discovery clients (# 1372)%0A  > 879fd18 feat(all): auto-regenerate discovery clients (# 1370)%0A  > 5b0277f feat(all): auto-regenerate discovery clients (# 1368)%0A  > e8b02d9 feat(all): auto-regenerate discovery clients (# 1366)%0A  > 436de07 feat(all): auto-regenerate discovery clients (# 1365)%0A  > 3837608 chore(all): update all (# 1355)%0A  > ecb0cdf feat(all): auto-regenerate discovery clients (# 1362)%0A  > e84950f feat(transport): remove google-c2p dependence to DirectPath (# 1361)%0A  > 520b227 fix(internal/gensupport): Make SendRequestWithRetry check for canceled contexts twice (# 1359)%0A  > 07d8e2c transport: update xds  directpath xds scheme (# 1357)%0A  > 0f5a4b2 feat(all): auto-regenerate discovery clients (# 1360)%0A  > 8fed2c8 feat(all): auto-regenerate discovery clients (# 1356)%0A  > fef920c feat(all): auto-regenerate discovery clients (# 1354)%0A  > 64fd298 feat(all): auto-regenerate discovery clients (# 1353)%0A  > 8d31dc9 feat(all): auto-regenerate discovery clients (# 1352)%0A  > 6e751dc feat(all): auto-regenerate discovery clients (# 1351)%0A  > 6152e8a feat(all): auto-regenerate discovery clients (# 1349)%0A  > 27de32e chore: release 0.63.0 (# 1342)%0A  > 8d2eca8 feat(internal/gensupport): add configurable retry (# 1324)%0A  > 9d66b44 chore(all): update all (# 1347)%0A  > 9652438 feat(all): auto-regenerate discovery clients (# 1348)%0A  > 3e3f769 feat(all): auto-regenerate discovery clients (# 1345)%0A  > 79d487f feat(all): auto-regenerate discovery clients (# 1344)%0A  > e4cc432 feat(all): auto-regenerate discovery clients (# 1343)%0A  > 7673ffe feat(all): auto-regenerate discovery clients (# 1341)%0A  > 5d28b6d chore: release 0.62.0 (# 1330)%0A  > c06faf5 feat(transport): pass call credentials to grpc-go for DirectPath (# 1297)%0A  > 3799960 feat(all): auto-regenerate discovery clients (# 1339)%0A  > 3787e3a feat(all): auto-regenerate discovery clients (# 1338)%0A  > d6130c8 chore: update gRPC version (# 1337)%0A  > 951029f chore(all): update all (# 1335)%0A  > adacce9 feat(all): auto-regenerate discovery clients (# 1336)%0A  > c20deea feat(all): auto-regenerate discovery clients (# 1333)%0A  > 1d7526a feat(all): auto-regenerate discovery clients (# 1332)%0A  > 3789a71 feat(all): auto-regenerate discovery clients (# 1329)%0Abumping go.opencensus.io 49838f2...b1a01ee:%0A  > b1a01ee Add started RPC metric for client and server side (# 1283)%0A  > 0bf7faa Fix CI, and update testify (# 1284)%0A  > 0521206 Passing capacity to make() in place of length.  (# 1276)%0A  > c2a62a2 fix: Add function to stop the defaultWorker (# 1272)%0A  > bf52d9d  Remove `convTslice` calls in Record()  (# 1268)%0A  > ad0b46e Precompute encodeWithKeys buffer size to avoid resizes (# 1269)%0A  > a55fb71 Optimize `Record()` to avoid extra allocations  (# 1267)%0A  > dcf8515 Fix formatting to pass with go1.17 (# 1270)%0A  > fb455b0 Remove @rakyll from codeowners (# 1256)%0A  > f5c4b39 Bump version to next expected release (# 1257)%0Abumping golang.org/x/time 90d013b...2c09566:%0A  > 2c09566 rate: the state of the limiter should not be changed when the requests failed%0A  > 80b9fac x/time/rate: add rate.Sometimes, which runs a function occasionally.%0A  > f3bd1da rate: add TokenAt and Tokens methods to Limiter.%0A  > 2ce7c29 rate: use constant to avoid repeated definitions%0A  > e5dcc9c A+C: delete AUTHORS and CONTRIBUTORS%0A  > 579cf78 rate: use fake time for testing%0A  > 583f2d6 all: gofmt%0A  > 1424b61 rate: extend maximum-delay slop to all platforms%0A  > 0e9765c rate: extend timing tolerances on Android and Plan9%0Abumping golang.org/x/sync 8fcdb60...1ea3257:%0A  > 1ea3257 singleflight: make the check for exec support in TestPanicDoChan platform-agnostic%0Abumping knative.dev/pkg 6eb4b40...5ef4812:%0A  > 5ef4812 Update community files (# 2762)%0A  > 49e2e56 update google cloud deps (# 2758)%0A  > a5e0b92 upgrade to latest dependencies (# 2757)%0Abumping golang.org/x/tools d0863f0...031fc75:%0A  > 031fc75 gopls/internal/regtest/bench: don't run the iwl test with -short%0A  > f477bf4 gopls/internal/lsp/source/completion: avoid Snapshot.CachedPackages%0A  > b72edd1 gopls/internal/lsp/filecache: GOPLS_CACHE -> GOPLSCACHE%0A  > d566927 gopls/internal/lsp/regtest: add @suggestedfix marker%0A  > fdb0da6 gopls/internal/regtest/bench: add a benchmark for diagnosing a change%0A  > 6eb432f gopls/internal/regtest/bench: add benchmarks in a wider variety of repos%0A  > c91d0b8 gopls/internal/lsp/source: guard against concurrent writes in xrefs%0A  > c0742f5 go.mod: update golang.org/x dependencies%0A  > 21d2256 gopls/internal/lsp/cache: make type-checking incremental%0A  > ae05609 internal/lsp/cache: add an LRU parse cache%0A  > de54582 gopls/internal/lsp/filecache: process batches of stats before sleeping%0A  > bc2e2c2 gopls/internal/regtest/bench: support benchmarking multiple repos%0A  > 7c35ddf gopls/internal/lsp: stop using ast.Ident.Obj%0A  > 4942052 gopls/protocol/generate: remove more special cases%0A  > ef396af gopls: sync staticcheck@v0.4.2%0A  > fbb25cb gopls: use go generate consistently%0A  > 096bae8 internal/gcimporter: document non-idempotence of export∘import%0A  > 120642f gopls/internal/bug: fix a bug in the bug package%0A  > 0d741d5 cmd/present: update styles for markdown-generated slides%0A  > 902ee93 gopls/internal/lsp/source: remove 2nd last call to CachedImportPaths%0A  > b0fcf2a gopls/internal/lsp/source: simplify 'stub methods'%0A  > f98fce2 go/types/objectpath: add encoder type, to amortize allocation%0A  > 2e10748 gopls/internal/lsp/protocol: improve generated godoc for LSP types%0A  > 4906a71 gopls/internal/lsp/source: add documentation links to hover%0A  > 3ec30bd gopls/internal/lsp/cache: request EmbedFiles from go/packages%0A  > 25d2519 gopls/internal/lsp: support more cases of definition on linkname directive.%0A  > e85b533 gopls/protocol: remove stub special cases%0A  > 193023c go/ssa: substitute type parameters in local types%0A  > 3102dad gopls/internal/regtest/bench: move benchmarks into separate files%0A  > d9c6b88 gopls/internal/regtest/bench: add a proper benchmark for initial load%0A  > e5b9948 gopls/internal/lsp/source: use metadata files for workspace symbols%0A  > ad4fc28 gopls/internal/lsp/cache: pre-compute load diagnostics%0A  > e5c9e63 gopls/internal/lsp/regtest: add @rename marker tests%0A  > a30296b gopls/internal/lsp/filecache: purge empty directories%0A  > 268cb0b go/ssa/interp: skip typeparam/issue58513.go%0A  > d87a100 go/ssa: skip typeparam/issue58513.go%0A  > 5e7c67d gopls/internal/lsp/regtest: factor marker error reporting%0A  > d4c13e6 gopls/internal/lsp/source: eliminate Snapshot.FileSet%0A  > 0bd0228 gopls/internal/lsp/source: don't rely on global FileSet when stubbing%0A  > c3550e9 cmd/present: use embed, drop native client%0A  > 6baf6e8 gopls/internal/lsp/source: 'references' cleanups%0A  > 64f9d62 gopls/internal/lsp/source/rename: use incremental algorithm%0A  > c8e8b3b gopls/internal/lsp: eliminate source.RelatedInformation%0A  > fdfdda5 gopls: fix Kokoro failures with Go 1.18%0A  > 0e300d3 gopls/protocol: remove some special cases in stubs%0A  > 80afb09 gopls/internal/lsp/source: multiline errors from rename%0A  > 352e41a internal/gcimporter: updates how imports are handled in unified IR%0A  > 72d72f9 go/ssa: temporarily skip the 'net' package in TestStdlib%0A  > a9792b2 go/loader: temporarily skip TestCgoOption on darwin%0A  > eec389d gopls/doc: fix typos in Neovim documentation%0A  > 668845e gopls: update usage instructions for latest neovim version%0A  > b15a5bc gopls/internal/lsp/source: rewrite hover%0A  > 650ae30 gopls/internal/regtest/marker: more tests for embedding and linking%0A  > b18ca0d gopls/internal/lsp/regtest: always compare updated marker test content%0Abumping knative.dev/hack fc42790...cc92cdb:%0A  > cc92cdb Replace test-infra with toolbox (# 297)%0Abumping golang.org/x/mod b710602...69aa7ac:%0A  > 69aa7ac sumdb/tlog: fuzz tests for parsers%0Abumping golang.org/x/oauth2 3607514...839de22:%0A  > 839de22 google: don't check for IsNotExist for well-known file%0A  > 0690208 go.mod: update golang.org/x dependencies%0A  > 451d5d6 internal: remove repeated definite articles%0A  > cfe200d oauth2: parse RFC 6749 error response

Signed-off-by: Knative Automation <automation@knative.team>
2023-07-10 20:18:12 +00:00
Knative Automation 19673150e4
Update community files (#763)
Signed-off-by: Knative Automation <automation@knative.team>
2023-07-10 01:43:41 +00:00
Kenjiro Nakayama 0ba05f9fb2
Bump google.golang.org/grpc to the latest version (#761) 2023-07-07 01:18:43 +00:00
Knative Automation bdb9c4888f
upgrade to latest dependencies (#758)
bumping knative.dev/pkg 74c4be5...6eb4b40:%0A  > 6eb4b40 Update community files (# 2760)%0A  > eb63a40 Support to set qps and burst via env variable (# 2755)%0Abumping knative.dev/hack a861c8e...fc42790:%0A  > fc42790 Update community files (# 296)%0A  > d7586a2 Update e2e kntest link (# 295)

Signed-off-by: Knative Automation <automation@knative.team>
2023-07-06 02:00:40 +00:00
Knative Automation 26599e7e37
Update community files (#759)
Signed-off-by: Knative Automation <automation@knative.team>
2023-06-28 11:01:56 +00:00
Knative Automation 38a807574e
upgrade to latest dependencies (#757)
bumping knative.dev/hack 5b7907f...a861c8e:%0A  > a861c8e Update community files (# 294)%0Abumping knative.dev/pkg 5671699...74c4be5:%0A  > 74c4be5 Generate kresource duck type codegen (# 2754)%0A  > 4dbc312 fix boilerplate (# 2753)%0A  > 15605c7 Defaulting Controller options for all kind of webhooks (# 2738)%0A  > 94b81fc Update community files (# 2752)

Signed-off-by: Knative Automation <automation@knative.team>
2023-06-15 18:55:48 +00:00
knative-automation 6d4828eeb3
Update community files (#756)
Signed-off-by: Knative Automation <automation@knative.team>
2023-06-06 02:08:28 +00:00
knative-automation dff27d15ae
upgrade to latest dependencies (#755)
bumping knative.dev/hack 5812c57...5b7907f:%0A  > 5b7907f Update actions (# 289)%0A  > c133d5d Install Istio for tests (# 291)%0Abumping knative.dev/pkg ec20442...5671699:%0A  > 5671699 drop the dynamic type (# 2750)%0A  > 9bda38b Fix some webhook testing tech debt (# 2751)

Signed-off-by: Knative Automation <automation@knative.team>
2023-05-31 15:32:37 +00:00
knative-automation ae49e7c31b
upgrade to latest dependencies (#753)
bumping k8s.io/code-generator 6523e22...eec869e:%0A  > eec869e Merge pull request # 117691 from dims/re-do-of-117242-on-release-1.26%0A  > 824419b Bump runc go module v1.1.4 -> v1.1.6%0A  > ba94e65 Merge pull request # 115787 from liggitt/net-0.7.0-1.26%0A  > 6276bf2 Update golang.org/x/net to v0.7.0%0A  > 73b9c40 Merge pull request # 115642 from nckturner/pin-golang.org/x/net-to-v0.4.0-in-1.26%0A  > 882af80 Pin golang.org/x/net to v0.4.0 in 1.26%0A  > 6063700 Merge remote-tracking branch 'origin/master' into release-1.26%0A  > b615940 Update golang.org/x/net 1e63c2f%0A  > 11d5c4c update k8s.io/utils to fix util tracing panic%0A  > 081720d Merge pull request # 113367 from pohly/dep-ginkgo-gomega%0A  > d44fa8c dependencies: update to gomega v1.23.0 and ginkgo v2.4.0 and dependencies%0A  > 300cdcf Merge pull request # 112693 from aimuz/fix-GO-2022-0969%0A  > e0ef4aa Fixed (CVE-2022-27664) Bump golang.org/x/net to v0.1.1-0.20221027164007-c63010009c80%0A  > 557ce1f Merge pull request # 113126 from alexzielenski/remove-unwanted-replace%0A  > f86120d remove errant replace%0A  > d6a8b70 Merge pull request # 113106 from pohly/dep-ginkgo-gomega%0A  > f77ba6d dependencies: update to gomega v1.22.1 and ginkgo v2.3.1%0A  > 3bbe215 Merge pull request # 112988 from alexzielenski/update-kube-openapi%0A  > e80bbc4 Merge pull request # 113037 from pacoxu/fsnotify-v1.6.0%0A  > d403dc0 update kube-openapi%0A  > 790e4bc update fsnotify to v1.6.0%0A  > 27bd7d9 Merge pull request # 112989 from ameukam/bump-golang.org/x/text-to-v0.3.8%0A  > 4731e5c Bump golang.org/x/text to v0.3.8%0A  > a8a213c Merge pull request # 112875 from pohly/update-yaml%0A  > 5f5bab9 dependencies: update to sigs.k8s.io/yaml v1.3.0%0A  > 983d5d0 Merge pull request # 112819 from thockin/no-make-generators%0A  > c35177b Format calls to codegens%0A  > 83929d0 Codegens: Do not auto-set boilerplate path%0A  > 1d82d12 Merge pull request # 112705 from stevekuznetsov/skuznets/fix-comment%0A  > c3414a0 clients: clarify a misleading comment%0A  > 998e449 Merge pull request # 112673 from dims/update-to-latest-k8s.io/utils-sep-22%0A  > e4543b2 Update to latest k8s.io/utils to pick up changes%0A  > 8e999f2 Merge pull request # 112613 from dims/update-github.com/go-openapi/jsonreference-to-drop-github.com/PuerkitoBio/purell%0A  > 524127d update github.com/go-openapi/jsonreference to drop github.com/PuerkitoBio/purell%0A  > 4ca0baf Merge pull request # 112545 from dims/update-etcd-3.5.5-and-all-otel-related-to-latest%0A  > b54a056 Merge pull request # 112352 from pohly/e2e-ginkgo-progress%0A  > 350c30a updated etcd to v3.5.5 and newer otel libraries as well%0A  > 5f3f945 e2e: bump ginkgo to v2.2.0%0A  > 2e5cca7 Merge pull request # 112200 from pohly/client-go-shared-informer-factory-shutdown%0A  > c3fdc3c Merge pull request # 112349 from pohly/klog-update%0A  > e4b7976 client-go: support waiting for SharedInformerFactory shutdown%0A  > 135f69b build: update to klog v2.80.1%0A  > f60067d Merge pull request # 112341 from enj/enj/i/second_time_is_the_charm%0A  > 7c81c99 Merge pull request # 111768 from weilaaa/feature_add_symmetric_difference_in_sets_string%0A  > 8468f16 Remove in-tree credential plugins (again)%0A  > 9b98ed3 add symmetric difference in sets%0A  > 34125ff Merge pull request # 112199 from pohly/klog-update%0A  > a055687 dependencies: update to klog v2.80.0%0A  > 16cba21 Merge pull request # 112129 from pohly/e2e-ginkgo-report-after-each%0A  > e051ad0 dependencies: update to ginkgo v2.1.6 and gomega v1.20.1%0A  > 3a31bb1 Merge pull request # 111934 from deads2k/apply-gen%0A  > 4d73156 Merge pull request # 112052 from tosi3k/bump-client-golang%0A  > 1382941 make applyconfiguration-gen skip generation for types that have generated clients and lack objectmeta%0A  > 03a75ea Bump prometheus/client_golang to v1.13.0%0A  > 17196da update the apply generator to use the same package the the client generator expects%0A  > a4e23d1 Merge pull request # 111566 from inosato/remove-ioutil-from-code-generator%0A  > a6a370c make applyconfiguration-gen handle pointers to slices%0A  > 087714e Merge pull request # 109884 from qzoscar/patch-1%0A  > fc00858 Remove ioutil from code-generator%0A  > ed79ca3 make applyconfiguration-gen work for resources without objectmeta%0A  > fea40fb Merge pull request # 111918 from liggitt/in-tree-auth%0A  > 3612509 fix a broken link%0A  > 78677a3 update the applyconfiguration-gen flag external-applyconfigurations to work%0A  > ad6af70 Revert "Remove gcp and azure auth plugins"%0A  > 7ba56cb applyconfiguration-gen handling of types that have a non-embedded use of TypeMeta%0A  > 97fa351 Merge pull request # 111696 from liggitt/go119mod%0A  > d71f529 add metav1.OwnerReference to the default external configurations to ease generation%0A  > 2b9093f Update go.mod to go1.19%0Abumping github.com/go-openapi/jsonreference 28a8ff9...c5db558:%0A  > c5db558 Merge pull request # 11 from erraggy/master%0A  > 238d8d0 Merge pull request # 9 from meinenec/master%0A  > b112df9 chore(deps): removes purell from dependancies%0A  > 9b671e3 dep: update x/net to latest release%0A  > 0abe7e0 dep: cve: bump x/text to v0.3.6%0Abumping github.com/prometheus/client_golang 2e1c481...254e546:%0A  > 254e546 Merge pull request # 1162 from kakkoyun/cut-1.14.0%0A  > 07d3a81 Merge pull request # 1161 from prometheus/release-1.13%0A  > c8a3d32 Cut v1.14.0%0A  > 870469e Test and support 1.19 (# 1160)%0A  > 53e51c4 Merge pull request # 1157 from prometheus/cut-1.13.1%0A  > b785d0c Fix go_collector_latest_test Fail on go1.19 (# 1136)%0A  > 64435fc Cut 1.13.0 (# 1110)%0A  > 79ca0eb Added tip from Björn + Grammarly.%0A  > 4d54769 Fix float64 comparison test failure on archs using FMA (# 1133)%0A  > 5b7e8b2 collectors.GoCollector: Added rule support for granular metric configuration. (# 1102)%0A  > 078f11f Cut 1.13.1 release (+ documenting release process).%0A  > 5f202ee Merge pull request # 1150 from prometheus/sparsehistogram%0A  > d44fbbe Fix build against GopherJS (# 897)%0A  > ddd7f0e Fix race condition with Exemplar in Counter (# 1146)%0A  > 0859bb8 Merge pull request # 1152 from jessicalins/update-to-custom-reg%0A  > fffb76c Merge branch 'main' into sparsehistogram%0A  > 1638da9 testutil: Add ScrapeAndCompare (# 1043)%0A  > 1f93f64 Fix `CumulativeCount` value of `+Inf` bucket created from exemplar (# 1148)%0A  > 10b0550 Fix race condition with Exemplar in Counter (# 1146)%0A  > a340ca4 Run make format%0A  > e92a8c7 Avoid the term 'sparse' where possible%0A  > c576b95 Generate new Go runtime metrics for go 1.19 (# 1105)%0A  > 8cc2b6c Fix double-counting bug in promhttp.InstrumentRoundTripperCounter (# 1118)%0A  > dcea97e Fix `CumulativeCount` value of `+Inf` bucket created from exemplar (# 1148)%0A  > 6056615 Update random example to use custom registry%0A  > d31f13b Add SparseBucketsZeroThresholdZero and groom doc comments%0A  > 618194d fix assorted oddities found by golangci-lint (# 1040)%0A  > 9801a4e Examples: Replace deprecated WithGoCollections with WithGoCollectorRuntimeMetrics (# 1130)%0A  > 0b7f488 Update simple example to use custom registry%0A  > 58a8ca4 examples: Adjust doc comment for native histograms%0A  > c7488be Added exemplar support to http middleware. (# 1055)%0A  > 7c46c15 Clarify documentation around what constructors do (# 1125)%0A  > 9b5c5b8 Update basic example to use custom registry%0A  > 4e71e6f Update prometheus/client_model dependency%0A  > 3faf3ba Fixed support for unordered input of exemplars. (# 1100)%0A  > 83d56b1 Extend prometheus.Registry to implement Collector (# 1103)%0A  > 111fae1 Merge branch 'main' into sparsehistogram%0A  > 44ce5e1 Ensure tests verify request params (# 1047)%0A  > 4c41dfb Clarify exemplar(Add|Observe) by renaming to (add|observe)WithExemplar (# 1122)%0A  > 25bc188 Merge pull request # 1144 from prometheus/beorn7/histogram2%0A  > 807b1ee explicitly add +inf bucket in withExemplarsMetric (# 1094)%0A  > f73e3cc Fix double-counting bug in promhttp.InstrumentRoundTripperCounter (# 1118)%0A  > 95cf173 Merge branch 'main' into sparsehistogram%0A  > 6942f9e sparse buckets: Fix handling of +Inf/-Inf/NaN observations%0A  > c6d4e40 Bump github.com/prometheus/procfs from 0.7.3 to 0.8.0 (# 1097)%0A  > c7aa2a5 Merge pull request # 1113 from prometheus/release-1.13%0A  > ec86ef1 Merge pull request # 1092 from prometheus/beorn7/histogram%0A  > 44c2c4d Remove ioutil (# 1096)%0A  > 1e61b8e Update common Prometheus files (# 1111)%0A  > 6141a07 Merge branch 'main' into sparsehistogram%0A  > 8cbcd40 histograms: Move to new exposition protobuf format%0A  > 76cdae2 Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 (# 1099)%0A  > 5a321c7 Merge branch 'foo-commit' into sparsehistogram%0A  > 3d482bb Merge pull request # 1081 from prometheus/beorn7/release%0A  > 9154d30 Bump github.com/prometheus/common from 0.35.0 to 0.37.0 (# 1098)%0A  > e93e384 Merge branch 'beorn7/release' into sparsehistogram%0A  > e203144 Merge branch 'release-1.12' of github.com:prometheus/client_golang into release-1.12%0A  > c6a634f Merge release-1.12 branch back into main (# 1079)%0A  > c1f2d13 Merge branch 'release-1.12' into beorn7/release%0A  > a528aff Update documentation for exemplar label limit (# 1095)%0A  > 525d042 Merge branch 'main' into sparsehistogram%0A  > a516626 Merge branch 'release-1.12' into beorn7/release%0A  > a27b6d7 Fix conflicts%0A  > 0e136d1 Cut v1.12.2 (# 1052)%0A  > e8f9160 Bump github.com/prometheus/common from 0.34.0 to 0.35.0 (# 1076)%0A  > 5da7b61 Fix version number in VERSION (# 1080)%0A  > ba4a543 Raise exemplar labels limit from 64 to 128 (# 1091)%0A  > 6ba7871 Merge branch 'main' into sparsehistogram%0A  > 5fe1d33 Remove -Inf buckets from go collector histograms (# 1049)%0A  > 810fcb4 Add Error API for pusher (# 1075)%0A  > eb59a7b Histogram: Fix bug with negative schemas (# 1054)%0A  > 2cfd1eb Enable same linters as the Prometheus repo itself (# 1056)%0A  > 049d0fe prometheus: Fix convention violating names for generated collector metrics (# 1048)%0A  > 4ad265f Update common Prometheus files (# 1068)%0A  > b237230 Merge branch 'main' into sparsehistogram%0A  > ebd77f0 Update common Prometheus files (# 1064)%0A  > 7eb9d11 gocollector: Reverted client_golang v1.12 addition of runtime/metrics metrics by default. (# 1033)%0A  > 294cca4 Merge branch 'main' into sparsehistogram%0A  > 5d584e2 Update readme (# 1053)%0A  > 2c3d072 Add GitHub settings (# 1063)%0A  > d498b3c gocollector: Added options to Go Collector for changing the (# 1031)%0A  > 70253f4 Fix typo in doc comment%0A  > fab6748 Bump github.com/prometheus/common from 0.33.0 to 0.34.0 (# 1051)%0A  > e38d614 Update minimum supported Go version (# 1062)%0A  > 585540a Fix deprecated `NewBuildInfoCollector` API%0A  > 5b19c55 Merge branch 'master' into sparsehistogram%0A  > edecbb2 Enable dependabot (# 1050)%0A  > 0dd9392 Update common Prometheus files (# 1061)%0A  > 39cf574 Cut v1.12.1 (# 978)%0A  > dfbcc28 Merge pull request # 901 from prometheus/beorn7/histogram%0A  > 35c82f2 Remove -Inf buckets from go collector histograms (# 1049)%0A  > 9b785b0 Reduce granularity of histogram buckets for Go 1.17 collector (# 974)%0A  > 84fcaff Merge branch 'master' into sparsehistogram%0A  > 263be8d Refactoring of sparse histograms%0A  > f251146 prometheus: Fix convention violating names for generated collector metrics (# 1048)%0A  > 5a529ae API client: make http reads more efficient (# 976)%0A  > 9ef5f90 Allow a zero threshold of zero%0A  > 2409960 Implement strategy to limit the sparse bucket count%0A  > 589b2ea Update common Prometheus files (# 1046)%0A  > d32edd6 Use simpler locking in the Go 1.17 collector (# 975)%0A  > aa6f67a Add TODO about bucket search optimization%0A  > 0222f88 Update common Prometheus files (# 1045)%0A  > 772b893 Make the Go 1.17 collector thread-safe (# 969)%0A  > 43f31c2 Merge pull request # 886 from prometheus/beorn7/histogram%0A  > 24605c5 update branch names in a few links (# 1039)%0A  > 08a53e5 Bump the day%0A  > 5aa8534 Merge branch 'master' into sparsehistogram%0A  > 5142344 Pin client_model to the most recent sparsehistogram commit%0A  > 4048091 client: Allow configuration of http client (# 1025)%0A  > 2ce58a7 Cut v1.12.0%0A  > 97eb041 Tidy go.sum%0A  > 6c4e0ef Add tests for sparse histogram%0A  > efe8e6f Document WithTimeout options for Query/QueryRange (# 1037)%0A  > 553ed73 Fix lint warning%0A  > 31318b7 Switch to base-2 buckets%0A  > 4dcf02e Implement deletion based on partially matching labels (# 1013)%0A  > b7a540a Fix test%0A  > 48a686a Update query API to support timeouts (# 1014)%0A  > a9df0ba Update prometheus/client_model%0A  > 11ee9ad gocollector: Reverted client_golang v1.12 addition of runtime/metrics metrics by default. (# 1033)%0A  > ce36ee3 Merge branch 'master' into beorn7/histogram%0A  > cd90f33 smart diff to testutil.GatherAndCompare (# 998)%0A  > d698336 Merge branch 'master' into beorn7/histogram%0A  > 0c691ed go.mod: Exclude prometheus/client_golang v1.12.1 (# 1027)%0A  > 08104a0 Minor doc comment fixes%0A  > 46d3dd4 Bump minimum required Go version to 1.16 (# 1032)%0A  > a9d0066 Add note about pow-of-10 precision issue%0A  > 2417284 gocollector: Added options to Go Collector for changing the (# 1031)%0A  > d1f5366 Fix span offset%0A  > cc7991d Make Query requests idempotent (# 1022)%0A  > abe540f Encode sparse histograms in protobuf%0A  > 0bab4fd push: Add PushContext and AddContext to Pusher (# 1028)%0A  > c98db4e Demo sparse histograms%0A  > 06b6412 Added info about our slack channel. (# 1029)%0A  > 130da3b Merge pull request # 1021 from dohnto/dohnto/line-of-sight%0A  > 3e9269d Merge pull request # 1019 from prometheus/repo_sync%0A  > 40e54a7 Refactor apiClientImpl.DoGetFallback%0A  > 29e8191 go.mod: Update dependencies (# 1018)%0A  > e2504f8 Update common Prometheus files%0A  > 8dfa334 Remove workaround for pre go1.15 (# 1010)%0A  > 3bc8f2c Update common Prometheus files (# 1009)%0A  > 6559749 Add statebot config (# 1001)%0A  > 36b47eb When prefix is empty, no more dots should be written (# 1005)%0A  > 5d78aaa .circleci: Add config to test against go1.18 (# 1006)%0A  > 157170d Merge pull request # 1007 from prometheus/fix-lint%0A  > 66837e3 Add exemplar support for const histogram and const metric (# 986)%0A  > 9894406 Fixed lint warning.%0A  > fe8d1e1 Merge pull request # 1000 from alissa-tung/patch-1%0A  > 6c18569 Merge pull request # 1003 from prometheus/repo_sync%0A  > ffd6362 Update Dockerfile example%0A  > 868ec21 Update common Prometheus files (# 992)%0A  > 0291563 Update common Prometheus files%0A  > b05177a Fix deprecated `NewBuildInfoCollector` API%0A  > 1f81b3e Added Transactional Gatherer allowed cached solutions (# 989)%0A  > f3021b0 Create codeql-analysis.yml (# 982)%0A  > 5ac1e92 Merge pull request # 980 from mrueg/min-go-1.15%0A  > 5678ca5 go.mod: Set minimal support version of go to 1.15%0Abumping golang.org/x/term d974fe8...0edf009:%0A  > 0edf009 go.mod: update golang.org/x dependencies%0Abumping k8s.io/api 88912e3...6b24792:%0A  > 6b24792 Update dependencies to v0.26.5 tag%0A  > 37e98ba Merge pull request # 117814 from kerthcet/automated-cherry-pick-of-# 117802-upstream-release-1.26%0A  > 7ff025f Update podFailurePolicy comments from alpha-level to beta%0A  > c9f384e Merge pull request # 117691 from dims/re-do-of-117242-on-release-1.26%0A  > c00f1ad Bump runc go module v1.1.4 -> v1.1.6%0A  > 4c28c5a Merge pull request # 117323 from dddddai/automated-cherry-pick-of-# 117182-upstream-release-1.26%0A  > 9483bbc use case-insensitive header keys for http probes%0A  > 0545f3a Merge pull request # 116081 from pohly/automated-cherry-pick-of-# 115928-origin-release-1.26%0A  > e92d7e9 api: generated files%0A  > 16f23da api: drop Resources.Claims from PVC and PVC template%0A  > 5fd8a44 Merge pull request # 115787 from liggitt/net-0.7.0-1.26%0A  > 1b65b64 Update golang.org/x/net to v0.7.0%0A  > 2e857c1 Merge pull request # 115400 from pohly/automated-cherry-pick-of-# 115354-origin-release-1.26%0A  > 1c6bd70 Merge pull request # 115642 from nckturner/pin-golang.org/x/net-to-v0.4.0-in-1.26%0A  > 50d0b42 dynamic resource allocation: avoid apiserver complaint about list content%0A  > 045c7fe Pin golang.org/x/net to v0.4.0 in 1.26%0A  > 07a9cbc Merge pull request # 114617 from JoelSpeed/automated-cherry-pick-of-# 114585-upstream-release-1.26%0A  > 52655b9 Resource claims should be a map type%0A  > 07ac8fe Merge remote-tracking branch 'origin/master' into release-1.26%0A  > 566ee01 Update golang.org/x/net 1e63c2f%0A  > b966dc9 sync: update go.mod%0A  > 053624e Merge pull request # 111023 from pohly/dynamic-resource-allocation%0A  > 3590eda Merge pull request # 113375 from atiratree/PodHealthyPolicy-api%0A  > 8356158 api: update testdata%0A  > 5cb3202 Merge pull request # 113186 from ttakahashi21/KEP-3294%0A  > 5a4f9a5 generated%0A  > 78799a8 api: generated files%0A  > dfd6ea2 Generate code%0A  > 993c43c api: add UnhealthyPodEvictionPolicy for PDBs%0A  > ef72ea9 api: dynamic resource allocation API%0A  > d8ab3fb Add API and validation for CrossNamespaceVolumeDataSource%0A  > af772fc api: add resource claims to core API%0A  > 7beaa08 Merge pull request # 112744 from pwschuurman/statefulset-slice-impl%0A  > d7d25c8 Merge pull request # 113360 from mimowo/handling-pod-failures-beta-enable%0A  > f46cd33 Undo unintentional documentation comment change%0A  > f967e44 Merge pull request # 113485 from MikeSpreitzer/apf-borrowing%0A  > 11620b8 Enable the feature into beta%0A  > 6ae95de Fix typo in function emptyInvariants()%0A  > 34f4a52 apiserver: update API testdata at HEAD for flowcontrol%0A  > 3928298 Rebasing feature branch%0A  > e91ffd8 apiserver: add generated files for borrowing in flowcontrol%0A  > d961983 Update doc comments and change name of feature gate%0A  > fcd0d56 apiserver: add fields for borrowing in apf flowcontrol%0A  > adddac7 Small updates and comment fixes%0A  > 98c1aa6 Merge pull request # 113314 from cici37/celIntegration%0A  > 0d02273 Update generated protobuf files%0A  > 3f61c95 Merge pull request # 113688 from dashpole/update_utils%0A  > 8a0a045 API - make update%0A  > a5e7c66 Adding implementation of KEP-3335, StatefulSetSlice%0A  > 72a29bf Merge pull request # 113500 from kerthcet/feat/graduate-nodeInclusionPoplicy-to-beta%0A  > 2a2f510 update k8s.io/utils to fix util tracing panic%0A  > 891a1f8 Adding new api version of admissionregistration.k8s.io v1alpha1 for CEL in Admission Control%0A  > ee30dcf Merge pull request # 113047 from everpeace/improve-supplemental-groups-description%0A  > 2482389 Feat: graduate NodeInclusionPolicy to beta%0A  > a489930 Rename copy to v1alpha1%0A  > 9a33ad3 Merge pull request # 112360 from mimowo/handling-pod-failures-beta-kubelet%0A  > c4b2250 Improve the description of PodSecurityContext.SupplementalGroups (including cri-api)%0A  > 358a069 Copy over admissionregistration v1 to v1alpha1%0A  > 6c616e1 Merge pull request # 113510 from alculquicondor/finalizers-stable%0A  > 5210e2f Add pod disruption conditions for kubelet initiated failures%0A  > 2025045 Merge pull request # 113351 from andrewsykim/endpointslice-terminating-ga%0A  > aa2b4eb Graduate JobTrackingWithFinalizers to stable%0A  > 4bad656 Merge pull request # 113274 from Huang-Wei/kep-3521-A%0A  > aa9d0a7 k8s.io/api/discovery: remove API docs referencing EndpointSliceTerminatingCondition feature gate%0A  > 91f2496 Merge pull request # 113496 from avoltz/anvoltz/ga-itr%0A  > 686871f Automated codegen%0A  > c865c5c Promote ServiceInternalTrafficPolicy to GA%0A  > bd25e4f APIs, Validation and condition enforcements%0A  > 5448eb3 Merge pull request # 106242 from thockin/revive-copy-lb-status-type-to-ingress%0A  > edbfe77 Copy LoadBalancerStatus from core to networking%0A  > 6892570 Merge pull request # 112693 from aimuz/fix-GO-2022-0969%0A  > c5dc3f4 Fixed (CVE-2022-27664) Bump golang.org/x/net to v0.1.1-0.20221027164007-c63010009c80%0A  > 4e8dc44 Merge pull request # 111978 from Jefftree/aggregated-discovery-types%0A  > 72580e4 Add discovery types%0A  > 0184bd8 Merge pull request # 112643 from SergeyKanzhelev/removeDynamicKubeletConfig%0A  > 0f81104 Merge pull request # 112989 from ameukam/bump-golang.org/x/text-to-v0.3.8%0A  > f8118a1 remove DynamicKubeletConfig feature gate from the code%0A  > 370c8f0 Bump golang.org/x/text to v0.3.8%0A  > 3638040 Merge pull request # 112875 from pohly/update-yaml%0A  > 7ecab5c dependencies: update to sigs.k8s.io/yaml v1.3.0%0A  > 669318b Merge pull request # 112832 from tkashem/apf-prelifecycle-gen%0A  > 2cfef31 apiserver: prerelease-lifecycle-gen for flowcontrol%0A  > 3cedfad Merge pull request # 112306 from tkashem/v1beta3%0A  > 3814236 Merge pull request # 112707 from enj/enj/i/https_links%0A  > 418dd97 add testdata for flowcontrol v1beta3%0A  > ba008c5 Use https links for k8s KEPs, issues, PRs, etc%0A  > c96c62f rename assuredConcurrencyShares for flowcontrol v1beta3%0A  > be233f8 Merge pull request # 112673 from dims/update-to-latest-k8s.io/utils-sep-22%0A  > 51a3f54 add patch annotations to flowcontrol v1beta3%0A  > ca5be1f Update to latest k8s.io/utils to pick up changes%0A  > 7e203ee apiserver: generate for apf v1beta3%0A  > 79091da Merge pull request # 112577 from andrewsykim/feature-gate-cleanup%0A  > 19d0ef4 apiserver: enable v1beta3 for apf%0A  > 052d63f Merge pull request # 112545 from dims/update-etcd-3.5.5-and-all-otel-related-to-latest%0A  > 1f28922 remove +featureGate=LoadBalancerClass tag in service.spec.loadBalancerClass%0A  > f50a5b7 apiserver: apf rename copy to v1beta3%0A  > 9df3db1 updated etcd to v3.5.5 and newer otel libraries as well%0A  > bed6431 apiserver: copy apf v1beta2 to v1beta3%0A  > c98ebf1 Merge pull request # 112487 from liggitt/flowcontrol-test%0A  > 5c9e17a Add compatibility fixtures for v1beta2 flowcontrol%0A  > 9842651 Merge pull request # 111333 from flant/selfsubjectattributesreviews%0A  > 43df43b Add auth API to get self subject attributes%0A  > 30ff991 Merge pull request # 112349 from pohly/klog-update%0A  > e6114e9 build: update to klog v2.80.1%0A  > 929c3f0 Merge pull request # 112301 from aojea/ipv6_rfc3849%0A  > a687cab use IPv6 Address Prefix Reserved for Documentation for api docs%0A  > 6dd661f Merge pull request # 112199 from pohly/klog-update%0A  > 8a7d12c dependencies: update to klog v2.80.0%0A  > a6ff7c9 Merge pull request # 112146 from kerthcet/feat/move-schedulerError-to-api%0A  > ab89e44 Move constant schedulerError in scheduler to v1 package%0A  > d104994 Merge pull request # 112052 from tosi3k/bump-client-golang%0A  > 15b6dd2 Bump prometheus/client_golang to v1.13.0%0A  > 3be0a3c Merge pull request # 111974 from liggitt/1-25-compatibility%0A  > 49e055e Merge pull request # 111830 from t1anz0ng/typo%0A  > fcc83cd Drop 1.23 compatibility data%0A  > 64f80bd Merge pull request # 111611 from kardashov/ref-spec-docs-typo-fix%0A  > ea5df3a fix(typo): remove extra " from autoscaling doc string%0A  > 4cde1ad Add 1.25 compatibility data%0A  > 2e7b661 Merge pull request # 111657 from aojea/hc_nodeport%0A  > d07af88 Generate specs after fixing typo in documentation%0A  > 649256a Fix typo in field description.%0Abumping google.golang.org/protobuf 32051b4...6875c3d:%0A  > 6875c3d all: release v1.28.1%0A  > 881da6e all: Add prebuild binaries for arm64%0A  > 2a74a0e A+C: delete AUTHORS and CONTRIBUTORS%0A  > de9682a internal/impl: improve MessageInfo.New performance%0A  > b0a9446 all: reformat with go1.19 gofmt%0A  > c1bbc5d all: make integration test work on darwin/arm64%0A  > 5f429f7 proto: fix compilation failure in tests%0A  > fc44d00 proto: use reflect.Ptr for backward compatibility%0A  > 380c339 proto: short-circuit Equal when inputs are identical%0A  > 784c482 all: remove shorthand import aliases%0A  > e62d8ed all: remove duplicate imports%0A  > 11ec34f gha-ci: update github actions to latest versions%0A  > 147729a gha-ci: bump Go version, nits%0A  > 4790de6 all: update to latest staticcheck%0A  > f8e9eb5 internal/encoding/text: fix -0 comparisons in tests%0A  > bf94556 all: fix typos%0A  > 06eea5e internal/impl: CompressGZIP: simplify%0A  > 4db09f5 all: add/bump tested Go versions%0A  > 563f06f internal/encoding/text/decode: limit errId length%0A  > a048235 internal/encoding/text/decode: stop using regexp%0A  > 8a7ba07 reflect/protoreflect: improve documentation for message types%0A  > d77bd4b release.bash: replace aliased git commands with non-aliased equivalents%0A  > 4c88e07 all: start v1.28.0-devel%0Abumping k8s.io/client-go 7226b15...6e9dabb:%0A  > 6e9dabb Update dependencies to v0.26.5 tag%0A  > 038b381 Merge pull request # 117691 from dims/re-do-of-117242-on-release-1.26%0A  > cd83e43 Bump runc go module v1.1.4 -> v1.1.6%0A  > dbfbc03 Merge pull request # 117686 from ardaguclu/automated-cherry-pick-of-# 117495-upstream-release-1.26%0A  > d72dec4 Use absolute path instead requestURI in openapiv3 discovery%0A  > a5144d4 Merge pull request # 117638 from seans3/automated-cherry-pick-of-# 117571-origin-release-1.26%0A  > d6f8d04 Refactors discovery content-type and helper functions%0A  > 2dd0093 Merge pull request # 115899 from odinuge/automated-cherry-pick-of-# 115620-upstream-release-1.26%0A  > f3ae5cb Merge pull request # 116666 from seans3/automated-cherry-pick-of-# 116603-origin-release-1.26%0A  > fffc68d Change where transformers are called.%0A  > 5ebee18 Aggregated discovery resilient to nil GVK%0A  > 8190aa4 client-go/cache: update Replace comment to be more clear%0A  > 87720b3 Merge pull request # 116437 from seans3/automated-cherry-pick-of-# 116145-# 115865-origin-release-1.26%0A  > b667227 client-go/cache: rewrite Replace to check queue first%0A  > fc13749 Removes old discovery hack ignoring 403 and 404%0A  > 30215cd client-go/cache: merge ReplaceMakesDeletionsForObjectsInQueue tests%0A  > f39ba12 Plumb stale GroupVersions through aggregated discovery%0A  > ba35969 client-go/cache: fix missing delete event on replace without knownObjects%0A  > f538edf Merge pull request # 116352 from seans3/automated-cherry-pick-of-# 115978-origin-release-1.26%0A  > 97cf9cb client-go/cache: fix missing delete event on replace%0A  > 5dbbc58 Tolerate empty discovery response in memcache client%0A  > 62133a9 Merge pull request # 115787 from liggitt/net-0.7.0-1.26%0A  > 8ce239f Update golang.org/x/net to v0.7.0%0A  > e6bc0bc Merge pull request # 115566 from enj/automated-cherry-pick-of-# 115315-upstream-release-1.26%0A  > 9112e19 Merge pull request # 115400 from pohly/automated-cherry-pick-of-# 115354-origin-release-1.26%0A  > 0519b53 kubelet/client: collapse transport wiring onto standard approach%0A  > 2e34348 Merge pull request # 115642 from nckturner/pin-golang.org/x/net-to-v0.4.0-in-1.26%0A  > 7be38cd dynamic resource allocation: avoid apiserver complaint about list content%0A  > 4968c4a Pin golang.org/x/net to v0.4.0 in 1.26%0A  > 0c34939 Merge pull request # 114617 from JoelSpeed/automated-cherry-pick-of-# 114585-upstream-release-1.26%0A  > 04b098b Resource claims should be a map type%0A  > b3fff46 Merge pull request # 114415 from hoskeri/automated-cherry-pick-of-# 114404-upstream-release-1.26%0A  > 236db3c Merge pull request # 113988 from liggitt/automated-cherry-pick-of-# 113933-upstream-release-1.26%0A  > a2ef324 Check the correct error in d.downloadAPIs%0A  > 95a14c3 Merge remote-tracking branch 'origin/master' into release-1.26%0A  > ebb499f Limit request retrying to []byte request bodies%0A  > 1a7cd1d Update golang.org/x/net 1e63c2f%0A  > 53f2fea sync: update go.mod%0A  > 968ba8d Merge pull request # 113797 from seans3/force-no-aggregated%0A  > c8ffed3 Merge pull request # 111023 from pohly/dynamic-resource-allocation%0A  > 3ac73ea Adds bool to force non-aggregated discovery%0A  > 61cd728 Merge pull request # 113826 from jsafrane/add-openstack%0A  > 522eaa1 api: generated files%0A  > cfd682c Merge pull request # 113375 from atiratree/PodHealthyPolicy-api%0A  > f2b10f3 Remove OpenStack cloud provider%0A  > acc9fa7 Merge pull request # 113186 from ttakahashi21/KEP-3294%0A  > f1c80d7 generated%0A  > a3d3eb0 Revert "Remove references to openstack and cinder"%0A  > c7bdab2 Generate code%0A  > 0a1f6a8 Merge pull request # 112744 from pwschuurman/statefulset-slice-impl%0A  > 1c7a870 Merge pull request # 113485 from MikeSpreitzer/apf-borrowing%0A  > eed2516 Adding implementation of KEP-3335, StatefulSetSlice%0A  > 7280270 Merge pull request # 113599 from seans3/discovery-client-update%0A  > d4a3675 apiserver: add generated files for borrowing in flowcontrol%0A  > 7694435 Update redacting functionality to redact all sensitive info in config when printing with view (# 109189)%0A  > 25d5761 Aggregated discovery client%0A  > 4b1a9fd Merge pull request # 113314 from cici37/celIntegration%0A  > ea9ec91 Merge pull request # 112905 from alexzielenski/kubectl-apply-csa-migration%0A  > 3a430a4 API - make update%0A  > 3daf180 Merge pull request # 113688 from dashpole/update_utils%0A  > 898b7a3 add FindFieldsOwners util function%0A  > dbe034b update k8s.io/utils to fix util tracing panic%0A  > 4f63b62 add UpgradeManagedFieldsPatch%0A  > 7ed3193 Merge pull request # 111545 from jlsong01/rewrite_signature_of_StartEventWatcher%0A  > c8c6cb5 add OWNERS to csaupgrade%0A  > cbe28cf Merge pull request # 113274 from Huang-Wei/kep-3521-A%0A  > 3467961 rewrite signature of function StartEventWatcher%0A  > a45874a remove kubectl annotation logic from upgrade patch%0A  > 2248bf3 Automated codegen%0A  > d576a35 Merge pull request # 113387 from wojtek-t/refactor_client_indexing%0A  > 4fbef5b Merge pull request # 106242 from thockin/revive-copy-lb-status-type-to-ingress%0A  > 5e7ba1f Minor cleanup of thread safe store%0A  > bc6266d Merge pull request # 103177 from arkbriar/support_cancelable_exec_stream%0A  > 3f162fe Copy LoadBalancerStatus from core to networking%0A  > b69a16c Refactor store index into its structure%0A  > 19b2e89 Merge pull request # 113523 from seans3/content-type-response%0A  > 0563dec Propagate the panic with a channel%0A  > 8ff4970 Get response content-type%0A  > 2362c7b use subtests and defer in TestSPDYExecutorStream%0A  > 0d57396 Merge pull request # 113304 from mimowo/handling-pod-failures-beta-ssa%0A  > 5e0a531 Support cancelable SPDY executor stream%0A  > a232cf0 Merge pull request # 113367 from pohly/dep-ginkgo-gomega%0A  > a191e58 SSA to add pod failure conditions - ready for review%0A  > 984bdbf dependencies: update to gomega v1.23.0 and ginkgo v2.4.0 and dependencies%0A  > f87d047 Merge pull request # 112693 from aimuz/fix-GO-2022-0969%0A  > d236783 Fixed (CVE-2022-27664) Bump golang.org/x/net to v0.1.1-0.20221027164007-c63010009c80%0A  > ef8a2e5 Merge pull request # 113089 from zackzhangkai/fix-doc%0A  > 197e479 Merge pull request # 108959 from astraw99/fix-duplicate-list%0A  > 0945beb fix typo%0A  > 42a0e1c Merge pull request # 113062 from alexzielenski/client-go-json-output%0A  > f549acf Fix duplicate code block of ListAll function%0A  > b6d3c8d Merge pull request # 107278 from harsimranmaan/allow_pagination_in_dynamic_fake_lister%0A  > 624929c address feedback%0A  > 9cc33a4 Merge pull request # 113106 from pohly/dep-ginkgo-gomega%0A  > 0c269b7 remove selflink as per review feedback%0A  > 12cafe2 refactor to use Schema(contentType)%0A  > 9b51067 dependencies: update to gomega v1.22.1 and ginkgo v2.3.1%0A  > fbd8e9a fix failing test assertions%0A  > 8b6ceae add more options for fetching openapiv3 in clients%0A  > fa9ed7f Merge pull request # 112860 from nckturner/remove-log-line%0A  > 1f10368 Preserve metadata for fake dynamic client unstructured lists%0A  > 6b24912 Merge pull request # 112988 from alexzielenski/update-kube-openapi%0A  > 5870c62 Remove log line from expiration cache%0A  > aea20dd Merge pull request # 113037 from pacoxu/fsnotify-v1.6.0%0A  > e3bb48f update kube-openapi%0A  > 1af3711 update fsnotify to v1.6.0%0A  > e6d958c Merge pull request # 112989 from ameukam/bump-golang.org/x/text-to-v0.3.8%0A  > 5e469ba Bump golang.org/x/text to v0.3.8%0A  > f515a4c Merge pull request # 112774 from stevekuznetsov/skuznets/dynamic-client-similar%0A  > b28f6c9 Merge pull request # 112875 from pohly/update-yaml%0A  > 34e8a5d client-go: factor the dynamic client similarly to others%0A  > c9afc73 dependencies: update to sigs.k8s.io/yaml v1.3.0%0A  > f24bd69 Merge pull request # 112306 from tkashem/v1beta3%0A  > ebc7cd4 Merge pull request # 112707 from enj/enj/i/https_links%0A  > 9b97b72 rename assuredConcurrencyShares for flowcontrol v1beta3%0A  > 2f43d37 Merge pull request # 112705 from stevekuznetsov/skuznets/fix-comment%0A  > 1665808 Use https links for k8s KEPs, issues, PRs, etc%0A  > 9bac803 apiserver: generate for apf v1beta3%0A  > 3697342 Merge pull request # 112680 from enj/enj/i/tls_cache_key_comparable%0A  > 956c1ce clients: clarify a misleading comment%0A  > c81636c Merge pull request # 112665 from NoicFank/fix-typo%0A  > cc2441c transport/cache: statically assert that tlsCacheKey is comparable%0A  > be20b2b Merge pull request # 112673 from dims/update-to-latest-k8s.io/utils-sep-22%0A  > 59765b8 fix typo error%0A  > 04dbcd8 Update to latest k8s.io/utils to pick up changes%0A  > 2fd4aac Merge pull request # 112613 from dims/update-github.com/go-openapi/jsonreference-to-drop-github.com/PuerkitoBio/purell%0A  > 47ad72a update github.com/go-openapi/jsonreference to drop github.com/PuerkitoBio/purell%0A  > f7c9c63 Merge pull request # 112545 from dims/update-etcd-3.5.5-and-all-otel-related-to-latest%0A  > b6e72dc Merge pull request # 112226 from aojea/client_go_transport%0A  > 6b5ecad updated etcd to v3.5.5 and newer otel libraries as well%0A  > acfaa39 Merge pull request # 112352 from pohly/e2e-ginkgo-progress%0A  > 1bd914a client-go: test transport generation is goroutine safe%0A  > 037b5fd Merge pull request # 112514 from markmc/patch-1%0A  > ec6c80a e2e: bump ginkgo to v2.2.0%0A  > 3f66212 client-go: remove reference to TPR in examples%0A  > 86ffa32 Merge pull request # 112475 from vatsalparekh/fix-TestRESTClientLimiter%0A  > ece6462 Merge pull request # 112476 from enj/enj/i/list_pager_flake%0A  > bf2b395 Fix Infelicities in TestRESTClientLimiter%0A  > 58155b7 Merge pull request # 112450 from enj/enj/i/exec_tls_cache_holder_cleanup%0A  > 6703098 Check for context cancellation on each buffered chunk%0A  > eecd3e5 Merge pull request # 112091 from xyz-li/master%0A  > 5dab9a0 client-go/transport: drop Dial and GetCert fields in favor of Holders%0A  > f6b8521 Merge pull request # 111333 from flant/selfsubjectattributesreviews%0A  > cc3cc93 kubectl: fix memory leaks in port forwarding client%0A  > b2b55e6 Add auth API to get self subject attributes%0A  > 18c3338 Merge pull request # 112200 from pohly/client-go-shared-informer-factory-shutdown%0A  > 9dae691 Merge pull request # 112309 from shyamjvs/disable-compression%0A  > ec4fedd client-go: support waiting for SharedInformerFactory shutdown%0A  > ab826d2 Merge pull request # 112349 from pohly/klog-update%0A  > 49ac40b Autogen code%0A  > ab0bfda build: update to klog v2.80.1%0A  > b8a8d94 Add DisableCompression option to KubeConfig%0A  > f32861c Merge pull request # 112341 from enj/enj/i/second_time_is_the_charm%0A  > 7d208ba Remove in-tree credential plugins (again)%0A  > e003fa9 Merge pull request # 112017 from enj/enj/i/exec_tls_cache%0A  > 2698e82 Merge pull request # 111967 from alexzielenski/csa-to-ssa%0A  > 6a008ec exec auth: support TLS config caching%0A  > 27c67e7 Merge pull request # 111122 from alexzielenski/informer%0A  > 00d892f correct spacing%0A  > d28c736 Merge pull request # 112022 from JackZxj/release-lock%0A  > a300ae0 return when test is done%0A  > 2efbeaf add boilerplate%0A  > b8b6206 Merge pull request # 112199 from pohly/klog-update%0A  > d04c2ce update lock getter of leaderelection%0A  > 93e5e0e hold listener lock while waiting for goroutines to finish%0A  > dac0826 remove inaccurate comment%0A  > 5a2c3e9 dependencies: update to klog v2.80.0%0A  > e11a988 simplify control flow%0A  > 7634f2e make upgrade modify input instead of deep copying%0A  > 7ccf7b0 Merge pull request # 112134 from apelisse/client-go-valid-segment%0A  > ac7f657 fix spelling%0A  > 9aa7c11 remove fieldsv1 from upgrade body%0A  > d83ec9e Merge pull request # 112129 from pohly/e2e-ginkgo-report-after-each%0A  > a4b84d8 Validate segments with client-go/dynamic%0A  > 0f4a6cf reset listenersStarted%0A  > 703d15e Update staging/src/k8s.io/client-go/util/csaupgrade/upgrade.go%0A  > cac10a8 dependencies: update to ginkgo v2.1.6 and gomega v1.20.1%0A  > 449817f add multithreaded test to shared informer%0A  > 675ca93 refactor if statement%0A  > 46d4284 Merge pull request # 111241 from Abirdcfly/fixtestorsource%0A  > de0b767 remove duplicate test%0A  > cfaca90 address comments%0A  > bdae576 Merge pull request # 112068 from aojea/aojea_client_go%0A  > 9b300de make TestListPager_EachListItem rework%0A  > 0565962 address review comments%0A  > 089614c remove last applied configuration information%0A  > fd22687 add aojea as client-go reviewer%0A  > 5a25eb0 switch listeners to use a map, adapt tests%0A  > efe3789 add more test cases%0A  > 35ead05 Merge pull request # 112052 from tosi3k/bump-client-golang%0A  > 90c6a46 active remove/add tests for event handlers%0A  > 46dc22f clean up test%0A  > 5291ca2 Bump prometheus/client_golang to v1.13.0%0A  > de4dd3a tests for invalid registration removals%0A  > ced85a8 update godoc%0A  > e6538dd Merge pull request # 112024 from cndoit18/remove-redundant-judgment%0A  > 33eff64 apply desired changes for handler registration%0A  > 049ba69 expose FieldsToSet and SetToFields%0A  > bcd2e6c style: remove redundant judgment%0A  > d73e40f rename handle to registration%0A  > aa892ab remove  unused code%0A  > d5e5863 Merge pull request # 111752 from aanm/revert-final-url-template%0A  > b3a61c6 remove informational informer methods again%0A  > 90ef078 dont expose internal methods in implementatoin%0A  > 5feaced Merge pull request # 67782 from dims/yank-in-tree-openstack-cloud-provider%0A  > e9d4627 client-go/rest: check if url is nil to prevent nil pointer dereference%0A  > ecdc8bf support removal of event handlers from SharedIndexInformers%0A  > c364b63 add function to upgrade managedfields CSA to SSA%0A  > 0fdc4f3 Merge pull request # 111684 from 0xff-dev/master1%0A  > 98e81a7 Remove references to openstack and cinder%0A  > c501ee0 Revert "client-go: remove no longer used finalURLTemplate"%0A  > 4faffa8 Merge pull request # 111564 from inosato/remove-ioutil-from-cli-client-go%0A  > c94a539 use constant NamespaceDefault instead of variable namespace%0A  > 2e40408 Merge pull request # 111918 from liggitt/in-tree-auth%0A  > 27de641 Remove ioutil from client-go%0Abumping knative.dev/pkg a170a07...ec20442:%0A  > ec20442 Update community files (# 2747)%0A  > 05bfcf6 bump k8s dependencies and update min version to v1.25 (# 2745)%0A  > 52ff2ac drop dynamic client wrappers (# 2744)%0Abumping github.com/go-kit/log 63376a2...71fa7d7:%0A  > 71fa7d7 Simplify stack helpers and remove internal/stack package (# 11)%0A  > 1befbfc remove the stack library dependency (# 10)%0A  > ad0641e Updates for Go 1.17 (# 7)%0Abumping github.com/google/go-cmp f144a35...a97318b:%0A  > a97318b Adjust heuristic for line-based versus byte-based diffing (# 299)%0A  > 377d283 Run tests on Go 1.19 (# 309)%0A  > 6606d4d Use value.TypeString in PathStep.String (# 306)%0A  > f36a68d Pre-declare global type variables (# 302)%0A  > 5dac6aa Fix typo in Result documentation (# 300)%0A  > 14ad8a0 Format with Go 1.19 formatter (# 304)%0A  > a53d7e0 Use reflect.Value.IsZero (# 297)%0Abumping github.com/prometheus/common 2af6d03...49b3603:%0A  > 49b3603 Improve OAuth2 user agent handling (# 391)%0A  > c5e1b60 config: ignore deprecated warning in tests (# 389)%0A  > b86ea81 OAuth2: Respect disable keepalives option; Implement close idle connections (# 390)%0A  > cdc09f0 Merge pull request # 387 from roidelapluie/useragent%0A  > d75e027 Merge pull request # 388 from simonpasquier/fix-tls-tests-for-go-1.18%0A  > db0284d Fix comment%0A  > 26d4974 Add more mimetypes (# 385)%0A  > aeda642 Update to Go 1.18%0A  > 2d0de85 Use full roundtripper%0A  > 627089d Set minimum version for go to 1.16 (# 372)%0A  > 5ab1c85 config: fix testdata for Go 1.18%0A  > 316097c Use WithUserAgent%0A  > 3763a1d TLS config: Enable selection of min TLS version (# 375)%0A  > 99a1aca add User-Agent header to oauth2 requests%0A  > 0c7319a Remove comment about PROMETHEUS_COMMON_DISABLE_HTTP2 env var because it is no longer true%0A  > 840c039 Use path.Clean to clean sigv4 path.%0A  > ffd0efb Deduplicate slashes for sigv4 signature%0A  > 902cb39 Merge pull request # 365 from prometheus/superq/bump_sigv4%0A  > 2c24277 Merge pull request # 362 from prometheus/repo_sync%0A  > 910a9df Update sigv4 modules%0A  > f6b0912 Merge pull request # 353 from prometheus/superq/bump_go%0A  > e457c0a Update common Prometheus files%0A  > 0e1254b Merge pull request # 359 from prometheus/repo_sync%0A  > 3c43b4d Update build/test%0A  > 252ff6f Make HTTP2 user visible%0A  > 809633a Update common Prometheus files%0A  > 00591a3 circleci: Test with go 1.17 (# 347)%0A  > 0762b59 Add proxy_url support for oauth2%0A  > f57586d circleci: add test-assets and style jobs%0A  > 1871a70 assets: add file system layer for zipped embed assets%0A  > ce7006e Update common Prometheus files (# 344)%0A  > 88ce30c Update common Prometheus files (# 340)%0A  > 88f1636 Remove github.com/pkg/errors dependency (# 338)%0Abumping github.com/prometheus/client_model 7bc5445...63fb982:%0A  > 63fb982 Merge pull request # 63 from prometheus/sparsehistogram%0A  > 5c16fa2 Merge pull request # 57 from prometheus/repo_sync%0A  > fdb567d Add note about native histograms to README%0A  > 6b8c742 Update common Prometheus files%0A  > 942d53c Update common Prometheus files%0A  > 7f720d2 Add note about experimental state of native histograms%0A  > f60d1ac Update common Prometheus files%0A  > 1f8dcad Merge pull request # 59 from prometheus/beorn7/histogram%0A  > 6dc836e Merge pull request # 53 from prometheus/repo_sync%0A  > 421ad2b Merge pull request # 58 from prometheus/beorn7/histogram%0A  > a7ff713 Flatten the buckets of native histograms%0A  > 0e1ed89 Merge pull request # 52 from prometheus/repo_sync%0A  > a227486 Update common Prometheus files%0A  > 408689d Merge branch 'master' into sparsehistogram%0A  > 0da3265 Explain Span layout better%0A  > 14ab895 Merge pull request # 51 from prometheus/repo_sync%0A  > bc75c6a Update common Prometheus files%0A  > 61b6c1a Merge pull request # 47 from prometheus/beorn7/histogram%0A  > 8171e83 Add float histograms and gauge histograms to proto spec%0A  > a863571 Merge pull request # 49 from prometheus/repo_sync%0A  > 2fc368c Update common Prometheus files%0A  > 8831f0d Merge branch 'master' into sparsehistogram%0A  > bbaf1cc Switch to base 2 and powers of 2 for resolution%0A  > 675c4e5 Merge pull request # 48 from prometheus/repo_sync%0A  > a3e6551 Update common Prometheus files%0A  > 24db95a Merge remote-tracking branch 'origin/master' into beorn7/histogram%0A  > 147c58e Move .proto file and add caching of protoc and protoc-gen-go during build (# 46)%0A  > 56ab8d9 Update common Prometheus files%0A  > 4b803f3 Experimental encoding for sparse buckets in histogram%0A  > 0255a22 Merge pull request # 43 from roidelapluie/security-dot-md%0A  > 1f48c5c Rename metrics.proto to io_prometheus_client_metrics.proto (# 45)%0A  > 60555c9 Merge pull request # 41 from prometheus/repo_sync%0A  > 1bb3080 Add SECURITY.md%0A  > 1106810 Update common Prometheus files%0Abumping golang.org/x/text 71a9c9a...9db913a:%0A  > 9db913a go.mod: update to newer x/tools%0A  > 30dadde all: correct comment typos%0Abumping k8s.io/apimachinery 4fbe8e4...b207ce5:%0A  > b207ce5 Merge pull request # 117691 from dims/re-do-of-117242-on-release-1.26%0A  > 917de35 Bump runc go module v1.1.4 -> v1.1.6%0A  > 53ecdf0 Merge pull request # 115787 from liggitt/net-0.7.0-1.26%0A  > 05339fa Update golang.org/x/net to v0.7.0%0A  > eabbfd5 Merge pull request # 115642 from nckturner/pin-golang.org/x/net-to-v0.4.0-in-1.26%0A  > 48b8d1f Pin golang.org/x/net to v0.4.0 in 1.26%0A  > 373a5f7 Merge pull request # 114521 from 3point2/automated-cherry-pick-of-# 113283-upstream-release-1.26%0A  > b5e5df6 Fix SPDY proxy authentication with special chars%0A  > 553a2d6 Improve error message when proxy connection fails%0A  > 5d4cdd2 Merge remote-tracking branch 'origin/master' into release-1.26%0A  > 6cbc4a3 Update golang.org/x/net 1e63c2f%0A  > 6561235 Merge pull request # 113699 from liggitt/manjusaka/fix-107415%0A  > dad8cd8 Update workload selector validation%0A  > fe82462 Add extra value validation for matchExpression field in LabelSelector%0A  > 067949d update k8s.io/utils to fix util tracing panic%0A  > 0ceff90 Merge pull request # 112223 from astraw99/fix-ownerRef-validate%0A  > 9e85d3a Merge pull request # 112649 from howardjohn/set/optimize-everything-nothing%0A  > b0dd9ec Fix ownerRef controller validate err%0A  > b03a432 Merge pull request # 113367 from pohly/dep-ginkgo-gomega%0A  > 88a1448 Rename and comment on why sharing is safe%0A  > 4e6bcdb dependencies: update to gomega v1.23.0 and ginkgo v2.4.0 and dependencies%0A  > 3adc870 Optimize `Everything` and `Nothing` label selectors%0A  > 0524d6c Merge pull request # 112693 from aimuz/fix-GO-2022-0969%0A  > 5a0277f Fixed (CVE-2022-27664) Bump golang.org/x/net to v0.1.1-0.20221027164007-c63010009c80%0A  > 6809593 Merge pull request # 112377 from weilaaa/refactor_sets_use_generic%0A  > 70a38aa Merge pull request # 113106 from pohly/dep-ginkgo-gomega%0A  > f2d9aed refactor sets use generic%0A  > d097f82 dependencies: update to gomega v1.22.1 and ginkgo v2.3.1%0A  > 7b5633b Merge pull request # 112988 from alexzielenski/update-kube-openapi%0A  > b839e82 Merge pull request # 113037 from pacoxu/fsnotify-v1.6.0%0A  > b7d8973 update kube-openapi%0A  > 1dc6ace update fsnotify to v1.6.0%0A  > 78d003c Merge pull request # 112989 from ameukam/bump-golang.org/x/text-to-v0.3.8%0A  > 04898ff Bump golang.org/x/text to v0.3.8%0A  > 79993b2 Merge pull request # 112875 from pohly/update-yaml%0A  > 7379c15 dependencies: update to sigs.k8s.io/yaml v1.3.0%0A  > 66e26ac Merge pull request # 112707 from enj/enj/i/https_links%0A  > 882b67d Use https links for k8s KEPs, issues, PRs, etc%0A  > 7fb78ee Merge pull request # 112472 from ialidzhikov/nit/error-msg%0A  > 826a74e Merge pull request # 112673 from dims/update-to-latest-k8s.io/utils-sep-22%0A  > 22fe889 Improve the error returned from the `LabelSelectorAsSelector` func%0A  > e2f9797 Update to latest k8s.io/utils to pick up changes%0A  > f8159af Merge pull request # 112545 from dims/update-etcd-3.5.5-and-all-otel-related-to-latest%0A  > 612703e Merge pull request # 112352 from pohly/e2e-ginkgo-progress%0A  > 9901884 updated etcd to v3.5.5 and newer otel libraries as well%0A  > 6439059 Merge pull request # 112526 from liggitt/redirect%0A  > 0564b5e e2e: bump ginkgo to v2.2.0%0A  > 2e3bf73 Limit redirect proxy handling to redirected responses%0A  > 6d854d7 Merge pull request # 112349 from pohly/klog-update%0A  > e1e1b7c build: update to klog v2.80.1%0A  > ed93eed Merge pull request # 111768 from weilaaa/feature_add_symmetric_difference_in_sets_string%0A  > 36163c5 Merge pull request # 112193 from jindijamie/master%0A  > b7b9ba4 add symmetric difference in sets%0A  > 31bc292 Merge pull request # 112199 from pohly/klog-update%0A  > 1c318b6 Add an option for aggregator%0A  > 0d0d03e Merge pull request # 111936 from haoruan/bugfix-111928-microtime-marshal-precision%0A  > 145c075 dependencies: update to klog v2.80.0%0A  > 2d64dac Merge pull request # 112089 from zeze1004/fix-typo%0A  > 2187a78 Marshal MicroTime to json and proto at the same precision%0A  > 53c4d51 Merge pull request # 112129 from pohly/e2e-ginkgo-report-after-each%0A  > 30e9977 Fix typo "sturct" to "struct"%0A  > 5e4f25a dependencies: update to ginkgo v2.1.6 and gomega v1.20.1%0A  > 349dcdf Merge pull request # 112052 from tosi3k/bump-client-golang%0A  > 16a7f7a Bump prometheus/client_golang to v1.13.0%0A  > 2b9fe2c Merge pull request # 111808 from alvaroaleman/meta-wrapping%0A  > bb48261 Apimachinery meta errors: Support errors.Is and error wrapping%0Abumping golang.org/x/sync 886fb93...8fcdb60:%0A  > 8fcdb60 singleflight: avoid race between multiple Do calls%0A  > 7f9b162 singleflight: remove forgotten field%0A  > f12130a syncmap: remove redundant type conversion%0A  > 7fc1605 x/sync/errgroup: clarify docs for Go%0Abumping golang.org/x/sys 90c8f94...c7a1bf9:%0A  > c7a1bf9 unix: define PerfBitWriteBackward%0A  > 1470852 unix: add SetsockoptTCPMD5Sig on linux%0A  > a6bfb89 unix: use unsafe.Slice in anyToSockaddr%0A  > c10701f windows: use unsafe.Slice in (*RawSockaddrAny).Sockaddr on windows%0A  > 6f25076 unix: define extended TCPInfo on Linux%0A  > 10499f4 unix: add ioctlPtr with unsafe.Pointer arg on other unices (cont)%0A  > 92c4c39 unix: add Dup3 on FreeBSD%0A  > 748af6e unix: pass PROT_MPROTECT(PROT_READ|PROT_WRITE) to initial Mmap on netbsd%0A  > 972870e unix/linux: update to Linux kernel 6.2, glibc 2.37 and Go 1.20.1%0A  > cc0b67d unix: use C.ioctl in generated ioctlPtr%0A  > a3b23cc unix: use SYS_PTRACE in generated ptracePtr%0A  > 71a906e unix/linux: add TUN flags and virtio_net_hdr constants%0A  > 2977c77 unix: add ptracePtr that accepts pointer arg as unsafe.Pointer%0A  > 6877dcc execabs: don't override Go 1.19 error with our error%0A  > b13f40e unix: add ioctlPtr with unsafe.Pointer arg on other unices%0A  > 3b9b58b unix: Faccess: check CAP_DAC_OVERRIDE on Linux%0A  > 2da1413 cpu: get hwcap/auxv from the Go 1.21+ runtime%0A  > 4fee21c windows: Add WSALookupService syscall wrappers%0A  > c79a742 unix: fix a use-after-free bug in PtraceIO on freebsd

Signed-off-by: Knative Automation <automation@knative.team>
2023-05-24 17:16:24 +00:00
knative-automation 71a5b28ffe
Update community files (#752)
Signed-off-by: Knative Automation <automation@knative.team>
2023-05-24 01:39:11 +00:00
knative-automation 3697970bb9
upgrade to latest dependencies (#751)
bumping knative.dev/pkg dfb4bf0...a170a07:%0A  > a170a07 Eventing TLS: validate that Destination.CACerts is a PEM encoded cert (# 2743)

Signed-off-by: Knative Automation <automation@knative.team>
2023-05-19 18:43:13 +00:00
knative-automation e66a491977
upgrade to latest dependencies (#750)
bumping knative.dev/pkg db8a353...dfb4bf0:%0A  > dfb4bf0 Drop dynamic wrapper injection code generation (# 2742)

Signed-off-by: Knative Automation <automation@knative.team>
2023-05-18 17:29:13 +00:00
knative-automation f2825feb44
upgrade to latest dependencies (#749)
bumping knative.dev/hack f591fea...7d81248:%0A  > 7d81248 Update community files (# 286)%0A  > 6e4569c Update community files (# 285)%0Abumping knative.dev/pkg 300df43...db8a353:%0A  > db8a353 Add SinkCACerts to SourceStatus (# 2733)%0A  > 9049667 Update community files (# 2735)%0A  > aacec7f Update community files (# 2734)

Signed-off-by: Knative Automation <automation@knative.team>
2023-05-03 13:01:56 +00:00
knative-automation 5faf6d6f12
Update community files (#748)
Signed-off-by: Knative Automation <automation@knative.team>
2023-05-01 01:39:56 +00:00
knative-automation d563a61633
upgrade to latest dependencies (#747)
bumping knative.dev/pkg dfad48e...300df43:%0A  > 300df43 Eventing TLS: Added AddressableFromDestination method on the resolver (# 2717)

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-28 12:01:51 +00:00
knative-automation e773a6225c
Update community files (#746)
Signed-off-by: Knative Automation <automation@knative.team>
2023-04-28 01:39:36 +00:00
knative-automation 05a86ad5d7
upgrade to latest dependencies (#745)
bumping knative.dev/hack 4b3f230...f591fea:%0A  > f591fea individual globbing is required (# 284)%0Abumping knative.dev/pkg 53f04b3...dfad48e:%0A  > dfad48e upgrade to latest dependencies (# 2728)

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-18 15:03:56 +00:00
knative-automation 164bca2990
upgrade to latest dependencies (#744)
bumping knative.dev/pkg ee73c93...53f04b3:%0A  > 53f04b3 Make minimum TLS version configurable for webhooks (# 2721)%0A  > ce10b06 Update actions (# 2726)%0A  > d3d7625 Update community files (# 2724)%0A  > 166893c upgrade to latest dependencies (# 2719)%0A  > ef19121 Update community files (# 2722)%0A  > 15cf17d Update actions (# 2720)%0Abumping knative.dev/hack 359d585...4b3f230:%0A  > 4b3f230 Update community files (# 283)%0A  > 9153cc6 Update community files (# 282)

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-17 09:46:54 +00:00
knative-automation 055e0b0766
Update actions (#743)
Signed-off-by: Knative Automation <automation@knative.team>
2023-04-13 13:20:53 +00:00
knative-automation 0641348656
Update community files (#742)
Signed-off-by: Knative Automation <automation@knative.team>
2023-04-12 01:40:54 +00:00
knative-automation 03ae74db76
Update community files (#741)
Signed-off-by: Knative Automation <automation@knative.team>
2023-04-11 01:39:16 +00:00
knative-automation be1d357a39
Update actions (#740)
Signed-off-by: Knative Automation <automation@knative.team>
2023-04-10 17:33:43 +00:00
knative-automation a342984289
upgrade to latest dependencies (#739)
bumping knative.dev/hack 1421f12...359d585:%0A  > 359d585 Revert "Extract tools to knative.dev/toolbox (# 280)" (# 281)

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-10 15:47:39 +00:00
knative-automation fca41c192d
upgrade to latest dependencies (#738)
bumping knative.dev/pkg b7f2774...ee73c93:%0A  > ee73c93 upgrade to latest dependencies (# 2710)%0A  > 4835a4c Eventing TLS: update destination and Kref types (# 2716)

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-04 13:19:39 +00:00
knative-automation 6807e046f6
upgrade to latest dependencies (#737)
bumping knative.dev/pkg 696cac8...b7f2774:%0A  > b7f2774 Made changes to addressable and address status. (# 2713)

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-04 12:12:40 +00:00
knative-automation b2765ef62f
upgrade to latest dependencies (#736)
bumping knative.dev/hack 3b8ef01...1421f12:%0A  > 1421f12 Extract tools to knative.dev/toolbox (# 280)

Signed-off-by: Knative Automation <automation@knative.team>
2023-03-31 11:59:01 +00:00
knative-automation e5d714c2bf
upgrade to latest dependencies (#735)
bumping knative.dev/pkg 645afb2...696cac8:
  > 696cac8 Expose queue proxy request metrics reporting period (# 2362)
  > bd3cf51 Printf log message with the right type when showing port (# 2709)
  > 4c84b1b Update actions (# 2707)
  > 3290ddf Update community files (# 2706)
  > 53fc6ab Update actions (# 2705)
  > b769fef drop eventing natss from downstream tests (# 2703)
  > 511b394 potential fix for flakey tlsBackoff (# 2702)
  > 0902ea8 Parameterize WEBHOOK_NAME env key in error message (# 2701)
  > c5dd1d1 Update community files (# 2700)
  > b77a78c upgrade to latest dependencies (# 2698)
  > 310274d bump golang version in downstream tests (# 2697)
  > fd00e03 Add certs secret name read from env (# 2685)
bumping knative.dev/hack 3de51af...3b8ef01:
  > 3b8ef01 Update community files (# 279)
  > 1eebfb3 Update community files (# 278)

Signed-off-by: Knative Automation <automation@knative.team>
2023-03-30 12:16:02 +00:00
knative-automation 3a21853d04
Update actions (#733)
Signed-off-by: Knative Automation <automation@knative.team>
2023-03-20 15:07:53 +00:00
knative-automation d8748a6944
Update community files (#734)
Signed-off-by: Knative Automation <automation@knative.team>
2023-03-17 13:11:35 +00:00
knative-automation de4c9f1ce1
Update community files (#732)
Signed-off-by: Knative Automation <automation@knative.team>
2023-03-09 01:42:25 +00:00
knative-automation f33e75e4df
upgrade to latest dependencies (#731)
bumping knative.dev/hack f2f3107...3de51af:
  > 3de51af Set GitHub Release Title to the version (# 277)

Signed-off-by: Knative Automation <automation@knative.team>
2023-03-01 13:10:55 +00:00
knative-automation 051fc0940d
upgrade to latest dependencies (#730)
bumping golang.org/x/term 03fcf44...d974fe8:
  > d974fe8 go.mod: update golang.org/x dependencies
  > 1efcd90 go.mod: update golang.org/x dependencies
  > 97ca0e3 go.mod: update golang.org/x dependencies
  > f72a2d8 go.mod: update golang.org/x dependencies
  > f6f2839 term: remove unused variable
  > 8365914 go.mod: update golang.org/x dependencies
  > 7a66f97 term_test.go: replace io/ioutil with io and os package
  > a9ba230 A+C: delete AUTHORS and CONTRIBUTORS
  > 065cf7b x/term: prevent invalid indexing into stRingBuffer
  > e5f449a all: gofmt
bumping golang.org/x/text 383b2e7...71a9c9a:
  > 71a9c9a all: fix some comments
  > ec5565b README.md: update documentation of module versioning
  > c8236a6 unicode/bidi: remove unused global
  > ada7473 all: remove redundant type conversion
  > 1bdb400 language: remove compatibility with go < 1.2
  > 252bee0 go.mod: ignore cyclic dependency for tagging
  > ecab6e5 go.mod: ignore cyclic dependency for tagging
  > 369c86b all: fix a few function names on comments
  > 434eadc language: reject excessively large Accept-Language strings
  > 23407e7 go.mod: ignore cyclic dependency for tagging
  > b18d3dd secure/precis: replace bytes.Compare with bytes.Equal
  > 795e854 all: replace io/ioutil with io and os package
  > b0ca10f internal/language: bump script types to uint16 and update registry
  > ba9b0e1 go.mod: update x/tools to HEAD
  > d03b418 A+C: delete AUTHORS and CONTRIBUTORS
  > b4bca84 language/display: fix Tag method comment
  > ea49e3e go.mod: update x/tools to HEAD
  > 78819d0 go.mod: update to golang.org/x/text v0.1.10
  > 8db23f8 all: gofmt
  > d1c84af message/pipeline: skip TestFullCycle on plan9-arm
  > 18b340f language: fix typo in update docs
  > 7d87486 text/unicod/bidi: remove duplicate assignment
  > 310d592 cmd/gotext: only match files ending with pattern
  > 459fa28 text/currency: format currency amount according to the locale
  > 85a1c56 text/collate: add testable examples
  > 8da7c0f gen.go: copy all tablesXX.X.X.go versions to golang.org/x/net
  > 835dae6 internal/export/idna: use nontransitional processing in Go 1.18
  > 593da8d internal/export/idna: avoid strconv.Unquote errors on surrogate halves
  > 86e65b8 internal/export/idna: fix int32 overflows
  > bb1c798 internal/export/idna: make Transitional an actual toggle
  > 5bd84dd encoding/simplifiedchinese: Fixes € encoding in GB18030
  > 1b99300 all: upgrade x/tools to latest
  > 22bfdb6 language: fix ExampleMatcher output
  > 29bf010 Revert "number: match input example to be Dutch as in the output"
  > 2ca5a52 internal/language: fix canonicalization of extlang
bumping golang.org/x/sys 8c9f86f...90c8f94:
  > 90c8f94 unix: avoid converting non-pointers to unsafe.Pointer in PtraceIO
  > 4e121b1 unix: add missing address operator in initxattrdest
  > 68f9dcb windows/debug/svc: buffer channel passed to signal.Notify
  > 0e1262c unix: add ptrace(PT_DENY_ATTACH) wrapper for darwin
  > 6938dae unix: add missing constants used with struct Timex on Linux
  > 01b330b unix: improve flaky solaris test logging
  > e7d7f63 all: fix some comments
  > 7a75290 unix/linux: update to glibc 2.36
  > 4112509 windows/mkwinsyscall: write source to temp file if formatting fails
  > 71da690 windows/mkwinsyscall: support "." and "-" in DLL name
  > b829a39 unix/linux: update to gcc 13.0.0, qemu 7.1.0 for loong64
  > c3037ed unix: add support for clock_adjtime on Linux
  > 13fe000 cpu: add IsBigEndian
  > 17fce3a unix: avoid false positive in vet shift check
  > a6f4650 windows: use UTF16FromString and UTF16ToString from syscall
  > 6e4d1c5 unix/linux: update to Linux kernel 6.1 and Go 1.20-rc2
  > b8be2fd cpu: add //go:build line to cpu_gccgo_x86.c
  > 1e9f341 unix: add //go:build line to gccgo_c.c
  > b60007c unix: add Uvmexp and SysctlUvmexp for NetBSD
  > b751db5 unix: gofmt hurd files after CL 459895
  > b360406 unix: support TIOCGETA on GNU/Hurd
  > 3086868 unix: regen on OpenBSD 7.2
  > 2b11e6b unix: remove Mclpool from openbsd types
  > 7c6badc unix: convert openbsd/mips64 to direct libc calls
  > 3b1fc93 unix: avoid allocations for common uses of Readv, Writev, etc.
  > 2204b66 cpu: parse /proc/cpuinfo on linux/arm64 on old kernels when needed
  > 72f772c unix: offs2lohi should shift by bits, not bytes
  > cffae8e unix: add ClockGettime on *bsd and solaris
  > 96e75de unix: improve Sendmsg and Recvmsg documentation
  > 127c0dd unix/linux: use Go 1.20rc1 to generate files
  > 3ca3b18 windows: add GetLargePageMinimum
  > d684c6f execabs: isGo119ErrDot: use errors.Is instead of string-matching
  > fc697a3 unix: add ParseOneSocketControlMessage to parse control messages without allocating
  > 5726498 unix: in Linux sendmsgN actually send one normal byte
  > 95e765b x/sys/unix: make ReadDirent available on zOS
  > 090e330 unix: add support for openbsd/ppc64
  > 3938a4f cpu: add support for ppc64 on platforms other than aix and linux
  > a970992 unix: add support for openbsd/riscv64
  > e2bdbfe unix: flip openbsd libc build tags
  > abe0a0a windows: replace uses of Close() with CloseHandle()
  > 68d869b unix: migrate some illumos definitions to solaris
  > 84dc82d all: use grep -E/-F instead of fgrep/egrep
  > f11e5e4 unix: use unsafe.Slice in (*FileHandle).Bytes
  > 6fa7a7c windows: allow calling WSASendto with nil Sockaddr
  > c57c793 unix: add SIG_BLOCK and friends for Linux
  > d9d178b unix: add PthreadSigmask for Linux
  > 8cfa568 unix: allow calling Sendto with nil Sockaddr
  > fb04ddd windows: add DWM window attribute related syscalls
  > 7b5979e unix: remove Go 1.12 compatibility on darwin
  > 63ea559 unix: add namespaced versions of Listxattr/Flistxattr/Llistxattr on *BSD
  > 76c7481 all: simplify unsafe.Slice usage in {Byte,UTF16}PtrToString
  > 3275c40 windows: add window handle related system calls
  > aba9fc2 unix: use unsafe.Slice instead of unsafeheader package
  > 2771309 unix: fix event port panic after close
  > 7ac13a9 unix: don't call t.Fatal from goroutine in TestSendmsgBuffers
  > 87db552 plan9: use unsafe.Slice instead of unsafeheader package
  > d0df966 unix: support all Setuid/Setgid and related syscalls on Linux
  > 9e1f761 x/sys/unix: use uintptr for tracee addresses on FreeBSD
  > d48e67d unix: use strconv.Itoa instead of local implementation
  > 2c41d75 unix: add IoctlLoop{Get,Set}Status64 on linux
  > c680a09 unix: improve solaris event port panic message
  > 20c2bfd cpu: fix cpu cacheLineSize for arm64 darwin(a.k.a. M1)
  > 2296e01 windows: remove duplicate words from comments
  > 5a39038 unix: convert openbsd/arm to direct libc calls
  > fbc7d0a unix: convert openbsd/386 to direct libc calls
  > 5f8f020 unix: convert openbsd/amd64 to direct libc calls
  > 74508da unix: convert openbsd/arm64 to direct libc calls
  > 1c4a2a7 unix: make mkasm_darwin.go usable with other operating systems
  > 3d627bb cpu: implement CPU feature detection for openbsd/arm64
  > e9af53b unix: improve and simplify mkasm_darwin.go
  > 8e32c04 unix: add missing IFLA_* consts on linux
  > e052cef unix/linux: run each mkall.go target in a seperate goroutine
  > 6e608f9 unix: update perf_event_attr_go
  > a90be44 unix: fix sendmsgN return value for empty iovecs and non-empty oob
  > 66a0560 windows: support Windows SOCKADDR_BTH structure
  > 1609e55 windows: add QueryWorkingSetEx
  > 3c1f352 unix: implement recvmsgRaw and sendmsgN on aix
  > e65921a unix/linux: use Go 1.19rc2 instead of building gotip
bumping golang.org/x/net a158d28...8e2b117:
  > 8e2b117 http2/hpack: avoid quadratic complexity in hpack decoding
  > 547e7ed http2: avoid referencing ResponseWrite.Write parameter after returning
  > 39940ad html: parse comments per HTML spec
  > 87ce33e go.mod: update golang.org/x dependencies
  > 415cb6d all: fix some comments
  > 7e3c19c all: correct typos in comments
  > 296f09a http2: case insensitive handling for 100-continue
  > f8411da nettest: fix tests on dragonfly and js/wasm
  > 8e0e7d8 go.mod: update golang.org/x dependencies
  > 7805fdc http2: rewrite inbound flow control tracking
  > 2aa8215 nettest: use RoutedInterface for probing network stack capability
  > ad92d3d websocket: don't recommend Gorilla
  > e1ec361 http2: fix race in TestCanonicalHeaderCacheGrowth
  > 1e63c2f http2: limit canonical header cache by bytes, not entries
  > 3247b5b go.mod: update golang.org/x dependencies
  > ecf7fda http2: deflake TestTransportMaxFrameReadSize
  > 0833b63 publicsuffix: embed table data
  > ecf091a publicsuffix: update table to latest list from publicsuffix.org
  > 2f8c3d1 http2: add Transport.MaxReadFrameSize configuration setting
  > 0e478a2 http2: add SETTINGS_HEADER_TABLE_SIZE support
  > a2d827a go.mod: update golang.org/x dependencies
  > 15e1b25 http2: speed up TestTransportRetryHasLimit
  > 93ec86b http2: support SetReadDeadline, SetWriteDeadline, FlushError
  > efda1ce http2: return os.ErrDeadlineExceeded from timed-out response body writes
  > a870f35 http2: support Server.ReadTimeout
  > d7f77dc Revert "http2: Send WindowUpdates when remaining bytes are below a threshold"
  > 702349b http2/h2c: handle errors when reading HTTP/1 request body
  > 7a67682 x/net/http2: gzipReader will reset zr to nil after closing body
  > a1278a7 http2: add common header caching to Transport to reduce allocations
  > c877839 http2: add a few other common headers to the shared headermap cache
  > c630100 http2: discard more frames after GOAWAY
  > 0c1aede http2: calculate a correct window increment size for a stream
  > 84c13af http2/hpack: build static table with go generate
  > 430a433 html: properly handle exclamation marks in comments
  > da05058 net/http: remove unnecessary slicing
  > 1568cf9 go.mod: update golang.org/x dependencies
  > cb67ada internal/socket: add support for openbsd/ppc64
  > 311fa19 internal/socket: add support for openbsd/riscv64
  > f25eb7e all: update golang.org/x/sys
  > f15817d webdav: ignore path and perm errors in PROPFIND
  > 0b7e1fb all: fix a few function names on comments
  > 8021a29 publicsuffix: change node table entry size to 40 bits
  > bcab684 all: use time.Since instead of time.Now().Sub
  > 107f3e3 http2: don't return from RoundTrip until request body is closed
  > f486391 http2: improved Request.Body.Close not to hold lock on connection
  > aa73b25 http2: handle MaxUploadBufferPerConnection of 65535
  > 02166a9 internal/socket: properly reset Iov and Control on the msghdr
  > 8be6392 webdav: replace os.SEEK_XXX with io.SeekXXX
  > d300de1 http2: don't rely on double-close of a net.Conn failing
  > db77216 http2: remove race from TestTransportCancelDataResponseRace
  > d0c6ba3 http2: close client connections after receiving GOAWAY
  > 2e0b12c http2: Send WindowUpdates when remaining bytes are below a threshold
  > bf014ff http2: send undeclared trailers when body is not written
  > 4a395b0 Revert "http2: Send WindowUpdates when remaining bytes are below a threshold"
  > f2f64eb http2: Send WindowUpdates when remaining bytes are below a threshold
  > ca03788 dns/dnsmessage: remove unnecessary []byte conversions
  > 0081b4b http2/h2c: propagate HTTP/1 server configuration to HTTP/2
  > f8f703f http2: accept HEAD requests with a body
  > bea034e all: remove redundant type conversion
  > 1e95f45 http/httpproxy: remove comment on https proxy precedance
  > f3363e0 http2: handle server errors after sending GOAWAY
  > 83b083e internal/socket: add missing import to zos-s390x file
  > b0a4917 dns/dnsmessage: use exported MustNewName in example
  > 3211cb9 nettest: fix Unix socket test on macOS
  > 4c34ddd http2: delete multipart form tempfiles after ServeHTTP returns
  > 1d4ff48 http2: add DialTLSContext to Transport
  > 13a9a73 http2: fix conn flow control when stream closes on bad content-length
  > 07c6da5 dns/dnsmessage: add AD and CD bits support
  > f428fae all: add FreeBSD riscv64 support
  > a33c5aa route: import syscall rather than golang.org/x/sys/unix
  > 7431dee lif: import syscall rather than golang.org/x/sys/unix
  > 0bcc04d http2: fix spec document links
  > c7608f3 ipv4, ipv6: enable additional tests on darwin and ios
  > f92ba40 route: remove RTM_LOCK on openbsd
  > 1f511ac internal/socket: delete darwin/{386,arm} code
  > 41545e8 route: drops const that x/unix has
  > 993b7b1 net: update to new x/sys version
  > 0699458 html: escape comment and doctype tokens' data
  > 46097bf internal/socket: support building with gccgo
bumping knative.dev/pkg 2fdd6bf...645afb2:
  > 645afb2 bump golang.org/x/net to v0.7.0 (# 2695)
  > 0591b75 bump net and text packages (# 2692)

Signed-off-by: Knative Automation <automation@knative.team>
2023-02-27 12:10:34 +00:00
knative-automation 4ee229f529
upgrade to latest dependencies (#724)
bumping knative.dev/pkg 2f55fe0...2fdd6bf:
  > 2fdd6bf Allow reconcilers to listen to leader promotion events  (# 2688)
  > f65eba5 Make ZipkinTracingEnabled flag thread safe (# 2690)
  > f306c13 upgrade to latest dependencies (# 2684)
bumping knative.dev/hack f41894d...f2f3107:
  > f2f3107 Update community files (# 273)

Signed-off-by: Knative Automation <automation@knative.team>
2023-02-23 10:39:29 +00:00
knative-automation 8d7b744b07
upgrade to latest dependencies (#723)
bumping knative.dev/hack d71d569...f41894d:
  > f41894d Find checksums file works with ARTIFACTS_TO_PUBLISH variable (# 275)

Signed-off-by: Knative Automation <automation@knative.team>
2023-02-17 21:15:52 +00:00