Compare commits

...

303 Commits

Author SHA1 Message Date
Knative Automation fcc5f74af5
upgrade to latest dependencies (#2008)
bumping knative.dev/eventing c9821a9...7ea8857:
  > 7ea8857 [main] Upgrade to latest dependencies (# 8647)
  > db313c1 feat: webhook validates new config-observability (# 8633)
  > 4e3838c fix: containersource template labels are correctly set on deployment (# 8634)
  > aef77d7 Add option to ApiServerSource to skip permissions check (# 8615)
  > 37dd673 Instrument adapater with otel, cleanup OpenCensus references (# 8640)
bumping golang.org/x/time 2c6c5a2...1616a7f:
  > 1616a7f rate: skip time.Now call in Sometimes.Do unless necessary
  > 0c50ed8 all: upgrade go directive to at least 1.23.0 [generated]
  > 66520f6 rate: simplify function advance only returns new Tokens to caller
bumping knative.dev/serving bf962e6...5765200:
  > 5765200 upgrade to latest dependencies (# 15969)
  > f1f4f69 Update net-kourier nightly (# 15972)
  > 2af2419 Update net-istio nightly (# 15971)

Signed-off-by: Knative Automation <automation@knative.team>
2025-07-23 10:50:07 +00:00
thiagomedina 268aba6929
Fix/1946 traffic split export (#2007)
* fix(service): include lastest revision in kn service export

* fix(e2e_test) add revisionName to export service test

* chore: format code
2025-07-23 09:53:08 +00:00
Knative Automation 8216e64a8b
upgrade to latest dependencies (#2003)
bumping knative.dev/pkg fd105c6...19d3cc2:
  > 19d3cc2 upgrade to latest dependencies (# 3218)
  > a4cc1bd drop dependency on metrics package (# 3215)
  > d3550d4 Update community files (# 3214)
  > ab9aaa0 also add json keys to the top level config (# 3213)
  > 264afa3 add json struct tags to the observability configs (# 3212)
  > 3eb1089 [webhook] enrich webhook traces (# 3209)
  > 16de760 split off pprof server that accepts a configmap (# 3210)
  > ff153ad [controller/observability] adjust metrics reporting for the two lane queue (# 3206)
  > fdc3131 pass options to the TracerProvider constructor (# 3208)
  > d601f66 allow for stdout exporter for tracing - to allow for debugging (# 3207)
  > e959f44 [controller] OTel instrumentation (# 3201)
  > f478764 [webhook] OTel changes (# 3189)
  > 7a5377f Drop OpenCensus use in various test packages (# 3202)
  > 9f3f014 wire zap into the client-go logger (# 3205)
  > 9435aa6 [observability/resource] fix service name calculation (# 3204)
  > 68cdb02 shutdown must be called explicitly since pprof listen is part of the errgroup (# 3203)
  > 13b2dc9 [observability] Default missing endpoint scheme to HTTPS (# 3200)
  > 434d221 When shutting down the OTel providers have a ten second timeout. (# 3199)
  > 8481e7e parse the endpoint as a URL to allow paths (# 3197)
  > 7681e80 handle no views in the context (# 3196)
  > 5abfb10 [injection/sharedmain] OTel Support (# 3190)
  > 5e2512c New observability package (# 3188)
  > 4ec554b Bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 (# 3194)
  > 0285e29 group otel updates (# 3193)
  > fe85a65 drop unused functions in webhook testing (# 3191)
bumping golang.org/x/oauth2 0042180...cf14319:
  > cf14319 oauth2: fix expiration time window check
  > 32d34ef internal: include clientID in auth style cache key
  > 2d34e30 oauth2: replace a magic number with AuthStyleUnknown
  > 696f7b3 all: modernize with doc links and any
  > 471209b oauth2: drop dependency on go-cmp
  > 6968da2 oauth2: sync Token.ExpiresIn from internal Token
  > d2c4e0a oauth2: context instead of golang.org/x/net/context in doc
  > 883dc3c endpoints: add various endpoints from stale CLs
  > 1c06e87 all: make use of oauth.Token.ExpiresIn
  > 65c15a3 oauth2: remove extra period
  > ce56909 jws: improve fix for CVE-2025-22868
bumping knative.dev/networking f950c0c...edb1a4a:
  > edb1a4a upgrade to latest dependencies (# 1072)
  > f8c9238 Update community files (# 1071)
  > 14e7b48 upgrade to latest dependencies (# 1070)
  > efc53e4 upgrade to latest dependencies (# 1069)
bumping google.golang.org/genproto/googleapis/rpc b45e905...513f239:
  > 513f239 chore(all): update all (# 1221)
  > 200df99 chore(all): update all (# 1220)
  > 55703ea chore(all): update all (# 1219)
  > 5a2f75b chore(all): auto-regenerate .pb.go files (# 1217)
  > fcd927c chore(all): update all (# 1218)
  > f936aa4 chore(all): auto-regenerate .pb.go files (# 1214)
  > 80320d0 chore(all): update all (# 1215)
  > c3e32d0 feat(googleapis/devtools/clouddebugger/v2): remove googleapis/devtools/clouddebugger (# 1216)
  > 10db94c chore(all): update all (# 1213)
  > 7b38467 chore(all): auto-regenerate .pb.go files (# 1212)
  > 2d3770c chore(all): auto-regenerate .pb.go files (# 1208)
  > 61c742a chore(all): update all (# 1211)
  > 207652e chore(all): update all (# 1209)
  > de1ac95 chore(all): auto-regenerate .pb.go files (# 1207)
  > ac9807e chore(all): update all to ee84b53 (# 1206)
  > ee84b53 chore(all): update all (# 1205)
bumping knative.dev/serving 7f0a07a...bf962e6:
  > bf962e6 [otel] instrument the autoscaler (# 15963)
  > 471aa0d Update net-gateway-api nightly (# 15968)
  > 7144b0d Update net-kourier nightly (# 15954)
  > c65e780 upgrade to latest dependencies (# 15967)
  > 20fc217 Update net-istio nightly (# 15965)
  > ac5c50c drop use of heavy profiling package (# 15964)
  > 6dff362 [otel] instrumentation of the queue-proxy (# 15961)
  > c4b7c40 [otel] Switch Activator over to OTel instrumentation (# 15960)
  > dc00349 Update net-gateway-api nightly (# 15952)
  > 3424b8c use new observability config instead of knative.dev/pkg/metrics (# 15959)
  > e0bedf1 [otel] Reconcile new observability config onto the queue-proxy container (# 15958)
  > f6e667d remove unused imports (# 15957)
  > aad48fe Introduce new Serving OTel config (# 15956)
  > d73a1c0 Update net-contour nightly (# 15953)
  > 080f4b3 Update net-istio nightly (# 15955)
  > 21432a4 Update community files (# 15951)
  > 2c9bd10 upgrade to latest dependencies (# 15950)
  > a304c2f [main] Upgrade to latest dependencies (# 15948)
  > a329e36 Bump chainguard-dev/actions in the github-actions group (# 15947)
  > d71567d upgrade to latest dependencies (# 15941)
  > 667a470 Update net-contour nightly (# 15945)
  > aa58baf Update net-gateway-api nightly (# 15943)
  > a56b816 Update net-istio nightly (# 15944)
  > 663bb6a upgrade to latest dependencies (# 15939)
  > ec61251 Fix roundToNDigits to use Round instead of Floor (# 15940)
  > 1e8a4b7 upgrade to latest dependencies (# 15938)
  > cada0f4 Update net-kourier nightly (# 15933)
  > 29e580b bump cert-manager, istio, contour (# 15928)
  > 9d3fe30 Update net-contour nightly (# 15932)
bumping knative.dev/eventing 9d89558...c9821a9:
  > c9821a9 feat: instrument auth verifier with OTel (# 8641)
  > fd509a9 feat: instrument jobsink with otel (# 8639)
  > bedd48f feat: migrate kncloudevents, broker filter, broker ingress, inmemorychannel dispatcher to otel (# 8635)
  > c2e78b4 [Automated] Update eventing-eventing-integrations nightly (# 8636)
  > 6e5cb3a feat: add new otel config (# 8624)
  > 351613b [main] Upgrade to latest dependencies (# 8625)
  > 50d5a26 Fix deps upgrade (# 8620)
  > 1840f7a [Automated] Update eventing-eventing-integrations nightly (# 8623)
  > 75874ab [main] Update community files (# 8621)
  > 1a736e1 Update deps for K8s 1.33 (# 8602)
  > 5bcf801  test: multiple nested filters of the same type should work (# 8610)
  > 7f047f9 feat: add request reply cesql function (# 8608)
  > 5de389b feat: support for additional pod scheduling definition on IntegrationSource (# 8601)
  > a582a88 Bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 (# 8605)
  > e25bccd feat: add package to set and verify correlation/reply ids for RequestReply (# 8606)
  > d56ee68 Adding addressable duck on crd (# 8603)
bumping knative.dev/hack f525e18...70d4b00:
  > 70d4b00 Update community files (# 425)
bumping github.com/go-logr/logr 1205f42...38a1c47:
  > 38a1c47 build(deps): bump github/codeql-action from 3.28.17 to 3.28.18
  > f08bedd build(deps): bump actions/setup-go from 5.4.0 to 5.5.0
  > 6295e99 build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
  > 028840d build(deps): bump github/codeql-action from 3.28.15 to 3.28.17
  > 511e5fa Merge pull request # 367 from go-logr/dependabot/github_actions/github/codeql-action-3.28.15
  > 158c311 Merge pull request # 366 from thockin/master
  > d806463 build(deps): bump github/codeql-action from 3.28.13 to 3.28.15
  > 20a64ba build(deps): bump github/codeql-action from 3.28.12 to 3.28.13
  > c79ddb3 Update to support golangci-lint v2
  > 0385e14 Add comments around slog exceptions
  > 8fd86d2 Revert "Remove one exception from Slog testing"
  > 22d21f0 Update github actions
  > 1e06d3d Remove one exception from Slog testing
  > c439f61 Fix slog tests for 1.25
  > fd59c10 Merge pull request # 359 from go-logr/dependabot/github_actions/actions/upload-artifact-4.6.2
  > 50c533c Merge pull request # 358 from go-logr/dependabot/github_actions/github/codeql-action-3.28.12
  > 2b467c4 build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2
  > 8476b37 Merge pull request # 357 from go-logr/dependabot/github_actions/golangci/golangci-lint-action-6.5.2
  > 9a1211d build(deps): bump github/codeql-action from 3.28.11 to 3.28.12
  > eec33c4 build(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1
  > 8de8c51 Merge pull request # 356 from go-logr/dependabot/github_actions/actions/setup-go-5.4.0
  > 140789c build(deps): bump golangci/golangci-lint-action from 6.5.1 to 6.5.2
  > 525d37c Merge pull request # 354 from go-logr/dependabot/github_actions/github/codeql-action-3.28.11
  > 207008c build(deps): bump actions/setup-go from 5.3.0 to 5.4.0
  > 95b588a Merge pull request # 352 from go-logr/dependabot/github_actions/github/codeql-action-3.28.10
  > f597e8b build(deps): bump github/codeql-action from 3.28.10 to 3.28.11
  > 1c2d47a Merge pull request # 351 from go-logr/dependabot/github_actions/ossf/scorecard-action-2.4.1
  > 18c61bc build(deps): bump github/codeql-action from 3.28.9 to 3.28.10
  > 7805e15 Merge pull request # 353 from go-logr/dependabot/github_actions/actions/upload-artifact-4.6.1
  > e374c47 build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1
  > 4af26d9 build(deps): bump golangci/golangci-lint-action from 6.3.1 to 6.5.0
  > 80045e5 build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1
  > 1a48fc0 build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.1
  > 743e080 build(deps): bump github/codeql-action from 3.28.8 to 3.28.9
  > cfd110a build(deps): bump github/codeql-action from 3.28.5 to 3.28.8
  > 6a2281a Merge pull request # 346 from go-logr/dependabot/github_actions/actions/setup-go-5.3.0
  > ccd6555 Merge pull request # 345 from go-logr/dependabot/github_actions/github/codeql-action-3.28.5
  > e2e4b0e build(deps): bump actions/setup-go from 5.2.0 to 5.3.0
  > c233155 Merge pull request # 344 from go-logr/dependabot/github_actions/golangci/golangci-lint-action-6.2.0
  > 677a7c2 build(deps): bump github/codeql-action from 3.28.1 to 3.28.5
  > b8ba189 Merge pull request # 343 from go-logr/dependabot/github_actions/actions/upload-artifact-4.6.0
  > 96397cb build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0
  > 7fb2590 Merge pull request # 342 from go-logr/dependabot/github_actions/github/codeql-action-3.28.1
  > 0a1e3b8 build(deps): bump actions/upload-artifact from 4.4.3 to 4.6.0
  > 1cb5846 build(deps): bump github/codeql-action from 3.27.9 to 3.28.0
  > 08afa36 build(deps): bump github/codeql-action from 3.28.0 to 3.28.1
  > 28c3e59 Merge pull request # 339 from go-logr/dependabot/github_actions/github/codeql-action-3.27.9
  > e0b26f2 Merge pull request # 338 from go-logr/dependabot/github_actions/actions/setup-go-5.2.0
  > d860f7f build(deps): bump github/codeql-action from 3.27.6 to 3.27.9
  > 8849d8d build(deps): bump github/codeql-action from 3.27.5 to 3.27.6
  > 1210f7d build(deps): bump actions/setup-go from 5.1.0 to 5.2.0
  > a64db0b Merge pull request # 334 from go-logr/dependabot/github_actions/github/codeql-action-3.27.5
  > 5342602 build(deps): bump github/codeql-action from 3.27.0 to 3.27.4
  > cf0063c build(deps): bump github/codeql-action from 3.27.4 to 3.27.5
  > f151316 Merge pull request # 330 from go-logr/dependabot/github_actions/actions/checkout-4.2.2
  > e072c1a Merge pull request # 331 from go-logr/dependabot/github_actions/github/codeql-action-3.27.0
  > 35ea6fd build(deps): bump actions/checkout from 4.2.1 to 4.2.2
  > ddf199b Merge pull request # 329 from go-logr/dependabot/github_actions/actions/setup-go-5.1.0
  > afe9b4a build(deps): bump github/codeql-action from 3.26.13 to 3.27.0
  > 1ce1e2e build(deps): bump github/codeql-action from 3.26.12 to 3.26.13
  > c5df16e build(deps): bump actions/setup-go from 5.0.2 to 5.1.0
  > 8d6912c build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3
  > 8d9adce build(deps): bump github/codeql-action from 3.26.11 to 3.26.12
  > 6f2dcb8 build(deps): bump actions/checkout from 4.2.0 to 4.2.1
  > 5d59669 GitHub: bump Go version used for apidiff
  > 685f8d1 Merge pull request # 323 from go-logr/dependabot/github_actions/github/codeql-action-3.26.11
  > 1108ded Merge pull request # 322 from go-logr/dependabot/github_actions/golangci/golangci-lint-action-6.1.1
  > 85e5c25 build(deps): bump github/codeql-action from 3.26.9 to 3.26.11
  > a3fdc92 build(deps): bump actions/checkout from 4.1.7 to 4.2.0
  > 5014e65 build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1
  > 8c14043 build(deps): bump github/codeql-action from 3.26.8 to 3.26.9
  > bb9f20d Merge pull request # 319 from go-logr/dependabot/github_actions/github/codeql-action-3.26.8
  > e2720e1 build(deps): bump github/codeql-action from 3.26.6 to 3.26.7
  > 98f267c build(deps): bump github/codeql-action from 3.26.7 to 3.26.8
  > 275154a Merge pull request # 317 from go-logr/dependabot/github_actions/github/codeql-action-3.26.6
  > abec0d5 Merge pull request # 316 from go-logr/dependabot/github_actions/actions/upload-artifact-4.4.0
  > 3bf2a10 build(deps): bump github/codeql-action from 3.26.5 to 3.26.6
  > 14f036d Merge pull request # 315 from go-logr/dependabot/github_actions/github/codeql-action-3.26.5
  > 35ef369 build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0
  > 4743538 Merge pull request # 314 from go-logr/dependabot/github_actions/github/codeql-action-3.26.2
  > dd81768 build(deps): bump github/codeql-action from 3.26.2 to 3.26.5
  > 1033a72 build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0
  > edcd2be build(deps): bump github/codeql-action from 3.26.0 to 3.26.2
  > 79c4c21 build(deps): bump github/codeql-action from 3.25.15 to 3.26.0
  > d95a0df build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6
  > a340533 Merge pull request # 309 from thockin/master
  > 90d9f9d build(deps): bump github/codeql-action from 3.25.13 to 3.25.15
  > 0103ab5 Silence spurious lint warnings
  > 6386269 build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0
  > 26eb1a2 build(deps): bump github/codeql-action from 3.25.12 to 3.25.13
  > 781996a build(deps): bump actions/setup-go from 5.0.1 to 5.0.2
  > 76dab72 build(deps): bump github/codeql-action from 3.25.11 to 3.25.12
  > 2110dbe Merge pull request # 302 from go-logr/dependabot/github_actions/actions/upload-artifact-4.3.4
  > c65c5f6 Merge pull request # 301 from go-logr/dependabot/github_actions/github/codeql-action-3.25.11
  > e04bf87 build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4
  > eb84a8c Merge pull request # 300 from go-logr/dependabot/github_actions/actions/checkout-4.1.7
  > cd5acd5 build(deps): bump github/codeql-action from 3.25.10 to 3.25.11
  > d69364f Merge pull request # 299 from go-logr/dependabot/github_actions/github/codeql-action-3.25.10
  > cdbf6fb build(deps): bump actions/checkout from 4.1.6 to 4.1.7
  > 8ce0cab Merge pull request # 298 from go-logr/dependabot/github_actions/github/codeql-action-3.25.8
  > 6b90080 build(deps): bump github/codeql-action from 3.25.8 to 3.25.10
  > 375c22d Merge pull request # 297 from go-logr/dependabot/github_actions/github/codeql-action-3.25.7
  > a9e97bc build(deps): bump github/codeql-action from 3.25.7 to 3.25.8
  > 976cd73 Merge pull request # 296 from go-logr/dependabot/github_actions/github/codeql-action-3.25.6
  > 2bb10dc build(deps): bump github/codeql-action from 3.25.6 to 3.25.7
  > e99951c build(deps): bump github/codeql-action from 3.25.5 to 3.25.6
bumping sigs.k8s.io/yaml c3772b5...0f318dc:
  > 0f318dc Merge pull request # 134 from kubernetes-sigs/forgot-to-add-redirects-for-constants
  > 8eaa802 Merge pull request # 133 from kubernetes-sigs/deprecate-code-in-goyaml.v3-goyaml.v2-and-redirect
  > b8fc0c0 Forgot to add redirects for v3 constants
  > 0fe7da3 Merge pull request # 125 from kragniz/go-1.24
  > 69e45c1 Deprecate code in goyaml.v2/goyaml.v3 directories and redirect
  > c6ac2c9 Merge pull request # 126 from kragniz/remove-travis
  > 14cbb88 Test against go 1.24.x
  > b9a9b1c Merge pull request # 106 from ThatsMrTalbot/patch-1
  > 203ded9 Remove old travisci config file
  > 56d6720 Merge pull request # 122 from liggitt/unhashable-key
  > 4c6913f fix: wrap errors returned by JSON unmarshal
  > 119290a Merge pull request # 118 from skitt/drop-go1.10-build
  > 63d028e Handle unhashable keys during merge
  > 50e7f43 Merge pull request # 119 from skitt/test-go-1.21
  > ea138a0 Merge Go 1.10+ files
  > 9934139 Test with Go 1.21 and later

Signed-off-by: Knative Automation <automation@knative.team>
2025-07-17 15:49:02 +00:00
Knative Automation 8a01ca14f9
Update community files (#2006)
Signed-off-by: Knative Automation <automation@knative.team>
2025-07-08 01:46:51 +00:00
Joy Paul af92471c61
Update broken links on `client/DEVELOPMENT.md` (#2005)
* Update broken links

- remove link for `The pull request workflow`
- update link for `Set up Knative`
- update link for `go mod`

* Update go mod link
2025-07-02 18:45:54 +00:00
Knative Automation 1c3b47ce73
upgrade to latest dependencies (#2002)
bumping golang.org/x/sync 396f3a0...8a14946:
  > 8a14946 errgroup: remove duplicated comment
  > 1869c69 all: replace deprecated ioutil
  > d1ac909 sync/errgroup: PanicError.Error print stack trace
  > 506c70f errgroup: propagate panic and Goexit through Wait
bumping golang.org/x/tools 456962e...578c121:
  > 578c121 go.mod: update golang.org/x dependencies
  > f114dcf gopls/internal/protocol: refine DocumentURI Clean method and its usages
  > 82ee0fd internal/mcp: change paginateList to a generic helper
  > 64bfecc gopls/internal/golang: fix extract bug with anon functions
  > 4546fbd internal/mcp: unify json tag parsing
  > 82473ce gopls/doc/release: tweak v0.19
  > f3c581f gopls/internal/protocol: add DocumentURI.Base accessor
  > d9bacab gopls/internal/server: improve "editing generated file" warning
  > 1afeefa internal/mcp: unexport FileResourceHandler
  > 33d5988 gopls/internal/server: Organize Imports of generated files
  > cb39a5f gopls/internal/golang: Format generated files
  > e43ca0c internal/mcp: validate tool input schemas
  > 61f37dc gopls: use new gomodcache index
  > fed8cc8 internal/refactor: keep comments with same import
  > c7873a3 gopls/internal/golang: eliminate dot import: skip keyed fields
  > 6e8a193 gopls/internal/debug: integrate flight recorder
  > 25caa76 gopls/internal/telemetry/cmd/stacks: delete
  > c3cb1f1 gopls/internal/mcp: add top level symbols from current package
  > effd83e gopls/internal/golang: add type inlayhint for variable decl
  > 58e5e62 gopls/internal/test/marker: organize mcp tool context test
  > ec7b2b3 gopls/internal/mcp: add exported type spec and value spec to context
  > f12067d gopls/internal/analysis/modernize: disable appendclipped
  > 59ce1d8 gopls/internal/analysis/modernize: appendclipped: preserve result type
  > 2246f6d internal/mcp: middleware on the sending side
  > 8fbc773 gopls/internal/analysis/modernize: add TODOs for nilness problem
  > 8675e27 gopls/internal/mcp: add context mcp tool
  > bcaee63 gopls/internal/protocol: make some optional integer fields indirect
  > 4e672d5 gopls/internal/protocol: PublishDiagnosticsParams.version omitempty
  > e88c5a4 internal/mcp: simplify session type params
  > 61b248f internal/mcp: add missing testenv.NeedsExec
  > a405109 internal/mcp: add a test for complete mapping of CallToolParams fields
  > d0c0a57 go/analysis/passes/unusedresult: remove maps.Copy
  > 73f1234 internal/mcp: community design
  > d794c0d internal/mcp: generic handling of CallToolParams
  > 3959656 internal/mcp: add iterator methods resources and prompts
  > f80f3ff gopls/internal/protocol: add Mapper.{Pos,Node]Text helpers
  > ef3a8dc go/analysis/passes/unusedresult: add test
  > 661b815 go/analysis/passes/unusedresult: add slices, maps functions
  > dd6ec04 gopls/internal/settings: add maprange analyzer
  > 218e5f2 gopls/internal: handle errors, or document that we ignore them
  > cb264bf internal/mcp: clean up diagnostics from Google import
  > c8e47eb internal/gofix: document batch fix commands
  > d3809ea internal/mcp: handle synthetic responses in conformance test
  > 147cb9c gopls/internal/analysis/modernize: minmax: put comments at proper positions
  > 59198a1 internal/mcp: add resource conformance test
  > bef2d59 internal/golang: re-fix crash in definition of invalid "continue label"
  > ad22223 gopls/internal/golang: fix crash in definition of invalid "continue label"
  > 2815c8b internal/tokeninternal: tag AddExistingFiles for go1.24
  > 389a102 gopls/internal/telemetry/cmd/stacks: collect from go.dev frontend
  > 81de76b gopls/internal/analysis/modernize: fix bug in minmax analyzer that incorrectly handles nested if-else-if structures
  > 7610d95 go/analysis/passes/printf: refine diagnostic locations
  > c6e0ebc internal/mcp: run conformance tests on 1.24 with a GOEXPERIMENT setting
  > 53be3d4 internal/mcp/jsonschema: apply schema defaults to an instance
  > d12ca1c internal/mcp/jsonschema: remove shared structure from schema inference
  > de7968d internal/gofix: add -gofix.allow_binding_decl flag
  > 93f6460 internal/mcp: add iterator method for tools
  > 359ea3a internal/mcp: add JSON conformance tests, and fix some bugs
  > 9233e12 gopls: update to staticcheck@master
  > 3eaf5e2 internal/mcp/jsonschema: validate defaults
  > 50c5c27 internal/mcp/jsonschema: check for structure separately
  > 4354923 internal/mcp: add pagination for prompts
  > 15e680e gopls/.../completion: unimported completion snippets
  > cc4b6fe internal/mcp/jsonschema: generalize error wrapping
  > 82fa2c0 internal/mcp/jsonschema: clearer validations errors
  > 845000b internal/mcp: meta and progress token
  > 66fd759 internal/mcp: add pagination for resources
  > f8a56cc internal/jsonrpc2_v2: update for go1.16+
  > 14c014c internal/tokeninternal: optimize AddExistingFiles
  > 6d1bf3b internal/test/integration/bench: add second kubernetes benchmark
  > 866eb14 go/analysis/passes/printf: fix the issue where %#q/%#x/%#X recursion is not recognized
  > baa4e14 internal/modindex: tiny test improvement
  > 1c017f1 internal/telemetry/cmd/stacks: support Delve
  > 2391123 internal/mcp: treat zero struct fields generously
  > 08af7d4 all: fix some function names and typos in comment
  > 60df06f internal/mcp: add pagination for tools
  > f5ea575 go/ssa/interp: use slices.Equal to simplify code
  > 6e44d1e internal/mcp: future-proof prompt handling
  > 4d4fb92 internal/mcp: implement logging
  > 66d4add internal/gocommand: re-disable flaky TestRmdirAfterGoList_Runner
  > ac05d44 jsonschema: package doc
  > 35a9265 jsonschema: add more schema fields
  > 95976d8 internal/mcp: construct README with weave
  > d5ec4a9 internal/mcp: add notifications
  > aebd3be gopls/internal/test/integration: simplify GoToDefinition
  > 423c5af gopls/internal/analysis/recursiveiter: set Diagnostic.End
  > dc34568 gopls/internal/test/integration/completion: relax expectations
  > 87749a7 all: fix typos
  > edbd9df jsonschema: dynamic references
  > 9460f2f gopls/internal/analysis/recursiveiter: report inefficient recursion
  > 150502a internal/mcp: keep an ordered list of feature keys
  > 10eb2f3 gopls/internal/mcp: add location info to mcp tool input arg
  > a2c2a72 internal/tokeninternal: avoid use of AddExistingFiles, for now
  > b62c6c1 internal/mcp: remove misplaced TODO comment
  > babda13 gopls: update to github.com/dominikh/go-tools@v0.6.1
  > 87f67c8 gopls/internal/debug: display Session.View.Folder.Options
  > 19c36ab internal/tokeninternal: use go1.25's FileSet.AddExistingFiles
  > 77de774 gopls/internal/golang: modify extract behavior for error handling returns
  > 6202e58 internal/mcp: generate method names
  > 86158bd internal/mcp: sampling
  > db456f9 internal/mcp: client middleware
  > 8edad1e internal/mcp: add the FileResourceHandler method
  > 7ae2e5c gopls/internal/golang: implement "inline local variable" code action
  > d71c72f gopls/internal/analysis/modernize: bloop: document deoptimization
  > b8ee9f1 gopls/internal/test/marker: add mcp tools action marker
  > c5e4271 internal/mcp: dispatcher middleware
  > 5a46e4d gopls/internal/analysis/modernize/slicesdelete: convert index type if needed
  > c460ea9 gopls/internal/analysis/modernize: disable slicesdelete pass
  > 2263a61 gopls/internal/test/marker: add a folding ranges test case
  > 5c7400c gopls/internal/cache/parsego: use PreorderStack
  > bc8c84c gopls/internal/golang: AddTest: fix types.Package.Path nil panic
  > b37bd0b internal/typesinternal: add go1.23 methods to NamedOrAlias
  > c6b2a9c internal/typesinternal: add TypeNameFor helper
  > ec0dab2 internal/mcp/design: sync with public design
  > b1e5d85 internal/gocommand: move and reenable TestRmdirAfterGoList
  > 78956f9 internal/mcp/design: yet more cleanup; define the Roots iterator
  > 6731e88 internal/diff/lcs: fix flaky test
  > 07c24ad internal/mcp: update README
  > 279ce35 internal/mcp/design: further clean-up
  > 0c0d330 internal/diff/lcs: log pseudorandom seeds so failures can be repro'd
  > 04dca59 internal/mcp: hide CancelledParams
  > 3c52d1f internal/mcp: reinstate ClientSession
  > 3e37703 internal/refactor/inline: report when a "binding decl" was inserted
  > d2ad3e0 internal/astutil/cursor: delete shims for old Cursor
  > 84fa02a x/tools: gofix -fix -test ./...
  > 43dd712 gopls/internal/protocol: make FoldingRange fields optional
  > baeb0da cmd/deadcode: respect unused symbols inside all loaded modules
  > fdae66b internal/mcp: design.md: polishing
  > 5eb0d1f internal/mcp: fix typos
  > ad2312c internal/mcp: design.md: link to spec change
  > cb65fbb internal/mcp: rename LocalTransport->InMemoryTransport, and document
  > 9a093bc internal/mcp: rename ServerConnection->ServerSession
  > c905b91 internal/mcp: design.md: clarify backward compatibility guarantee
  > 274b895 internal/mcp: resource tweaks
  > 283948d internal/mcp: document iterators
  > cd1dd28 internal/mcp: use RawMessage for tool args
  > cd3f34c internal/mcp: change CallTool signature
  > ccbd1d9 internal/mcp: change function signatures match design doc
  > e31df77 internal/mcp: pointerize all the things
  > 3ab3cc4 internal/mcp: document content constructors
  > a5938fa internal/mcp: remove omitzero
  > 34082a6 internal/mcp: simplify content
  > f1f12cf internal/mcp: merge the protocol package into mcp
  > 403f7ef internal/mcp/design: add pagination
  > 7d76ce6 internal/mcp/jsonschema: check that schemas form a tree
  > 0987b89 jsonschema: resolve remote references
  > 8ac1955 internal/mcp: implement resources
  > ade411c gopls/internal/lsprpc: start mcp server by passing -mcp-listen
  > 865cd20 x/tools: various cleanups related to planned parser changes
  > 8ab19ea internal/mcp: describe standard rpc signature
  > 4d1336a internal/mcp: add resource subscriptions
  > 6dfeba5 internal/mcp: adjust content types
  > 3818858 internal/mcp/protocol: make type name more convenient
  > bbef3e4 internal/mcp: implement roots
  > 2835a17 internal/mcp: design.md: adjust resource design
  > 7b959ff go/ast/inspector: improve doc comments
  > acf038e internal/mcp/protocol: featureSet[T]
  > 0d237c0 go/analysis/passes/framepointer: only stop on unconditional branches
  > 3ce9106 internal/mcp: fix roots design
  > 7b18363 go/ast/inspector: publish Cursor
  > a240192 internal/mcp/design.md: minor changes
  > ce6fe29 gopls/internal/completion: apply modernizers
  > 2cf2b2a internal/mcp/design: weave discussion of differences with mcp-go
  > b303c1f internal/mcp/design: remove the protocol package; update tools
  > d11c94a internal/design: minor cleanup; add 'errors' and 'ping' sections
  > 721ad8d internal/mcp/design.md: prompts and resources
  > b489159 internal/mcp: progress notifications
  > b61ab33 internal/mcp/design: add a section on cancellation
  > ef35d72 internal/mcp/design: add section on clients and servers
  > 8ee3f58 internal/mcp/design.md: completions
  > 4160b77 internal/mcp/design.md: client features
  > d60d930 internal/mcp: tool section of design
  > c89ad19 internal/mcp: JSON Schema design
  > 1ead56f internal/mcp/design: describe mcp-go delta
  > 2587caa internal/mcp/design: discuss generated protocol types
  > 3d89335 internal/mcp: a new extensibility point for HTTP transports
  > 6736a6d jsonschema: resolve refs
  > 51dcb32 gopls/internal/analysis/modernize: add checks to prevent invalid fixes from slicesContains
  > bad5619 internal/mcp/protocol: spell "Id" idiomatically
  > 89c7c2c internal/mcp/design: logging
  > dbc82b6 internal/mcp/jsonschema: make Schema.every fully recursive
  > 4a72625 internal/mcp/design: start a full design doc, with stubs
  > 3f0db34 internal/mcp: rename ClientConnection to ServerConnection
  > c836232 internal/mcp: rename Make* to New*
  > f71ad04 jsonschema: implement JSON Pointers for schemas
  > f8980b6 internal/mcp/jsonschema: support validating structs
  > 7231669 gopls/internal/analysis/modernize: don't offer a fix when initialization statement is not empty
  > deec52f internal/typesinternal: use TypeAndValue.IsBuiltin in ClassifyCall
  > 887e16c internal/mcp: NewClient takes Transport
  > ff4f533 internal/mcp: add README.md and CONTRIBUTING.md
  > 6b12a4e internal/mcp/protocol: move out of mcp/internal, as it's used in the API
  > 0ac692e gopls/internal/golang: Hover: show allocator size class
  > 8be0535 gopls/internal/golang: make "Show assembly" work in tests
  > 055c1af go/ssa: clear Function.subst after building bodyless function
  > 898dcae gopls/internal/golang/completion: new code for unimported completions
  > 9635d6c jsonschema: resolve anchors
  > 51a10bc jsonschema: resolve URIs for $id
  > 64b63a6 go.mod: update golang.org/x dependencies
  > 7701413 internal/mcp: move jsonschema out of mcp/internal
  > 125cd11 jsonschema: pre-compile regexps
  > 2f18550 jsonschema: better errors unmarshaling ints
  > 635622b jsonschema: using hashing for uniqueItems
  > 0f6a53f mcp: remove ServerConnection
  > ca54d59 jsonschema: represent integer keywords as ints
  > c75f7e8 jsonschema: validate object keywords
  > efd15d8 internal/mcp: clean up handling of content
  > 80e0fd8 internal/mcp: support prompts
  > ab01700 internal/mcp: add tool and schema options
  > 37278be internal/mcp: add more package documentation, examples
  > 7906227 internal/mcp: add a command transport for connecting to a sidecar
  > 1587f35 gopls/internal/server/completion: get correct surrounding for second lhs
  > f11e7de internal/stdlib: add arg types for functions
  > 0d2acf1 jsonschema: validate array keywords
  > fd1a208 jsonschema: validate logic keywords
  > 984d58c go/analysis/unitchecker: update TestVetStdlib's skip for "devel" move
  > 953b452 go/packages: skip TestRmdirAfterGoList_Runner
  > 9e366f5 jsonschema: validate numbers and strings
  > 68cf9be gopls/internal/golang/completion: tostring, tobytes postfix snippets
  > 6a96d1d cmd/auth: carve out module for deprecated command `auth`
  > 7261efd internal/mcp: export the Transport interface; add a Server example
  > e4c83cc internal/mcp: dynamically determine the mcp server based on URL
  > 26f40ac internal/mcp: clean up SSE server shutdown.
  > ffe579a go/packages: remove unexported fields from packages.Config
  > 37f9bd1 jsonschema: validate some keywords
  > bf81a8d internal/mcp/internal/jsonschema: schema definition
  > 4ec26d6 gopls/internal/server: add modify tags code action docs
  > d3f8716 gopls/internal/golang/completion: offer return with whitespace
  > de18b0b gopls: run modernize -fix in gopls
  > 2f3d4ad go/packages: add variant of TestRmdirAfterGoList without gocommand
  > cd9151d gopls/internal/cache: fix bug in toGobDiagnostic(Related)
  > d3a3775 internal/mcp: implement cancellation
  > 2863098 internal/mcp: implement ping, and test request interleaving
  > caf7cdc internal/mcp: implement HTTP SSE transport
  > 68e94bd x/tools: use 2-arg form of //go:linkname
  > f11abcb internal/analysisinternal: permit Fix.End slightly beyond EOF
  > 46e932f internal/analysisinternal: add std import at the start of the import group
  > d346382 gopls/internal/server: add modify_tags command handler
  > 0c2f68a gopls/internal/golang/completion: show typeparam for preceding funcs in chain
  > f01b9f6 gopls/internal/server: support links and hovers for replace directive
  > cd18362 go/packages: add test that go list closes file handles
  > 04af9bf go/analysis/passes/hostport: publish
  > 357c3da internal/mcp: add batching support
  > cc6bc88 internal/mcp: an MCP SDK prototype
  > e9d2a36 gopls/internal/golang: pkgdoc: don't discard NewT for unexported t
  > d905d0b gopls/internal/golang: add test for (unfixed) issue 65098
  > e27768f internal/refactor/inline: freeishNames initial scope
  > 264b0a5 gopls/internal/golang/completion: modernize
  > 7c6d4c6 internal/refactor/inline: handle generic functions
  > 6da8d2e gopls/internal/golang: Rename imports: be defensive
  > 015c0fc gopls/internal/test/integration/web: move misc/webserver_test.go
  > d97a910 gopls/internal/golang: CodeAction: don't fail because of 1 producer
  > d0ead43 gopls/internal/settings: enable most staticcheck analyzers
  > bacd4ba go/analysis/passes/gofix: add an example to doc
  > 48422ad gopls/internal/golang: add embedded struct info to hover
  > a318c19 internal/refactor/inline: test type params shadowing pkg symbols
  > 035d8c6 gopls/internal/golang: Rename all receivers only at declaration
  > 6f344f9 internal/refactor/inline: add test for type param shadowing
  > 2337e7c internal/refactor/inline: factor out free obj renaming
  > 93bb7f0 gopls: update x/telemetry
  > 33c6419 gopls/internal/golang: fix build
  > e78fd89 internal/astutil/cursor: four API refinements
  > cf5cb00 internal/astutil: PreorderStack: a safer ast.Inspect for stacks
  > f76b112 gopls/internal/golang: Rename all receiver variables
  > ee8f138 go/analysis/passes/gofix: go:fix directive checker
  > 1494dfe gopls: improve warning against using go get -tool with gopls
  > 20a69d6 gopls: warn against using go get -tool with gopls
  > 26ef4d1 gopls/internal/golang: fix broken build due to semantic merge conflict
  > 808c870 gopls/internal/cache: more test cases for syntax repairing
  > b68d703 gopls/internal/cache: handle VS Code Insiders in watchSubdirs
  > ce1c5d5 gopls/internal/golang: CallHierarchy: show only *types.Func callees
  > 7e7983f gopls/internal/golang: fix extract with free control statements
  > fd68572 internal/stdlib: find api directory more robustly
  > 7ceff13 go/analysis/passes/structtag: ignore findings for "encoding/..."
  > d363f10 gopls/doc: fix config for vim-lsp
  > 7829e07 go/analysis/passes/testinggoroutine: used UsedIdent
  > 9df6bbd gopls: hide todo inside readme.md
  > fd3eb08 gopls/internal/cache/parsego: new test case for fixed syntax
  > c24b06c gopls/internal/golang: implementation: report iface/iface relations
  > edff653 gopls/internal/server: TypeHierarchy support
  > a99a1c3 gopls/internal/analysis/modernize: prevent conversion of variadic functions to slices.ContainsFunc
  > 4e973d9 gopls/internal/golang: yet more refinement of golang/go# 70553
  > f64b14a gopls/internal/golang: completion: better default keyword completion in switch stmt
  > af71e42 gopls/internal/golang: Rename: fix crash in ill-typed redeclaration
  > 9fbec96 gopls/internal/server: workspace: skip adding already added file
bumping github.com/prometheus/client_golang 48e12a1...d50be25:
  > d50be25 Cut 1.22.0 (# 1793)
  > 1043db7 Cut 1.22.0-rc.0 (# 1768)
  > e575c9c promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package (# 1765)
  > f2276aa Merge pull request # 1764 from prometheus/dependabot/github_actions/github-actions-bf199c20a5
  > a3548c5 Merge pull request # 1754 from saswatamcode/exp-eh
  > 9df772c build(deps): bump peter-evans/create-pull-request
  > c5cf981 Merge pull request # 1762 from prometheus/release-1.21
  > 60fd2b0 Remove go.work file for now
  > e84c305 exp: Reset snappy buf (# 1756)
  > 8a42da3 Fix ios build. (# 1758)
  > 8f9d0de exp: Add dependabot config
  > c351d10 Merge pull request # 1753 from prometheus/dependabot/go_modules/github.com/google/go-cmp-0.7.0
  > 40c62f7 Merge pull request # 1757 from prometheus/revert-121cas
  > 8c4c8fe Merge pull request # 1752 from prometheus/dependabot/go_modules/github.com/klauspost/compress-1.18.0
  > 8e74257 build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0
  > eaf03ef Cut 1.21.0 (# 1737)
  > 689f590 Cut 1.21.1
  > 25fdd48 Merge pull request # 1751 from prometheus/dependabot/github_actions/github-actions-1d46c514bf
  > 3e9bb22 build(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0
  > f1f89dc Cut 1.21.0-rc.0 (# 1718)
  > 9e567a7 Revert "Add: exponential backoff for CAS operations on floats (# 1661)"
  > ad23ad6 exp/api: Add accepted msg type validation to handler (# 1750)
  > 1f5f3b8 build(deps): bump the github-actions group with 5 updates
  > c923f7c Revert "ci: daggerize test and lint pipelines (# 1534)" (# 1717)
  > 248c3f7 exp/api: Add experimental exp module; Add remote API with write client and handler. (# 1658)
  > 1bcda80 process collector: Fixed pedantic registry failures on darwin with cgo. (# 1715)
  > 6b820eb Add support for undocumented query options for API (# 1743)
  > 038b37a tutorials/whatsup: Updated deps (# 1716)
  > 97546ff Update common Prometheus files (# 1745)
  > 56a2431 docs: Add RELEASE.md for the release process (# 1690)
  > 020a778 Merge pull request # 1744 from prometheus/release-1.21
  > cbd9526 Merge pull request # 1713 from prometheus/dependabot/go_modules/tutorials/whatsup/golang.org/x/net-0.33.0
  > 9940ebe Merge pull request # 1742 from prometheus/dependabot/github_actions/github-actions-91945f2503
  > 1a822a8 Upgrade to prometheus/common 0.62.0 with breaking change (# 1712)
  > 80b5a2a build(deps): bump golang.org/x/net in /tutorials/whatsup
  > 2c2903f Upgrade Golang version v1.24 (# 1738)
  > d8aff6f build(deps): bump the github-actions group with 2 updates
  > 7b39d01 Update common Prometheus files (# 1708)
  > 2de10d2 Cleanup dependabot config (# 1741)
  > aea1a59 Merge pull request # 1703 from prometheus/repo_sync
  > 5719ece Merge pull request # 1740 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.5
  > c882727 Merge pull request # 1704 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.61.0
  > 74e0f30 Update common Prometheus files
  > e2d1203 Merge pull request # 1739 from prometheus/dependabot/go_modules/golang.org/x/sys-0.30.0
  > 5996c87 build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5
  > 168c8cc Merge pull request # 1707 from prometheus/dependabot/github_actions/github-actions-32880cf316
  > 0c8606f build(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0
  > 16ca7d8 Merge pull request # 1699 from dashpole/update_om_links
  > e729ba1 Update common Prometheus files (# 1731)
  > c9792a5 build(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0
  > 253889c Merge pull request # 1705 from prometheus/dependabot/go_modules/golang.org/x/sys-0.28.0
  > b73f1d6 build(deps): bump the github-actions group with 5 updates
  > dcf944d build(deps): bump the github-actions group with 5 updates (# 1695)
  > 62165c2 update links to openmetrics to reference the v1.0.0 release
  > bf9ab7c Update common Prometheus files (# 1727)
  > b34fac0 Merge pull request # 1706 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.1
  > ab5a3ac build(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0
  > 6bc5aaf Merge pull request # 1696 from prometheus/dependabot/go_modules/golang.org/x/sys-0.27.0
  > c5873e0 Merge pull request # 1726 from prometheus/dependabot/github_actions/github-actions-0a2c707ab8
  > 0e565ee build(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.1
  > e5b5c5a Merge pull request # 1697 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.35.2
  > b338349 build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0
  > 348cc70 Merge pull request # 1725 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.4
  > c23accd build(deps): bump the github-actions group with 5 updates
  > f53c5ca setup OSSF Scorecard workflow (# 1432)
  > a656822 build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2
  > 8afccc7 feat: Add new CollectorFunc utility (# 1724)
  > 0f3d1e7 build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4
  > b236e1b examples: Follow best practices and established naming conventions (# 1650)
  > a42ae02 Added tips on releasing client and checking with k8s. (# 1723)
  > 1880f1b Fix: handle nil variableLabels in Desc.String() method and add tests for nil label values (# 1687)
  > 625c0eb chore(docs): Add links for the upstream PRs (# 1722)
  > 2356bb3 Update common Prometheus files (# 1692)
  > d9c0c3c Merge pull request # 1721 from prometheus/bwplotka-patch-1
  > 76b74e2 fix: add very small delay between observations to make test more realistic (and faster) (# 1691)
  > 68803f1 Merge pull request # 1719 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.3
  > 130ebd1 Update RELEASE.md
  > 6a90048 Add codeowners (# 1688)
  > c77aa37 Merge pull request # 1720 from prometheus/dependabot/go_modules/golang.org/x/sys-0.29.0
  > 2da9d00 build(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.3
  > 7d0a0fb fix: replace fmt.Errorf with errors.New (# 1689)
  > 40b7ca4 build(deps): bump golang.org/x/sys from 0.28.0 to 0.29.0
  > 291b0b0 Merge pull request # 1654 from shivanthzen/constNativeHistogram
  > 13851e9 Update common Prometheus files (# 1683)
  > ae84979 Add native histograms
  > a934c35 Add: exponential backoff for CAS operations on floats (# 1661)
  > bab92a7 chore: enable usestdlibvars linter (# 1680)
  > 400ee29 Update common Prometheus files (# 1679)
  > 2b11a4b Merge pull request # 1673 from imorph/faster_find_bucket
  > fcfad5c [chore]: enable perfsprint linter (# 1676)
  > 78d7a94 add: linear search implementation (+ benchmarks)
  > 1aa11d0 Merge pull request # 1678 from prometheus/dependabot/github_actions/github-actions-99b3cd78cd
  > 0c73c1c Merge pull request # 1672 from imorph/fix_summary_decay2
  > 6de54aa Merge pull request # 1674 from prometheus/repo_sync
  > abfb257 build(deps): bump the github-actions group across 1 directory with 3 updates
  > d3f2840 Merge pull request # 1665 from jkroepke/BuildFQName
  > 6d099da add: no skip in short mode for TestSummaryDecay
  > 02883cb Merge pull request # 1675 from mharbison72/issue-1660
  > 8aea698 Update common Prometheus files
  > 769f6f6 Merge pull request # 1670 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.35.1
  > ece74f8 optimize BuildFQName function
  > 7877776 fix: use injected now() instead of time.Now() in summary methods
  > 3c21cc0 process_collector: avoid a compiler warning on macOS (fixes # 1660)
  > 929900d Merge pull request # 1667 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.60.1
  > 5aa8222 build(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1
  > aef8aed Merge pull request # 1657 from Manask322/addHeadersRoundTripperExample
  > efa3a8c Merge pull request # 1669 from prometheus/dependabot/go_modules/golang.org/x/sys-0.26.0
  > 2c854c6 build(deps): bump github.com/prometheus/common from 0.59.1 to 0.60.1
  > e1675ce Merge pull request # 1651 from prometheus/arianna-maintainer
  > 547b8da test add headers round tripper
  > ce1dda1 Merge pull request # 1668 from prometheus/dependabot/go_modules/github.com/klauspost/compress-1.17.11
  > 1580d47 build(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0
  > e265df7 Merge pull request # 1647 from prometheus/release-1.20
  > ffcf34f Add Arianna as maintainer 💪
  > 1f09abb build(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11
  > 9c67f61 process_collector: Merge wasip1 and js into a single implementation (# 1644)
  > 284ca0f Optinally print OM created lines (# 1408)
  > 93c851f build(deps): bump the github-actions group with 4 updates (# 1634)
  > ae6e5d0 Update common Prometheus files (# 1635)
  > b2ef833 process_collector: Add Platform-Specific Describe for processCollector (# 1625)
  > a9c0488 Merge pull request # 1632 from prometheus/dependabot/go_modules/golang.org/x/sys-0.25.0
  > 38fb2b1 Merge pull request # 1633 from prometheus/dependabot/go_modules/github.com/klauspost/compress-1.17.10
  > 9cd37f9 build(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0
  > 25bda7c process_collector: fill in virtual and resident memory values on macOS using optional cgo (# 1616)
  > cb4b0c6 build(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10
  > 86f3496 Update common Prometheus files (# 1628)
  > ff60566 Refactor default runtime metrics tests for Go collector so that default runtime metric set autogenerates (# 1631)
  > 64158c5 Merge pull request # 1626 from ying-jeanne/add-example-for-customlabels
  > 39e7c23 Merge pull request # 1627 from prometheus/release-1.20
  > 86cdda8 Merge branch 'main' into add-example-for-customlabels
  > ac114f3 Update common Prometheus files (# 1622)
  > 6efd27d Update examples/customlabels/main.go
  > c29b986 Merge pull request # 1618 from prometheus/owilliams/utf8-testing
  > b079872 examples: Add custom labels example
  > 89f21b2 api: Add ability to CloseIdleConnection for one-off httpClient use cases. (# 1513)
  > 4d20de5 Set allow-utf-8 in Format during tests to avoid escaping.
  > a5e1340 process_collector: fill in most statistics on macOS (# 1600)
  > 97aa049 Update common Prometheus files (# 1615)
  > fa4f164 examples: Improved GoCollector example. (# 1589)
  > 30da80d Merge pull request # 1614 from prometheus/dependabot/github_actions/github-actions-aadb7c6e64
  > 2cc3a2f Update Dagger and build. (# 1610)
  > fd3057a build(deps): bump github/codeql-action
  > 850b6c0 changed the name of all variables with min/max name (# 1606)
  > 67683fd Merge pull request # 1612 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.57.0
  > 0ac5bf3 Merge pull request # 1611 from prometheus/dependabot/go_modules/golang.org/x/sys-0.24.0
  > 25ed766 build(deps): bump github.com/prometheus/common from 0.55.0 to 0.57.0
  > 0a90db7 Merge pull request # 1602 from prometheus/superq/update_go
  > 4c36916 build(deps): bump golang.org/x/sys from 0.22.0 to 0.24.0
  > ffc4cc6 Merge pull request # 1603 from prometheus/superq/cleanup_lint
  > c85ae6b Update supported Go versions
  > dbf72fc Merge pull request # 1593 from prometheus/release-1.20
  > e080e48 Update linting
  > b5361fe ci: bump dagger to the latest version (# 1588)
  > 989a6d0 Merge pull request # 1583 from prometheus/fix
  > 05936e8 Merge pull request # 1582 from prometheus/main-1.20
  > 8514bd7 gocollector: Tiny fix for help message with runtime/metrics source.
bumping k8s.io/kube-openapi 2c72e55...c8a335a:
  > c8a335a Merge pull request # 531 from serathius/validate-streaming
  > 9d41124 Merge pull request # 530 from Jefftree/go-124
  > 0d9316e Add validation rules for streaming
  > b98be4e Merge pull request # 529 from Jefftree/idl-fix
  > 342f11d Change package name back to idl_test and import idl
  > 58bc144 Merge pull request # 527 from jas4711/fix-slow-tests
  > 1250ee0 Fix package path for idl so the examples are aligned with types
  > 995909f Add go 1.24 to CI
  > e5f78fe Merge pull request # 524 from thockin/master
  > 79dd252 Increase integration tests' timeout to 1min
  > e0eeacd Switch from gofuzz to randfill
bumping k8s.io/apiserver c09fadd...338d7b8:
  > 338d7b8 Update dependencies to v0.33.1 tag
  > 1fb809d Merge remote-tracking branch 'origin/master' into release-1.33
  > 6aae451 Stop exposing list-via-watch from the server
  > 345c8cf Merge remote-tracking branch 'origin/master' into release-1.33
  > 11e6080 Merge pull request # 131196 from siyuanfoundation/forward-api
  > e87c9db Move to released version of prometheus/client_golang v1.22.0 from rc.0
  > 9ca332f bug fix: fix version order in emulation forward compatibility.
  > d4f2fc5 Merge pull request # 131020 from wojtek-t/fix_asynchronous_error
  > beaef1d Merge pull request # 131103 from ahrtr/etcd_sdk_20250328
  > b9e86eb Fix race for sending errors in watch
  > 1776f0c Parallelize cacher list tests
  > e228aea Don't start etcd for skipped test
  > 29a5d82 Stop cacher in TestWatchStreamSeparation to speed up shutdown
  > 30b60eb Fix flake, non-consistent list doesn't give any guarantees about staleness
  > aed144f Ensure that cacher is terminated in TestGetListRecursivePrefix
  > 51e9232 bump etcd 3.5.21 sdk
  > 26bd744 Merge pull request # 127053 from dashpole/tracing_context_propagation
  > 37736ec Merge pull request # 129872 from seans3/websocket-https-proxy
  > 6898b83 restrict trace context propagation to system:master and system:monitoring
  > b1b5987 Merge pull request # 130937 from serathius/watchcache-unify-delegate-list
  > 3b2a820 Websocket HTTPS proxy support
  > 6811fde Unify should delegate list
  > b1020ce Merge pull request # 130423 from serathius/watchcache-continue
  > 3a206e1 Merge pull request # 130930 from siyuanfoundation/help
  > 5a05907 Serve LISTs with exact RV and continuations from cache
  > a11f874 Merge pull request # 130121 from yongruilin/featuregate-unversion-clean
  > b94acad chore: update emulation version help msg.
  > 8702b38 chore: Remove unused unversioned feature gate map by consolidating feature gate files
  > 7d24a9e Merge pull request # 130925 from serathius/watchcache-snapshotter-interface
  > 23be1a4 Merge pull request # 130924 from serathius/watchcache-delegate-precedense
  > fa558b1 Create Snapshotter interface to fake the implementation
  > dfc7cb5 Merge pull request # 130922 from serathius/watchcache-delegate-state
  > 91724cf Change precedence order for continue and legacy exact match
  > a581683 Merge pull request # 130899 from serathius/watchcache-error
  > edd1d1f Extend shouldDelegateList testing incorportating state of cacher
  > 1a83f0c Merge pull request # 128402 from richabanker/mvp-agg-discovery
  > 50f48ce Implement watchcache returning error from etcd that caused cache reinitialization
  > 2566cd2 Merge pull request # 130115 from danmillwood/danmillwood-dispatcher-test-patch
  > ae08979 Replace StorageVersion API with aggregated discovery to fetch served resources by a peer for MVP
  > 7db8aee Merge pull request # 130906 from serathius/streaming-validation
  > 10c2760 Fix intermittent test failure
  > f50e0ed Update kube-openapi and integrate streaming tags validation
  > 98865c8 Merge pull request # 130863 from serathius/watchcache-negative-RV-consistent
  > 0f51ac5 Merge pull request # 130560 from stlaz/remote-uid-config-beta
  > c59961a Test continue with negative RV for reading consistent RV
  > 52e218f Merge pull request # 130873 from serathius/watchcache-consistency-typo
  > a9904ee bump RemoteRequestHeaderUID featuregate to Beta, on by default
  > 3482808 Merge pull request # 130866 from serathius/watchcache-delegate-helper
  > 4da0062 Fix missing recursive in consistency check, enable panic on failed check and fix typo in logs
  > aac1558 Merge pull request # 130875 from aramase/aramase/f/fix_email_verified_godoc
  > cc5ef43 Extract delegator.Helper interface to allow making delegate decision based on cache state
  > 3a95207 Add unit test to validate email_verified in claim validation rules
  > 67dfc24 fix godoc for email_verified requirement when username contains claims.email
  > d750e2f Merge pull request # 130595 from tkashem/omit-admission
  > ba3fbbb Merge pull request # 130688 from serathius/watchcache-validate
  > 4c88a5c skip admission for unsafe delete
  > fa03ee3 Merge pull request # 130347 from Jefftree/remove-v2beta1-agg-discovery
  > 7a33f52 Use ValidateListOptions in watch cache
  > 544ce3d Merge pull request # 130741 from googs1025/fix/data_race
  > cba5376 Gate apidiscovery/v2beta1 serving with a feature gate
  > 5df5358 Merge pull request # 130811 from serathius/watchcache-test-negative-rv
  > 7af2504 flake: fix data race for TestApfWatchHandlePanic unit test
  > 2265efa Merge pull request # 130815 from serathius/watchcache-simplify-bypass-test
  > 6f6da8e Add test cases for negative resource version in TestList
  > 8aa636f Merge pull request # 130813 from serathius/watchcache-consistent-list-flake
  > 3a2e1b5 Simplify bypass test by just testing shouldDelegateList function
  > a679925 Test bypass for negative RV
  > 05ed2e0 Merge pull request # 130437 from srivastav-abhishek/fix-unsafe-conversions-test
  > 6ace22f Fix flaky RunTestConsistentList
  > b640464 Merge pull request # 130588 from serathius/watchcache-test-recursive
  > 1b0427a Removed parallel execution for test/subtest where AllocsPerRun is used
  > 84cc815 Merge pull request # 130354 from siyuanfoundation/forward-api
  > f76f81a Test recursive in TestGetListCacheBypass and separate overrides
  > 70820c9 Merge pull request # 130019 from yongruilin/version-intro
  > 942f114 Add option to explicitly enable future gv or gvr in runtime-config.
  > a91b001 Merge pull request # 130788 from jpbetz/fix-subresources
  > 2b4f068 refactor: detach Info from apimachinery util version
  > 5a72bc8 Add emulation forward compatibility into api enablement and RemoveDeletedKinds.
  > 543428d Merge pull request # 130775 from serathius/watchcache-consistent-read
  > 24d512c Fix subresource parsing for declarative validation
  > b671788 feat: extend version information with more detailed version fields
  > d88392f Merge pull request # 130754 from aaron-prindle/validation-gen-add-metric-and-runtime-verification-review-comments-upstream
  > 3cb2448 Fix detecting consistent read when watchcache starts handling continue
  > c31bd99 Merge pull request # 130751 from Jefftree/cle-promote-beta
  > 4fe686a chore: change Info->Error log level related to declarative validation runtime tests and refactor panic wrapper names
  > 79feac1 Merge pull request # 130777 from serathius/watchcache-consistency-test
  > 1623f66 Promote CLE to beta
  > 7b991eb Merge pull request # 124360 from carlory/kep-3751-quota-2
  > 36c1a58 Fix typo and pass the environment variable required to enable watchcache consistency checking in GCE tests
  > 8e8b957 Merge pull request # 130693 from novahe/fix/test-cases
  > 2156078 Add quota support for PVC with VolumeAttributesClass
  > 6056c27 Merge pull request # 130752 from serathius/watchcache-simplify-delagate
  > a2c8b55 Fix test cases that may potentially cause a panic.
  > ae901d5 Merge pull request # 130648 from jpbetz/semver-tolerant
  > 6ed4233 Simplify shouldDelegateList
  > 96b9726 Merge pull request # 130705 from aaron-prindle/validation-gen-add-metric-and-runtime-verification-upstream
  > 408f503 Apply feedback
  > 3832c30 Merge pull request # 130708 from fuweid/reduce-spans-in-writer
  > b8750e7 feat: add declarative validation metrics and associated runtime verification tests
  > 92171c8 Add normalization support to CEL semver library, enable in base env
  > 1a6db11 Merge pull request # 129407 from serathius/streaming-proto-list-encoder
  > 9ff9bbb *: reduce tracing events during streaming JSON objects
  > 97b6cb1 chore: change error_matcher.go to use test interface instead of importing testing pkg
  > 782d907 Add tolerant parse option to semver
  > b2bc62b Merge pull request # 130475 from serathius/watchcache-consistency
  > 67ec836 Implement streaming proto encoding
  > 67d2550 Merge pull request # 130530 from pacoxu/v1.33-fg-cleanup
  > 23e9b2c Implement consistency checking
  > dccab55 Merge pull request # 130637 from serathius/watchcache-unify-validation
  > d44a862 remove feature gate AdmissionWebhookMatchConditions that was GAed in v1.30
  > 855c0d4 Merge pull request # 130555 from thockin/k_k_randfill
  > 73e72d1 Unify ListOptions validation between cache and etcd
  > bd0e774 remove AggregatedDiscoveryEndpoint that was GAed in v1.30
  > 7ee837d Vendor randfill
  > 01307e4 remove feature gate RemainingItemCount that was GAed in v1.29
  > 9641d30 Use randfill, do API renames
  > c2e94ca Merge pull request # 130569 from dims/update-to-latest-cadvisor-v0.52.0
  > 7377dfa Merge pull request # 130417 from serathius/watchcache-compact
  > e36558f update to v1.22.0-rc.0
  > 4305a14 Separate compactWatchCache from increaseRV
  > 337542d update to latest cadvisor @ v0.52.0
  > d3e44df Merge pull request # 130589 from serathius/watchcache-opts
  > c5b8df4 Merge pull request # 130543 from thockin/error_matcher_and_origin
  > f422062 Pass storage.ListOptions to WaitUntilFreshAndList
  > 163865f Merge pull request # 130320 from Jefftree/relax-openapi-verify
  > 0b0eaa3 Fix up ErrorMatcher from feedback
  > b12d7a1 Allow OpenAPI verification to pass both with and without strict alpha
  > 5edb11a Merge pull request # 130571 from hakuna-matatah/debug-upstream
  > 821b679 Merge pull request # 130587 from serathius/watchcache-subtests
  > 6faeace Debug latencies in request handler
  > 79ec453 Run lists tests in subtests
  > 345ad05 Merge pull request # 130549 from jpbetz/validation-gen-pr2
  > 7c0ba21 Add declarative validation utility for use from strategies
  > 70fe4e2 Merge pull request # 128919 from dashpole/update_otel
  > 9b3bebd update go.opentelemetry.io dependencies to v1.33.0/v0.58.0
  > 990bed7 Merge pull request # 130450 from JoelSpeed/fix-contains-cidr
  > 6a65641 Merge pull request # 129334 from serathius/streaming-json-list-encoder
  > 6479174 Fix implementation of ContainsCIDR to allow non-equal addresses
  > f2b1ab6 Merge pull request # 130474 from dims/bump-x/crypto-and-x/oauth2
  > 38b01a1 Streaming JSON encoder for List
  > 69cfb42 Merge pull request # 129688 from cpanato/update-main-go124
  > e1e2202 Bump x/oauth2 and x/crypto
  > 205c0f5 Merge pull request # 130281 from z1cheng/issue_130264
  > 585eff5 bump go.mod to set min go1.24
  > 82c8af5 Merge pull request # 130443 from serathius/watchcache-limit
  > c576a62 Implement chunking for gzip encoder in deferredResponseWriter
  > e03f7e4 Merge pull request # 130400 from serathius/storage-current-rv
  > 9e52394 Remove limit support from btree store
  > 3ad9385 Move GetCurrentResourceVersion to storage.Interface
  > 2ebe70a Merge pull request # 130412 from serathius/watchcache-progress
  > 0230ffb Merge pull request # 130399 from serathius/cache-delegator
  > a458717 Move watch progress to separate package.
  > a64613c Rename CacheProxy to CacheDelegator
  > ed3efcd Merge pull request # 130060 from carlory/fix-quota-scope
  > 1e7b28d Merge pull request # 129657 from p0lyn0mial/upstream-cacher-resilient-init-back-off
  > 13a27b8 Fix a bug where the `ResourceQuota` admission plugin does not respect ANY scope change when a resource is being updated. i.e. to set/unset an existing pod's `terminationGracePeriodSeconds` field.
  > fcfce5a Merge pull request # 130279 from serathius/watchcache-snapshot
  > 3aea777 storage/cacher/ready: dynamically calculate the retryAfterSeconds
  > 4a787e9 Merge pull request # 130344 from tosi3k/wc-upper-bound-capacity
  > 09c0e7d Add snapshotting of watch cache behind a feature gate
  > 710763d Merge pull request # 130118 from lucasrattz/update-anp
  > efe7a1b Add watch cache capacity upper bound adjusting logic
  > d522031 Ensure that btree threadedStoreIndexer implements orderedLister
  > 8dccd76 Merge pull request # 130359 from my-git9/assertion1
  > 4831145 Bump konnectivity-client to v0.31.2
  > 95d27c9 Merge pull request # 130187 from mansikulkarni96/129084
  > a3d85c2 enable go-required check
  > 3a55230 Drop winsymlink go 1.23 workaround
  > afb79f8 fix wrong assertion on tests
  > 644f8e6 Merge pull request # 130242 from serathius/watchcache-test
  > 476d81d Test continuations and exact revision LISTs
  > b9bc02f Merge pull request # 130280 from serathius/watchcache-test-refactor
  > b9f760c Merge pull request # 130297 from 249043822/br0004
  > 1e6e6f0 Refactor TestList and validate continuations to allow testing pagination and more exact RVs in the future
  > 9da16fa Fix non-recursive list should also read RequestWatchProgress feature when consistent list from cache is enabled
  > f98455c Merge pull request # 122646 from liggitt/deletionTimestamp
  > 8dd4460 Merge pull request # 130047 from HirazawaUi/modify-loopback-cert-valid-period
  > 1bac1a3 prevent deletionTimestamp from moving into the past
  > b6fda29 Merge pull request # 130190 from nkeert/test-validate-deferredResponseWriter-for-multiple-writes
  > c533eff adjusting loopback certificate validity in kube-apiserver
  > 938d466 Merge pull request # 130249 from seans3/bump-websockets-version
  > 11288ef Add a test to validate deferredResponseWriteron multiple write calls
  > ff5a72e Update gorilla/websockets library from 1.5.0 to latest 1.5.3
  > 52dde33 Merge pull request # 130126 from fuweid/fix-128314
  > 35a4ee0 Merge pull request # 129852 from p0lyn0mial/upstream-clock-test-cache
  > 2a04234 proxy: should add PingPeriod for websocket translator
  > 08a05f9 Merge pull request # 130113 from AwesomePatrol/129931-fix-3
  > 23e8a6c cacher: decrease the running time of TestConsistentReadFallback
  > 87cccf7 Limit ResourceQuota LIST requests to times when informer is not synced
  > 8a149c9 cacher/cacher_whitebox_test: newTestCacherWithoutSyncing allow passing a clock
  > c471778 Merge pull request # 129934 from serathius/graduate-btree
  > 4628bb8 Merge pull request # 129416 from siyuanfoundation/refactor
  > c1a2d59 Graduate BtreeWatchCache feature gate to GA
  > 9bb5fd5 Merge pull request # 129929 from serathius/deprecate-separate-rpc
  > 9bb4aa7 Refactor compatibility version code
  > 7b8dc61 Merge pull request # 129930 from serathius/deprecate-watch-from-storage
  > 66f7881 Flip SeparateCacheWatchRPC feature gate to false and deprecate it.
  > 0198fdb Merge pull request # 129921 from srivastav-abhishek/fix-etcd-test
  > 0167eb5 Deprecate WatchFromStorageWithoutResourceVersion
  > 2ce508c Merge pull request # 129844 from cici37/bumCEL
  > 55da1af Additional timeout to receive all watchEvents
  > 39a73cd Merge pull request # 129813 from yongruilin/golangci-featuregate-add
  > 69f7857 Update the env option.
  > 52f2fda Merge pull request # 129596 from cici37/cvTest
  > ee59411 feat: add a lint rule to prevent Add unversioned featuregate
  > 7e0cbb5 Bump cel-go to v0.23.2.
  > 6c0d90b Merge pull request # 129751 from pacoxu/EfficientWatchResumption
  > 3a132bf Add test for compatible version
  > 2911f5b Merge pull request # 129815 from dims/linter-to-ensure-go-cmp/cmp-is-used-only-in-tests
  > a2ab8dc remove GAed EfficientWatchResumption since v1.24
  > 0a703e3 Linter to ensure go-cmp/cmp is used ONLY in tests
  > f6d3d88 Merge pull request # 129786 from JoelSpeed/drop-netip-variables
  > a3f27ce Drop declaration of IP/CDIR type CEL variables
  > e35b5a7 Merge pull request # 129732 from dims/switch-to-v2.6.3-of-gopkg.in/go-jose/go-jose.v2
  > cf7237e Merge pull request # 127709 from pohly/log-client-go-rest
  > 736476d update github.com/coreos/go-oidc to v2.3.0
  > 6885e99 Merge pull request # 129538 from hzxuzhonghu/http2-clean
  > c2262d5 client-go/rest: backoff with context support
  > 6e7ca2c Switch to gopkg.in/go-jose/go-jose.v2 @ v2.6.3
  > 0e1bb96 Merge pull request # 129679 from pacoxu/remove-APIListChunking
  > 29de537 Cleanupï: only initiate http2 server options when http2 is not disabled
  > b66aedf remove APIListChunking which was GAed since v1.29
  > 626adbf Merge pull request # 129303 from sttts/sttts-vap-jsonpatch-typeresolver-tests
  > ae92d91 Merge pull request # 129628 from 249043822/br004
  > ca7102a apiserver/admission/cel: add unit tests for JSONPatch expressions
  > 2387b5d Merge pull request # 129633 from skitt/revert-go-difflib-go-spew
  > e802cf6 remove duplicate getAttrsFunc calls to reduce temporary memory allocations
  > 2c1a1fa Merge pull request # 129547 from serathius/watchcache-bypass-test-valid
  > 695a3a4 Revert to go-difflib and go-spew releases
  > cd99ead Merge pull request # 129622 from dims/update-to-latest-kustomize-v5.6.0
  > a6c0914 Only test requests that pass validation
  > 37d4665 Merge pull request # 127375 from omerap12/issue_126311
  > 5f060d9 Drop github.com/asaskevich/govalidator
  > 76f1672 Merge pull request # 129590 from wojtek-t/cleanup_feature_gates
  > 7ca4de7 lint: removed empty line
  > 30363fd Remove WatchBookmark feature gate
  > 81ab7e0 Add test for CEL reserved symbols without double underscore
  > 5edcd3c Merge pull request # 124087 from krzysdabro/tests-apiserver-options-kms
  > e62b626 Merge pull request # 129443 from serathius/watchcache-proxy
  > 2146712 apiserver: decrease timeout for TestKMSHealthzEndpoint
  > 6c47046 Merge pull request # 129439 from serathius/refactor-delegate-2
  > 74be087 Extract and unify cache bypass logic by creating a CacheProxy struct
  > b431778 Refactor shouldDelegateList
  > a2cdf2c Merge pull request # 129540 from serathius/test-list-cache-bypass
  > 2241ea0 Merge pull request # 129542 from serathius/watchcache-benchmark-namespace
  > 3c47ed7 Test all possible combinations of input for shouldDelegateList
  > 8161d73 Add benchmarking of namespace index
  > c7ea661 Merge pull request # 129441 from serathius/watchcache-benchmark
  > 893803d Merge pull request # 129440 from serathius/watchcache-extract-list-response
  > fd21d18 Improve benchmark to handle multiple dimensions
  > 2cad252 Merge pull request # 129430 from MadhavJivrajani/go124-webhook-regex-ut
  > 62c90b1 Extract list response struct to manage all the response fields
  > e6eb589 Merge pull request # 129349 from dims/bump-x/net-to-v0.33.0
  > 7c924dc webhook: alter regex to account for x509sha1 GODEBUG removal
  > 006dd59 Merge pull request # 128872 from alvaroaleman/generics
  > 825f36b Bump x/net to v0.33.0
  > 84b3c4c Use generic btree in watchcache
  > a53d8f1 Update github.com/google/btree
  > 494066f Merge pull request # 128279 from Jefftree/compat-133
  > 15b54ba Expand emulated version range to n-3 with 1.31 floor
  > c7fb780 Merge pull request # 129074 from siyuanfoundation/fgv
  > 0daeb9f Add Validation to versioned feature specs.
  > b3597c0 Merge pull request # 129205 from tosi3k/wc-configurable-retention
  > f5b4a60 Merge pull request # 129213 from Jefftree/k-openapi
  > 0dcf3e9 Configure watch cache history window based on request timeout
  > 665a8df Merge pull request # 128343 from Jefftree/responsewriter-test
  > 68ddbb0 bump kube-openapi
  > b62222b Merge pull request # 129195 from dims/update-x/crypto/ssh-dependency
  > ada3ee1 add test for inmemory response writer
  > 6ecac9f Merge pull request # 128844 from cheftako/updateANP
  > dbfbe37 Update x/crypto/ssh dependency
  > 988c0f8 Merge pull request # 129054 from pohly/remove-import-name
  > c8d9720 Bump konnectivity-client to v0.31.1
  > 0a3c895 Merge pull request # 128890 from kei01234kei/output_log_when_server_shutdown_is_failed
  > b846629 remove import doc comments
  > 47024d9 Merge pull request # 128862 from MariamFahmy98/map-unit-tests
  > 753940e 📝 output log when server shutdown is failed
  > ea0b9ce Merge pull request # 128621 from kmala/master
  > b858201 fix: remove duplicated unit tests in JSONPatch and ApplyConfiguration
  > df1723c Merge pull request # 127897 from modulitos/add-x509-uid-to-user
  > d513755 update the github.com/golang-jwt/jwt/v4 dependency
  > 3658357 Merge pull request # 129103 from liggitt/drop-winreadlinkvolume
  > 026bd87 set user.DefaultInfo.UID from x509 cert
  > 9add4d0 Drop use of winreadlinkvolume godebug option
  > 99abade Merge pull request # 129081 from stlaz/fg_remote_uid
  > 79e6f1f Merge pull request # 129083 from liggitt/go1.23windows
  > 5047b8f featuregate UID in RequestHeader authenticator
  > aaeb01b Revert to go1.22 windows filesystem stdlib behavior
  > cccad30 Merge pull request # 128722 from dims/possible-fix-for-alpha-feature-breaking-tests
  > 51b4b49 Possible fix for alpha CI jobs failing with AllowUnsafeMalformedObjectDeletion switched on
bumping github.com/Azure/go-ansiterm d185dfc...306776e:
  > 306776e Auto merge mandatory file pr
  > b3e40cb Microsoft mandatory file
bumping github.com/google/btree 8e29150...aeba20f:
  > aeba20f fix: remove item may changed clone btree; (i+1) children has new cow, but do not copy
bumping golang.org/x/mod dc121ce...9d33331:
  > 9d33331 x/mod: add the ignore directive
  > ae88a97 all: change from sort functions to slices functions
bumping knative.dev/networking 6268d93...f950c0c:
  > f950c0c upgrade to latest dependencies (# 1068)
  > c3d6b4f bump deps (# 1067)
  > ea31f2e upgrade to latest dependencies (# 1066)
  > e132e24 upgrade to latest dependencies (# 1065)
  > eea9fd8 upgrade to latest dependencies (# 1064)
  > 6f71a25 upgrade to latest dependencies (# 1063)
  > a06da1d upgrade to latest dependencies (# 1062)
  > 16635c6 Update community files (# 1061)
  > e2c18ca Update community files (# 1060)
bumping knative.dev/serving a4c4491...7f0a07a:
  > 7f0a07a Update net-istio nightly (# 15931)
  > 3219cec Update net-gateway-api nightly (# 15930)
  > 7c79463 upgrade to latest dependencies (# 15926)
  > a923b8e Update net-istio nightly (# 15927)
  > 9709686 bump deps (# 15922)
  > 2d82b20 Update net-contour nightly (# 15925)
  > c50a00d Update net-contour nightly (# 15921)
  > 5d87069 Update net-gateway-api nightly (# 15920)
  > d96077a Update net-kourier nightly (# 15915)
  > ed1e3d7 Update net-istio nightly (# 15919)
  > 56eeff1 ignore v1.Endpoint.* deprecation (# 15917)
  > 7034ca3 Fix flakes in TestIdleTimeoutHandler (# 15918)
  > 0641d0b upgrade to latest dependencies (# 15914)
  > d442738 Update net-gateway-api nightly (# 15916)
  > cf4b1ae Fix request hanging after response start timeout expires (# 15899)
  > 80d7335 Correct tryTimeoutAndWriteError to write timeout regardless of prior writes (# 15900)
  > 794c02f Update net-kourier nightly (# 15912)
  > fbeabf6 upgrade to latest dependencies (# 15906)
  > 5470b9f Update net-contour nightly (# 15911)
  > 0a95f77 Update net-kourier nightly (# 15909)
  > 0d710f5 Update net-gateway-api nightly (# 15910)
  > d5907a3 Update net-kourier nightly (# 15901)
  > 817f739 Bump chainguard-dev/actions in the github-actions group (# 15905)
  > 92b23aa Update net-istio nightly (# 15902)
  > 6d6d25e Fix labels and annotations propagation to k8s service on update (# 15892)
  > c36383e Add support for Kubernetes “image” volume type (# 15878)
  > 3f7000d TestSystemInternalTLS set min-scale to not lose logs (# 15895)
  > 16b1076 Update net-kourier nightly (# 15897)
  > e56dd0e upgrade to latest dependencies (# 15894)
  > 8a39d5e upgrade to latest dependencies (# 15881)
  > 99655d2 Update net-gateway-api nightly (# 15885)
  > bbf34f6 Update net-contour nightly (# 15887)
  > 4e4420a Update net-kourier nightly (# 15886)
  > ebcedc8 Update net-istio nightly (# 15888)
  > 589b6ab bump cluster version (# 15879)
  > a01a078 Update net-gateway-api nightly (# 15875)
  > 803fdbf Update net-istio nightly (# 15876)
  > eaad792 Bump the github-actions group with 3 updates (# 15874)
  > 5032acc Update net-contour nightly (# 15872)
  > 0cb5678 Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (# 15871)
  > 25fccfb upgrade to latest dependencies (# 15868)
  > 7decfdc feat: reduce duplicate code (# 15867)
  > 9dfd12d Update net-kourier nightly (# 15865)
  > abd03b2 Update net-istio nightly (# 15864)
  > c2645f0 Update net-contour nightly (# 15863)
  > 0c57eaf Update net-gateway-api nightly (# 15859)
  > 6c949a5 Update community files (# 15862)
  > 9665028 Update net-kourier nightly (# 15860)
bumping sigs.k8s.io/structured-merge-diff/v4 7bf59b3...0ee1c65:
  > 0ee1c65 Merge pull request # 283 from thockin/master
  > 1d759a2 Merge pull request # 279 from yongruilin/fix-apidiff
  > 1ae718b Switch from gofuzz to randfill
  > 23d89dc Merge pull request # 277 from yongruilin/apidiff
  > d3de6bc fix: update apidiff script to install tool and set up remote repository
  > d4ed9e1 feat: Adds a script to run apidiff
bumping k8s.io/api 78094a6...04f698e:
  > 04f698e Update dependencies to v0.33.1 tag
  > 16cedc7 Merge pull request # 131088 from atiratree/rename-terminating-replicas-fg
  > dc88679 Merge pull request # 131103 from ahrtr/etcd_sdk_20250328
  > 96e38c9 rename DeploymentPodReplacementPolicy FG to DeploymentReplicaSetTerminatingReplicas
  > 4a456a2 bump etcd 3.5.21 sdk
  > c21a017 Merge pull request # 129970 from mortent/AddResourceV1beta2API
  > 118546d Merge pull request # 130556 from sreeram-venkitesh/kep-4960-container-stop-signals
  > d0673db Run make update
  > f9401a3 Merge pull request # 130797 from jm-franc/configurable-tolerance
  > 9b3e544 Generated UPDATE_COMPATIBILITY_FIXTURE_DATA
  > 9f5e16d Add resource v1beta2 API
  > a97d51b Refresh autogenerated files following the configurable tolerance updates.
  > 24fc7f2 Generated files
  > 4b96751 Fix API doc and tolerance field handling when gate is flipped.
  > 9a0e368 API changes
  > 2f57c40 Update test fixture to account for new tolerance field.
  > 1a7a756 Add the HorizontalPodAutoscaler tolerance field.
  > 71f613b Merge pull request # 130920 from kerthcet/feat/promote-to-ga
  > 741ca77 Merge pull request # 130764 from cici37/partitionableDevice
  > ee0eaca KEP-3094 Promote NodeInclusionPolicyInPodTopologySpread to Stable
  > 41d52b8 Auto gen
  > 433b48c API manual changes
  > 6b142a2 Merge pull request # 130844 from danwinship/improved-traffic-distribution
  > 88064fe Merge pull request # 130447 from pohly/dra-device-taints
  > 8e8be3a update generate docs for PreferSameTrafficDistribution
  > fc83166 Merge pull request # 130225 from ritazh/dra-admin-access-namespace
  > 2996c1d DRA: generated files for device taints API
  > 7cac191 Add PreferSameTrafficDistribution feature gate and associated API.
  > c5abc76 Merge pull request # 130463 from sanposhiho/ga-mlk
  > 1e2d8d9 DRA: AdminAccess validate based on namespace label
  > 55f0a69 DRA: add device taints API
  > feb95d9 Merge pull request # 130906 from serathius/streaming-validation
  > 4bccf90 feat: graduate MatchLabelKeysInPodAffinity to GA
  > 540078b Implement KEP 4876 Mutable CSINode (# 130007)
  > e2952ca Update kube-openapi and integrate streaming tags validation
  > ec9cd3f Merge pull request # 128622 from jpbetz/admission-policy-generalize-api-docs
  > 472f333 Merge pull request # 129954 from iholder101/swap/capacity-on-node-sys-info
  > 591c6c2 generate
  > 4dec174 Merge pull request # 130733 from natasha41575/pod-resize-conditions
  > e4905b7 add auto-generated files: make update
  > eb0f226 Update API docs that are shared between VAP and MAP
  > 7d78505 Move pod resize status to pod conditions
  > de1618b add auto-generated files: ./hack/update-codegen.sh
  > c4f583a Merge pull request # 130725 from jpbetz/replication-controller-minimums-to-declarative
  > 51388d2 Add the Swap field to NodeSystemInfo
  > 2349652 Mark RC.Spec.MinReadySeconds as k8s:optional
  > dffd994 Add declarative default for RC.Spec.MinReadySeconds
  > dfd80b9 Declaratively validate minimum value of RC.Spec.MinReadySeconds
  > 6e47eb5 Declaratively validate RC.Spec.Replicas optionality
  > 6c22bd0 Add declarative default for RC.Spec.Replicas
  > 87aafd8 Declaratively validate minimum value of RC.Spec.Replicas
  > aae61a3 Merge pull request # 130536 from tenzen-y/promote-successpolicy-to-ga
  > e458541 Merge pull request # 130233 from soltysh/statefulset_api
  > 9d6ea4a Gradeate Job SuccessPolicy to Stable
  > 173e173 Merge pull request # 130751 from Jefftree/cle-promote-beta
  > 04f909e make update
  > be62947 Merge pull request # 124360 from carlory/kep-3751-quota-2
  > 725f284 generated
  > ec1e474 Mark StatefulSet's .spec.serviceName optional
  > 3552524 Merge pull request # 129886 from danwinship/endpointslice-api-notes
  > 4ca069b Add quota support for PVC with VolumeAttributesClass
  > df51331 Add LeaseCandidate v1beta1
  > e5f75bf Merge pull request # 130135 from saschagrunert/image-volume-beta
  > 0d4b49e update generated docs
  > 9807c67 Merge pull request # 130673 from gauravkghildiyal/kep-4444-ga
  > bfb316a Graduate image volume sources to beta
  > 3eb5c63 Try to clarify EndpointSlice semantics some more
  > d471f34 Merge pull request # 128499 from stlaz/ctb_betav1
  > 6168c28 Run 'make update'
  > b08339a Merge pull request # 130574 from natasha41575/drop_proposed_resize_status
  > 5400f7b generate code
  > 4ecedb8 Update trafficDistribution API spec docs for GA graduation
  > a634b5d Merge pull request # 130555 from thockin/k_k_randfill
  > e89aa2d [FG:InPlacePodVerticalScaling] Drop 'Proposed' resize status
  > ff9b23d use the ClusterTrustBundles beta API
  > 77dda45 Vendor randfill
  > 1b0c33d copy ClusterTrustBundle API to v1beta1
  > f5876dc Merge pull request # 130569 from dims/update-to-latest-cadvisor-v0.52.0
  > aaba148 Merge pull request # 130352 from natasha41575/kubelet-pod-observedgen
  > 05058ae update to v1.22.0-rc.0
  > 84fcd81 Merge pull request # 128586 from mortent/DRAPrioritizedList
  > b9efb93 update testdata for roundtrip and client tests
  > 0810cf4 update to latest cadvisor @ v0.52.0
  > d98e883 Merge pull request # 130515 from Jefftree/revert-cle-beta-types
  > 7461083 Run make update
  > fe364ce run 'make update'
  > 3c7fe1d Merge pull request # 128919 from dashpole/update_otel
  > 84e0e86 Revert "Add LeaseCandidate v1beta1"
  > 3589587 Addressed comments
  > 6a3e841 Add observedGeneration and validation to pod status and conditions
  > c316148 update go.opentelemetry.io dependencies to v1.33.0/v0.58.0
  > 79d0560 Revert "LeaseCandidate alpha -> beta,"
  > 62e37c6 Run make update
  > 11e041f Merge pull request # 130061 from mimowo/make-backoffperindex-stable
  > 7299db7 Revert "generated"
  > ebbdc1b DRA: Update types and defaults for Prioritized Alternatives in Device Requests
  > b732bdc Merge pull request # 130474 from dims/bump-x/crypto-and-x/oauth2
  > 31cb388 Graduate Backoff Limit Per Index as stable
  > 59273a8 Merge pull request # 130291 from Jefftree/cle-beta
  > 5a29706 Bump x/oauth2 and x/crypto
  > c3130ba Merge pull request # 129688 from cpanato/update-main-go124
  > bc1e531 generated
  > 25eddff Merge pull request # 129158 from LionelJouin/fix-128831
  > 9e4d5b7 bump go.mod to set min go1.24
  > 5bdb873 LeaseCandidate alpha -> beta,
  > 315eef3 Merge pull request # 130187 from mansikulkarni96/129084
  > 0983b73 Add Device status const comments
  > 3530def Add LeaseCandidate v1beta1
  > 7f71251 Drop winsymlink go 1.23 workaround
  > 43a193b make update
  > a884a61 Merge pull request # 130298 from thockin/max_of_of
  > 2c22adb ResourceClaim.Status.Devices.Data as pointer
  > 193fbe4 Merge pull request # 130294 from Jefftree/cle-doc-fix
  > 9db3849 Fix dup word in API doc
  > fa7a8e7 make update
  > 46e121c generated
  > 3a15aa7 Fix ResourceClaim status API inconsistency
  > 3341e2b Remove gate for leasecandidate strategy
  > 8ce7fe8 Merge pull request # 130098 from danwinship/deprecate-endpoints
  > 2600a40 Mark v1.Endpoints deprecated in the API
  > 3637a75 make update
  > 98d5059 Mark v1.Endpoints as deprecated in the documentation
  > 4629116 Merge pull request # 130049 from aojea/avoid_ginkgo_dep
  > 101b455 reduce dependencies in apimachinery net testing utils
  > 68351e3 Merge pull request # 129560 from bart0sh/PR168-DRA-fix-All-allocation-mode
  > 4dccc5e Merge pull request # 128546 from atiratree/pod-replacement-policy-terminating-pods
  > 2167a63 DRA: fix allocation mode `All`
  > 6da57ba update generated files and feature gates
  > 086b96c api: add terminatingReplicas field to ReplicaSet and Deployment statuses
  > f78f175 Merge pull request # 128971 from aojea/servicecidr_ga
  > b5a1c98 make update
  > bf4b72f promote ServiceCIDR and IPAddress to GA
  > 3bed258 Merge pull request # 124300 from walker-tom/update-envfromsource-docs
  > b849e76 Update EnvFromSource.Prefix doc to mention Secret as well as ConfigMap
  > f4eb491 Merge pull request # 129661 from pohly/dra-cell-cost-limit-increase
  > 3f63dba Merge pull request # 129633 from skitt/revert-go-difflib-go-spew
  > 528adbe DRA CEL: add missing size estimator
  > dd83bbe Revert to go-difflib and go-spew releases
  > a3b62a1 Merge pull request # 129543 from pohly/dra-reserved-for-limit
  > 5d1a643 DRA API: bump maximum size of ReservedFor to 256
  > 9e7d345 Merge pull request # 129500 from carlory/PDBUnhealthyPodEvictionPolicy
  > 026dd36 Remove general available feature-gate PDBUnhealthyPodEvictionPolicy
  > 018f9a5 Merge pull request # 129349 from dims/bump-x/net-to-v0.33.0
  > ba0d57b Bump x/net to v0.33.0
  > 9603cdf Merge pull request # 129326 from pacoxu/v1.32.0-api-testdata
  > be6db76 remove v1.30.0 api testdata
  > e9023ba Add v1.32.0 API testdata
  > eac4551 Merge pull request # 129213 from Jefftree/k-openapi
  > 24e012d bump kube-openapi
  > 855f46b Merge pull request # 128659 from saschagrunert/google-go-protobuf
  > 4b0b8cb Replace `github.com/golang/protobuf` with `google.golang.org/protobuf`
  > 075bd98 Merge pull request # 129195 from dims/update-x/crypto/ssh-dependency
  > 9906e2a Update x/crypto/ssh dependency
  > c137d05 Merge pull request # 129054 from pohly/remove-import-name
  > 8b216f3 Merge pull request # 129103 from liggitt/drop-winreadlinkvolume
  > 3571b94 remove import doc comments
  > 786cd58 Drop use of winreadlinkvolume godebug option
  > 645453f Merge pull request # 129083 from liggitt/go1.23windows
  > 0469da5 Revert to go1.22 windows filesystem stdlib behavior
  > 6cc44b8 Merge pull request # 128407 from ndixita/pod-level-resources
bumping google.golang.org/genproto/googleapis/rpc e9438ea...b45e905:
  > b45e905 chore(all): update all (# 1204)
  > e70fdf4 chore(deps): bump golang.org/x/net to 0.37.0 (# 1202)
  > 33a14cd chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 (# 1201)
  > 5d019e2 chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1200)
  > 81fb87f chore(all): auto-regenerate .pb.go files (# 1199)
  > 29e43e6 chore(all): auto-regenerate .pb.go files (# 1195)
  > a0af3ef chore(all): update all (# 1196)
  > 55c9018 chore(all): auto-regenerate .pb.go files (# 1194)
  > 546df14 chore(all): update all (# 1193)
  > 9fdb1ca chore(all): update Go to 1.24 (# 1191)
  > 56aae31 chore(all): update all (# 1190)
  > 5a70512 chore(all): remove toolchain from go.mod (# 1189)
bumping k8s.io/apiextensions-apiserver ab6ba90...a0cfc63:
  > a0cfc63 Update dependencies to v0.33.1 tag
  > c066cbe Merge remote-tracking branch 'origin/master' into release-1.33
  >…

Signed-off-by: Knative Automation <automation@knative.team>
2025-06-17 20:09:59 +00:00
Knative Automation 1e24794f76
Update community files (#2001)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-24 01:44:25 +00:00
Knative Automation 96721e598f
[main] Upgrade to latest dependencies (#1997)
* upgrade to latest dependencies

bumping github.com/google/go-cmp c3ad843...9b12f36:
  > 9b12f36 Detect proto.Message types when failing to export a field (# 370)
  > 4dd3d63 fix: type 'aribica' => 'arabica' (# 368)
  > 391980c Support compare functions with SortSlices and SortMaps (# 367)
bumping google.golang.org/protobuf f09e239...3f79c52:
  > 3f79c52 all: release v1.36.6
  > a5da9b2 gha-ci: instruct bazelisk to use Bazel 7.x
  > 9f3ed37 internal_gengo: generate a const string literal for the raw descriptor
  > 4247b1b proto: Add CloneOf[M Message](m M) M
  > f7fcf5b types/descriptorpb: regenerate using latest protobuf v30 release
  > 9c8c2dd all: set Go language version to Go 1.22
  > 1719d63 all: start v1.36.5-devel
bumping knative.dev/networking 2cde432...6268d93:
  > 6268d93 upgrade to latest dependencies (# 1059)
  > 5a309fd upgrade to latest dependencies (# 1058)
  > f1b08e6 upgrade to latest dependencies (# 1054)
  > 0d887a8 bump to golangci yaml v2 (# 1057)
  > a46e5f4 bump to golangci yaml v2 (# 1056)
  > 5ce28a2 Update community files (# 1055)
  > ad8767c upgrade to latest dependencies (# 1052)
  > 3be8292 upgrade to latest dependencies (# 1050)
  > 863b7af fix linter config (# 1049)
  > 1aaade7 upgrade to latest dependencies (# 1047)
  > d23278a Update community files (# 1048)
bumping knative.dev/serving 582f453...a4c4491:
  > a4c4491 update min go version to 1.24 (# 15856)
  > e74fe1a drop code clearing out the user agent (# 15857)
  > 128550c bump latest contour and istio (# 15858)
  > 7f044f1 Enable Mount Propagation as a Optional Feature (# 15758)
  > 5653ad0 Update net-gateway-api nightly (# 15853)
  > ae7b265 Update net-kourier nightly (# 15855)
  > 4730c99 Update net-istio nightly (# 15854)
  > 880ea71 Update net-contour nightly (# 15852)
  > 93023e8 feat: add support for CSI volumes (# 15815)
  > c7f03af Support exec readiness probes for sidecar containers (# 15773)
  > a221c53 Update net-kourier nightly (# 15849)
  > e88d4dc upgrade to latest dependencies (# 15845)
  > 1d9855f Update net-gateway-api nightly (# 15847)
  > e6c1839 Update community files (# 15848)
  > c7e3075 Update net-kourier nightly (# 15843)
  > e193904 Update net-istio nightly (# 15844)
  > a5e15ba Update net-gateway-api nightly (# 15841)
  > 4699601 Update net-contour nightly (# 15842)
  > 44559d5 upgrade to latest dependencies (# 15840)
  > 3d830a0 autoscaler: ignore ScaleDownDelay if not reachable (# 15831)
  > 8ee578e upgrade to latest dependencies (# 15839)
  > a2b3da5 bump to golangci yaml v2 (# 15838)
  > 3c4cbd0 Update net-contour nightly (# 15837)
  > bc0feed Update net-istio nightly (# 15836)
  > bda3d20 Update net-gateway-api nightly (# 15835)
  > 12f49ee Update net-gateway-api nightly (# 15820)
  > ee9d356 Update community files (# 15821)
  > a4e99cd drop coverage check for cmd/schema-tweak (# 15827)
  > 3c3e59c Bump the github-actions group with 3 updates (# 15825)
  > 7605ccd Serving is on 0.32.x already, hence the replace for gengo is not needed (# 15819)
  > 67746d3 Update net-gateway-api nightly (# 15808)
  > ad65df0 upgrade to latest dependencies (# 15809)
  > a3be1ef fix repeat option (# 15813)
  > c09ff6c Update net-gateway-api nightly (# 15806)
  > 636392e Update net-kourier nightly (# 15804)
  > ee523c0 Update net-istio nightly (# 15805)
  > e067066 Update net-gateway-api nightly (# 15803)
  > f2aa6e3 Update net-kourier nightly (# 15796)
  > b06a773 Bump the github-actions group with 3 updates (# 15800)
  > 0210658 upgrade to latest dependencies (# 15793)
  > 87c07ee Update net-istio nightly (# 15789)
  > 09ec3f5 Update net-gateway-api nightly (# 15788)
  > 1124aff Update net-contour nightly (# 15787)
  > 99a8b20 Update net-istio nightly (# 15786)
  > 8d80bbe Update community files (# 15785)
  > 6da3d87 Update net-kourier nightly (# 15784)
bumping golang.org/x/net df97a48...b8d8877:
  > b8d8877 go.mod: update golang.org/x dependencies
  > e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign content
  > ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest
  > 1f1fa29 publicsuffix: regenerate table
  > 1215081 http2: improve error when server sends HTTP/1
  > 312450e html: ensure <search> tag closes <p> and update tests
  > 09731f9 http2: improve handling of lost PING in Server
  > 55989e2 http2/h2c: use ResponseController for hijacking connections
  > 2914f46 websocket: re-recommend gorilla/websocket
  > 99b3ae0 go.mod: update golang.org/x dependencies
  > 85d1d54 go.mod: update golang.org/x dependencies
  > cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts
  > fe7f039 publicsuffix: spruce up code gen and speed up PublicSuffix
  > 459513d internal/http3: move more common stream processing to genericConn
  > aad0180 http2: fix flakiness from t.Log when GOOS=js
  > b73e574 http2: don't log expected errors from writing invalid trailers
  > 5f45c77 internal/http3: make read-data tests usable for server handlers
  > 43c2540 http2, internal/httpcommon: reject userinfo in :authority
  > 1d78a08 http2, internal/httpcommon: factor out server header logic for h2/h3
  > 0d7dc54 quic: add Conn.ConnectionState
  > b4c8655 http2: avoid extended CONNECT hang when connection breaks during startup
  > 163d836 internal/http3: add Server
  > 447f458 context: delete lone example
  > 918d64e context: delete dead code, sync docs with upstream context package
  > 5095d0c all: upgrade go directive to at least 1.23.0 [generated]
  > 8844327 internal/httpcommon: don't depend on net/http
  > cd9d661 route: fix RTM_GET netmask parsing on Darwin
bumping knative.dev/eventing 9a7c6d5...b99e57b:
  > b99e57b [main] Upgrade to latest dependencies (# 8567)
  > a7b2f1c [Automated] Update eventing-eventing-integrations nightly (# 8566)
  > 7c466cb [main] Update community files (# 8565)
  > c0cf4f4 [main] Upgrade to latest dependencies (# 8564)
  > 5f466ad Compare the entire PodTemplateSpec, instead of just its PodSpec (# 8558)
  > d7a0359 [main] Upgrade to latest dependencies (# 8559)
  > f14c335 [main] Upgrade to latest dependencies (# 8556)
  > 6365d89 Migrate golanglint-ci config to v2 (# 8557)
  > bbc9696 If no subscriber uri is present we return 404, instead of 400 (# 8551)
  > facf1df [Automated] Update eventing-eventing-integrations nightly (# 8550)
  > 9449b64 [Automated] Update eventing-eventing-integrations nightly (# 8546)
  > dd04655 [main] Update community files (# 8545)
  > e531d7d Adding little func that generated the invalid PEM data (# 8543)
  > 8027fd3 Remove unnecessary cert-manager generated code (# 8539)
  > a5858a5 Fix EventTransform with TLS Sink test (# 8537)
  > 897d1d1 [main] Upgrade to latest dependencies (# 8533)
  > 609a064 Prevent knative-nightly integrations image references from being released (# 8521)
  > 8ac630d Use more readable ENV_VAR names for Camel (# 8531)
  > 5daaa6c Allow setting finalizers for EventTransform reconciler (# 8534)
  > 433aa64 [Automated] Update eventing-eventing-integrations nightly (# 8530)
  > 4080fcf Try to bump to latest of CE Conformance (# 8532)
  > c022af7 Fixing the way we render custom camel tags on go structs (# 8528)
  > da4377a Propagate Cert-Manager Certificate status to the one from the IntegrationSink (# 8527)
  > 1fd0d89 [main] Upgrade to latest dependencies (# 8523)
  > d6cc879 Skip EventTransform TLS tests when Istio is enabled (# 8525)
  > 4fd274a Bump cert manager and use their clientset (# 8520)
  > 6ffe7c1 Improve CM Cert reconcile and deletion if feature is turned off (# 8519)
  > ebd149e Add dynamic cert-manager certificates informer (# 8517)
  > 7be5c19 Event Transform JSONata TLS (# 8515)
  > ec8a208 [Automated] Update eventing-eventing-integrations nightly (# 8516)
  > eb3dd80 Enable Cert Manager (# 8509)
  > 615a071 Allow storage-version-migration job to successfully run when optional CRDs are not installed (inmemorychannels, etc) (# 8510)
  > fe83e25 EventTransform: add reconciler unit tests (# 8513)
  > 1e889be SinkBinding: Set specific conditions for reconciler steps (# 8508)
  > 6073039 [main] Upgrade to latest dependencies (# 8512)
  > 3153b47 EventTransform: Inject tracing configurations (# 8479)
  > db0cf43 Update to the correct file (# 8507)
  > adaafa2 [Automated] Update eventing-eventing-integrations nightly (# 8506)
  > 714deeb Update k8s version in e2e tests (# 8503)
  > 54a2402 Fix golangci exclude config (# 8502)
  > 80dd84e Guard reserved access with lock and create vpods in tests (# 8457)
  > 5bcee30 Inject integration images from ConfigMap (# 8500)
  > ae049c8 Jsonata Event transform e2e tests (# 8499)
  > c828898 Generic code for Certificates (# 8489)
  > 351898d fix: verify trigger is not ready before pingsource dependency exists (# 8494)
  > c651616 Add initial iteration of eventing-integration resources (# 8493)
  > 51637df IntegrationSink prefactors (# 8486)
  > c429fc5 Remove unused code (# 8485)
  > 732ec62 Partial implementation of certmanager for integration sink (# 8481)
  > 5998cfe [main] Update community files (# 8480)
bumping knative.dev/pkg c925de2...ed3e215:
  > ed3e215 upgrade to latest dependencies (# 3170)
  > 4e8ebbe Bump golang.org/x/tools from 0.31.0 to 0.32.0 (# 3169)
  > 1ae6a39 Bump golang.org/x/net from 0.38.0 to 0.39.0 (# 3168)
  > a8e20d9 Bump gomodules.xyz/jsonpatch/v2 from 2.4.0 to 2.5.0 (# 3154)
  > 7b91ff1 update .golangci.yaml to v2 (# 3167)
  > b9bfb45 Bump golang.org/x/sync from 0.12.0 to 0.13.0 (# 3166)
  > 74af921 Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (# 3163)
  > cc5f202 Bump golang.org/x/net from 0.37.0 to 0.38.0 (# 3162)
  > a900930 Bump google.golang.org/grpc from 1.71.0 to 1.71.1 (# 3165)
  > c5a13b1 Update community files (# 3161)
  > 9f3e60a upgrade to latest dependencies (# 3160)
  > b7bbf4b Bump google.golang.org/grpc from 1.70.0 to 1.71.0 (# 3157)
  > 097c752 Bump golang.org/x/tools from 0.30.0 to 0.31.0 (# 3155)
  > 0372c08 Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (# 3152)
  > 9e26561 Update community files (# 3151)
bumping golang.org/x/mod 52289f1...dc121ce:
  > dc121ce all: upgrade go directive to at least 1.23.0 [generated]
bumping google.golang.org/grpc 98a0092...cdbdb75:
  > cdbdb75 Change version to v1.71.1 (# 8206)
  > 3a93562 Cherry-pick # 8195 into v1.71.x (# 8202)
  > 208e03b Cherry-pick # 8164 # 8166 to v1.71.x (# 8182)
  > 8b7d2fe grpc: fix bug causing an extra Read if a compressed message is the same size as the limit (# 8181)
  > 9c81a91 resolver: Make EndpointMap's Get, Set and Delete operations O(1) (# 8179) (# 8184)
  > 8d46b21 grpc: Add endpoints in resolverWrapper.NewAddress (# 8149) (# 8151)
  > 4775bba Change version to 1.71.1-dev (# 8106)
  > d01db5c Change version to 1.71.0 (# 8105)
  > 012f8bf xds: Enable dualstack flag (# 8134)
  > bf0c885 examples/features/dualstack: Demonstrate Dual Stack functionality (# 8098) (# 8115)
  > 05bdd66 ringhash: Remove TODO comment (# 8096)
  > ddb2484 xds: remove obsolete xDS transport custom dialer option (# 8079)
  > 8528f43 cleanup: replace Dial with NewClient (# 7975)
  > ae2a04f ringhash: Replace DNS resolver before sending xDS Update in test  (# 8091)
  > e55819e lazy: Use channel to wait for resolver error being received in test (# 8088)
  > b524c08 xdsclient: include xds node ID in errors from the WatchResource API (# 8093)
  > 91eb6aa client: improve documentation of target strings (# 8078)
  > 59c84a9 rls: change lossy GetState() and WaitForStateChange() to use grpcsync.PubSub (# 8055)
  > a26ff2a ringhash: Sort endpoints to prevent unnecessary connection attempts (# 8086)
  > fabe274 ringhash:  Delegate subchannel creation to pickfirst (# 8047)
  > 75c51bf interop: Introduce env var for xDS dualstack support and add xDS interop config (# 8081)
  > cf60e5a test: Remove fake petiole in health tests (# 8082)
  > 0003b4f weightedtarget: return erroring picker when no targets are configured (# 8070)
  > 4b5608f xdsclient: invoke connectivity failure callback only after all listed servers have failed (# 8075)
  > ad5cd32 cleanup: Remove test contexts without timeouts (# 8072)
  > e95a4b7 roundrobin: Delegate subchannel creation to pickfirst (# 7966)
  > cbb5c2f advancedtls: update CRL provider certificates (# 8073)
  > c80ea18 interop: Fix logging and totalIterations issues in soak_tests.go (# 8060)
  > e0d191d test/gracefulstop: use stubserver instead of testservice implementation (# 7907)
  > 9afb49d endpointsharding: cast EndpointMap values to *balancerWrapper instead of Balancer (# 8069)
  > 267a09b xds/internal/xdsclient: Add counter metrics for valid and invalid resource updates (# 8038)
  > f227ba9 balancer: Move metrics recorder from BuildOptions to ClientConn (# 8027)
  > 3e27c17 balancer: Enforce embedding requirement for balancer.ClientConn (# 8026)
  > b963f4b deps: bump envoyproxy/go-control-plane/envoy and synchronize go.mods (# 8067)
  > 79b6830 xds: resubmit xds client pool changes from # 7898 along with fix to set fallback bootstrap config from googledirectpath to xdsclient pool (# 8050)
  > 947e2a4 internal/dns: update TestDNSResolver_ExponentialBackoff to not return error before last resolution attempt (# 8061)
  > ee3e8d9 test: modify tests to use stubserver instead of Testservice implementation (# 8022)
  > 990f5e0 endpointsharding, lazy: Remove intermediary gracefulswitch balancers (# 8052)
  > 7dbf12e xds: introduce generic xds clients common configs (# 8024)
  > c524b8b outlierdetection: Support ejection of endpoints  (# 8045)
  > 1318104 Revert "xdsclient: introduce pool to manage multiple xDS clients with same bootstrap content (# 7898)" (# 8058)
  > 39f0e5a vet: make revive check submodules for lint errors (# 8029)
  > e4a0dfd grpcsync : Remove OnceFunc (# 8049)
  > 78eebff stats/opentelemetry: Introduce Tracing API (# 7852)
  > 7e1c9b2 test: modify tests to use stubserver (# 7951)
  > 59411f2 xds: add xDS transport custom dial options support (# 7997)
  > 73e4470 cleanup: fix new vet errors (# 8044)
  > cc637f7 xds: log bootstrap config missing warning from env var only when debugging (# 8039)
  > 3409a56 cleanup: rename fields for clarity (# 8043)
  > b0e2ae9 endpointsharding: Allow children to remain idle if configured (# 8031)
  > 81e4aaf balancer/lazy: Add a lazy balancer (# 8032)
  > e03960d xds: Implement system root certs support (# 8013)
  > cf9e380 picker_wrapper: simplify picker error when timing out waiting for con… (# 8035)
  > 9d4fa67 transport_test: change testgrpc.Emtpy to testpb.Empty (# 8040)
  > 2fd426d transport,grpc: Integrate delegating resolver and introduce dial options for target host resolution (# 7881)
  > 66f6471 *: regenrate pbs (# 8034)
  > 35cec50 grpc: Fix encoded message size reported in error message (# 8033)
  > 2517a46 xdsclient: introduce pool to manage multiple xDS clients with same bootstrap content (# 7898)
  > 897818a interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 8025)
  > 8cf8fd1 grpc: fix message length checks when compression is enabled and maxReceiveMessageSize is MaxInt (# 7918)
  > 67bee55 server: fix buffer release timing in processUnaryRPC (# 7998)
  > fe04c06 xds: remove unused code in testutils (# 8003)
  > be12ee9 deps: Update go.opentelemetry.io dependencies (# 8020)
  > eb7c484 Revert "interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 7926)" (# 8019)
  > c26dd46 deps: bump github.com/golang/glog (# 8018)
  > c879198 cleanup: fix comments spacing (# 8015)
  > 89093a3 github: Run deps workflow against PR target branch and improve dir names (# 8010)
  > 9dc22c0 xdsclient: release lock before attempting to close underlying transport (# 8011)
  > eb1adde credentials: Add experimental credentials that don't enforce ALPN (# 7980)
  > 130c1d7 leastrequest: Delegate subchannel creation to pickfirst (# 7969)
  > 74ac821 endpointsharding: Export parsed pickfirst config instead of json string (# 8007)
  > f35fb34 authz: modify the tests to use stubserver instead of testservice implementations (# 7888)
  > aad8a12 clustetresolver: Copy endpoints.Addresses slice from DNS updates to avoid data races (# 7991)
  > f9bc335 deps: update dependencies for all modules (# 7987)
  > 2d4daf3 protoc-gen-go-grpc: Update grpc-go and unskip test (# 7995)
  > 62b4867 clusterresolver: Avoid blocking for subsequent resolver updates in test (# 7937)
  > 9223fd6 deps: bump github.com/envoyproxy/go-control-plane to v0.13.4 (# 7974)
  > d118866 interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 7926)
  > 6f41085 Change version to 1.71.0-dev (# 7986)
bumping knative.dev/hack ce4c934...c577ed9:
  > c577ed9 Update community files (# 421)
  > 8f599b7 Skip whitespace changes in codegen (# 420)
  > 742e1e5 Deprecate knative.dev/hack/schema (# 418)
  > 306ce74 Update community files (# 414)
bumping golang.org/x/sys 863b3c4...01aaa83:
  > 01aaa83 all: simplify code by using modern Go constructs
  > 1b2bd6b windows: replace all StringToUTF16 calls with UTF16FromString
  > 1c3b72f unix: update Linux kernel to 6.14
  > c175b6b windows: add cmsghdr and pktinfo structures
  > 3330b5e unix: support Readv, Preadv, Writev and Pwritev for darwin
  > 7401cce cpu: replace specific instructions with WORD in the function get_cpucfg on loong64
  > b8f7da6 cpu: add support for detecting cpu features on loong64
  > f2ce62c windows: add constants for PMTUD socket options
  > 74cfc93 all: upgrade go directive to at least 1.23.0 [generated]
bumping golang.org/x/sync fe3591b...396f3a0:
  > 396f3a0 errgroup: document calling Go before Wait
  > b637f27 errgroup: drop support for Go versions before 1.20
  > 960bf1f all: upgrade go directive to at least 1.23.0 [generated]
bumping gomodules.xyz/jsonpatch/v2 17d7994...ffbac60:
  > ffbac60 Merge pull request # 40 from lacroixthomas/bugfixes/fix-lossy-in64
  > 4c723fc fix: handle lossy int64
bumping golang.org/x/term 743b270...5d2308b:
  > 5d2308b go.mod: update golang.org/x dependencies
  > e770ddd x/term: disabling auto-completion around GetPassword()
  > 04218fd go.mod: update golang.org/x dependencies
  > 208db03 all: upgrade go directive to at least 1.23.0 [generated]
bumping golang.org/x/tools 09747cd...456962e:
  > 456962e go.mod: update golang.org/x dependencies
  > 5916e3c internal/tokeninternal: AddExistingFiles: tweaks for proposal
  > 9a1fbbd internal/typesinternal: change Used to UsedIdent
  > e73cd5a gopls/internal/golang: implement dynamicFuncCallType with typeutil.ClassifyCall
  > 11a9b3f gopls/internal/server: fix event labels after the big rename
  > 3e7f74d go/types/typeutil: used doesn't need Info.Selections
  > b97074b internal/gofix: fix URLs
  > e850fe1 gopls/internal/golang: CodeAction: place gopls doc as the last action
  > b948add internal/gofix: move from gopls/internal/analysis/gofix
  > b437eff go/types/typeutil: implement Callee and StaticCallee with Used
  > e29f9ae refactor/satisfy: check for presence of types.Info maps
  > 17ce4c7 refactor/eg: return error if some info maps are missing
  > 33f80b5 typesinternal: remove RequiresFullInfo
  > 83a8057 x/tools: regenerate code after go upgrading
  > 7799973 gopls/internal/analysis/modernize: add docs for missing modernize passes
  > c788d17 gopls/internal/analysis/modernize: waitgroup: use index.Calls
  > 3348ae8 go/analysis/passes/nilfunc: use typesinternal.Used
  > e74d252 gopls/internal/analysis/modernize: check nil before calling maybeNaN
  > 66c560d x/tools: apply modernize fixes
  > 300a853 gopls: require go1.24.2
  > aee7ae5 internal/typesinternal: support checking for full types.Info
  > 97789e8 gopls/internal/lsprpc: fix call function with wrong err
  > 255cfd7 gopls: automatically insert package clause for new go files
  > ead1fea internal/analysis/modernize: add nil check before comparing with index object
  > f3a6b96 gopls/internal/analysis/modernize: add modernizer for WaitGroup.Go
  > 5fba861 internal/typesinternal: add Object and ClassifyCall
  > 5c9a69f internal/refactor/inline: get rid of imports.Process
  > 659a8cd go/analysis/analysistest: report input rather result when error happens
  > aac3cf0 internal/refactor/inline: improve freeishNames
  > a857356 internal/refactor/inline: improve freeishNames doc
  > eb75b19 internal/refactor/inline: modernize
  > 1b0b688 gopls: fix indent issue and track a TODO
  > 07cbcde gopls/internal/cmd: suppress TestImplementation on go1.23
  > 48421ae gopls/internal/analysis/modernize: preserves comments in mapsloop
  > 8c42f8a gopls/internal/analysis/modernize: use types.RelativeTo to respect current package
  > fbb7047 internal/refactor/inline: extract import handling from inlineCall
  > 2d8ef13 internal/refactor/inline: document test file format
  > 6a91355 internal/refactor/inline: factor out import map construction
  > b3ce3e1 gopls/completion: use high score for package name main when current package is main
  > c1b6839 internal/astutil/cursor: Ancestors -> Enclosing (+ reflexive)
  > d70c04e internal/refactor/inline: replace extractTxtar
  > 8be0d5f gopls/internal/analysis/maprange: use typeindex
  > b75dab2 internal/typesinternal/typeindex: suppress test on js
  > 7efe9a8 gopls/internal/analysis/modernize: rangeint: fix yet another bug
  > 30641f5 gopls/internal/analysis/modernize: use typeindex throughout
  > 11a3153 gopls/internal/analysis/modernize: rangeint: respect side effects
  > 19f73a6 internal/typesinternal/typeindex: index of types.Info
  > 45b8eac gopls/internal/golang: test initial bindings to unify
  > 9570155 gopls/internal/golang: test unify result bindings
  > baedf71 gopls/internal/golang: unify tracks type params
  > 961631a internal/testfiles: replace outdated function with os.CopyFS
  > bf12eb7 gopls/internal/analysis/modernize: fix slicedelete triggers on slice identifiers with side effects
  > ec542a7 gopls/internal/fuzzy: apply modernizers to the fuzzy matcher
  > 20f8890 internal/astutil/cursor: add Cursor.Contains(Cursor) bool
  > 084551f  go/analysis/passes/maprange: check for redundant Keys/Values calls
  > 9abefc5 gopls/internal/analysis/modernize: permit int/uint type variants in rangeint
  > cb292c6 internal/astutil/cursor: unsplit Parent{Edge,Index} -> ParentEdge
  > c2768b7 gopls/modernize: remove unused functions
  > 9b2264a gopls/internal/golang/completion: ensure expectedCompositeLiteralType arg is not nil
  > cfd8cf5 internal/astutil/cursor: split Edge into Parent{Edge,Index}
  > 3a64d74 all: make function comment match function name
  > 58e40ae gopls/internal/golang/completion: avoid crash in addFieldItems
  > be0d52b gopls/internal/cache: improve build constraint trimming
  > a70d348 gopls/internal/util/persistent: add concurrency test
  > 7042bab gopls/internal/analysis/modernize: modernizer to suggest using strings.CutPrefix
  > 3d22fef gopls/internal/analysis/modernize: disable minmax on floating point
  > e7b4c64 gopls/internal/golang: fix crash in source.test code action
  > 95eb16e gopls/internal/test/integration: skip x_tools-gotip-openbsd-amd64 (7.6)
  > 066484e gopls/internal/test/integration/misc: test "annotations" setting
  > e06efb4 internal/gcimporter: bug.Report in export's panic handler
  > 6c3e542 gopls/internal/analysis/modernize: preserves comments in minmax
  > dcc4b8a gopls/internal/golang: use slices.Reverse in pathEnclosingObjNode
  > 40f8cca internal/imports: fix extra logf argument
  > e59d6c5 gopls/internal/cache/testfuncs: handle recursive subtests
  > 4ee50fe gopls/internal/analysis/modernize: rangeint: avoid offering wrong fix
  > bf70295 cmd/go-contrib-init: drop unneeded GOPATH checks in module mode
  > 381d68d gopls/internal/util/fingerprint/fingerprint: unify type params
  > cc7d698 gopls/internal/test/integration/misc: fix TestAssembly for CL 639515
  > 03f197e gopls/internal/modernize: remove assignment in ranges
  > 5a45ac2 x/tools: use range over function for some API
  > 8fa586e internal/analysis: add function to delete a statement
  > 29f81e9 gopls/internal/cache: filter **/foo match any depth
  > 7435a81 gopls/internal/analysis/modernize: document workflow
  > b08c7a2 gopls/internal/util/fingerprint: split from cache/methodsets
  > 6a5b66b go.mod: update golang.org/x dependencies
  > 25a90be gopls/internal/golang: Implementations for func types
  > db6008c go/types/internal/play: show Cursor.Stack of selected node
  > ece9e9b gopls/doc/generate: add status in codelenses and inlayhints
  > 340f21a gopls: move gopls/doc/generate package
  > 0721940 gopls/internal/analysis/modernize: strings.Fields -> FieldsSeq
  > 8d38122 gopls/internal/cache: reproduce and fix crash on if cond overflow
  > d81d6fc gopls/internal/util/asm: better assembly parsing
  > 455db21 gopls/internal/cache/parsego: fix OOB crash in fixInitStmt
  > 2b1f550 gopls/internal/analysis/gofix: allow literal array lengths
  > 0ffdb82 gopls/internal/analysis/gofix: add vet analyzer
  > 2839096 gopls/internal/analysis/gofix: generic aliases
  > 0efa5e5 gopls/internal/analysis/modernize: rangeint: non-integer untyped constants
  > d141499 cmd/toolstash: fix windows executable name handling
  > 5f02a3e gopls/internal/analysis/modernize: don't import slices within slices
  > b2aa62b internal/stdlib: provide API for import graph of std library
  > 608d370 internal/imports: use a more straightforward return value
  > 408d2e2 x/tools: remove workarounds for Go <1.23
  > 66eb306 Revert "internal/settings: drop "annotations" setting"
  > ff03c59 gopls/internal/analysis/modernize: append -> bytes.Clone
  > 1cc80ad internal/event/export/ocagent: delete
  > 8f4b8cd gopls/internal/golang: add package symbols comment
  > 57b529a doc/release/v0.18.0.md: add -fix flag
  > 63229bc gopls/internal/analysis/gofix: register "alias" fact type
  > d740adf gopls/internal/settings: correct SemanticTokenTypes source
  > 779331a gopls/internal/test/integration/misc: only test asm on {arm,amd}64
  > 5dc980c gopls/internal/test/integration/misc: fix "want" assembly
  > 6399d21 go/analysis/passes/reflectvaluecompare/cmd/reflectvaluecompare: add main.go
  > 7fed2a4 gopls/internal/analysis/modernize: fix bug in rangeint
  > 6f7906b x/tools: use ast.IsGenerated throughout
  > e890c1f gopls/internal/golang: Assembly: support package level var and init
  > 6d4af1e gopls/internal/golang: Assembly: update "Compiling" message
  > bf9e2a8 gopls/internal: test fixes for some imports bugs
  > 851c747 gopls/internal/golang: fix crash when hovering over implicit
  > 3e76cae internal/analysisinternal: ValidateFix: more specific errors
  > d2fcd36 go/analysis/passes/unreachable/testdata: relax test for CL 638395
  > 2b2a44e gopls/internal/test: avoid panic in TestDoubleParamReturnCompletion
  > 739a5af gopls/internal/test/marker: skip on the freebsd race builder
  > 274b237 gopls: add a -severity flag for gopls check
  > 5299dcb gopls/internal/settings: fix misleading error messages
  > 3d7c2e2 gopls/internal/golang: add missing json tags for hoverResult
  > 6e3d8bc gopls/internal/analysis/gofix: use 1.24 iterators
  > 1c52ccd gopls/internal/analysis/gofix: inline most aliases
  > 4e0c888 gopls/internal/hover: show alias rhs type declaration on hover
  > 7347766 gopls/internal/test: fix failures when running tests with GOTOOLCHAIN
  > f2beb33 gopls: temporarily reinstate the "Structured" hover kind
  > 23211ff gopls/internal/test/integration: better expectation failures
  > 8b85edc gopls/internal: use go1.24-isms
  > f95771e gopls/go.mod: update to go1.24
  > 96bfb60 gopls/internal/analysis/modernize: fix minmax bug
  > 1f6c6d6 gopls/doc: adjust nvim-lspconfig link target
  > 33f1ed9 gopls/go.mod: update dependencies following the v0.18.0 release
  > 9f7a2b6 gopls/doc/features: tweak markdown
  > f0af81c gopls/internal/goasm: support Definition in Go *.s assembly
  > 300465c gopls/internal/analysis/modernize: fix rangeint bug
  > 8a39d47 gopls/internal/golang: Add "Eliminate dot import" code action.
  > 99337eb x/tools: modernize interface{} -> any
  > 107c5b2 gopls/internal/analysis/modernize: disable unsound maps.Clone fix
  > 0b693ed internal/astutil/cursor: FindPos: don't assume Files are in Pos order
  > cd01e86 gopls/internal/golang: make singleFileFixer like fixer
  > 4991e7d gopls/internal/golang: use pgf.Cursor in CodeAction fix
  > 877c1d1 gopls: address various staticcheck findings
  > 44abb0a go/types/internal/play: display type structure
  > 3c245da gopls: fix diagnostics integration test
  > e6754ce gopls/internal/cache/parsego: add File.Cursor, and use it
  > 776604a gopls/internal/analysis/modernize: sortslice: fix crash
  > df7baa0 gopls/internal/analysis/simplifyrange: more precise fix
  > ad5dd98 gopls: fix a few bugs related to the new modcache imports source
  > 4b3fdfd go/analysis/passes/printf: suppress diagnostic for Println("...%XX...")
  > fe883a8 gopls/internal/analysis/unusedvariable: refine bug.Report golang/go# 71812
  > d115b34 gopls/internal/analysis: simplify type-error analyzers with Cursor
  > c18bffa all: delete redundant //go:debug gotypesalias=1 directives [generated]
  > 94db710 all: upgrade go directive to at least 1.23.0 [generated]
  > ead62e9 gopls/internal/analysis/modernize: handle parens
  > 32ffaa3 gopls/internal/analysis/gofix: one function per kind
  > 2880aae gopls/internal/protocol: Avoid omitempty for integer fields
  > 8807101 gopls/internal/analysis/gofix: one function per pass
  > c0dbb60 gopls: tweak release notes
  > 85a3833 internal/analysis/gofix: simple type aliases
  > 809cde4 gopls/internal/analysis/modernize: fix bug in minmax
  > ab04c19 gopls/internal/analysis/modernize: improve rangeint transformation
  > ddd4bde gopls/internal/golang: avoid PackageSymbols errors with missing packages
  > 44b61a1 x/tools: eliminate various unparen (et al) helpers
  > d0d86e4 x/tools: run gopls/internal/analysis/gofix/main.go -fix
  > 2f1b076 x/tools: add //go:fix inline
  > 86f13a9 gopls/internal/analysis/gofix: rename local
  > 5762944 gopls/internal/analysis/gofix: check package visibility
  > f9aad70 go/types/typeutil: avoid shifting uintptr by 32 on 32-bit archs
  > b5a64bb go/analysis/internal/checker: be silent with -fix
  > b752317 internal/analysisinternal: disable AddImport test without go command
  > d98774e cmd/signature-fuzzer/internal/fuzz-generator: update to math/rand/v2
  > 2593262 gopls/internal/telemetry/cmd/stacks: remove leading \b match
  > b3c5d10 gopls: record telemetry counters for settings that are used
  > d2585c4 gopls/internal/golang: folding range: remove FoldingRangeInfo
  > 0d16805 internal/stdlib: update stdlib index for Go 1.24.0
  > 027eab5 go/analysis/analysistest: RunWithSuggestedFix: 3-way merge
  > f61b225 internal/analysisinternal: AddImport puts new import in a group
  > 91bac86 internal/analysisinternal: add CanImport
  > 94c41d3 gopls/internal/golang: add comment about SymbolKind
bumping golang.org/x/text 3b64043...4890c57:
  > 4890c57 go.mod: update golang.org/x dependencies
  > 566b44f go.mod: update golang.org/x dependencies
  > d5156da collate/build: do not use println in tests
  > 221d88c x/text: fix scientific notation by removing extraneous spaces
  > b18c107 internal/export/unicode: change C comment to mention unassigned code points
  > 835f8ac language: use a more straightforward return value
  > ae68efb internal/export/unicode: add CategoryAliases, Cn, and LC
  > 518d9c0 all: upgrade go directive to at least 1.23.0 [generated]

Signed-off-by: Knative Automation <automation@knative.team>

* Fix go related issues

---------

Signed-off-by: Knative Automation <automation@knative.team>
Co-authored-by: David Simansky <dsimansk@redhat.com>
2025-04-23 18:43:23 +00:00
Knative Automation 6c6ddcd746
Update community files (#2000)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-17 01:47:45 +00:00
Knative Automation 80472e33ad
Update community files (#1999)
Signed-off-by: Knative Automation <automation@knative.team>
2025-03-31 01:44:41 +00:00
Knative Automation a051025a49
Update community files (#1996)
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-19 01:44:57 +00:00
Knative Automation 109d3da716
upgrade to latest dependencies (#1995)
bumping github.com/spf13/pflag 2e9d26c...5ca8134:
  > 5ca8134 Merge pull request # 419 from spf13/ci
  > d5e0c06 allow for blank ip addresses (# 316)
  > 100ab0e disable unsupported dependency graph for now
  > 85dd5c8 Add IPNetSlice and unit tests (# 170)
  > a0f4ddd fix govet
  > 6971c29 remove dead code for checking error nil (# 282)
  > f48cbd1 add github actions
  > 81378bb Add exported functions to preserve `pkg/flag` compatibility (# 220)
bumping golang.org/x/time 5d9ef58...2c6c5a2:
  > 2c6c5a2 rate: prevent overflows when calculating durationFromTokens
  > 1ce61fe rate: make function comment match function name
  > 3846194 README: don't recommend go get
  > 772484e x/time/rate: correctly handle 0 limits

Signed-off-by: Knative Automation <automation@knative.team>
2025-02-18 14:59:51 +00:00
Knative Automation 7dc2a9249f
Update community files (#1994)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-28 01:41:02 +00:00
Knative Automation 178db32301
Update community files (#1993)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-23 01:42:17 +00:00
Knative Automation f734724546
upgrade to latest dependencies (#1992)
bumping knative.dev/eventing 9cec50f...9cec50f:
bumping knative.dev/serving 309d4ef...6265a8e:
  > 6265a8e Fix configuration timeout defaulting  (# 15617)
  > 5842f16 Update net-contour nightly (# 15718)
  > 1a30e12 Allow paths without leading slash in probes (# 15681)
  > 59f6633 Update net-gateway-api nightly (# 15720)
  > f10e715 Update net-kourier nightly (# 15719)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-22 14:56:11 +00:00
Knative Automation 7e6928b02a
upgrade to latest dependencies (#1989)
bumping knative.dev/hack f8be0cc...c142b48:
  > c142b48 Refactor release script to gh CLI (# 408)
bumping knative.dev/serving b484fa2...309d4ef:
  > 309d4ef Update net-istio nightly (# 15717)
  > da5e7fd Bump cert-manager and use their clientset  (# 15703)
  > 460e0b3 Ensure ContainerHealthy condition is set back to True (# 15503)
  > df7f168 Update net-gateway-api nightly (# 15710)
  > db13cc2 Update net-kourier nightly (# 15711)
  > a327979 Update net-contour nightly (# 15708)
  > 72fdded Update net-istio nightly (# 15709)
  > b1e9a0c upgrade to latest dependencies (# 15707)
  > d4766be Disable probe tests for kourier tls runtime (# 15702)
  > fe0e53f upgrade to latest dependencies (# 15701)
  > a5988eb Set k8s default container label (# 15694)
  > 5ede174 fix builds on arm/v7 (# 15699)
  > bee28f3 Configure deployments to have no own revisionHistoryLimit (# 15698)
  > c3f2bfe Exclude kourier tls runtime (# 15696)
bumping google.golang.org/api c642c84...d135e2f:
  > d135e2f chore(main): release 0.198.0 (# 2781)
  > c16dd63 feat(all): auto-regenerate discovery clients (# 2789)
  > d27a832 feat(all): auto-regenerate discovery clients (# 2788)
  > 82803c7 chore(all): update all (# 2785)
  > 65d7953 feat(all): auto-regenerate discovery clients (# 2786)
  > 786e8a8 feat(all): auto-regenerate discovery clients (# 2784)
  > 923816f feat(all): auto-regenerate discovery clients (# 2783)
  > 5a4dc60 feat(all): auto-regenerate discovery clients (# 2782)
  > 3c2f8ce feat(all): auto-regenerate discovery clients (# 2780)
  > c5990e2 chore(main): release 0.197.0 (# 2771)
  > dc3697a chore(all): update all (# 2777)
  > cedc5b0 feat(all): auto-regenerate discovery clients (# 2779)
  > 72cc5c4 feat(all): auto-regenerate discovery clients (# 2778)
  > cc62887 feat(all): auto-regenerate discovery clients (# 2776)
  > 11e2ff6 feat(all): auto-regenerate discovery clients (# 2775)
  > 6476ddd feat(all): auto-regenerate discovery clients (# 2774)
  > 140d0a5 fix(transport): set UniverseDomain in http.NewClient for new auth (# 2773)
  > 0c7c227 feat(all): auto-regenerate discovery clients (# 2772)
  > 07782e2 feat(all): auto-regenerate discovery clients (# 2770)
  > 6273efe chore(main): release 0.196.0 (# 2761)
  > 7714cd9 chore: bump some deps to latest (# 2769)
  > 2856eee chore(all): update all (# 2766)
  > 00da46b feat(all): auto-regenerate discovery clients (# 2768)
  > 6e81c8f feat(all): auto-regenerate discovery clients (# 2765)
  > d9ef5ce feat(all): auto-regenerate discovery clients (# 2764)
  > 293fdcd feat(all): auto-regenerate discovery clients (# 2763)
  > 21f10ed feat(all): auto-regenerate discovery clients (# 2760)
  > f9bde01 chore(main): release 0.195.0 (# 2751)
  > 04cbad8 feat(all): auto-regenerate discovery clients (# 2759)
  > e907e01 feat(all): auto-regenerate discovery clients (# 2756)
  > 47629a1 chore(all): update all to 4ba0660 (# 2754)
  > 3f3bd66 feat(all): auto-regenerate discovery clients (# 2755)
  > 70a68c2 feat(all): auto-regenerate discovery clients (# 2753)
  > 5b1ebe2 feat(all): auto-regenerate discovery clients (# 2752)
  > 6bdae51 feat(all): auto-regenerate discovery clients (# 2750)
  > cd95a34 chore(main): release 0.194.0 (# 2747)
  > eda6a59 fix(gen): change HttpBody.Data from string to any for monitoring:v1 (# 2744)
  > f836095 chore(all): Updating auth library version (# 2748)
  > 5d61f08 feat(all): auto-regenerate discovery clients (# 2746)
  > d994b67 chore(main): release 0.193.0 (# 2734)
  > 254bbe1 chore(all): update all (# 2740)
  > cb825c8 feat(all): auto-regenerate discovery clients (# 2742)
  > 9d915ff feat(all): auto-regenerate discovery clients (# 2739)
  > 7296c72 feat(all): auto-regenerate discovery clients (# 2738)
  > a2308c1 feat(all): auto-regenerate discovery clients (# 2737)
  > 6b81f1a feat(all): auto-regenerate discovery clients (# 2736)
  > c2b2ac9 chore: update to 1.21 (# 2735)
  > 4118ec2 feat(all): auto-regenerate discovery clients (# 2733)
  > c616f47 chore(main): release 0.192.0 (# 2726)
  > b457582 fix(internal/cba): Update credsNewAuth path to use nil oauth2 client (# 2731)
  > 2b4e9f4 feat: move storage, bigquery, and compute to new auth lib (# 2730)
  > a0ed1f3 feat(all): auto-regenerate discovery clients (# 2729)
  > 97c7f2e feat(all): auto-regenerate discovery clients (# 2728)
  > 36e3fa7 feat(all): auto-regenerate discovery clients (# 2727)
  > b2c7c05 feat(all): auto-regenerate discovery clients (# 2725)
  > d0759b0 chore(main): release 0.191.0 (# 2718)
  > 918e3d2 feat(all): auto-regenerate discovery clients (# 2724)
  > 0d15913 feat(all): auto-regenerate discovery clients (# 2722)
  > b365461 chore(all): update all (# 2721)
  > fffff7f fix: reference gax import in storage libs (# 2720)
  > a5ddb40 feat(all): auto-regenerate discovery clients (# 2719)
  > f5b0bb5 fix(transport): disable automatic universe domain check (# 2717)
  > 88dca19 chore(main): release 0.190.0 (# 2694)
  > 1f2d6d3 chore: bump cloud.google.com/go/auth@v0.7.3 (# 2716)
  > 164a8d6 feat(all): auto-regenerate discovery clients (# 2715)
  > 05a4fc5 feat(all): auto-regenerate discovery clients (# 2706)
  > c8041b0 chore(all): update all (# 2702)
  > aa62c85 revert: move storage, bigquery, and compute to new auth lib (# 2695)" (# 2704)
  > 7b03cff feat(all): auto-regenerate discovery clients (# 2703)
  > a8b0821 feat(all): auto-regenerate discovery clients (# 2700)
  > 1e4c024 chore(all): update module github.com/google/s2a-go to v0.1.8 (# 2697)
  > d07fd26 feat(all): auto-regenerate discovery clients (# 2699)
  > ddc4e0b feat(all): auto-regenerate discovery clients (# 2698)
  > 66ace6c feat: move storage, bigquery, and compute to new auth lib (# 2695)
  > cbc19e7 feat(all): auto-regenerate discovery clients (# 2693)
  > d0089f3 chore(main): release 0.189.0 (# 2681)
  > af28112 chore: upgrade some dependencies (# 2692)
  > a94722f feat(all): auto-regenerate discovery clients (# 2691)
  > aa4662f fix(transport/grpc): retain UserAgent option with new auth stack (# 2690)
  > 786363b chore(all): update all (# 2688)
  > 27405af feat(all): auto-regenerate discovery clients (# 2687)
  > 611884d feat(all): auto-regenerate discovery clients (# 2685)
  > d925dcb fix(cba): Update newAuth path to use nil oauth2 client (# 2684)
  > 1e3757d feat(all): auto-regenerate discovery clients (# 2683)
  > eba243a chore: generate based on discovery-artifact-manager (# 2682)
  > 4a713f7 feat(all): auto-regenerate discovery clients (# 2680)
  > 9957790 chore(main): release 0.188.0 (# 2666)
  > 7021e3e chore: bump some deps (# 2679)
  > d17f6be feat(all): auto-regenerate discovery clients (# 2678)
  > 40b5113 fix: allow ForceSendFields to work for map types (# 2670)
  > 5cdcbe0 chore(all): update all (# 2676)
  > 5dd2fb2 feat(all): auto-regenerate discovery clients (# 2677)
  > a9177bd feat(all): auto-regenerate discovery clients (# 2675)
  > d465cec feat(all): auto-regenerate discovery clients (# 2674)
  > 88240e3 feat(all): auto-regenerate discovery clients (# 2673)
  > 0d54a85 feat(all): auto-regenerate discovery clients (# 2671)
  > 6df3749 feat(all): auto-regenerate discovery clients (# 2669)
  > 711eb91 fix: check []bytes > 0 instead of nil (# 2667)
  > e84fa65 feat(all): auto-regenerate discovery clients (# 2665)
  > b6c87f6 chore(main): release 0.187.0 (# 2656)
  > e051997 fix: pass through gRPC api key option to new auth lib (# 2664)
  > 2ea4e07 chore(all): update all to dc46fd2 (# 2662)
  > 6e061ce feat(all): auto-regenerate discovery clients (# 2663)
  > 0a238f5 feat(all): auto-regenerate discovery clients (# 2661)
  > 3ca2f84 feat(all): auto-regenerate discovery clients (# 2660)
  > 7cd88da feat(all): auto-regenerate discovery clients (# 2659)
  > a758bc1 fix(gensupport): wrap chunk upload err for retries (# 2657)
  > 719f988 feat(all): auto-regenerate discovery clients (# 2658)
  > 1a28e06 feat(all): auto-regenerate discovery clients (# 2655)
  > 89bc0dc chore(main): release 0.186.0 (# 2642)
  > 6c8b3b9 chore: bump auth lib dep (# 2654)
  > bc370a7 feat(all): auto-regenerate discovery clients (# 2653)
  > ddb2d15 chore(all): update module github.com/googleapis/gax-go/v2 to v2.12.5 (# 2651)
  > 10c47f3 feat(all): auto-regenerate discovery clients (# 2652)
  > 695484b feat(all): auto-regenerate discovery clients (# 2649)
  > 1bac79d feat(all): auto-regenerate discovery clients (# 2648)
  > c1a7681 feat(all): auto-regenerate discovery clients (# 2645)
  > 1fcd83d chore: add simple readme for generator (# 2633)
  > 20ffdd8 feat(all): auto-regenerate discovery clients (# 2644)
  > 72fb128 feat(all): auto-regenerate discovery clients (# 2641)
  > e732ee3 chore(main): release 0.185.0 (# 2635)
  > 0c868b2 feat(all): auto-regenerate discovery clients (# 2638)
  > 324ae13 chore(all): update all (# 2640)
  > 51ff8a4 feat(all): auto-regenerate discovery clients (# 2636)
  > ea513cb fix(internal/gensupport): update shouldRetry for GCS uploads (# 2634)
  > 66c2e4a chore(main): release 0.184.0 (# 2628)
  > 7fccba6 feat(all): auto-regenerate discovery clients (# 2624)
  > 953f728 fix(cba): Update credsNewAuth to support oauth2 over mTLS (# 2610)
  > ebc44d1 feat: support structpb.Struct as req/resp (# 2632)
  > 56d0d59 chore: remove some nil clients (# 2631)
  > e760319 chore(gensupport): merge x-goog-api-client vals into a single header (# 2612)
  > bec8b5c chore(all): update all (# 2630)
  > 643675b Revert "feat: regen cloudcommerceprocurement v1 from updated discovery file (…" (# 2629)
  > 7e30ed2 feat: regen cloudcommerceprocurement v1 from updated discovery file (# 2627)
  > 8a7c0e1 chore: bump auth dep (# 2621)
bumping knative.dev/networking 6797968...67d1c27:
  > 67d1c27 upgrade to latest dependencies (# 1040)
  > 04878f0 upgrade to latest dependencies (# 1039)
bumping k8s.io/gengo/v2 51d4e06...a7b603a:
  > a7b603a Merge pull request # 274 from Jefftree/fix-deepcopy-generic
  > 44b8d15 Merge pull request # 273 from jpbetz/json-tags
  > 0dc45e1 Add tests for goNameToName and use cmp.Diff
  > 3b05ca7 Merge pull request # 272 from thockin/master
  > 2e3eea7 Add JSON Tag parse utility
  > 0962201 Fix test for named interface
  > a0386bf Merge pull request # 267 from MadhavJivrajani/add-go-directive-verify
  > 7a656db Make Args.With*() keep newer values
  > 9299822 Handle generics for named interface
  > a8d1235 Merge pull request # 255 from TheSpiritXIII/parse-generics
  > 7d40e07 .*: add verify script for go directive changes
  > 1e40e18 Add SnippetWriter .Dup() and .Append()
  > 5b52e8f Add tests for generic in struct field
  > 9cff633 Merge pull request # 265 from longit644/master
  > 239d3d4 Support parsing type parameters
  > d6673b3 bugfix: Do not remove generic typeparams in goNameToName
  > 2a31dd7 v2: Replace parallel arrays with array of objects in Signature.Parameters and Signature.Results
bumping knative.dev/pkg 0c2a238...c43477f:
  > c43477f upgrade to latest dependencies (# 3137)
bumping k8s.io/kube-openapi 8e68654...9e1beec:
  > 9e1beec Merge pull request # 504 from pohly/naming-convention
  > f7e401e Merge pull request # 510 from Jefftree/downgrade-ginkgo
  > 5b13d40 names match: tighten validation of inlining and metadata
  > 65a50c7 Merge pull request # 509 from Jefftree/bump-gengo
  > 04edf7c Downgrade ginkgo to avoid introducing dependency of x/exp
  > 4fca853 names match: add unit tests demonstrating false positives
  > 76de80e Merge pull request # 508 from Jefftree/downgrade-dep
  > 21ea66f Upgrade gengo
  > 5732855 Merge pull request # 503 from Jefftree/patch-experiment-json-test
  > 909c8d5 Merge pull request # 507 from kubernetes/Jefftree-patch-2
  > 0db3e15 downgrade govalidator, go-restful, jsonreference
  > 91dab69 Merge pull request # 500 from thockin/master
  > 24eb939 Update github actions to test for later go versions
  > d7e11f2 disable dependabot
  > cb93749 Bump gengo version
  > bd91a10 Patch go-json-experiment/json negative float test
bumping k8s.io/utils 18e509b...49e7df5:
  > 49e7df5 Merge pull request # 296 from skitt/deprecate-minmax
  > 702e33f Merge pull request # 317 from gibizer/revert-stdlib-slices
  > 3abbf95 Deprecate integer min/max functions
  > f90d014 Merge pull request # 315 from tklauser/deprecated-strings-slices
  > 8866f61 Revert "Deprecate strings/slices functions covered by stdlib slices"
  > 4965b0f Deprecate strings/slices functions covered by stdlib slices
bumping github.com/prometheus/client_golang 6e3f4b1...05fcde9:
  > 05fcde9 Merge pull request # 1623 from krajorama/data-race-in-histogram-write
  > ef2f87e Merge pull request # 1620 from prometheus/arthursens/prepare-1.20.3
  > 209f4c0 Add changelog
  > 6e9914d Merge pull request # 1608 from krajorama/index-out-of-range-native-histogram-exemplar
  > 937ac63 Add changelog entry for 1.20.3
  > 1e398cc native histogram: Fix race between Write and addExemplar
  > 67121dc Merge pull request # 1596 from mrueg/fix-uncompressed-content-header
  > d6b8c89 Update comments with more explanations
  > 2254d6c Merge pull request # 1587 from prometheus/fix-processcollector
  > 187acd4 Cut 1.20.2
  > 504566f Use simplified solution from # 1609 for the data race
  > 73b811c Cut 1.20.0 release. (# 1580)
  > 4a15d05 Cut 1.20.1
  > f7f8f3a fix: Unset Content-Encoding header when uncompressed
  > dc8e9a4 fix: native histogram: Simplify and fix addExemplar
  > 7ce5089 gocollector: Attach original runtime/metrics metric name to help. (# 1578)
  > f2dd7b3 Use pedantic registry in other places too, to double check.
  > dc819ce Use a trivial solution to # 1605
  > 062300e Remove go_memstat_lookups_total; added runtime/metrics calculation to memstat metric's help. (# 1577)
  > 261fe84 bugfix: Pass network metrics to processCollector's Describe() function
  > e061dfa native histogram: use exemplars in concurrency test
  > aa3c00d Update common Prometheus files (# 1576)
  > 5bf3341 Use NewPedanticRegistry in Process' Collector tests
  > 3ad2722 Add default Go runtime metrics for /gc/gogc:percent, /gc/gomemlimit:bytes, /sched/gomaxprocs:threads (# 1559)
  > 0715727 Update common Prometheus files (# 1573)
  > 3634bd9 ci: daggerize test and lint pipelines (# 1534)
  > 28b5e6e Merge pull request # 1572 from prometheus/repo_sync
  > 46f77a9 Merge pull request # 1571 from prometheus/dependabot/github_actions/github-actions-1edf403647
  > 8e18075 Update common Prometheus files
  > f751d13 Merge pull request # 1570 from prometheus/dependabot/go_modules/golang.org/x/sys-0.22.0
  > 7983708 build(deps): bump the github-actions group with 3 updates
  > 0ce6d71 go collector: add default metrics acceptance tests; adding more context to HELP (# 1568)
  > 2e98f83 build(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0
  > 697372d tutorials: Renamed for consistency + fixed tutorial code. (# 1569)
  > 0581180 Update common Prometheus files (# 1567)
  > d7f83d1 deps: Updated to prometheus/common to 0.55 (# 1566)
  > cbfe44a Merge pull request # 1551 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.34.2
  > 6f511c3 Update common Prometheus files (# 1563)
  > f8718b0 Merge branch 'main' into dependabot/go_modules/google.golang.org/protobuf-1.34.2
  > 9f203a0 Merge pull request # 1565 from prometheus/dependabot/github_actions/github-actions-fde7c240f8
  > 1b23087 build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2
  > d85cd60 chore: Remove half-implemented changelog automation (# 1564)
  > 3d81bdd build(deps): bump the github-actions group across 1 directory with 3 updates
  > 45f1e72 Merge pull request # 1553 from prometheus/dependabot/go_modules/github.com/klauspost/compress-1.17.9
  > 5d119ae Merge pull request # 1561 from prometheus/repo_sync
  > 90619d3 Merge pull request # 1552 from prometheus/dependabot/go_modules/golang.org/x/sys-0.21.0
  > ec6d6fd build(deps): bump github.com/klauspost/compress from 1.17.8 to 1.17.9
  > 10f4161 process_collector: collect received/transmitted bytes (# 1555)
  > a46cfa7 Merge branch 'main' into repo_sync
  > 1b436e3 Merge pull request # 1549 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/common-0.55.0
  > ae67d7a build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0
  > 34e02e2 client: Add Option to provide limit query param for APIs that support it (# 1544)
  > fec6b22 Update Go tests (# 1562)
  > e0573a6 Update common Prometheus files
  > b080961 Temporarly remove required CI job for changelog. (# 1560)
  > 00d26be build(deps): bump github.com/prometheus/common in /tutorial/whatsup
  > 3631776 Merge pull request # 1545 from prometheus/repo_sync
  > 7cd1249 Update README.md (# 1556)
  > bccd682 Remove inlined upstream code (# 1539)
  > 1320271 Update common Prometheus files
  > 1a5f005 Allow creating constant histogram and summary metrics with a created timestamp (# 1537)
  > 33697e6 Cleanup NOTICE file (# 1541)
  > 7fe5d46 Merge pull request # 1531 from prometheus/repo_sync
  > e06ccdb Merge pull request # 1529 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/client_golang-1.19.1
  > 9ab9603 Update common Prometheus files
  > b59c63b Merge pull request # 1536 from prometheus/superq/lint_timeout
  > 9cd52e1 build(deps): bump github.com/prometheus/client_golang
  > 0751e19 Merge pull request # 1530 from prometheus/repo_sync
  > f08b10c feat: Support zstd compression (# 1496)
  > 6098322 Fix golangci-lint config
  > 8491260 Merge pull request # 1526 from prometheus/changelog-automation
  > f83013b Update common Prometheus files
  > 920e6f7 Merge pull request # 1532 from SachinSahu431/sachin/fix-changelog-automation
  > 57abe22 Merge pull request # 1527 from prometheus/dependabot/go_modules/github.com/prometheus/procfs-0.15.1
  > 0f23008 ci: Group all changelog-related CI jobs into single one
  > e6da43a Remove synchronize trigger from workflow
  > 4b158ab Merge pull request # 1525 from SachinSahu431/sachin/update-pr-labeler
  > 3d0a11d build(deps): bump github.com/prometheus/procfs from 0.13.0 to 0.15.1
  > 105a3b7 Auto label PRs (# 1518)
  > 3ac5b77 Remove redundant labels
  > 2f36f98 Add PR template for changelog automation (# 1517)
  > b9b2f62 Merge pull request # 1524 from prometheus/repo_sync
  > c2d0caf Merge pull request # 1522 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.34.1
  > 9d0a248 Update common Prometheus files
  > be12428 Merge pull request # 1523 from prometheus/dependabot/go_modules/golang.org/x/sys-0.20.0
  > 4816ade build(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1
  > 18b5134 Update common Prometheus files (# 1514)
  > ce40ef5 build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0
  > 542f7e6 Merge pull request # 1471 from fatsheep9146/native-histogram-exemplar
  > cb57abb Merge pull request # 1515 from lilijreey/use_time_IsZero
  > 2754a4c fix for comments
  > c7c7509 testutil compareMetricFamilies: make less error-prone (# 1424)
  > 47b807e clean code use time.IsZero() replace t = time.Time{}, make code more readable
  > d8c7074 refract the implementation
  > 36b9f46 add: CollectAndFormat to testutil (# 1503)
  > 853c5de Merge pull request # 1509 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/common-0.53.0
  > 494ccce add native histogram exemplar support
  > 7d3be80 [CI]: Add Concurrency Grouping to GitHub Workflows (# 1444)
  > 5c4ff38 Merge pull request # 1508 from prometheus/dependabot/go_modules/github.com/prometheus/client_model-0.6.1
  > 0075cb3 build(deps): bump github.com/prometheus/common in /tutorial/whatsup
  > 7882668 Merge pull request # 1469 from prometheus/dependabot/go_modules/tutorial/whatsup/google.golang.org/protobuf-1.33.0
  > 9308329 build(deps): bump the github-actions group with 3 updates (# 1510)
  > 6b169a1 Merge pull request # 1507 from prometheus/dependabot/go_modules/golang.org/x/sys-0.19.0
  > c4b6d5d build(deps): bump github.com/prometheus/client_model from 0.6.0 to 0.6.1
  > 4e21273 Merge pull request # 1506 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.34.0
  > 6b37369 Merge pull request # 1467 from prometheus/dependabot/go_modules/examples/middleware/google.golang.org/protobuf-1.33.0
  > 4549547 Bump google.golang.org/protobuf in /tutorial/whatsup
  > ccf82b1 improved code more clean (# 1511)
  > 9e8b641 build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0
  > 5ad7da9 Merge pull request # 1505 from prometheus/dependabot/go_modules/github.com/cespare/xxhash/v2-2.3.0
  > 2cb5120 build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0
  > c5f9c3f Merge pull request # 1466 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.33.0
  > 76e6dfd Bump google.golang.org/protobuf in /examples/middleware
  > 3ade2e2 Merge pull request # 1504 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.53.0
  > 772f2a3 build(deps): bump github.com/cespare/xxhash/v2 from 2.2.0 to 2.3.0
  > 2f59eb2 feat(dependency): replace go-spew package  (# 1499)
  > b59cfc9 Merge pull request # 1456 from prometheus/dependabot/github_actions/github-actions-cd65112d37
  > 4f5e328 Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
  > 7bbdd02 build(deps): bump github.com/prometheus/common from 0.52.3 to 0.53.0
  > a330ac5 Merge pull request # 1502 from prometheus/dependabot/go_modules/golang.org/x/net-0.23.0
  > 876e942 Merge pull request # 1462 from prometheus/release-1.19
  > 063bd37 Bump the github-actions group with 2 updates
  > 7fb2191 Merge pull request # 1501 from prometheus/dependabot/go_modules/tutorial/whatsup/golang.org/x/net-0.23.0
  > 4d3dba3 build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0
  > 8da892e Merge pull request # 1461 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/client_golang-1.19.0
  > 694854a Merge pull request # 1455 from foehammer127/fix/1453
  > d038ab9 chore: fix function name in comment (# 1497)
  > 991feca build(deps): bump golang.org/x/net in /tutorial/whatsup
  > c890f5e Merge pull request # 1459 from prometheus/dependabot/go_modules/golang.org/x/sys-0.17.0
  > 324bb9e Bump github.com/prometheus/client_golang in /tutorial/whatsup
  > cead7c3 feat(prometheus/testutil/promlint/validations): refine lintMetricTypeInName
  > 6b857f1 Merge pull request # 1498 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.52.3
  > 96d15d5 Merge pull request # 1458 from prometheus/dependabot/go_modules/github.com/prometheus/client_model-0.6.0
  > 736c206 Bump golang.org/x/sys from 0.16.0 to 0.17.0
  > e133e49 Merge pull request # 1389 from prometheus/fix-lint-issue
  > 5a00ae4 Bump github.com/prometheus/common from 0.48.0 to 0.52.3
  > 50211fc Merge pull request # 1457 from prometheus/dependabot/go_modules/examples/middleware/github.com/prometheus/client_golang-1.19.0
  > a5b7c47 Bump github.com/prometheus/client_model from 0.5.0 to 0.6.0
  > c586fcc Merge pull request # 1483 from prometheus/simplify-basemetrics
  > 0f50003 gocollector: Add regex option to allow collection of debug runtime metrics
  > 8a9d24b Bump github.com/prometheus/client_golang in /examples/middleware
  > 6fdffbf fix: remove redundant go module in middleware example (# 1492)
  > ec6ba13 chore: Refactor how base metrics are added to Sched metrics
  > 76fa980 feat: metrics generation workflow (# 1481)
  > 93cf5d4 Implement Unwrap() for responseWriterDelegator (# 1480)
  > e3bea8a Merge pull request # 1489 from SachinSahu431/update-go-yml
  > 50ab457 Auto-update Go Collector Metrics for new Go versions (# 1476)
  > e38b67e Merge pull request # 1486 from prometheus/dependabot/go_modules/github.com/prometheus/procfs-0.13.0
  > 1fc81cf Modify go.yml file
  > 26e3055 Merge pull request # 1472 from prometheus/i5242
  > af02258 Merge pull request # 1485 from prometheus/dependabot/go_modules/golang.org/x/sys-0.18.0
  > 17dafc8 Bump github.com/prometheus/procfs from 0.12.0 to 0.13.0
  > cd45345 ci: Remove hardcoded supported Go versions from go.yml
  > 2507462 Add LintDuplicateMetric to promlint
  > 838b8e5 Bump golang.org/x/sys from 0.17.0 to 0.18.0
bumping knative.dev/eventing cd7c1c0...9cec50f:
  > 9cec50f [main] Upgrade to latest dependencies (# 8414)
  > a40a0a7 [main] Upgrade to latest dependencies (# 8413)
  > 90edfe6 Upgrade deps to latest (# 8410)
  > 6d71005 Additional unit tests for EventPolicy (# 8405)
  > f3ea6b5 Update KinD e2e workflow (# 8411)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-21 14:04:09 +00:00
David Simansky 9baddba98c
Refactor PingSourve to v1 API version (#1991)
* Refactor PingSourve to v1 API version

* Fix unit test for older api version
2025-01-20 18:59:08 +00:00
David Simansky 8d10f67dd9
Remove dependency on deprecated client-pkg (#1990)
* Remove dependencie on deprecated client-pkg

* Commit go.work.sum update
2025-01-20 13:12:09 +00:00
Knative Automation 5f15fd3297
upgrade to latest dependencies (#1988)
bumping knative.dev/serving dd48437...b484fa2:
  > b484fa2 Update net-contour nightly (# 15691)
  > a829571 Update net-kourier nightly (# 15689)
  > 19b9a09 Fix all linter warnings (# 15684)
  > db2721f Update net-gateway-api nightly (# 15690)
  > 243e1ea upgrade to latest dependencies (# 15687)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-15 21:40:03 +00:00
Chris Suszynski 8d3062d9c8
Checking parts of the message to combat flaky tests (#1986) 2025-01-14 13:06:03 +00:00
Knative Automation 137570333a
upgrade to latest dependencies (#1980)
bumping k8s.io/code-generator 890b3a1...5a98ceb:
  > 5a98ceb Update dependencies to v0.31.4 tag
  > f74ea3c informers: add comment that Start does not block
  > 80c52b8 Call non-blocking informerFactory.Start synchronously to avoid races
  > e64302e Merge pull request # 126353 from liggitt/fix-vendor
  > d9fab2a revendor dependencies
  > ec3cc88 Merge pull request # 125571 from liggitt/filter-auth-02-sar
  > b4e74fb generate
  > 41a074a Merge pull request # 126073 from a7i/fake-apply-scale-subresource
  > e788e07 Merge pull request # 126018 from aroradaman/bump-k8s-utils
  > 100ab85 fix: fake clientset ApplyScale subresource from 'status' to 'scale'
  > baa7672 bump k8s.io/utils
  > 3f99c9a Merge pull request # 125922 from dims/update_otel_27
  > bb79741 update OpenTelemetry dependencies and grpc
  > 633962a [code-generator] feat: add func for generating register code (# 124946)
  > ab86cd6 Merge pull request # 125759 from dims/bump-prometheus/common-v0.55.0
  > e57d261 Merge pull request # 125162 from sttts/sttts-code-generator-core-group
  > 59cecdb Bump `prometheus/common to` v0.55.0
  > 3c253da Merge pull request # 125766 from dims/update-moby/spdystream-to-v0.4.0
  > be30ddb make codegen
  > e589542 Update moby/spdystream to v0.4.0
  > 07cedd3 code-generator/examples: fix json tags
  > 7a55f28 Merge pull request # 125745 from BenTheElder/ping-ping
  > aad7f9e code-generator/client-gen: add example with single package api/v1
  > 1f8ce20 bump  github.com/moby/spdystream to v0.3.0
  > 3d2e34f code-generator/client-gen: decouple core group from package name 'api'
  > 13818de Merge pull request # 125731 from dashpole/revert_otel
  > 5b6873d code-generator/client-gen: add example with core group
  > 1d5e06b Revert "update OpenTelemetry dependencies"
  > 50b2150 Merge pull request # 125669 from benluddy/cbor-bump-v2.7.0
  > bea469c Bump github.com/fxamacker/cbor/v2 to v2.7.0.
  > cdfa7b0 Merge pull request # 125575 from dashpole/update_otel_27
  > 1bfc2ba Merge pull request # 125560 from jpbetz/apply-gen-fake
  > 98d7e2c update OpenTelemetry dependencies
  > e421d05 Resolve rebase
  > 0c9ff01 Generate code
  > 43d54fb Generate type fake clients that may opt in to the use of managed fields
  > 763e7a8 Merge pull request # 125673 from jpbetz/patch-6
  > f536deb Add jpbetz to code-generator OWNERS
  > 569cc2f Merge pull request # 125531 from pohly/klog-update
  > 76a3494 dependencies: klog v2.130.1
  > 2a71dee Merge pull request # 121439 from skitt/generic-client-go
  > 198ba6b Merge pull request # 125051 from marquiz/devel/codegen-fix-grep
  > 896cb08 Run codegen
  > 030791b Merge pull request # 125499 from mbobrovskyi/fix/openapi-gen-dependency
  > 4de699f kube_codegen: smarter grepping of codegen tags
  > 688a73a Generify client-go
  > 28fff67 Fix openapi-gen dependency.
  > 0f7e7aa Run codegen
  > 0b3f2ef Merge pull request # 124509 from p0lyn0mial/upstream-watch-list-code-gen
  > 0c42800 Add a non-subresource genclient:method example
  > 0c188fc ./hack/update-internal-modules.sh
  > bd8446c Run codegen
  > 20a1a2d make update
  > b5459b0 Fix "an declarative" typo
  > f0862c8 client-gen: intro watchList
  > d95c93e Run codegen
  > 3a49e5b Merge pull request # 125408 from benluddy/bump-cbor-v2.7.0
  > 87db423 Add a Name getter in named ApplyConfigurations
  > 32e53a8 Bump fxamacker/cbor/v2 to v2.7.0-beta.
  > 8d055c7 Merge pull request # 124963 from p0lyn0mial/upstream-data-consistency-checker-for-list-requests
  > 9b16c26 make update
  > 8b8ecc8 client-gen: rework list and use CheckListFromCacheDataConsistencyIfRequested
  > 2ec7af0 Merge pull request # 122832 from benluddy/cbor-fuzz-native-to-unstructured-via
  > ca05e03 Update indirect dependencies with ./hack/update-vendor.sh.
  > 620b113 Merge pull request # 124898 from alexzielenski/apiserver/prerelease-ga-tags
  > 9017335 Merge pull request # 123339 from skitt/canonical-json-patch
  > dc6562f prevent deprecated & removed from being generated for GA types
  > 6fcb6f0 Use canonical json-patch v4 import
  > 5f538ea Update kubectl kustomize to kyaml/v0.17.1, cmd/config/v0.14.1, api/v0.17.2, kustomize/v5.4.2
  > 2da86b0 Merge pull request # 125045 from pohly/ginkgo-gomega-update
  > a77a314 dependencies: ginkgo v2.19.0, gomega v1.33.1
  > e9fc761 Merge pull request # 124913 from enj/enj/i/go_work_sum_ignore
  > c9a8b3f Ignore go.work.sum for fake workspaces
  > 1a2807d Merge pull request # 124757 from dims/update-to-latest-golang.org/x/oauth2-v0.20.0
  > 68d188f Update to latest golang.org/x/oauth2 v0.20.0
  > 12b975c Merge pull request # 124281 from fulviodenza/master
  > de98b55 Merge pull request # 124562 from sbueringer/pr-bump-sigs-yaml
  > 8dcbed8 Allow request parameter and proto file path
  > 7977adc Bump sigs.k8s.io/yaml to v1.4.0
  > ff061d6 Merge pull request # 124469 from serathius/etcd-3.5.13
  > 3f5a084 Upgrade etcd libraries to v3.5.13
  > 679c60f Merge pull request # 124328 from jiahuif-forks/deps/cel-go
  > a397227 Merge pull request # 121574 from skitt/generic-lister-gen
  > 164ad5e generated: ./hack/update-vendor.sh
  > 5ae098a Merge pull request # 124346 from jwcesign/master
  > c2b93df Regenerate all listers
  > 677f552 generated: ./hack/pin-dependency.sh github.com/google/cel-go v0.20.1
  > ced7fde upgrade: upgrade dependencies github.com/prometheus/common to the newest version
  > a25c144 Generify lister-gen
  > 2a5cd15 Merge pull request # 122892 from danwinship/codegen-nil
  > a068c84 Add a lister-gen expansion example
  > 8d4f629 Regenerate fake clients
  > 5ade975 Fix codegen to use correct nil-vs-empty semantics in fake clients
  > 4c3e41e Merge pull request # 124193 from soltysh/fix_applyconfig-gen
  > d3d5e9c Merge pull request # 123988 from skitt/use-cases-titler
  > 111256a Update applyconfig-gen for pacakges where group and dir differ in name
  > 74348a6 Merge pull request # 123893 from soltysh/openapi_schema_applygen
  > ffb0802 code-generator: use cases.Title instead of strings.Title
  > 585ff30 Merge pull request # 116781 from muff1nman/protobuf-fully-qualified-types
  > fec23c2 kube_codegen: expose applyconfig-openapi-schema flag for client generation
  > 6705865 Merge pull request # 124174 from dims/update-x/net-for-CVE-2023-45288
  > cccf4c3 generate fully qualified type references
  > 5a5fa0c Update x/net for CVE-2023-45288
  > e33b396 sync: update go.mod
  > 75dbfb9 Merge pull request # 123735 from thockin/master
bumping golang.org/x/term b725e36...40b02d6:
  > 40b02d6 go.mod: update golang.org/x dependencies
  > 442846a go.mod: update golang.org/x dependencies
bumping k8s.io/client-go ece8c00...4b5b7fa:
  > 4b5b7fa Update dependencies to v0.31.4 tag
  > 5e3e8ea informers: add comment that Start does not block
  > f71a5cc Call non-blocking informerFactory.Start synchronously to avoid races
  > 4536e5a Merge pull request # 124012 from Jefftree/le-controller
  > 93c6a5b Merge pull request # 126353 from liggitt/fix-vendor
  > 825f52e Change PingTime to be persistent
  > 6a9911a revendor dependencies
  > f45c451 fix ordering issue in candidates
  > fe54892 Merge pull request # 126243 from SergeyKanzhelev/devicePluginFailures
  > 18dd587 feedback: leasecandidate clients
  > 79fd7ab generated files
  > 1f27757 Review feedback
  > ac9204c Merge pull request # 126145 from carlory/kep-3751-api
  > 2099375 CLE controller and client changes
  > dcfcc90 Merge pull request # 126125 from mprahl/stop-idempotent
  > 9dea255 Promote VolumeAttributesClass to beta
  > 8a2bbd0 Coordinated Leader Election Alpha API
  > bad8f77 Merge pull request # 126091 from seans3/ws-err-extra-info
  > 001900e Allow calling Stop multiple times on RetryWatcher
  > 3aff10e Adds extra error information from response to bad handshake error when possible
  > a9affb4 Merge pull request # 125488 from pohly/dra-1.31
  > a7db3ad DRA: new API for 1.31
  > e0bc24e DRA: remove "sharable" from claim allocation result
  > a7f430b DRA: remove immediate allocation
  > 91ff2f6 DRA: bump API v1alpha2 -> v1alpha3
  > 82af755 Merge pull request # 126231 from seans3/websocket-https-proxy-fix
  > 6e31289 moving for easier cherry-pick
  > 8108d41 Falls back to SPDY for gorilla/websocket https proxy error
  > 5130bd9 Merge pull request # 126207 from thockin/ingress-backend-port-atomic
  > 80707e5 Merge pull request # 125660 from saschagrunert/oci-volumesource-api
  > cd892da Make ServiceBackendPort an atomic struct
  > 5742b23 Merge pull request # 124859 from morlay/master
  > 485ae13 Add ImageVolumeSource API
  > 6dde7fe Merge pull request # 126073 from a7i/fake-apply-scale-subresource
  > 9ab93c0 Remove json:",omitempty" where json:",inline" specified.
  > 37121f3 Merge pull request # 125470 from everpeace/kep-3619-SupplementalGroupsPolicy-e2e
  > eab51c4 fix: fake clientset ApplyScale subresource from 'status' to 'scale'
  > 1ea671a KEP-3619: API: add NodeFeatures.SupplementalGroupsPolicy in NodeStatus
  > 59ef8e1 Merge pull request # 126034 from sohankunkerkar/add-usernamespaces
  > 21b1828 api: add user namespaces field to NodeRuntimeHandlerFeatures
  > 0724a99 Merge pull request # 125305 from p0lyn0mial/upstream-dynamic-client-uses-watch-list
  > 34751e1 Merge pull request # 126018 from aroradaman/bump-k8s-utils
  > 732dd28 dynamic client: add support for API streaming
  > b6a1b42 Merge pull request # 126057 from thockin/make-pod-ip-host-ip-required
  > 37c2760 bump k8s.io/utils
  > fa8c68e make PodIP.IP and HostIP.IP required.
  > 53b8be7 Merge pull request # 125802 from mmorel-35/testifylint/len+empty
  > 7f36d81 Merge pull request # 125944 from timofurrer/fix/error-msg-type
  > acc5917 fix: enable empty and len rules from testifylint on pkg package
  > 55c0e2c Fix typo in type name of watch decode error
  > 354ed1b Merge pull request # 125922 from dims/update_otel_27
  > 127e4c3 Merge pull request # 125887 from fxierh/fakediscovery-fix
  > e57f162 update OpenTelemetry dependencies and grpc
  > c45bc43 Return the error returned by Invokes so the FakeDiscovery client is able to simulate any error with reactors.
  > ab86e03 Merge pull request # 125021 from aojea/servicecidrbeta
  > 4dec662 Merge pull request # 125116 from pohly/dra-one-of-source
  > a146a0f make update
  > ae071bc Merge pull request # 125759 from dims/bump-prometheus/common-v0.55.0
  > fdffb52 DRA: remove "source" indirection from v1 Pod API
  > 4b5beb6 Merge pull request # 124917 from vinayakankugoyal/kep4633
  > 66473c1 Bump `prometheus/common to` v0.55.0
  > ef4b2f6 Merge pull request # 125766 from dims/update-moby/spdystream-to-v0.4.0
  > 1582c4c KEP-4633: Allow health-only anonymous auth mode.
  > 96c49b6 Merge pull request # 125600 from thockin/plus_default_deprecated_volumes
  > a2665af Update moby/spdystream to v0.4.0
  > b043b56 Merge pull request # 125745 from BenTheElder/ping-ping
  > af26305 Use +default for now deprecated ScaleIO volume
  > 11d6807 bump  github.com/moby/spdystream to v0.3.0
  > f9b8f88 Use +default for now deprecated AzureDisk volume
  > 88829a4 Merge pull request # 125731 from dashpole/revert_otel
  > 90902b5 Use +default for now deprecated ISCSI volume
  > 0fbd594 Revert "update OpenTelemetry dependencies"
  > 64e74f9 Use +default for now deprecated RBD volume
  > 4e7651c Merge pull request # 125706 from jpbetz/fix-fixture-test
  > 8ffa531 Merge pull request # 125537 from seans3/rc-fallback-log
  > dd94093 Remove test dependency on swwagger.json to fix client-go repo
  > 6090471 Merge pull request # 125669 from benluddy/cbor-bump-v2.7.0
  > 0b66457 Adds logging during remote command executor fallback
  > 9177465 Bump github.com/fxamacker/cbor/v2 to v2.7.0.
  > 430e755 Merge pull request # 125575 from dashpole/update_otel_27
  > 2923011 Merge pull request # 125560 from jpbetz/apply-gen-fake
  > fd8492c update OpenTelemetry dependencies
  > c4145a9 Generate code
  > 2c86652 Add field tracker support to client fake fixtures
  > 96f66e9 Support options for all client fake actions
  > b9309ac Merge pull request # 125531 from pohly/klog-update
  > db174bf dependencies: klog v2.130.1
  > e1202c7 Merge pull request # 121439 from skitt/generic-client-go
  > b31bc29 Run codegen
  > c834bcc Generify client-go
  > 6a88f2d Run codegen
  > 233a065 Run codegen
  > d2f5fba Merge pull request # 125528 from seans3/port-forward-beta
  > 6e44692 Graduate PortForwardWebsockets to Beta
  > cea1539 Merge pull request # 124509 from p0lyn0mial/upstream-watch-list-code-gen
  > e4e31fd Merge pull request # 125472 from karlkfi/karl-watch-comments
  > cc198ea make update
  > 5f43af4 Merge pull request # 125391 from karlkfi/karl-reflector-watch-stop
  > 48d8fc7 Add details to watch interface method comments
  > 39cc8de Merge pull request # 125435 from p0lyn0mial/upstream-rm-reflector-data-consistency-detector-test
  > f29a36d Refactor Reflector ListAndWatch
  > fb1003a Merge pull request # 125440 from p0lyn0mial/upstream-client-go-watchlist-can-use-watchlist-for-list-rq
  > 5347b09 client-go/reflector: remove reflector_data_consistency_detector_test.go
  > 9a760ef client-go/util/watchlist: intro CanUseWatchListForListRequest
  > 03443e7 Merge pull request # 125432 from p0lyn0mial/upstream-watch-list-data-consistency-detector
  > b681e77 client-go/reflector: use consistencydetector.IsDataConsistencyDetectionForWatchListEnabled
  > 14559c0 client-go/consistencydetector: introduce CheckWatchListFromCacheDataConsistencyIfRequested
  > 9116846 Merge pull request # 125408 from benluddy/bump-cbor-v2.7.0
  > 4d57b6a Bump fxamacker/cbor/v2 to v2.7.0-beta.
  > c415c76 Merge pull request # 125304 from p0lyn0mial/upstream-dynamic-client-uses-consistency-detector
  > 8fc5a64 Merge pull request # 125383 from p0lyn0mial/upstream-unstructured-testchecklistconsistency
  > 5d84e91 client-go/dynamic: use CheckListFromCacheDataConsistencyIfRequested
  > 503a090 client-go/util/consistencydetector: extend TestCheckListFromCacheDataConsistencyIfRequestedInternalHappyPath to work with unstructured list
  > 2d885a2 client-go/util/consistencydetector: refactor TestCheckListFromCacheDataConsistencyIfRequestedInternalHappyPath to work with unstructured data
  > e822473 Merge pull request # 125379 from p0lyn0mial/upstream-unstructured-testdataconsistencychecker
  > 94cabc8 Merge pull request # 125302 from karlkfi/karl-informer-watcher-test
  > 20d0a8e client-go/consistencydetector: extend TestDataConsistencyChecker to test unstructured data
  > 1fc4f8a Merge pull request # 124963 from p0lyn0mial/upstream-data-consistency-checker-for-list-requests
  > 7c5e903 Update TestNewInformerWatcher for WatchListClient
  > 8262774 client-go/consistencydetector: refactor TestDataConsistencyChecker to work with unstructured data
  > 1c075dc Merge pull request # 124642 from wojtek-t/resilient_watchcache_initialization
  > 9f33e96 make update
  > 098e7c5 Merge pull request # 125356 from p0lyn0mial/upstream-improve-testdrivechecklistfromcache-test
  > b444e6c Implement ResilientWatchCacheInitialization
  > bbe85a4 fix TestDriveCheckListFromCacheDataConsistencyIfRequested
  > b03e5b8 Merge pull request # 125335 from p0lyn0mial/upstream-consistency-decector-handles-legacy-case
  > c7d7068 client-go/consistencydetector: handles the watch cache legacy case
  > 7c6e307 Merge pull request # 125299 from karlkfi/karl-reflector-fix-2
  > 8c9cb88 Improve Reflector unit tests
  > 52e5651 Merge pull request # 122832 from benluddy/cbor-fuzz-native-to-unstructured-via
  > d81b8f6 Merge pull request # 123974 from p0lyn0mial/upstream-client-go-features-testing
  > 3aa51ce Update indirect dependencies with ./hack/update-vendor.sh.
  > 7adab2f KEP-3619: Fine-grained SupplementalGroups control (# 117842)
  > e89e40c client-go/rest: add TestWatchListWhenFeatureGateDisabled unit test
  > e8b5471 Merge pull request # 123339 from skitt/canonical-json-patch
  > e8eae94 client-go/features/testing: intro SetFeatureGatesDuringTest
  > 9c87eb0 Merge pull request # 125190 from pohly/record-event-panic
  > 16552d4 Use canonical json-patch v4 import
  > b4e1cfc client-go record: avoid panic when watch creation failed
  > ffda346 Update kubectl kustomize to kyaml/v0.17.1, cmd/config/v0.14.1, api/v0.17.2, kustomize/v5.4.2
  > 5d65011 Merge pull request # 125159 from p0lyn0mial/upstream-add-data-consistency-checker-for-list-requests
  > 3f130bd Merge pull request # 125166 from p0lyn0mial/upstream-improve-check-data-consistency
  > b7ea49a client-go/util/consistencydetector: add CheckListFromCacheDataConsistencyIfRequested
  > 5f741a5 Merge pull request # 125052 from p0lyn0mial/upstream-client-go-env-var-set
  > 785fca4 client-go/util/consistencydetector: improve validation of list parameters (RV, ListOptions)
  > b92b563 Merge pull request # 124635 from pohly/event-broadcaster-shutdown-fix
  > 98df4f7 client-go/features: add Set method to envvar impl
  > f53839a Merge pull request # 125045 from pohly/ginkgo-gomega-update
  > ebbf7d7 client-go/tools/record: fix and test Broadcaster shutdown + logging
  > c559583 Merge pull request # 125146 from p0lyn0mial/upstream-client-go-consistency-detector-move-to-new-package
  > 2f2b800 dependencies: ginkgo v2.19.0, gomega v1.33.1
  > 538b780 move checkWatchListDataConsistencyIfRequested back to client-go/tools/cache
  > e6e45e1 client-go/util/consistencydetector: make the detector public
  > 92f0985 client-go/util/consistencydetector: update after moving to the new package
  > e428fc2 move client-go/tools/cache/reflector_data_consistency_detector to client-go/util/consistencydetector
  > fd6b8e6 Merge pull request # 125144 from p0lyn0mial/upstream-client-go-consistency-detector-refactor-units
  > 00036b7 client-go/tools/cache/reflector_data_consistency_detector: refactor unit tests
  > 0123e78 Merge pull request # 124446 from p0lyn0mial/watch-list-consistency-detector-more-generic
  > 6bdde77 client-go/consistency-detector: change the signature of checkWatchListConsistencyIfRequested
  > c739619 Merge pull request # 122791 from p0lyn0mial/upstream-cleanup-watch-list-env-var
  > 4a34196 replace ENABLE_CLIENT_GO_WATCH_LIST_ALPHA with WatchListClient gate
  > 86f83bc Merge pull request # 124614 from p0lyn0mial/upstream-reflector-warn-no-bookmark-event
  > 0280901 client-go/reflector: warns when the bookmark event for initial events hasn't been received
  > 62f9597 Merge pull request # 124588 from jiuker/patch-2
  > 8a8d073 Merge pull request # 124757 from dims/update-to-latest-golang.org/x/oauth2-v0.20.0
  > f9eba8e fix: Hang when canceling leader election information
  > 988ddc2 Update to latest golang.org/x/oauth2 v0.20.0
  > 4ebe42d Merge pull request # 124600 from alvaroaleman/typed-wq
  > d3682da Merge pull request # 124519 from dims/drop-all-the-providery-things-take-2
  > 9aa3aae Use the generic/typed workqueue throughout
  > 35cab32 fix(api): make LocalObjectReference.Name and HostAlias.IP required (# 124553)
  > 64ff14b address comments during review
  > 049f231 Merge pull request # 124562 from sbueringer/pr-bump-sigs-yaml
  > af62623 Remove gcp in-tree cloud provider and credential provider
  > ea434df Bump sigs.k8s.io/yaml to v1.4.0
  > 6b47d7d Merge pull request # 124344 from wojtek-t/fix_transformer
  > 178bcf2 Merge pull request # 124469 from serathius/etcd-3.5.13
  > 2fe0574 Fix race in informer transformers
  > f3332a0 Merge pull request # 124263 from alvaroaleman/typed
  > e4f9b83 Upgrade etcd libraries to v3.5.13
  > 9433226 Merge pull request # 124075 from pohly/dra-api-comments
  > d67dddf Workqueue: Add generic versions that are properly typed
  > 4a5f039 Merge pull request # 122657 from p0lyn0mial/upstream-client-go-rest-client-watch-list
  > a457c5e DRA api: ResourceHandle.DriverName is required
  > 47f5582 Merge pull request # 124328 from jiahuif-forks/deps/cel-go
  > a1be94a client-go/rest: introduce watchlist
  > 66b378a Merge pull request # 124340 from benluddy/dynamic-client-golden-request-test
  > d071c08 generated: ./hack/update-vendor.sh
  > 02e371e Merge pull request # 121574 from skitt/generic-lister-gen
  > 4cd6b75 Generate HTTP request fixtures for dynamic client tests.
  > 34d7809 generated: ./hack/pin-dependency.sh github.com/google/cel-go v0.20.1
  > 5b2b83a Merge pull request # 124346 from jwcesign/master
  > 841e997 Improve the lister function documentation
  > b17c363 Add test to detect unintentional changes in dynamic client requests.
  > 5db05eb upgrade: upgrade dependencies github.com/prometheus/common to the newest version
  > 9d701d3 Regenerate all listers
  > b1c1c03 Merge pull request # 122892 from danwinship/codegen-nil
  > 05ff4bb Generify lister-gen
  > 506bc53 Merge pull request # 113257 from claudiubelu/path-filepath-update-staging
  > 3d4f98d Regenerate fake clients
  > 3407442 Merge pull request # 124245 from wojtek-t/informer_options
  > 79c893d Replaces path.Operation with filepath.Operation (staging)
  > 9990b0b Merge pull request # 123969 from liangyuanpeng/cleanup_rand
  > b9e952f Allow for configuring MinWatchTimeout in Reflector and Informer.
  > a82df61 Merge pull request # 123937 from p0lyn0mial/upstream-use-initial-events-annotation-key-const
  > fa185a2 cleanup: delete rand.Seed(time.Now().UnixNano()) and using global number generator.
  > 7da3197 Refactor informer constructors
  > 79491af Merge pull request # 123347 from zhouhaibing089/abstract-queue
  > 45e17fe client-go/cache/reflector: use metav1.InitialEventsAnnotationKey
  > aa7909e Merge pull request # 124174 from dims/update-x/net-for-CVE-2023-45288
  > 9c3db86 workqueue: make queue as configurable
  > a2cc490 Update x/net for CVE-2023-45288
  > 1518fca sync: update go.mod
  > eea636f Merge pull request # 123932 from pohly/dra-api-resource-model-rename
bumping k8s.io/api 83bdab1...e45474d:
  > e45474d Update dependencies to v0.31.4 tag
  > 46f6230 Merge pull request # 126761 from thockin/automated-cherry-pick-of-# 126749-upstream-release-1.31
  > 1857695 fix v1a3 ResourceSliceList metadata field name
  > 382a091 update codegen and openapi
  > 1073c1e regen clients
  > 6f8e3bd Review feedback
  > 437d97a Coordinated Leader Election Alpha API
  > 63e21d3 Merge pull request # 126243 from SergeyKanzhelev/devicePluginFailures
  > ca07d5a generated files
  > 7192863 add AllocatedResourcesStatus field to ContainerStatus
  > a789efa Merge pull request # 126281 from saschagrunert/oci-volume-docs
  > f04ea0b Merge pull request # 126145 from carlory/kep-3751-api
  > 6f2fee6 ImageVolumeSource: mention that fsGroupChangePolicy has no effect
  > 7d5eb68 Merge pull request # 126108 from gnufied/changes-volume-recovery
  > 447f08f Promote VolumeAttributesClass to beta
  > 871340c Merge pull request # 120611 from pohly/dra-resource-quotas
  > 8962de2 Rename ReizeFailed conditions to ResizeInfeasible
  > 3421a80 Merge pull request # 126067 from tenzen-y/implement-job-success-policy-e2e
  > 19081f3 DRA quota: add ResourceClaim v1.ResourceQuota limits
  > a48b61c Add new values for reporting expansion errors via conditions
  > b689d90 Merge pull request # 125374 from pwschuurman/kep-3335-stable
  > a815b26 Graduate the JobSuccessPolicy to beta
  > 9516298 Merge pull request # 125488 from pohly/dra-1.31
  > dc483d9 Remove StatefulSetStartOrdinal feature gate to target stable in 1.31
  > ff2bf05 Job: Add the CompletionsReached reason to the SuccessCriteriaMet condition
  > e0a906d DRA: new API for 1.31
  > 0030d2c DRA: remove "sharable" from claim allocation result
  > 35de2c0 DRA: remove immediate allocation
  > 8cd8793 DRA: bump API v1alpha2 -> v1alpha3
  > 7d5e5ea Merge pull request # 125571 from liggitt/filter-auth-02-sar
  > 0c2b9ec generate
  > 80604de add subjectaccessreview field and label selectors
  > 5c3f1a6 Merge pull request # 126207 from thockin/ingress-backend-port-atomic
  > 441003d Merge pull request # 125782 from aborrero/master
  > 1b3cb9c Make ServiceBackendPort an atomic struct
  > 261e6aa Merge pull request # 125660 from saschagrunert/oci-volumesource-api
  > b18808d procMount: fix default value documentation
  > fda4e0a Merge pull request # 124859 from morlay/master
  > e42b090 Add ImageVolumeSource API
  > 7ff5716 Merge pull request # 125940 from thockin/master
  > 4dc0f37 Remove json:",omitempty" where json:",inline" specified.
  > b1818c5 Merge pull request # 125470 from everpeace/kep-3619-SupplementalGroupsPolicy-e2e
  > 36ebe43 Clarify errors in ProjectedVolume validation
  > f00cb17 Merge pull request # 124568 from xyz-li/fix_apiserver_output
  > 8be67e6 KEP-3619: API: add NodeFeatures.SupplementalGroupsPolicy in NodeStatus
  > 68522b3 api: fix ValidatingAdmissionPolicyList json tag
  > 4fec474 Merge pull request # 126034 from sohankunkerkar/add-usernamespaces
  > 0787ff7 api: add user namespaces field to NodeRuntimeHandlerFeatures
  > fc8a03c Merge pull request # 126018 from aroradaman/bump-k8s-utils
  > 8ea3a95 Merge pull request # 126057 from thockin/make-pod-ip-host-ip-required
  > bf5bdd3 bump k8s.io/utils
  > 2ae1cf1 Merge pull request # 125442 from mimowo/job-pod-failure-policy-stable
  > 2ef3cc9 make PodIP.IP and HostIP.IP required.
  > e0af89b JobPodFailurePolicy to GA
  > 9c8c6d2 Merge pull request # 126046 from mimowo/fix-job-pod-failure-api
  > 4badb33 Merge pull request # 124969 from RomanBednar/pv-phase-transition-time-ga
  > 61b6c0a Use omitempty for optional fields in Job Pod Failure Policy
  > 2cf4612 Merge pull request # 125922 from dims/update_otel_27
  > ef6990b graduate PersistentVolumeLastPhaseTransitionTime to GA in 1.31
  > 9a93d6b update OpenTelemetry dependencies and grpc
  > e7b4471 Merge pull request # 125021 from aojea/servicecidrbeta
  > f41eb5f Merge pull request # 125116 from pohly/dra-one-of-source
  > db34f59 make update
  > 48abdb0 Merge pull request # 122047 from aojea/treeless
  > f74974e DRA: remove "source" indirection from v1 Pod API
  > 5ad5007 promote ServiceCIDR and IPAddress to beta
  > 70c0174 Merge pull request # 125759 from dims/bump-prometheus/common-v0.55.0
  > 19c5afd generated
  > 236105a Merge pull request # 125162 from sttts/sttts-code-generator-core-group
  > ad14b89 Bump `prometheus/common to` v0.55.0
  > ea15fac document the API with the details about the allocation CIDR ranges
  > 78bd910 Merge pull request # 125766 from dims/update-moby/spdystream-to-v0.4.0
  > 6ff324a code-generator/client-gen: decouple core group from package name 'api'
  > 77d4ad8 Merge pull request # 125600 from thockin/plus_default_deprecated_volumes
  > ba9d110 Update moby/spdystream to v0.4.0
  > 89b2da1 Merge pull request # 125745 from BenTheElder/ping-ping
  > e191233 Use +default for now deprecated ScaleIO volume
  > 26803c0 bump  github.com/moby/spdystream to v0.3.0
  > cdeb356 Use +default for now deprecated AzureDisk volume
  > e025325 Merge pull request # 125731 from dashpole/revert_otel
  > 165690c Use +default for now deprecated ISCSI volume
  > 2788e05 Revert "update OpenTelemetry dependencies"
  > 53f4e42 Use +default for now deprecated RBD volume
  > 149781f Merge pull request # 125669 from benluddy/cbor-bump-v2.7.0
  > e297a0e Bump github.com/fxamacker/cbor/v2 to v2.7.0.
  > 8d69060 Merge pull request # 125575 from dashpole/update_otel_27
  > 2d0cd50 update OpenTelemetry dependencies
  > e09016f Merge pull request # 125576 from alvaroaleman/fix
  > 9f6f03f Merge pull request # 125531 from pohly/klog-update
  > 69864e9 Corev1.Node: Link to node doc and not PV doc in status.capacity
  > a2ff581 dependencies: klog v2.130.1
  > 857a946 Merge pull request # 125540 from pohly/revert-binding-deprecation
  > ee77356 api: revert deprecation annotation for v1 Binding
  > 590e504 Merge pull request # 125408 from benluddy/bump-cbor-v2.7.0
  > b5dd4c4 Bump fxamacker/cbor/v2 to v2.7.0-beta.
  > c0840f2 Merge pull request # 125189 from mimowo/improve-ready-comment
  > c114cd7 Merge pull request # 122832 from benluddy/cbor-fuzz-native-to-unstructured-via
  > 7f878b9 Improve the Job API comment for ready field
  > d93eaf6 KEP-3619: Fine-grained SupplementalGroups control (# 117842)
  > 6e174b7 Update indirect dependencies with ./hack/update-vendor.sh.
  > 983e15a Merge pull request # 124898 from alexzielenski/apiserver/prerelease-ga-tags
  > 4261982 Merge pull request # 123339 from skitt/canonical-json-patch
  > 740a638 add prerelease lifecycle tags to GA types
  > 0b590ac Use canonical json-patch v4 import
  > 7cdaa4e Update kubectl kustomize to kyaml/v0.17.1, cmd/config/v0.14.1, api/v0.17.2, kustomize/v5.4.2
  > 7480c46 Merge pull request # 125045 from pohly/ginkgo-gomega-update
  > 9a6330a dependencies: ginkgo v2.19.0, gomega v1.33.1
  > 664bdd5 Merge pull request # 124793 from mimowo/fix-managed-by-comment
  > b1dbea2 Merge pull request # 123638 from sanposhiho/matchlabelkey-beta
  > 2a86f24 Fix the comment for the Job managedBy field
  > 8a7117f graduate MatchLabelKeysInPodAffinity to Beta
  > 7ccc245 Merge pull request # 123845 from HirazawaUi/promote-DisableNodeKubeProxyVersion-to-beta
  > aa3ed7c Merge pull request # 124590 from xrstf/fix-optional-comment
  > e6d86a2 promote DisableNodeKubeProxyVersion feature gate to beta
  > 92d2eac fix(api): make LocalObjectReference.Name and HostAlias.IP required (# 124553)
  > 2144e85 codegen
  > 7c9431b Merge pull request # 124572 from aojea/alpha_tag
  > 8db881a alpha->beta
  > c4ac111 Merge pull request # 124562 from sbueringer/pr-bump-sigs-yaml
  > fd5eb88 tag service.spec.TrafficDistribution field as alpha
  > 9bd0523 fix stray +optional comment on persistentVolumeClaimRetentionPolicy
  > 8cf3f40 Bump sigs.k8s.io/yaml to v1.4.0
  > 2676848 Merge pull request # 124469 from serathius/etcd-3.5.13
  > b75136d Merge pull request # 124075 from pohly/dra-api-comments
  > 8a34349 Upgrade etcd libraries to v3.5.13
  > 039b247 Merge pull request # 124328 from jiahuif-forks/deps/cel-go
  > 83fe34a DRA: sync internal API doc comments
  > fbc502f generated: ./hack/update-vendor.sh
  > 1e01004 DRA api: ResourceHandle.DriverName is required
  > 63e83d0 generated: ./hack/pin-dependency.sh github.com/google/cel-go v0.20.1
  > 2df4487 DRA api: explicitly reserve finalizer for Kubernetes
  > 5975d5e Merge pull request # 124365 from SataQiu/v1.30.0-api-testdata
  > 98d0c7a Merge pull request # 124103 from zhanluxianshen/fix-typos-in-rbac-api
  > 14e4e0c Remove v1.28.0 API testdata
  > 76b6c7c Merge pull request # 124062 from alculquicondor/nodename-api-comment
  > 04510aa Fix typos in rbac api.
  > b27f498 Add v1.30.0 API testdata
  > a819b1d Merge pull request # 116781 from muff1nman/protobuf-fully-qualified-types
  > 58c5883 Update API comment for nodeName to match system behavior
  > 5e7d566 Merge pull request # 124174 from dims/update-x/net-for-CVE-2023-45288
  > 33eb147 generate fully qualified type references
  > 63d4a04 Update x/net for CVE-2023-45288
  > 5147c1a sync: update go.mod
  > d1659eb Merge pull request # 123932 from pohly/dra-api-resource-model-rename
bumping google.golang.org/grpc acba4d3...b615b35:
  > b615b35 Change version to 1.69.2 (# 7947)
  > 6b36a3e experimental/stats: re-add type aliases for migration (# 7929) (# 7941)
  > 4535c6d Change version to 1.69.2-dev (# 7928)
  > b6e7c72 examples/features/csm_observability: Make CSM Observability example server listen on an IPV4 address (# 7933) (# 7934)
  > 9355fbc Change version to 1.69.1 (# 7927)
  > 927a1e1 Change version to 1.69.1-dev (# 7902)
  > 97d633a Change version to 1.69.0 (# 7901)
  > 317271b pickfirst: Register a health listener when used as a leaf policy (# 7832)
  > 5565631 balancer/pickfirst: replace grpc.Dial with grpc.NewClient in tests (# 7879)
  > 634497b test: Split import paths for generated message and service code (# 7891)
  > 78aa51b pickfirst: Stop test servers without closing listeners (# 7872)
  > 00272e8 dns: Support link local IPv6 addresses (# 7889)
  > 17d08f7 scripts/gen-deps: filter out grpc modules (# 7890)
  > ab189b0 examples/features/csm_observability: Add xDS Credentials (# 7875)
  > 3ce87dd credentials/google: Add cloud-platform scope for ADC (# 7887)
  > 3c0586a stats/opentelemetry: Cleanup OpenTelemetry API's before stabilization (# 7874)
  > 4c07bca stream: add jitter to retry backoff in accordance with gRFC A6 (# 7869)
  > 967ba46 balancer/pickfirst: Add pick first metrics (# 7839)
  > bb7ae0a Change logger to avoid Printf when disabled (# 7471)
  > dcba136 test/xds: remove redundant server when using stubserver in tests (# 7846)
  > 8b70aeb stats/opentelemetry: introduce tracing propagator and carrier (# 7677)
  > 13d5a16 balancer/weightedroundrobin: Switch Weighted Round Robin to use pick first instead of SubConns (# 7826)
  > 93f1cc1 credentials/alts: avoid SRV and TXT lookups for handshaker service (# 7861)
  > 44a5eb9 xdsclient: fix new watcher to get both old good update and nack error (if exist) from the cache  (# 7851)
  > 87f0254 xdsclient: fix new watcher hang when registering for removed resource (# 7853)
  > c63aeef transport: add send operations to ClientStream and ServerStream (# 7808)
  > 7d53957 pickfirst: Ensure pickfirst_test.go runs against both new and old policies
  > 0775031 cleanup: remove a TODO that has been take care of (# 7855)
  > db700b7 credentials: remove the context timeout to fix token request failure with non-GCE ADC (# 7845)
  > 3244606 balancer: fix SubConn embedding requirement to not recommend a nil panic hazard (# 7840)
  > 1e7fde9 test: Add unit test for channel state waiting for first resolver update (# 7768)
  > 36d5ca0 stats: deprecate trace and tags methods and remove all usages from internal code (# 7837)
  > ee3fb29 cleanup: use SliceBuffer directly where no pool is available (# 7827)
  > d7f27c4 xds: rename helper to remove mention of OutgoingCtx (# 7854)
  > fdc28bf xdsclient: remove unexported method from ResourceData interface (# 7835)
  > 3a1e3e2 xdsclient: rename the interface for the transport (# 7842)
  > 66385b2 clusterimpl: propagate state update from child when drop/request config remains unchanged (# 7844)
  > 89737ae orca: switching to stubserver in tests instead of testservice implementation (# 7727)
  > a365199 examples: fix debugging example after Dial->NewClient migration (# 7833)
  > 8c518f7 xds: switching to stubserver in tests instead of testservice implementation (# 7726)
  > b01130a xds/internal/xdsclient: fix resource type documentation to only mention handling xds responses (# 7834)
  > 274830d balancer: Add a SubConn.RegisterHealthListener API and default implementation (# 7780)
  > 0553bc3 xdsclient: don't change any global state in NewForTesting (# 7822)
  > 3db86e2 deps: Remove go patch version from go.mod (# 7831)
  > e2b98f9 pickfirst: Implement Happy Eyeballs (# 7725)
  > 60c70a4 mem: implement `ReadAll()` for more efficient `io.Reader` consumption (# 7653)
  > d2c1aae xds: Plumb EDS endpoints through xDS Balancer Tree (# 7816)
  > c2a2d20 docs: update documentation for `ClientStream.SendMsg()` returning `nil` unconditionally when `ClientStreams=false` (# 7790)
  > 0d0e530 grpc: export MethodHandler # 7794 (# 7796)
  > a3a8657 clusterimpl: update picker synchronously on config update (# 7652)
  > 74738cf grpc: Remove health check func dial option used for testing (# 7820)
  > 5b40f07 xdsclient: fix flaky test TestServeAndCloseDoNotRace (# 7814)
  > b3393d9 xdsclient: support fallback within an authority (# 7701)
  > 18d218d pickfirst: Interleave IPv6 and IPv4 addresses for happy eyeballs (# 7742)
  > e9ac44c cleanup: replace grpc.Dial with grpc.NewClient in grpclb test (# 7789)
  > 0ec8fd8 xdsclient/ads: reset the pending bit of ADS stream flow control at the end of the onDone method (# 7806)
  > 43ee172 balancer: Enforce embedding the SubConn interface in implementations (# 7758)
  > 2de6df9 xds/resolver: fix flaky test TestResolverRemovedWithRPCs with a workaround (# 7804)
  > 2a18bfc transport: refactor to split ClientStream from ServerStream from common Stream functionality (# 7802)
  > 70e8931 transport: remove useless trampoline function (# 7801)
  > ef0f617 xdsclient: start using the newly added transport and channel functionalities (# 7773)
  > d66fc3a balancer/endpointsharding: Call ExitIdle() on child if child reports IDLE (# 7782)
  > 2e3f547 ringhash: fix a couple of flakes in e2e style tests (# 7784)
  > 52d7f6a multiple: switch to math/rand/v2 (# 7711)
  > 6fd86d3 Disable buffer_pooling tests (# 7762)
  > 091d20b server: Only call FromIncomingContext with stats handlers (# 7781)
  > 192ee33 multiple: add verbosity checks to logs that use pretty.JSON (# 7785)
  > e7435d6 balancer/endpointsharding: Ignore empty endpoints (# 7674)
  > 4084b14 stats/opentelemetry: Remove OpenTelemetry module and add RLS Metrics e2e tests (# 7759)
  > ada6787 cleanup: switching to stubserver in tests instead of testservice implementation (# 7708)
  > cb32937 credentials: Support ALTSPerRPCCreds in DefaultCredentialsOptions (# 7775)
  > a0cbb52 github: add Go 1.23 testing and make staticcheck work locally with go1.23 (# 7751)
  > 67b9ebf xdsclient: make sending requests more deterministic (# 7774)
  > 94e1b29 vet: add dependency checks (# 7766)
  > a82315c testutils: change ListenerWrapper to push the most recently accepted connection (# 7772)
  > e0a730c clusterresolver: fix a comment in a test (# 7776)
  > f8e5d8f mem: use slice capacity instead of length, to determine whether to pool buffers or directly allocate them (# 7702)
  > c4c8b11 xds/resolver: add a way to specify the xDS client to use for testing purposes (# 7771)
  > 8212cf0 xdsclient: implementation of the xdsChannel (# 7757)
  > 4bb0170 status: Fix status incompatibility introduced by # 6919 and move non-regeneratable proto code into /testdata (# 7724)
  > 80937a9 credentials: Apply defaults to TLS configs provided through GetConfigForClient (# 7754)
  > c538c31 vet: Don't use GOROOT to set PATH if GOROOT is unset (# 7761)
  > 14e2a20 resolver/google-c2p: introduce SetUniverseDomain API (# 7719)
  > 98959d9 deps: update dependencies for all modules (# 7755)
  > 56df169 resolver: update ReportError() docstring (# 7732)
  > 830135e xdsclient: new Transport interface and ADS stream implementation (# 7721)
  > d2ded4b xdsclient: new Transport interface and LRS stream implementation (# 7717)
  > ec10e73 transport: refactor `trInFlow.onData` to eliminate redundant logic (# 7734)
  > 6cd00c9 clientconn: remove redundant check (# 7700)
  > 569c8eb vet: Use go1.22 instead of go1.21 for tidy and staticcheck(# 7747)
  > 4544b8a Change version to 1.69.0-dev (# 7746)
bumping github.com/moby/term 1aeaba8...9c3c875:
  > 9c3c875 Merge pull request # 41 from thaJeztah/split_implementations
  > 4793886 Merge pull request # 43 from thaJeztah/deprecate_ErrInvalidState
  > bb04910 split exported functions from implementation
  > 2ff7073 Merge pull request # 42 from thaJeztah/fix_windows_conversion_again
  > fddc34e deprecate ErrInvalidState
  > 1b64da1 add doc.go
  > 0564e01 Merge pull request # 37 from thaJeztah/deprecate_termios
  > abe3d01 windows: keyToString(): fix string conversion (for real)
  > df80986 rename unix-only files
  > 1849d9c Merge pull request # 40 from thaJeztah/ci_windows2
  > 80ddd80 deprecate Termios in favor of unix.Termios
  > e1ddf4f merge / split some files
  > 0878220 Merge pull request # 39 from thaJeztah/windows_fix_string_conversion
  > eb35db6 gha: add windows
  > 13e9088 Merge pull request # 36 from thaJeztah/fix_deprecation_comment
  > 2ce69ef windows: keyToString(): fix string conversion
  > 1c456eb Merge pull request # 38 from thaJeztah/ci_windows
  > a32e4b2 windows: IsConsole(): fix deprecation comment
  > 8f2ba97 gha: update to actions/setup-go@v4
  > ed5581a gha: add go1.20
  > dbac8a0 gha: also test on macOS
  > f617544 gha: check go mod
bumping golang.org/x/tools 4d2b19f...1743d1a:
  > 1743d1a go.mod: update golang.org/x dependencies
  > 43ba465 internal/analysis/modernize: minmax: reject IfStmt with Init
  > 29d66ee gopls: update toolchain to go1.23.4
  > ac39815 go/packages: add GOROOT env to avoid TestTarget failure in OpenBSD
  > 39e1a8c godoc: fix missing (Added in Go) "x.xx" for function with type parameters
  > 98a190b gopls/internal/analysis/unusedfunc: analyzer for unused funcs/methods
  > 192ac77 internal/golang: CodeAction: don't return empty source.doc titles
  > 5fe60fd internal/settings: drop "annotations" setting
  > c61a2b0 gopls/internal/golang: make GCDetails a code action, not a code lens
  > fc95c03 internal/modindex: fix index directory for tests
  > b93274b gopls/internal/cache: remove overzealous bug.Report
  > 960f0f4 x/tools: remove dead code
  > b0dc9b1 gopls/internal/filecache: Get: mitigate failure due to ENOSPC
  > 71b5dfe gopls: update telemetry dependency for crashmonitor fix
  > e3cedbd gopls/internal/server: fix nil panic in findMatchingDiagnostics
  > 649f485 all: make function and struct comments match the names
  > 26d1af2 gopls/internal/cache/parsego: fix OOB panic in fixAST
  > bf516ba gopls/internal/util/moremaps: use Sorted throughout gopls
  > 4f820db gopls/internal/golang: definition support break, goto and continue statements
  > f202b36 gopls/internal/analysis/modernize: string formatting
  > d6cc3cd go/analysis/passes/structtag: ignore findings for "encoding/json/v2"
  > 666fab2 go/analysis: document AllObjectFacts return value
  > 818ab3b gopls/doc/features: add missing `
  > a6adab9 gopls/internal/analysis/modernize: check FileVersions throughout
  > c437d40 gopls/internal/analysis/modernize: for...{m[k]=v} -> maps.Collect et al
  > a039694 internal/typesinternal: determine package name using qualifier
  > a304b37 internal/typesinternal: support union types in func TypeExpr
  > 412b5e9 go/types/typeutil: make Hasher stateless
  > 6d4eee4 go/callgraph: fix trivial mistake in benchmark
  > e56f71a gopls/internal/cmd: update codelens.hlp, change -run to -exec
  > 732f823 gopls/internal/analysis/modernize: b.N -> b.Loop()
  > 20cd540 gopls/internal/golang: check for nil ReceiverNamed
  > 02033b2 gopls/internal/analysis/modernize: simplify append(base, s...)
  > aa94d89 gopls/internal/analysis/modernize: replace interface{} with any
  > 93cc684 gopls/internal/analysis/modernize: sort.Slice -> slices.Sort
  > 3cad859 gopls/internal/analysis/modernize: quick fixes to modernize Go code
  > 8194029 gopls/internal/golang: hover support return statements
  > 851152f go/ast/inspector: add explicit parent pointer
  > b75baa0 internal/astutil/cursor: Cursor API for inspector
  > ebeac1b gopls/internal/util/astutil: fix tiny doc typo
  > 8e66a04 gopls/internal/util/astutil: NodeContains: workaround for ast.File
  > ea69910 gopls/internal/golang: fix DocLink markup
  > cb7945a gopls/internal/cache: move symbols to the file cache
  > dcc725c gopls/internal/cache/testfuncs: fix crash with *error argument
  > 74dea82 gopls/internal/golang/completion: fix crash in instance conversion
  > 8843590 gopls/internal/codeaction: replace all occurrences of expression (refactor.extract.variable.all)
  > fcb4185 gopls/internal/golang: fix bug browsing assembly for (T).f methods
  > 28cd718 cmd/stringer: place test package files in a test module
  > d3a1606 gopls/internal/golang: definition support return statements
  > bf42cd7 go/packages: add Target field and NeedTarget LoadMode bit
  > c73f4c8 internal/stdlib: re-generate manifest
  > a255cbe internal/modindex: handle deprecated symbols
  > e3a4b6b internal/gcimporter: update comment
  > 8127761 gopls/internal/settings: drop experimental hoverKind=Structured
  > 7bfb27f gopls/go.mod: update dependencies following the v0.17.0 release
  > c803483 internal/gcimporter: synchronize with internal/exportdata
  > c1ff179 gopls/internal/golang: Implementations: support generics
  > dd4bf11 internal/gcimporter: set correct Package.Path for main packages
  > aca81ce internal/gcimporter: copy GOROOT/internal/exportdata functions
  > d405635 internal/refactor/inline/analyzer: use "//go:fix inline" annotation
  > 47df42f internal/gcimporter: synchronizing FindPkg implementations
  > 82b6f75 internal/typesinternal: rollback of Zero{Value,Expr} for gopls
  > ab5f969 internal/gcimporter: moving FindPkg
  > 5e47a3d gopls/internal/cache: move Snapshot.Symbols to symbols.go
  > 3689f0b internal/gcimporter: reuse archive.ReadHeader implementation
  > 2cc4218 internal/gcimporter: moving byPath code location
  > 6ebf95a internal/gcimporter: remove indexed support from Import
  > 7790f2e gopls/internal/cache/methodsets: support generics
  > c2df0ef internal/gcimporter: remove end-of-section marker from size
  > ecb0abc internal/typeparams: delete GenericAssignableTo
  > 98c17f1 gopls/internal/golang: eliminate CollectScopes
  > bf32f4d gopls/doc/release: tweak wording following feedback
  > b7532e6 gopls/doc: update relnotes for v0.17.0
  > 44670c7 go.mod: update golang.org/x dependencies
  > 7eebab3 gopls/internal/golang: support extract variable at top level
  > e334696 gopls/internal/golang: ignore effects for change signature refactoring
  > 3901733 internal/refactor/inline: substitute groups of dependent arguments
  > 61b2408 gopls/internal/golang: add "Extract constant" counterpart
  > c01eead internal/gcimporter: require binary export data header
  > 9a04136 gopls/internal/golang/stubmethods: refine crash into bug report
  > 01e0b05 internal/refactor/inline: fix condition for splice assignment strategy
  > 557f540 gopls/internal/golang: don't offer to move variadic parameters
  > 399ee16 internal/gcimporter: update FindExportData to return a non-negative size
  > 25b0003 internal/refactor/inline: more precise redundant conversion detection
  > eb46939 gopls/internal/test/marker: add reproducers for moveparam bug bash bugs
  > 4296223 gopls/internal/analysis/yield: add comment about dataflow
  > 7a4f3b0 internal/gcimporter: require archive files
  > 2f73c61 gopls/internal/golang: avoid crash in lookupDocLinkSymbol
  > ef3d603 gopls/internal/golang/completion: fix crash with extra results
  > 8ffeaba gopls/internal/settings: enable 'waitgroup' analyzer
  > 4317959 go/analysis/passes/waitgroup: report WaitGroup.Add in goroutine
  > 72fdfa6 gopls/internal/golang: Disable test generation for generic functions
  > b80f1ed gopls/internal/analysis/yield: peephole-optimize phi(false, x)
  > e7bd227 gopls/internal/golang: fix folding range for function calls
  > e71702b internal/versions: remove constraint.GoVersion wrapper
  > c99edec gopls/internal/golang/completion: add alias support for literals
  > bfe3046 go/packages: add a unit test for golang/go# 70394
  > df87831 gopls/internal/undeclaredname: add missing colon when appropriate
  > 53efd30 gopls/internal/golang: simplify package name collection in add test
  > 68e4702 go/analysis/passes/printf: add missing call to Func.Origin
  > 30a3bd9 gopls/internal/golang: refactor.extract.variable: allow all exprs
  > 0edd1ab gopls/internal/cache/methodsets: refine crash for missing object path
  > 07a58bc gopls/internal/golang: refine crash golang/go# 70553
  > c622026 completions/inference: infer polymorphic types in completions
  > dcfb0b6 gopls/internal/golang: change signature via renaming 'func'
  > bfcbc1b internal/refactor/inline: avoid unnecessary desugaring in selectors
  > b93a72a internal/refactor/inline: fix spurious caller mutation
  > 41f04a0 internal/refactor/inline: fix comment movement due to added imports
  > 0841661 internal/refactor/inline: avoid unnecessary interface conversions
  > 68b67b4 gopls/internal/golang: support parameter movement refactorings
  > 51e54e8 gopls/doc/features: enable and document source.addTest code action
  > 458067f gopls/internal/golang: improve test package name selection for new file
  > 68caf84 gopls/internal/golang: don't lose ... when split/joining variadics
  > 1e0d4ee go/analysis/checker: disable Example on wasm
  > 8b6e84b gopls/internal/crash: don't crash in xrefs on out of bound nodes
  > 936a401 gopls/internal/golang: preserve copyright and build constraint
  > 1ffc3a1 gopls/internal/test/marker: add defloc, to bind positions by definition
  > 442d6be gopls/internal/test/marker: document named parameters
  > ae39b13 go/analysis/checker: a go/packages-based driver library
  > c3a6283 go/packages: undeprecate Load* style flags
  > 9dff42e gopls/internal/golang/extract: preserve comments in extracted block
  > 8c3ba8c internal/refactor: undo variadic elimination during substitution
  > 3b0b264 internal/refactor: handle qualified names in inlined assignments
  > 9311800 gopls/internal/test/marker: ignore diags in fixedbugs/issue59944.txt
  > c1aa79d gopls/internal/golang: fix gopls hover doc link
  > e751756 internal/analysisinternal: unify zero value function to typesinternal
  > a287481 internal/imports: test Source for go mod cache
  > 9387a39 gopls/doc/contributing.md: update expectations
  > e08fcf7 gopls/internal/analysis/undeclaredname: merge into CodeAction
  > 0c01408 internal/refactor/inline: avoid binding decl for name used by other args
  > 63e03c3 gopls/internal/test/marker: generalize codeaction with named args
  > acc2a74 go/analysis/passes/copylock: enable unfortunate tests
  > 39cb6f0 internal/facts: use alias type parameters and arguments during imports
  > 9b9871d go/analysis/passes/copylock: test for noCopy for sync Map, Mutex, Once
  > a54bd37 gopls/internal/golang: don't try to inline dynamic calls
  > 52eb446 internal/imports: adjust TestStdlibSelfImports pkg
  > b8ff201 gopls/internal/cache: refine bug reports for inconsistent dep view
  > e59fd36 go/ssa: use ZeroString unconditionally
  > 60bc93d gopls/internal/cache: fix handling of cgo standalone files
  > ed19fc7 gopls/internal/test: synchronize notifications during commands
  > 254baba gopls/internal/cache: failure to extract diagnostic fixes is an error
  > 56ec111 gopls/internal/server: remove spurious Async in legacy RunGoVulncheck
  > b1c39aa gopls/internal/cache: use a named bool type for allowNetwork
  > c043599 gopls/internal/protocol: add DocumentURI.DirPath
  > 29f4edb gopls/internal/cache: simplify usage of snapshot.GoCommandInvocation
  > 3c20e3f gopls/internal/analysis/yield: analyzer for iterator (yield) mistakes
  > 221e94d gopls/internal/cache: id command-line-arguments packages using GoFiles
  > 84e9c33 gopls/internal/golang: more idiomatic result naming in extract
  > 8bb5da3 gopls/internal/golang: special handling for input context.Context
  > b4332e0 gopls/internal/golang, go/ssa: remove unnamed input parameter
  > a8d0fa5 go/packages: call testenv.NeedsGoPackages for TestDirAndForTest
  > 47a5f7d gopls/internal/golang: fix bad slice append in function extraction
  > 5b5d57c gopls/codeaction: fix panic when removing unused parameters with syntax errors.
  > 025b812 gopls/internal/server: don't call window/showDocument if unsupported
  > 288b9cb gopls/internal/golang: add missing imports in foo_test.go
  > 87ac91f gopls/internal/server: revert the gopls.run_govulncheck command
  > c531f1b gopls/internal/golang: avoid crash in hover on field of non-struct
  > a37eeb4 README: mention the git repo
  > 8dd84a4 go/ssa/interp: assign phi nodes in parallel
  > 12610a1 internal/modindex: better behavior in edge cases
  > 06a498a go/ssa/interp: simplify output capturing
  > b2321e7 gopls/internal/golang: refine crash report golang/go# 69362
  > c875677 gopls/internal/golang: support add test for receiver w/o constructor
  > e26dff9 gopls/internal/golang: semtok: use type information consistently
  > fd8d028 go/pacakges: remove some todos
  > 69c27ad gopls/internal/protocol: upgrade to latest LSP
  > 25699c3 internal/server: make MaybePromptForTelemetry no-op
  > 35d7f28 go/packages: add Dir and ForTest fields to Package
bumping k8s.io/apimachinery 37988e5...a8f449e:
  > a8f449e Falls back to SPDY for gorilla/websocket https proxy error
  > 62791ec Merge pull request # 125571 from liggitt/filter-auth-02-sar
  > cc2ba35 add field and label selectors to authorization attributes
  > ce76a8f generate
  > 35052c5 add subjectaccessreview field and label selectors
  > ab06869 Merge pull request # 126105 from benluddy/cbor-framer
  > 429f4e4 Implement runtime.Framer for CBOR Sequences.
  > d7e1c53 Merge pull request # 126018 from aroradaman/bump-k8s-utils
  > 07cb122 Merge pull request # 125748 from benluddy/cbor-custom-marshalers
  > dd17456 bump k8s.io/utils
  > c485170 Error on custom (un)marshalers without a CBOR implementation.
  > 4524748 Merge pull request # 125790 from benluddy/cbor-fieldsv1
  > 6b362fa Merge pull request # 125676 from benluddy/cbor-bufferpool
  > 3da83fe Support either JSON or CBOR in FieldsV1.
  > 56f28d1 Merge pull request # 125629 from benluddy/cbor-rawextension
  > 5976b00 Don't pool large CBOR encode buffers.
  > e55063d Automatically transcode RawExtension between unstructured protocols.
  > e126c65 Merge pull request # 125743 from benluddy/extract-roundtrip-to-unstructured
  > c1f2403 Merge pull request # 125922 from dims/update_otel_27
  > 04bc058 Extract RoundtripToUnstructured to apimachinery apitesting library.
  > f813d28 Merge pull request # 125835 from benluddy/roundtrip-error-fmt-strings
  > 9ac6d17 update OpenTelemetry dependencies and grpc
  > 160885f Fix fmt verbs for strings in roundtrip test errors.
  > ef4453d fix: enable bool-compare rule from testifylint linter (# 125135)
  > adf72dd Merge pull request # 125759 from dims/bump-prometheus/common-v0.55.0
  > 1dfa5d9 Merge pull request # 125766 from dims/update-moby/spdystream-to-v0.4.0
  > 6deaf26 Bump `prometheus/common to` v0.55.0
  > a0fb8b1 Merge pull request # 125646 from HirazawaUi/apply-null
  > a2e9f2d Update moby/spdystream to v0.4.0
  > 65a3763 Merge pull request # 125712 from benluddy/remove-cbor-test-skips
  > 0daad00 add comment for mergeMap
  > 276559d Merge pull request # 125745 from BenTheElder/ping-ping
  > 9731e93 Remove temporary mechanism for skipping CBOR tests.
  > 11ede0a bump  github.com/moby/spdystream to v0.3.0
  > 93912e7 Merge pull request # 125422 from benluddy/cbor-disable-binarymarshaler
  > 01e80c9 Merge pull request # 125731 from dashpole/revert_otel
  > 5626c83 Disable recognition of Binary(Unm|M)arshaler in CBOR serializer.
  > 5f5d4bf Revert "update OpenTelemetry dependencies"
  > 9501ff9 Merge pull request # 125419 from benluddy/cbor-byteslice-base64
  > c225984 Merge pull request # 122891 from siyuanfoundation/api-comp-ver1
  > 541e437 Enable JSON-compatible base64 encoding of []byte for CBOR.
  > a05248b Merge pull request # 125421 from benluddy/cbor-simple-values
  > f7e861d Add version mapping in ComponentGlobalsRegistry.
  > 123bf3a Merge pull request # 125669 from benluddy/cbor-bump-v2.7.0
  > 8e6f2d4 Reject CBOR simple values other than true, false, and null.
  > cc42a15 apiserver: Add API emulation versioning.
  > e94cfc0 Merge pull request # 125418 from benluddy/cbor-byte-array-to-array
  > e837731 Bump github.com/fxamacker/cbor/v2 to v2.7.0.
  > e3238d4 Merge pull request # 125575 from dashpole/update_otel_27
  > 042376f Encode byte array to CBOR as array of integer, not byte string.
  > 0e02b52 Merge pull request # 125420 from benluddy/cbor-bignum-bigint
  > 347a004 update OpenTelemetry dependencies
  > 97723bf Reject math/big.Int on encode and bignum tags on decode for CBOR.
  > eb26334 Merge pull request # 125423 from benluddy/cbor-nan-inf
  > 04fe518 Merge pull request # 125531 from pohly/klog-update
  > cf52dcb Reject NaN or infinite floating-point values in the CBOR serializer.
  > aab19db dependencies: klog v2.130.1
  > af4f0d8 Merge pull request # 125424 from benluddy/cbor-timetag-rfc3339
  > 30b7bf1 Merge pull request # 125472 from karlkfi/karl-watch-comments
  > cfa284d Decode CBOR time tags to interface{} as RFC 3339 timestamps.
  > bcc2184 Add details to watch interface method comments
  > 1a6a62a Merge pull request # 125408 from benluddy/bump-cbor-v2.7.0
  > 71aae7d Allow decoding RFC 3339 CBOR strings to time.Time.
  > a2d2122 Bump fxamacker/cbor/v2 to v2.7.0-beta.
  > 703232e Merge pull request # 125299 from karlkfi/karl-reflector-fix-2
  > 8ac23fa Improve Reflector unit tests
  > 733a95e Merge pull request # 122832 from benluddy/cbor-fuzz-native-to-unstructured-via
  > b4069ae Implement cbor.Marshaler and cbor.Unmarshaler for resource.Quantity.
  > 6253e16 Implement cbor.Marshaler and cbor.Unmarshaler for metav1.MicroTime.
  > b19cb35 Implement cbor.Marshaler and cbor.Unmarshaler for metav1.Time.
  > bd5fa0b Implement cbor.Marshaler and cbor.Unmarshaler for IntOrString.
  > 63ab494 Merge pull request # 123339 from skitt/canonical-json-patch
  > 845ea7e Use canonical json-patch v4 import
  > a14e568 Update kubectl kustomize to kyaml/v0.17.1, cmd/config/v0.14.1, api/v0.17.2, kustomize/v5.4.2
  > d8a3da3 Merge pull request # 125045 from pohly/ginkgo-gomega-update
  > 5c8637d Merge pull request # 124775 from benluddy/cbor-unstructuredlist
  > 48701d2 dependencies: ginkgo v2.19.0, gomega v1.33.1
  > 491adfd Merge pull request # 125068 from benluddy/cbor-decode-to-any
  > 7f39f09 Decode CBOR to UnstructuredList as UnstructuredJSONScheme does.
  > 60bddd4 Add unit tests for decoding CBOR into interface{} type
  > 1da46c3 Merge pull request # 124799 from benluddy/cbor-self-described-cbor-tag-decode-test
  > 27aebe7 Add CBOR decoder unit test that accepts tag 55799.
  > 53e91cb Merge pull request # 123620 from benluddy/json-frame-reader-underlying-array-reuse
  > c9c3e94 Merge pull request # 121496 from benluddy/metav1-labelselector-fuzz
  > e79aa4b Remove shared ref to underlying array of JSONFrameReader's Read arg.
  > d5c9711 Merge pull request # 124562 from sbueringer/pr-bump-sigs-yaml
  > 8a0a7f6 Deduplicate set expression values in metav1.LabelSelector fuzzer.
  > a043c3f Merge pull request # 122026 from skitt/sets-go1.21
  > e2d25ee Bump sigs.k8s.io/yaml to v1.4.0
  > 03f2f33 Merge pull request # 124469 from serathius/etcd-3.5.13
  > b64363e Use Go 1.21 Ordered and clear for sets
  > 281251e Upgrade etcd libraries to v3.5.13
  > bb88221 Merge pull request # 124328 from jiahuif-forks/deps/cel-go
  > bfd47a1 Merge pull request # 123626 from benluddy/cbor-test-encode-no-duplicate-map-key
  > 952d3cb generated: ./hack/update-vendor.sh
  > 0ee3e61 Merge pull request # 124324 from benluddy/cbor-decode-tests-grouped-by-cbor-type
  > 948272c Add tests for CBOR encoder handling of duplicate field names/tags.
  > 125cb5f generated: ./hack/pin-dependency.sh github.com/google/cel-go v0.20.1
  > ea31e51 Merge pull request # 124116 from HiranmoyChowdhury/hiranmoy
  > d39475b Group CBOR decode tests by the kind of their inputs.
  > 8c36da9 Merge pull request # 121970 from pohly/log-apimachinery-runtime
  > 8d006f4 deep copy issue in getting controller is solved
  > 7778646 Merge pull request # 116781 from muff1nman/protobuf-fully-qualified-types
  > 126f5ce apimachinery runtime: support contextual logging
  > e696ec5 Merge pull request # 124174 from dims/update-x/net-for-CVE-2023-45288
  > ad648b1 generate fully qualified type references
  > 2dd8802 Update x/net for CVE-2023-45288
  > d82afe1 Merge pull request # 123801 from HirazawaUi/followup-allow-special-characters
bumping knative.dev/pkg a7fd9b1...0c2a238:
  > 0c2a238 Bump golang.org/x/tools from 0.28.0 to 0.29.0 (# 3134)
  > accfe36 Satisfy linter (# 3132)
  > b4ff2c1 run dependabot workflow only on dependabot branches (# 3133)
  > 83cd52e Bump golang.org/x/net from 0.31.0 to 0.34.0 (# 3130)
  > 4d8f747 Bump google.golang.org/grpc from 1.68.0 to 1.69.2 (# 3131)
  > 459f60e Bump google.golang.org/protobuf from 1.35.2 to 1.36.2 (# 3129)
  > 14369d0 Bump golang.org/x/tools from 0.27.0 to 0.28.0 (# 3119)
  > 28f90c2 upgrade to latest dependencies (# 3127)
  > 23c15c0 Update k8s min and deps to 1.30  (# 3124)
  > 4ba3f1b Update community files (# 3128)
  > 4c90159 Update community files (# 3126)
  > 40afb7c fix script (# 3123)
  > f3ab560 Update community files (# 3118)
bumping golang.org/x/sync 151027e...913fb63:
  > 913fb63 singleflight: fix typo in singleflight_test.go
bumping knative.dev/serving 3e45e8f...dd48437:
  > dd48437 Bump the github-actions group with 3 updates (# 15686)
  > 3e6d275 Update net-contour nightly (# 15685)
  > 65de262 upgrade to latest dependencies (# 15683)
  > c2f2b8b Update net-contour nightly (# 15678)
  > b3c8668 upgrade to latest dependencies (# 15677)
  > e5b717d Update net-kourier nightly (# 15680)
  > 5a8d478 Update net-gateway-api nightly (# 15679)
  > 28dff5c add wildcard back (# 15676)
  > bb76b60 Update volume validation to include hostPath (# 15669)
  > 8ed20f4 upgrade to latest dependencies (# 15662)
  > d957496 Update community files (# 15675)
  > 3216ab3 Drop the use dprotaso/controller-tools fork (# 15664)
  > 8a37b89 Update net-kourier nightly (# 15671)
  > 8556b88 fix dependency name (# 15674)
  > 83fe1c2 fix dependabot config (# 15672)
  > 79f8c3f fix dependabot config (# 15668)
  > 0d589da Add support for hostPath (# 15648)
  > df03027 fix: fixed the pinned dependencies issue (# 15475)
  > da8d2d1 Allow securityContext.Privileged to be configurable (# 15643)
  > c0f181d Update net-contour nightly (# 15665)
  > 746e72f Update net-gateway-api nightly (# 15658)
  > 750f9a2 Drop k8s v1.28 from kind testing and update cluster version to 1.30 in e2e (# 15655)
  > daae9fd Update net-contour nightly (# 15660)
  > b4c8ac9 Update community files (# 15661)
  > 095f876 Update net-kourier nightly (# 15659)
  > 06281eb upgrade to latest dependencies (# 15656)
  > 033225d pin chainguard action version (# 15657)
  > d1e308e [performance/real-traffic-test] Enable AllowHTTPFullDuplexFeature (# 15654)
  > 2d5a1e9 Update net-kourier nightly (# 15647)
  > 5717d19 Update net-kourier nightly (# 15636)
  > 15ac5b1 Update net-contour nightly (# 15634)
  > 8cbbe8f Update net-gateway-api nightly (# 15635)
  > 5911aee Update community files (# 15633)
bumping github.com/spf13/cobra 4dd4b25...e94f6d0:
  > e94f6d0 Address golangci-lint deprecation warnings, enable some more linters (# 2152)
  > 8003b74 Remove fully inactivated linters (# 2148)
  > 5c2c1d6 Consistent annotation names (# 2140)
  > 5a1acea build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 (# 2127)
  > 0fc86c2 docs: update user guide (# 2128)
  > 6b5f577 More linting (# 2099)
  > bd914e5 fix: remove deprecated io/ioutils package (# 2120)
  > 1f80fa2 chore: remove repetitive words (# 2122)
  > c69ae4c ci: test golang 1.22 (# 2113)
  > a30cee5 build(deps): bump actions/cache from 3 to 4 (# 2102)
  > f34069c build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (# 2108)
  > bd2655e Add Incus to the list of projects using Cobra (# 2118)
  > bcfcff7 Add Taikun CloudWorks to list of projects (# 2098)
  > 4fb0a66 flags: clarify documentation that LocalFlags related function do not modify the state (# 2064)
  > 0dec88e Add tests for funcs in cobra.go (# 2094)
  > cbcf75e [chore]: update projects using cobra (# 2093)
  > 199b7ab build(deps): bump actions/labeler from 4 to 5 (# 2086)
  > 531ce79 Remove extra actions/checkout
  > c054701 build(deps): bump actions/setup-go from 4 to 5
  > 4122785 Document how to create a plugin
  > a73b9c3 Fix help text for runnable plugin command
  > df547f5 Fix help text for plugins
  > e63925d Add env variable to suppress completion descriptions on create (# 1938)
  > 236f3c0 Update projects_using_cobra.md (# 2089)
  > 3d8ac43 Micro-optimizations (# 1957)
  > 283e32d Add LXC to the list of projects using cobra (# 2071)
  > a0a6ae0 Improve API to get flag completion function (# 2063)
  > 890302a Support usage as plugin for tools like kubectl (# 2018)
  > 48cea5c build(deps): bump actions/checkout from 3 to 4 (# 2028)
  > 22953d8 Replace all non-alphanumerics in active help env var program prefix (# 1940)
  > 00b68a1 Add tests for flag completion registration (# 2053)
  > b711e87 Don't complete --help flag when flag parsing disabled (# 2061)
  > 8b1eba4 Fix linter errors (# 2052)
  > 4cafa37 Allow running persistent run hooks of all parents (# 2044)
  > 5c962a2 build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.2 to 2.0.3 (# 2047)
  > efe8fa3 build(deps): bump actions/setup-go from 3 to 4 (# 1934)
  > 95d8a1e Add notes to doc on preRun and postRun condition (# 2041)
  > bd4d165 feat: add getters for flag completions (# 1943)
  > 0c72800 Customizable error message prefix (# 2023)
  > c5dacb3 ci: test golang 1.21 (# 2024)
  > 285460d command: temporarily disable G602 due to securego/gosec# 1005 (# 2022)
  > 4955da7 build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (# 2021)
  > fd865a4 minor corrections to unit tests (# 2003)
  > 60d056d doc: fix typo, Deperecated -> Deprecated (# 2000)
  > 66b215b golangci: enable 'unused' and disable deprecated replaced by it (# 1983)
  > c81c46a Add 'one required flag' group (# 1952)
  > dcb405a Move documentation sources to site/content (# 1428)
  > cbe4865 build(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 (# 1976)
  > fdee73b powershell: escape variable with curly brackets (# 1960)
  > 988bd76 test: make fish_completions_test more robust (# 1980)
  > 2246fa8 Fix grammar: 'allows to' (# 1978)
  > 0e3a0bf build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 (# 1971)
  > 284f410 Fix typo in fish completions (# 1945)
bumping google.golang.org/genproto/googleapis/rpc 8af14fe...796eee8:
  > 796eee8 chore(all): update all (# 1163)
  > c02fea0 chore: fix kokoro with safedir for git (# 1164)
  > 5fefd90 chore(all): update all (# 1162)
  > af27646 chore(all): update all (# 1161)
  > 9d4c2d2 chore(all): update all (# 1160)
bumping k8s.io/apiextensions-apiserver 1aec848...57…

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-14 10:52:01 +00:00
Knative Automation c3b3be9de4
Update community files (#1984)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-09 13:18:15 +00:00
Knative Automation a045990c83
Update community files (#1983)
Signed-off-by: Knative Automation <automation@knative.team>
2024-12-23 13:17:44 +00:00
David Simansky 441372aea1
Add target platform flag to build script (#1981)
* Add targer platform flag to build script

* Update hack/build.sh

Co-authored-by: Chris Suszynski <krzysztof.suszynski@gmail.com>

* Drop -mod=vendor flag

---------

Co-authored-by: Chris Suszynski <krzysztof.suszynski@gmail.com>
2024-11-28 15:51:43 +00:00
Knative Automation 747ac988ce
Update community files (#1982)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-28 01:44:23 +00:00
Knative Automation 60a31f3d31
[main] Upgrade to latest dependencies (#1972)
* upgrade to latest dependencies

bumping google.golang.org/genproto/googleapis/api ddb44da...8af14fe:
  > 8af14fe chore(all): update all (# 1159)
  > 7e3bb23 chore(all): auto-regenerate .pb.go files (# 1158)
  > f6391c0 chore(all): update all (# 1156)
  > 3fd189d chore(googleapis): update cloud/gkeconnect/gateway/v1beta1/alias.go (# 1157)
  > 4ba0660 chore: update datastore and bigtable (# 1155)
  > fc7c04a feat: move SoT for datastore proto definitions (# 1154)
  > 278611b chore(all): update all (# 1153)
bumping google.golang.org/protobuf 158d2b3...c72053a:
  > c72053a all: release v1.35.2
  > b985635 internal/impl: fix TestMarshalMessageSetLazyRace (was a no-op!)
  > 76135f9 proto: switch messageset_test to use makeMessages() injection point
  > 29947bb internal/testprotos/test: add nested message field with [lazy=true]
  > 5c14d72 encoding/prototext: use testmessages_test.go approach, too
  > 496557b proto: refactor equal_test from explicit table to use makeMessages()
  > 0517e5a testing/protocmp: document behavior when combining Ignore and Sort
  > d14ebce all: implement strip_enum_prefix editions feature
  > fb995f1 encoding/protojson: allow missing value for Any of type Empty
  > d340238 all: start v1.35.1-devel
bumping golang.org/x/term 9d5441a...b725e36:
  > b725e36 go.mod: update golang.org/x dependencies
  > 54df7da README: don't recommend go get
bumping knative.dev/pkg 9b9d535...a7fd9b1:
  > a7fd9b1 Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (# 3117)
  > 215048a Bump golang.org/x/tools from 0.26.0 to 0.27.0 (# 3114)
  > 47a6f9f Bump google.golang.org/grpc from 1.67.1 to 1.68.0 (# 3116)
  > 7b333a0 Bump golang.org/x/net from 0.30.0 to 0.31.0 (# 3113)
  > 0a99635 Update community files (# 3112)
  > 25f6002 upgrade to latest dependencies (# 3111)
  > 6af2bf9 upgrade to latest dependencies (# 3110)
  > 76cfa12 Fix `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3107)
  > 6d10851 Add `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3103)
  > 6eb75e8 Update community files (# 3105)
bumping knative.dev/client-pkg 7b4bb48...14f4a3a:
  > 14f4a3a Update community files (# 198)
bumping golang.org/x/oauth2 6d8340f...3e64809:
  > 3e64809 x/oauth2: add Token.ExpiresIn
  > 16a9973 jwt: rename example to avoid vet error
  > b52af7d endpoints: add GitLab DeviceAuthURL
bumping golang.org/x/net 6cc5ac4...334afa0:
  > 334afa0 go.mod: update golang.org/x dependencies
  > d7f220d quic: add LocalAddr and RemoteAddr to quic.Conn
  > 858db1a http2: surface errors occurring very early in a client conn's lifetime
  > 0aa844c http2: support unencrypted HTTP/2 handoff from net/http
  > f35fec9 http2: detect hung client connections by confirming stream resets
  > e883dae README: don't recommend go get
  > 511cc3a html: add Node.{Ancestors,ChildNodes,Descendants}()
  > 4783315 http2: limit 1xx based on size, do not limit when delivered
  > 5716b98 internal/socket: execute gofmt
  > 42b1186 http2: support ResponseController.EnableFullDuplex
bumping google.golang.org/grpc 3f95b38...acba4d3:
  > acba4d3 Change version to 1.68.0 (# 7743)
  > 5363dca credentials: Apply defaults to TLS configs provided through GetConfigForClient (# 7754) (# 7813)
  > 056dc64 status: Fix status incompatibility introduced by # 6919 and move non-regeneratable proto code into /testdata (# 7724) (# 7793)
  > b79fb61 mem: use slice capacity instead of length, to determine whether to pool buffers or directly allocate them (# 7702) (# 7792)
  > 54841ef  stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (# 7740)
  > ad81c20 pickfirstleaf: minor simplification to reconcileSubConnsLocked method (# 7731)
  > b850ea5 transport : wait for goroutines to exit before transport closes (# 7666)
  > 00b9e14 pickfirst: New pick first policy for dualstack (# 7498)
  > 18a4eac testutils: add couple of log statements to the restartable listener type (# 7716)
  > fdc2ec2 xdsclient: deflake TestADS_ResourcesAreRequestedAfterStreamRestart (# 7720)
  > 4115c21 xds: return all ServerConfig dial options together (# 7718)
  > b8ee37d pickfirst: Move var for mocking the shuffle func from internal/internal to pickfirst/internal (# 7698)
  > d9d8f34 revert xds: return all ServerConfig dial options together (# 7712)
  > 5f178a8 xdsclient: fix test build breakage (# 7710)
  > f17ea7d xds: return all ServerConfig dial options together (# 7680)
  > bdd444d xds: address merge conflict gotcha and missed review comment from previous PRs (# 7705)
  > d365be6 transport: prevent deadlock in transport Close when GoAway write hangs (# 7662)
  > 6c6c9b6 xdsclient: e2e style tests for ads stream restart (5/N) (# 7696)
  > 5e6f4b9 xds: misc test cleanup (4/N) (# 7695)
  > 3adcd41 xdsclient: make load reporting tests e2e style (3/N) (# 7694)
  > 98d1550 xdsclient: switch more transport tests to e2e style (2/N) (# 7693)
  > 9afb232 xdsclient: invoke watch callback when new update matches cached one, but previous update was NACKed (1/N) (# 7692)
  > ab5af45 Revert "protoc-gen-go-grpc: remove `use_generic_streams_experimental`  flag (defaults to true) (# 7654) (# 7703)
  > e8a70c6 vet: add check to ensure terminating newline (# 7645)
  > 5fd9853 examples: improve package comments (# 7658)
  > 859602c vet : add check for tabs in text files (# 7678)
  > 67e47fc xds: Fix flaky test TestUnmarshalListener_WithUpdateValidatorFunc (# 7675)
  > ca4865d balancer: automatically stop producers on subchannel state changes (# 7663)
  > 941102b xds/server: Fix xDS Server leak (# 7664)
  > 7aee163 xds: add xDS transport custom Dialer support (# 7586)
  > 9affdbb internal/credentials/xds: add unit tests for `HandshakeInfo.Equal` (# 7638)
  > 3196f7a protoc-gen-go-grpc: remove `use_generic_streams_experimental` flag (defaults to true) (# 7654)
  > 218811e balancer/rls: Add picker and cache unit tests for RLS Metrics (# 7614)
  > a9ff62d clusterresolver/e2e_test: Avoid making real DNS requests in TestAggregateCluster_BadEDS_BadDNS (# 7669)
  > e7a8097 cleanup: replace grpc.Dial with grpc.NewClient in tests (# 7640)
  > bcf9171 transport: Fix reporting of bytes read while reading headers (# 7660)
  > 8ea3460 balancer: fix logic to prevent producer streams before READY is reported (# 7651)
  > 6c48e47 replace tab with spaces in text files (# 7650)
  > 1418e5e clusterimpl: use gsb.UpdateClientConnState instead of switchTo, on receipt of config update (# 7567)
  > ac41314 .*: Add missing a newline at the end (# 7644)
  > 11c44fb vet: add comment explaining reason for revive lineter disabled rules (# 7634)
  > 3b626a7 *: fix more typos (# 7619)
  > 04e78b0 .*: fix lint issues of not having comments for exported funcs and vars along with any remaining issues and enable remaining disabled rules (# 7575)
  > 31ffeee Deps: Bump Go version in Dockerfiles and test/kokoro/xds.sh (# 7629)
  > 393fbc3 Update dependencies after 1.67 branch cut (# 7624)
  > cf5d541 stubserver: support xds-enabled grpc server (# 7613)
  > b6fde8c vet: add check for trailing spaces (# 7576)
  > 7fb7ac7 mem: replace flate.Reader reference (# 7595)
  > 8f920c6 Change version to 1.68.0-dev (# 7601)
bumping golang.org/x/text 3043346...efd25da:
  > efd25da go.mod: update golang.org/x dependencies
  > 8a0e65e README: don't recommend go get
  > fefda1a internal/texttest: remove Run and Bench helpers
  > a457f47 all: normalize subtest names to NFC
bumping knative.dev/networking 60e29ff...bbd3279:
  > bbd3279 upgrade to latest dependencies (# 1023)
  > 929a5d5 upgrade to latest dependencies (# 1022)
  > 5272a36 upgrade to latest dependencies (# 1021)
  > 4c9d5b8 upgrade to latest dependencies (# 1020)
  > 8a88798 Update community files (# 1019)
  > 7341b46 upgrade to latest dependencies (# 1018)
  > d5387fa upgrade to latest dependencies (# 1017)
  > c254dbf upgrade to latest dependencies (# 1016)
  > d954288 upgrade to latest dependencies (# 1014)
  > 49760c2 Update community files (# 1013)
bumping golang.org/x/mod 46a3137...dec0365:
  > dec0365 sumdb: make data tiles by Server compatible with sum.golang.org
  > c8a7319 x/mod: fix handling of vendored packages with '/vendor' in non-top-level paths
  > 9cd0e4c x/mod: remove vendor/modules.txt from module download
bumping knative.dev/serving 6a27004...3e45e8f:
  > 3e45e8f Update net-kourier nightly (# 15622)
  > 0a61ece Update net-gateway-api nightly (# 15620)
  > 85ce915 upgrade to latest dependencies (# 15623)
  > 9f24a9c Update net-contour nightly (# 15621)
  > bd9050e upgrade to latest dependencies (# 15618)
  > b51a57d upgrade to latest dependencies (# 15613)
  > ebe9d03 Update net-kourier nightly (# 15612)
  > 75a7530 Update net-contour nightly (# 15610)
  > 0b936fa Update net-gateway-api nightly (# 15611)
  > 95d2c9b upgrade to latest dependencies (# 15609)
  > 37aaaae Update net-kourier nightly (# 15605)
  > 25edfee Update net-contour nightly (# 15604)
  > f640bbb Update net-gateway-api nightly (# 15603)
  > 64b8325 Update community files (# 15602)
  > 423e654 Fix configuration metadata inconsistency (# 15601)
  > 135b667 Update net-kourier nightly (# 15598)
  > f215fdb Update net-contour nightly (# 15597)
  > 7dc3e95 Update net-gateway-api nightly (# 15596)
  > 16d2da8 upgrade to latest dependencies (# 15595)
  > 331c097 upgrade to latest dependencies (# 15593)
  > a22343c Update net-gateway-api nightly (# 15590)
  > e8e7de5 Update net-kourier nightly (# 15592)
  > 9d859b5 Update net-contour nightly (# 15589)
  > 83a09f0 Update net-istio nightly (# 15591)
  > d792207 Update net-contour nightly (# 15587)
  > 19b4ce9 Update net-gateway-api nightly (# 15586)
  > 4a9936a Update net-kourier nightly (# 15585)
  > 67460f5 Update net-istio nightly (# 15584)
bumping golang.org/x/sys 23b0dab...e0753d4:
  > e0753d4 Revert "windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}"
  > c29efe3 windows: add iphlpapi functions for change notifications
  > 8f2aa9f cpu: conditionally re-enable AVX512 support on darwin/amd64
  > 054f1fc README: don't recommend go get
  > ca04041 unix: extend z/OS support
  > 18e038c unix: move NETLINK_* consts to own section
  > d045236 windows: implement Ftruncate using a single syscall on Windows
  > cff53d5 unix: gofmt after CL 610296
  > 123459f unix: update z/OS implementation of fcntl and mmap
  > df4a4da unix/linux: adjust Dockerfile ENV key value format
  > 696d342 unix: gofmt after CL 621375
  > 60d7877 unix: add PTP_PF_* constants on Linux
  > 256d1df unix: add PTP IOCTLs on Linux
  > adbb8bb windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}
  > a57fdb8 unix: add IoctlGetHwTstamp/IoctlGetHwTstamp on Linux
  > 3932916 unix: switch to Ubuntu 24.10 in Dockerfile
  > 2dfefb6 all: execute gofmt
  > e5eee7e unix: add IoctlGetEthtoolTsInfo on Linux
  > fe162ba unix: add ClockSettime on Linux
  > 7143f4a windows: manually initialize NewNTUnicodeString
bumping knative.dev/hack 05b2fb3...b799531:
  > b799531 Update community files (# 403)
  > ef6e7e9 Export KO_FLAGS for consuming scripts (# 401)
  > 2191456 Update community files (# 400)
bumping knative.dev/eventing 291c0a8...ebe99e6:
  > ebe99e6 Introducing common integration helper and change package name (# 8327)
  > 201e096 [main] Format Go code (# 8334)
  > 6f5edf5 [main] Upgrade to latest dependencies (# 8328)
  > f21370a Integration Api moved to versioned common (# 8325)
  > 63d4da5 Update Integration API and use custom tags on structs for better readability (# 8321)
  > 7abb04d JobSink: Delete secrets associated with jobs when jobs are deleted (# 8331)
  > 8fed0be Allow configuring (opt-in) IMC async handler  (# 8311)
  > bc6e878 fix: remove duplicated observedGeneration from jobsinks.sinks.knative.dev (# 8326)
  > 6b4ff7f [main] Upgrade to latest dependencies (# 8324)
  > cd31c1b [main] Upgrade to latest dependencies (# 8322)
  > 9d67389 [chore] Do not generate SSL env vars for each struct entry, just once per containersource/image (# 8315)
  > 35d8c63 [chore] Use a generic access/secret key in the secret for AWS connections (# 8312)
  > f53d038 [main] Update community files (# 8307)
  > df34028 Add missing copyright boilerplate (# 8305)
  > 3f2b75b Use GetServiceHostname when passing URL to JobSink (# 8303)
  > fa6b4c5 Add jobsinks-addressable-resolver cluster role (# 8298)
  > b4b609a Add observedGeneration in JobSink OpenAPI schema (# 8297)
  > 2e4d353 Allow imc-controller to list JobSinks (# 8294)
  > 7bca815 IntegrationSource CRD (# 8238)
  > c859efd [main] Format Go code (# 8289)
  > 7c97e6f Schduler: MAXFILLUP strategy will spread vreplicas across multiple pods (# 8263)
  > ef6b31a fix: et autocreate makes eventtype id required (# 8288)
  > 4faf9c8 [main] Upgrade to latest dependencies (# 8287)
  > 65aeab5 [main] Upgrade to latest dependencies (# 8275)
  > 03ba8f4 feat: autocreate v1beta3 eventtypes (# 8276)
bumping golang.org/x/tools 2ab3b51...4d2b19f:
  > 4d2b19f go.mod: update golang.org/x dependencies
  > 6368677 gopls/internal/golang: strength reduce ComputeImportFixEdits
  > 777f155 gopls/internal/golang: show package attributes on hover
  > 8a0e08f gopls/doc: add missing doc link
  > 61415be gopls/internal/cache: guard against malformed paths in port.matches
  > 9a89d3a internal/analysisinternal: avoid sub-token spans in TypeErrorEndPos
  > 1115af6 internal/expect: support named arguments f(a, b, c=d, e="f")
  > 0b9e499 go/{expect,packages/packagestest}: mention the tag+delete proposal
  > efcd2bd internal/packagestest: fork go/packages/packagestest
  > 0e9ed3d go/packages: do not mutate Config
  > ca2b41b x/tools: use internal/expect instead of go/expect
  > b22f1ad internal/expect: fork go/expect
  > f1ae722 gopls/internal/semtok: change types.Named to types.Basic for iota, true, and false
  > dba5486 gopls: update x/telemetry to pick up fix for countertest.ReadCounter
  > 9d40727 gopls/internal/server: don't interact with os.UserConfigDir from tests
  > 59933b6 go/packages: create fewer goroutines
  > f1f7c26 gopls/internal/cache: ensure GO111MODULE is unset in GOPATH tests
  > 4f98d3f gopls/internal/golang: run testcases as subtests
  > 6d27bba gopls/internal/golang: add testcase handling for func with error returns
  > e5417d7 gopls/internal/cache: log go env in TestZeroConfigAlgorithm
  > 691997a gopls/internal/golang: consolidate imports from both file in qualifier
  > 0c792f1 gopls/internal/golang: support generating test for functions
  > 27e1a3a go/packages: ensure TypesInfo is set when NeedTypesInfo is enabled
  > 817c7bc gopls/internal/test/integration/workspace: fix TestStdWorkspace
  > e36459f gopls/internal/golang: generate test name for selected function/method
  > 2998e9a go/analysis/passes/lostcancel: add WithCancelCause et al
  > f0379e0 go/packages: add BenchmarkNetHTTP
  > ad28b93 go/packages: minor cleanups to loader.parseFiles
  > cceaf96 internal/imports: carve out a Source interface for index integration
  > f4878ba gopls/internal/golang: use correct imports in HTML pkg doc links
  > 109c5fc gopls/internal/test: fix path to local go in integration tests
  > 99e8fee x/tools: fset.File(file.Pos()) -> fset.File(file.FileStart)
  > 5cd08e2 go/gcexportdata: document 2 releases + tip policy
  > ce03cd6 internal/modindex: parse changed time in local time zone
  > 386503d gopls/internal/golang: add source code action for add test
  > 9d6e1a6 Revert "gopls/internal/analysis: disable ssa/ir analyzers on range-over-func"
  > f153a42 gopls: update honnef.co/go/tools (staticcheck) to v0.5.1
  > 59f79bc go/ssa: speed up TestTypeparamTest by loading tests once
  > 70e82e0 go/analysis/passes/asmdecl: Correct identify writeResult instructions
  > cbd92b1 gopls/internal: stubcalledfunction: improve logic of selecting insert position
  > 45a28e1 all: fix x/tools tests that fail with a go1.23.1 go.work file
  > b0f44d5 copyright: limit copyright checking to .go files
  > 73d6794 gopls/internal/template: fix completion token boundary conditions
  > 91421d7 gopls/internal/cache: share type checking with analysis
  > 36684df go/analysis/passes/unusedwrite: silence if unsafe is imported
  > 17213ba gopls/internal/cache/parsego: support lazy object resolution for Files
  > 7d1d070 go/ssa/interp: disable interp tests on wasm
  > ae56d93 internal/modindex: implement Lookups in the index
  > 044b16f internal/gcimporter: extend markBlack workaround go1.22
  > dabba6a internal/modindex: new API for incremental update
  > 7d196fc go/ssa/interp: fix failing recover2.go test
  > f861377 go/ssa/interp: redirect interpreter std{out,err} to testing.T.Log
  > 9f3c646 gopls/internal/cache: memoize cache keys
  > 1f162c6 gopls/internal/cache: async pull diagnostics and joined analysis
  > dbb8252 gopls/release: remove unused(?) script
  > 6176384 go/types/objectpath: break cycles through interface methods
  > 9e6388a internal/gcimporter: work around go/types data race in 1.23.
  > c457787 gopls/internal/cache: avoid reporting bugs when go/packages has errors
  > 401eca0 gopls/internal/settings: remove "allowImplicitNetworkAccess"
  > 6618569 gopls/internal/cache: refine a bug report related to package metadata
  > 6381f0b gopls/internal/cache: refine bug reports
  > 63e4449 gopls/internal/telemetry/cmd/stacks: print double-claimed stacks
  > f003ff6 gopls/internal/test/marker: rename s/suggestedfix/quickfix/
  > 8128bcf gopls/internal/cache: add tolerance for builtin test variants
  > a199121 gopls: allow for asynchronous request handling
  > 8ecf757 internal/gcimporter: remove test of unsupported "goroot" iimport
  > 7310c72 importgraph: correct typo in graph_test.go
  > ce4cb55 internal/modindex: fix two bugs
  > b3482cc internal/modindex/cmd: Command for maintaining module cache indexes
  > 454be60 x/tools: be defensive after types.Info.Types[expr] lookups
  > dec6bf1 internal/modindex: update module cache index
  > 6c6def2 gopls/internal/telemetry/cmd/stacks: fix bad tmpreaper interaction
  > 1a5fe83 gopls: remove cruft
  > 244a31e gopls/internal: CodeAction:  quickfix to generate missing method
  > 87d6131 internal/typeparams: support parameterized aliases in Free
  > aa87dcf go/analysis/passes: execute gofmt
  > feffeaa go/packages: report an error from Load when GOROOT is misconfigured
  > 50179f2 Revert "internal/aliases: add a function to conditionally enable aliases"
  > 4f6e118 all: set gotypesalias=1 when using >=1.23 toolchain
  > 915132c internal/typesinternal: add NamedOrAlias type
  > bd86f8c gopls/internal/cache/analysis: lazily resolve the import map
  > a4e0a9e cmd/bundle: enable materialized aliases
  > db26c69 cmd/stringer: fix test on android
  > f08b5c1 gopls/internal/test/integration/bench: add a pull diagnostics benchmark
  > bbb979f go/callgraph/vta: use node IDs for type flow graph
  > cf8979b gopls/doc/features: add index of supported Code Actions
  > 8621919 go/ssa/ssautil: disable fmt imports on wasm tests
  > f439874 internal/modindex: add symbol information
  > f21a1dc gopls: add initial support for pull diagnostics
  > c19060b gopls/internal/cache: use packageHandles to hold an active package cache
  > a30b207 internal/versions: remove InitFileVersions
  > de11c55 gopls/doc/codelenses: fix link typo
  > 0b989c8 internal/versions: update test expectations
  > 89a5311 go/analysis/passes/asmdecl: allow syscall write registers implicitly
  > f8f3c13 internal/aliases: add a function to conditionally enable aliases
bumping golang.org/x/sync 411f99e...151027e:
  > 151027e README: don't recommend go get
bumping google.golang.org/genproto/googleapis/rpc ddb44da...8af14fe:
  > 8af14fe chore(all): update all (# 1159)
  > 7e3bb23 chore(all): auto-regenerate .pb.go files (# 1158)
  > f6391c0 chore(all): update all (# 1156)
  > 3fd189d chore(googleapis): update cloud/gkeconnect/gateway/v1beta1/alias.go (# 1157)
  > 4ba0660 chore: update datastore and bigtable (# 1155)
  > fc7c04a feat: move SoT for datastore proto definitions (# 1154)
  > 278611b chore(all): update all (# 1153)

Signed-off-by: Knative Automation <automation@knative.team>

* Drop toolchain directive

---------

Signed-off-by: Knative Automation <automation@knative.team>
Co-authored-by: David Simansky <dsimansk@redhat.com>
2024-11-20 16:09:01 +00:00
David Simansky bfc00b8c46
Fix package location for build flags (#1978) 2024-11-19 16:51:59 +00:00
Knative Automation f94c31bda3
Update community files (#1974)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-06 01:44:40 +00:00
Chris Suszynski 117a365d93
Allow to change the message for the spinner (#1973) 2024-10-28 11:12:48 +00:00
Knative Automation b3b6b86030
upgrade to latest dependencies (#1966)
bumping golang.org/x/sys 914deed...23b0dab:
  > 23b0dab unix: mark vgetrandom as non-escaping
  > cbf0eb6 unix: fix grep syntax to work on non-GNU greps
  > e7397b9 unix: update to Linux 6.11
  > 981de40 unix: use vDSO for getrandom() on linux
  > 48aad76 linux: add tcp_cc_info and its related types
  > d58f986 all: fix some typos in comment
  > 30de352 unix: fix Test{Fd,}Xattr failure on NetBSD
  > 68ed59b windows/svc: fix printf(var) mistake detected by latest printf checker
  > c08bc6e unix: update Go to 1.23.0
  > a43b625 windows: add SIO_UDP_NETRESET constant
  > ed67b15 windows: add console codepage api
  > 9cb830b unix: add missing import to syscall_hurd.go
  > 71132f5 unix: add POLLRDHUP to FreeBSD
  > 3283fc3 cpu: add support for detecting RISC-V extensions
  > 29e55b2 unix: use os.Executable rather than os.Args[0] in tests
  > a8c5219 unix: rename XDPUmemReg field back to Size
  > 59665e5 unix: add Connectx for darwin
  > a0c72ef unix: add f_flag member flags on z/OS
  > c64c51d unix: update riscv64 hwprobe to Linux kernel 6.10
  > da77c6b unix: sync minimum Linux Kernel version with requirements page
bumping knative.dev/networking 37fdbdd...60e29ff:
  > 60e29ff upgrade to latest dependencies (# 1015)
  > a3d4663 upgrade to latest dependencies (# 1012)
  > 0561079 upgrade to latest dependencies (# 1011)
  > 75d9920 Update community files (# 1010)
  > 847994c upgrade to latest dependencies (# 1009)
  > 9396009 upgrade to latest dependencies (# 1008)
  > ea90245 upgrade to latest dependencies (# 1007)
  > faa7309 upgrade to latest dependencies (# 1006)
  > 6c832c6 upgrade to latest dependencies (# 1005)
  > ed319d7 upgrade to latest dependencies (# 1004)
  > 433920a Update community files (# 1003)
  > 0efcb4c upgrade to latest dependencies (# 1002)
bumping golang.org/x/text b2bec85...3043346:
  > 3043346 x/text: Correct examples in number/doc
  > 38a95c2 all: fix some comments
  > 20097e4 all: fix printf(var) mistakes detected by latest printf checker
  > 1e3e9fd all: rename Example test functions to prevent vet errors
bumping knative.dev/client-pkg 22f5989...7b4bb48:
  > 7b4bb48 upgrade to latest dependencies (# 190)
  > f465a76 Update community files (# 196)
  > 12612b7 Update community files (# 195)
  > 788e072 Update community files (# 194)
  > eb73a58 🗑️ Deprecate knative.dev/client-pkg (# 193)
bumping knative.dev/pkg 89743d9...9b9d535:
  > 9b9d535 Fix `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3108)
  > 4af9a0d Add `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3106)
  > 95b4b97 upgrade to latest dependencies (# 3104)
  > 59c22a1 Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (# 3102)
  > e0f65ce Update community files (# 3101)
  > 952269c Bump golang.org/x/net from 0.29.0 to 0.30.0 (# 3100)
  > e52e2e4 Bump google.golang.org/grpc from 1.67.0 to 1.67.1 (# 3099)
  > 4e357ed Bump golang.org/x/tools from 0.25.0 to 0.26.0 (# 3098)
  > 5031733 Bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 (# 3097)
  > c4843b7 Give users the ability to disable namespace ownership of webhook configurations (# 3095)
  > 28b58b8 Use istio.sidecar.inject label instead of annotation (# 3096)
  > aabe552 Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (# 3094)
  > a4774ed Bump github.com/gobuffalo/flect from 1.0.2 to 1.0.3 (# 3093)
  > aaab500 Bump golang.org/x/tools from 0.24.0 to 0.25.0 (# 3091)
  > de0796c Bump google.golang.org/grpc from 1.66.0 to 1.66.2 (# 3092)
  > 3002873 Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (# 3087)
  > fdbc0b5 Bump golang.org/x/net from 0.28.0 to 0.29.0 (# 3090)
  > 7c0ad27 Update community files (# 3089)
  > a1469cf upgrade to latest dependencies (# 3088)
bumping google.golang.org/genproto/googleapis/api 573a115...ddb44da:
  > ddb44da chore: update to 1.21 (# 1152)
  > 8ffd90a chore(all): auto-regenerate .pb.go files (# 1150)
bumping google.golang.org/genproto/googleapis/rpc 573a115...ddb44da:
  > ddb44da chore: update to 1.21 (# 1152)
  > 8ffd90a chore(all): auto-regenerate .pb.go files (# 1150)
bumping golang.org/x/term d598954...9d5441a:
  > 9d5441a go.mod: update golang.org/x dependencies
  > 2f7b0dd go.mod: update golang.org/x dependencies
  > f867b76 x/term: set missing VIRTUAL_TERMINAL_INPUT flag on Windows
bumping golang.org/x/mod bc151c4...46a3137:
  > 46a3137 zip: set GIT_DIR in test when using bare repositories
  > 3afcd4e go.mod: set go version to 1.22.0
  > b1d336c go.mod: update required go version to go1.22
bumping knative.dev/eventing 34f9cd3...291c0a8:
  > 291c0a8 [main] Upgrade to latest dependencies (# 8262)
  > 6aa49dc [main] Update community files (# 8256)
  > 33a9027 feat: make oidc discovery url configurable (# 8145)
  > eff8465 [main] Upgrade to latest dependencies (# 8255)
  > aa6f73b [main] Upgrade to latest dependencies (# 8236)
  > db729bc [main] Update community files (# 8237)
  > 67af70b workaround DeepDerivative CreationTimestamp comparison (# 8233)
  > e6490c3 Add Convertible interface to job sink (# 8214)
  > b3b29f0 update jobsink TLS comments (# 8215)
  > c8c1f41 [main] Upgrade to latest dependencies (# 8201)
  > e7fca76 Add Istio inject label (# 8205)
  > 641cbb7 Remove scheduler `wait`s to speed up recovery time (# 8200)
  > 2869c6c Enhance tests for v1b3 event type, new attrs (# 8197)
  > 1708881 [main] Upgrade to latest dependencies (# 8191)
  > b48b664 feat: add constructor for full event lineage graph (# 7921)
  > e79f3b6 Make auth package indepent from eventpolicy informer (# 8195)
  > ae6ed99 Fix JobSink to support AuthZ on GET too (# 8196)
  > 608e76c Add broker transformation test to upgrade tests (# 8190)
  > c91a9d8 [main] Upgrade to latest dependencies (# 8189)
  > 229446d Create paired upgrade tests (# 8158)
  > 04c42dc [main] Update community files (# 8187)
  > 8c22bf5 [main] Upgrade to latest dependencies (# 8186)
  > 07d3790 SinkBinding wrongly enqueues namespaces (# 8184)
  > 902f9d3 Migrate to kube_codegen.sh (# 8183)
bumping knative.dev/serving 5f5f6d8...6a27004:
  > 6a27004 upgrade to latest dependencies (# 15582)
  > c93d8c4 upgrade to latest dependencies (# 15581)
  > 77c7e1d Update net-contour nightly (# 15578)
  > 5ebf2c7 Update net-kourier nightly (# 15577)
  > b474b3e Update net-gateway-api nightly (# 15576)
  > cb2a9c6 Update net-istio nightly (# 15579)
  > 6544bfe Update community files (# 15574)
  > 83b6695 Update net-gateway-api nightly (# 15573)
  > b98384c upgrade to latest dependencies (# 15572)
  > 782b6a8 Update net-istio nightly (# 15565)
  > 1a06888 Update net-contour nightly (# 15567)
  > d2229fa Update net-kourier nightly (# 15560)
  > 5c8556d Update net-gateway-api nightly (# 15566)
  > 2a87ffd Update community files (# 15564)
  > 656f3d3 Update net-gateway-api nightly (# 15559)
  > a9e28f0 Update net-contour nightly (# 15558)
  > 60516ad Update net-istio nightly (# 15557)
  > 4eb2e08 upgrade to latest dependencies (# 15556)
  > c8e131b Fix GO-2024-2659 (# 15547)
  > 1a1eb10 Update net-istio nightly (# 15543)
  > 5779cb2 Update net-kourier nightly (# 15544)
  > 07a8480 Update net-gateway-api nightly (# 15541)
  > 9bf0b90 Update net-contour nightly (# 15542)
  > b442fe2 upgrade to latest dependencies (# 15540)
  > 779761a upgrade to latest dependencies (# 15537)
  > 15871f1 Update net-contour nightly (# 15536)
  > 2664a54 Update net-kourier nightly (# 15535)
  > 2b815c5 Update net-gateway-api nightly (# 15534)
  > 293d2bb Update net-istio nightly (# 15533)
  > 0ebef64 Use istio.sidecar.inject label instead of annotation (# 15522)
  > b2954e1 Update net-contour nightly (# 15530)
  > 10579a7 Update net-gateway-api nightly (# 15531)
  > 3a81801 Update net-gateway-api nightly (# 15524)
  > ff475df upgrade to latest dependencies (# 15527)
  > ca64728 Update net-contour nightly (# 15526)
  > e896849 Update net-kourier nightly (# 15525)
  > 59d17f1 upgrade to latest dependencies (# 15520)
  > 51d95f6 Update net-gateway-api nightly (# 15519)
  > 50bea5d Update net-kourier nightly (# 15517)
  > 00bd844 Update net-contour nightly (# 15518)
  > ed44181 Update net-istio nightly (# 15516)
  > b796321 Unpin github.com/gorilla/websocket (# 15515)
  > 158a5c2 upgrade to latest dependencies (# 15514)
  > 7875c26 Update net-contour nightly (# 15512)
  > 4471f27 Update net-gateway-api nightly (# 15513)
  > cc9b060 Update net-istio nightly (# 15511)
  > cde060b upgrade to latest dependencies (# 15506)
  > 985fc84 Update net-kourier nightly (# 15509)
  > edb073c Update net-contour nightly (# 15507)
  > 63b0f86 Update net-istio nightly (# 15508)
  > 74ea38a upgrade to latest dependencies (# 15505)
  > deb99de Update net-contour nightly (# 15500)
  > be2f70a Update net-kourier nightly (# 15501)
  > 8d8725e Update net-gateway-api nightly (# 15502)
  > 0824bd4 Update net-istio nightly (# 15499)
  > 3c5f2f6 Update community files (# 15498)
  > 7c927b7 Update net-kourier nightly (# 15497)
  > b50a09e Update net-istio nightly (# 15496)
  > bdec909 upgrade to latest dependencies (# 15495)
  > f07e3d6 Fix deepcopy gen (# 15492)
  > 372f5d1 Migrate to kube codegen (# 15491)
bumping google.golang.org/grpc 2da9769...3f95b38:
  > 3f95b38 Update version to 1.67.1 (# 7682)
  > 4f6c5f2 xds/server: Fix xDS Server leak (# 7664) (# 7681)
  > 935f8cb transport: Fix reporting of bytes read while reading headers (# 7660) (# 7667)
  > 02bbb65 Change version to 1.67.1-dev (# 7605)
  > 6f50403 Change version to 1.67.0 (# 7604)
  > 3c3a025 mem: replace flate.Reader reference (# 7595) (# 7637)
  > 3ffb98b .*: fix revive lints `redefines-builtin-id` (# 7552)
  > 5666049 vet: enforce revive linter (# 7589)
  > c6ad07f protoc: regenerate protos (# 7590)
  > 70f19ee credentials/tls: default GRPC_ENFORCE_ALPN_ENABLED to true (# 7535)
  > 92111dc xds: keep ads flow control local to xdsclient/transport package (# 7578)
  > 535bdce estats: remove dependency on testing package (# 7579)
  > 0f03c74 .*: fix revive lint issues `unused-parameter` (# 7580)
  > 6147c81 stats/opentelemetry: Optimize slice allocations (# 7525)
  > cd05c9e .*: fix revive package-comments lint issues (# 7574)
  > 00514a7 xds/clusterimpl: update UpdateClientConnState to handle updates synchronously (# 7533)
  > 093e099 grpc: fix regression by freeing request bufferslice after processing unary (# 7571)
  > 8320224 .*: revive from unused_parameters (# 7577)
  > 845f62c stats/otel: upgrade grpc version that contains the experimental/stats package (# 7545)
  > 55d820d clusterresolver/e2e_test: Avoid making DNS requests (# 7561)
  > 52961f7 grpc: add docs for generic stream interfaces  (# 7470)
  > 005b092 examples/advancedtls: example code for different security configurations for grpc-go using `advancedtls` (# 7474)
  > 0b6f354 xdsclient: Populate total_issued_requests count in LRS load reports (# 7544)
  > c535946 grpc: Fix flaky picker_wrapper tests (# 7560)
  > 9feed00 balancer/wrr: prefer calling Equal() method of time.Time (# 7529)
  > a8e6e11 .*: Use `strings.ReplaceAll(.....)` (# 7554)
  > 6d97688 xds/xdsclient: Fix flaky test TestLRSClient  (# 7559)
  > cfd14ba encoding: delete v1 proto codec and use one map for registry (# 7557)
  > 3d95421 Fix revive identified linter issues: var-declaration, indent-error-flow, increment-decrement, superfluous-else (# 7528)
  > e4b09f1 Remove trailing whitespace in testing.yml (# 7551)
  > 0a5b8f7 balancer: disallow producer streams until SubConn has reported READY (# 7523)
  > 9ab8b62 Implement new Codec that uses `mem.BufferSlice` instead of `[]byte` (# 7356)
  > 7e12068 bootstrap: add `String` method to ServerConfigs type (# 7537)
  > ee5cbce ringhash: fix bug where ring hash can be stuck in transient failure despite having available endpoints (# 7364)
  > 1e2bb71 doc: update keepalive ClientParameters doc about doubling the interval upon GOAWAY (# 7469)
  > 6a5a283 Use builtin min and max functions (# 7478)
  > 90caeb3 deps: update dependencies for all modules (# 7531)
  > f8d98a4 rbac: fix usage of AuthInfo (# 7522)
  > 4e29cc6 transport: add timeout for writing GOAWAY on http2Client.Close() (# 7371)
  > b45fc41 Change version to 1.67.0-dev (# 7520)
  > 63853fd rls: update picker synchronously on configuration update (# 7412)
  > 86135c3 csds: unskip e2e test (# 7502)
  > 5d07b63 transport: change `*http2Client` to interface `ClientTransport` (# 7512)
  > c98235b grpclog: refactor to move implementation to grpclog/internal (# 7465)
  > 7ec3fd2 balancer/rls: Fix RLS Cache metrics (# 7511)
  > 6d7f07c test/tools: update staticcheck version to latest (# 7509)
  > 9706bf8 balancer/rls: Add cache metrics (# 7495)
  > c8951ab *: fix minor typos (# 7487)
  > 3cb3342 .*: fix comments (# 7504)
  > eece43b latency: don't wrap when all the latencies are zero (# 7506)
  > 366decf transport/grpchttp2: add http2.Framer bridge (# 7453)
  > 5c4da09 grpc: fix a bug introduced in # 7461 (# 7505)
  > 1008562 benchmark: wire in new gzip compressor (# 7486)
  > ced812e xds: implement ADS stream flow control mechanism (# 7458)
  > 54b48f7 balancer/weightedroundrobin: Add recording point for endpoint weight not yet usable and add metrics tests (# 7466)
  > 7b9e012 balancer/rls: Add picker metrics (# 7484)
  > 3ee837c *.pb.go: regenerate protos (# 7493)
  > f9b96b8 internal/transport: Unlock mutex before panic (# 7488)
  > d00dd8f xds: env var protection for xds fallback (# 7483)
  > ffaa81e transport/bufWriter: fast-fail on error returned from flushKeepBuffer() (# 7394)
  > 1490d60 transport/grpchttp2: revert # 7477 usage of mem package (# 7485)
  > e6b6318 transport/grpchttp2: change types to include `mem` package (# 7477)
  > 6d0aaae grpc: make client report `Internal` status when server response contains unsupported encoding (# 7461)
  > 338595c balancergroup: remove mentions of locality from comments (# 7476)
  > c8716e5 mem: fix comment typo (# 7482)
  > e524655 tools: Add github.com/mgechev/revive (# 7472)
  > 4a26a49 balancer/leastrequest: Add verbosity check around build log (# 7467)
  > 887d908 mem: introduce `mem` package to facilitate memory reuse (# 7432)
  > 6fa393c transport/grpchttp2: add doc to methods and values (# 7445)
  > 1013847 cmd/protoc-gen-go-grpc: fix typo pancis -> panics (# 7456)
  > 1b1230b resolver_wrapper: add early return in addChannelzTraceEvent (# 7437)
  > 5520cff experimental/stats/metricregistry: Add comments on enum consts for Metrics Type (# 7457)
  > 0b33bfe transport: Discard the buffer when empty after http connect handshake (# 7424)
  > 566aad1 examples/retry: remove waitForReady from service config (# 7450)
  > ec9dff7 cmd/protoc-gen-go-grpc: update version to 1.5.1 (# 7452)
  > 245323c cmd/protoc-gen-go-grpc: remove replace and skip test that requires it for now (# 7451)
  > 3eb0145 balancer/weightedroundrobin: Add emissions of metrics through metrics registry (# 7439)
  > bc03420 cmd/protoc-gen-go-grpc: update version for release
  > 84a4ef1 internal/stats: Add metrics recorder list and usage in ClientConn  (# 7428)
  > 47be8a6 Remove trailing spaces (# 7426)
  > 1feeaec stats: Add optional locality label in cluster_impl picker (# 7434)
  > 9671c4a cmd/protoc-gen-go-grpc: test the embedded struct at registration time for proper usage (# 7438)
  > 40f3998 client: Stabilize WaitForStateChange API (# 7425)
  > aae9e64 docs: fix and improve anti-patterns.md (# 7418)
  > ac5a7fe xds: Fix flaky test Test/ServerSideXDS_WithValidAndInvalidSecurityConfiguration (# 7411)
  > 0231b0d transport/grpcframer: create grpcframer package (# 7397)
  > 2bcbcab stats/opentelemetry: Add usage of metrics registry (# 7410)
  > 64adc81 scripts: regenerate pbs with caching deps to a fixed tmp folder (# 7409)
  > 4ed8180 ringhash: more e2e tests from c-core (# 7334)
  > 61aa949 vet: fix option order when invoking grep (# 7421)
  > b1979b6 vet: remove trailing whitespace (# 7420)
  > 700ca74 xds/balancer/priority: Unlock mutex before returning (# 7417)
  > d27ddb5 internal/grpcsync: support two ways to schedule a callback with the serializer (# 7408)
  > ecbb837 experimental/stats: Add metrics registry (# 7349)
  > c5c0e18 scripts: minor refactor to scripts (# 7403)
  > e7d8822 protoc-gen-go-grpc: add period to end of generated comment (# 7392)
  > ee62e56 xds: fix typos (# 7405)
  > 48b7581 security/advancedtls: remove Go1.19 build constraints (# 7404)
  > eff3e67 *.pb.go: regenerate (# 7402)
  > e54f441 xds: make fallback bootstrap configuration per-process (# 7401)
  > 9c5b31d xds: use locality from the connected address for load reporting (# 7378)
  > 45d44a7 grpc: hold ac.mu while calling resetTransport to prevent concurrent connection attempts (# 7390)
  > f64a6a3 test/channelz: change channelz_test to use write data (# 7396)
  > daab563 examples: Add OpenTelemetry example (# 7296)
  > bb49a88 cmd/protoc-gen-go-grpc: default use_generic_streams_experimental to true (# 7387)
  > 53a5c41 interop/lb: Increase Go PSM LB test timeout to 300min (# 7393)
  > bdd707e scripts: add linter rule for using context.WithTimeout on tests (# 7342)
  > 4e9b596 xds: add support for multiple xDS clients, for fallback (# 7347)
  > 5ac73ac documentation: Update proxy docs to point to `WithContextDialer` (# 7361)
  > d382d84 metadata: stabilize ValueFromIncomingContext (# 7368)
  > c9caa9e metadata: remove String method (# 7372)
  > f199062 xds: Add a test for incorrect load reporting when using pickfirst with servers in multiple localities (# 7357)
  > 6126383 metadata: make Stringer implementation consistent (# 7355)
  > 98e5dee cmd/protoc-gen-go-grpc: enable edition 2023 support (# 7351)
  > 5f5d4d2 doc: fix link to error_details example (# 7345)
  > 1811c6f github: update codecov with token and fail_ci_if_error (# 7348)
  > 3e78e9b MAINTAINERS.md: add new members and move ex-members to emeritus (# 7284)
  > 8c80220 grpclog: remove Debugf method to avoid unnecessary evaluation (# 7330)
  > c8568c9 grpc: Readd pick first name (# 7336)
  > cd7e282 go.mod: update go-control-plane dependency for xDS fallback (# 7340)
  > a0311cd golint fix: context.Context should be the first parameter of a function (# 7338)
  > b8ca292 examples/features/retry: Improve docstring (# 7331)
  > f1b7f41 xds/bootstrap: add testing support to generate config (# 7326)
  > c441d42 github: use latest release of qemu emulator (# 7337)
  > 970f390 test: fix typo in pickfirst_test.go (# 7332)
  > c04b085 internal/transport: minor cleanup of controlBuffer code (# 7319)
  > 07078c4 github: add cache-dependency-path to setup-go (# 7323)
  > 24a6b48 credentials/alts: fix defer in TestDial (# 7301)
  > e37c6e8 fix testclient type in ringhash_balancer_test checkRPCSendOK (# 7324)
  > 8075dd3  stats/opentelemetry: Fix protobuf import (# 7320)
  > 4dd7f55 ringhash: port e2e tests from c-core (# 7271)
  > de51a63 examples: Add CSM Observability example (# 7302)
  > 3267089 stats/opentelemetry: Add e2e testing for CSM Observability (# 7279)
  > c4753c3 scripts: improve regenerate.sh to use the correct proto compiler version (# 7064)
  > e2e7a51 xds/internal/xdsclient: Emit unknown for CSM Labels if not present in CDS (# 7309)
  > e40eb2e deps: update dependencies for all modules (# 7310)
  > dfcabe0 xds: cleanup bootstrap processing functionality (# 7299)
  > dbd24a9 [advancedTLS] Removed deprecated APIs in advancedTLS (# 7303)
  > 30c0cdd vet: remove --quiet from git grep when output is expected (# 7305)
  > 5a289d9 dns: fix constant 30s backoff for re-resolution (# 7262)
  > 9bdf335 Change version to 1.66.0-dev (# 7308)
bumping knative.dev/hack 06f7aff...05b2fb3:
  > 05b2fb3 Update community files (# 399)
  > fc6a845 Update community files (# 398)
  > 9724320 Fix premature codegen cleanup exit on 1 (# 397)
bumping golang.org/x/net 4542a42...6cc5ac4:
  > 6cc5ac4 go.mod: update golang.org/x dependencies
  > f88258d websocket: update nhooyr.io/websocket to github.com/coder/websocket
  > 7191757 http2: add support for net/http HTTP2 config field
  > 4790dc7 http2: add support for server-originated pings
  > 541dbe5 http2: add Server.WriteByteTimeout
  > 3c333c0 route: fix address parsing of messages on Darwin
  > 35b4aba go.mod: update golang.org/x dependencies
  > 9bf379f websocket: fix printf(var) mistake detected by latest printf checker
bumping google.golang.org/protobuf c33baa8...158d2b3:
  > 158d2b3 all: release v1.35.1
  > 94e26c9 all: start v1.35.0-devel
  > ac98177 all: release v1.35.0
  > 03df6c1 proto: Implement proto.Equal fast-path
  > 013dd17 all: drop unnecessary import renames for consistency
  > 1531843 internal/testprotos: declare the extension
  > 9e047b8 internal/impl: skip unnecessary requiredField checks for oneofs
  > ed7b51f proto: extend documentation of GetExtension, SetExtension
  > af06170 all: set Go language version to Go 1.21
  > cf4f382 encoding/prototext: capture current reserved field behavior
  > 5c1f700 internal/encoding/json: remove duplicate test
  > 66faac0 compiler/protogen: remove now-unnecessary UnsafeEnabled checks
  > 21d187a compiler/protogen: support -experimental_strip_nonfunctional_codegen
  > e8b6855 internal/descopts,internal/impl: remove shorthand import aliases
  > 0946f97 all: remove unused purego support
  > b643888 encoding/protojson: use fd.HasPresence() for editions compatibility
  > 94ecbc2 internal/impl: remove unused ExtensionField.SetLazy method
  > b36f8e0 types/known/structpb: add support for more types and json.Number
  > 75479a3 internal: generate extension numbers, fix editions parsing
  > 2a82025 internal/cmd/generate-protos: fix pkg check for editions features
  > 219bda2 internal/conformance: update failing tests list, add comments
  > b46f280 all: plumb the lazy option into filedesc.Field and .Extension
  > df3bd63 compiler/protogen: always report editions support level of the plugin
  > eea33cd protobuf: fix handling of delimited extensions in editions
  > d462176 protojson: changes error message returned by unmarshal
  > 61c6075 all: start v1.34.2-devel
bumping golang.org/x/tools 3057be8...2ab3b51:
  > 2ab3b51 go.mod: update golang.org/x dependencies
  > 2683c79 gopls/internal/golang/stubmethods: rename analysis/stubmethods
  > efd951d gopls/internal/analysis/stubmethods: merge into CodeAction
  > d0d0d9e gopls/internal/cache: memoize dependent hash on analysisNode
  > a19eef6 gopls/internal/cache: express packageHandle as a state machine
  > dd745ec gopls/internal/test/marker: update regression test issue68918.txt
  > a02ee35 go/analysis/passes/stdversion: reenable tests
  > a24facf all: set gotypesalias=0 explicitly
  > ce2a33e gopls/internal: fix extract refactor for cases with anonymous functions
  > a2ff832 go/ssa: remove references to GOEXPERIMENT range
  > a7552bc go/ast/inspector: add PreorderSeq and All iterators
  > d2e4621 gopls/internal/server: CodeAction: interpret Only=[] as [QuickFix]
  > 4e80b32 cmd/stringer: support types declared in test files
  > 60b6bcd gopls/rename: include filename in error message
  > 2848ab8 internal/gcimporter: clean up test expectations
  > ee66134 go/ssa/ssautil: isolate deprecated CreateProgram
  > 6ded0c4 internal/gcexporter: cleanup test skipping in TestImportTypeparamTests
  > 66afc1a gopls/completion: tweak fuzz handling to make its own MethodSet
  > 7d92dd6 go/ssa/ssautil: use go/packages to load packages in switch_test.go
  > 18bc032 gopls: update x/telemetry to pick up fix for golang/go# 69681
  > 6c47868 internal/gcimporter: run larger tests with and without aliases
  > c6f2f8e refactor/eg: rewrite test without go/loader
  > 8b6849d go/ssa/interp: reenable lifetime tests.
  > edfeacf internal/golang: fix panic in signatureHelp over builtin name
  > ab64376 go/types/objectpath: skip package tests with wasip1
  > e55961d internal/gcimporter: use types.NewInterfaceType
  > c59bc30 internal/gcimporter: vary the value of any in predeclared
  > 4fc0d79 internal/gcimporter: remove goexperiment.unified tags
  > f05b5f4 go/packages: document the role of PWD
  > 3483a5e go/packages: use link notation in comments for godoc rendering
  > 75350b9 go/ssa: remove import of loader from builder_test.go
  > 1c9ca8b go/types/objectpath,internal/aliases: miscellaneous clean up of tests that set gotypesalias
  > 23e1af6 go/ssa: migrate TestGenericFunctionSelector away from loader
  > 8adb6e8 go/ssa: migrate TestTypeparamTest away from loader
  > 7bb384d gopls/internal/test/integration/bench: add an IWL test that opens files
  > faf6e28 go/ssa: migrate TestGenericAliases away from loader
  > 81a4242 internal/gcimporter: update TestIssueAliases expectation
  > 54110aa internal/modindex: package for indexing GOMODCACHE
  > b577f77 gopls/internal/cache: remove unnecessary active package check
  > 06b986b gopls/internal/cache: add a few checks for context cancellation
  > 83326b7 gopls/internal/cache: join concurrent package batch operations
  > 34638fc cmd/{callgraph,ssadump}, gopackages: make -tags flags work
  > d911e4a gopls: disable ast.Object resolution wherever possible
  > eb774f6 go/packages: fix LoadMode.String
  > 31fdc78 gopls/internal/server: allow suppression of showDocument
  > 752860b gopls/internal/protocol/command: simplify ApplyFix
  > fadcea5 gopls/internal/golang: CodeAction: split into producers
  > f70550d go/ssa: migrate some tests in build_test.go away from loader
  > 01bd772 go/callgraph: rewrite tests to use go/packages not go/loader
  > f8ce005 go/types/objectpath: use go/packages instead of go/loader in tests
  > d2c1642 internal/gcimporter: rewrite TestIExportData_stdlib using go/packages
  > af67b9d go/ssa: migrate source_test.go away from loader
  > 3bb0ed7 x/tools: assume go1.22 and simplify
  > 1d5e334 internal/aliases: remove Alias and Unalias
  > 0b6abe3 go/ssa: remove loader utility functions
  > 6a0cacb go/ssa: add test utility for building a single file
  > 1204c80 cmd/gorename: delete
  > 1c37166 go/ssa: move build tag guarded tests
  > dfc41b5 go/ssa: use ast.RangeStmt.Range position directly
  > 3921b59 cmd/gorename: remove replace directive
  > d09d36b x/tools: remove refs to cmd/gorename
  > 8517dc9 cmd/gorename: create submodule
  > cd349f3 go/ssa: Move instantiation tests off of unexported API
  > 45851d3 gopls/internal/telemetry/cmd/stacks: show build failure stderr
  > c8d229c all: fix spelling errors
  > 8db9562 go/ssa: update public doc of CreatePackage
  > bea7373 gopls/internal/protocol/command: remove nuisance error handling
  > 18a3f05 go/ssa: remove outdated any normalizer setting up in test
  > 0355013 go/ssa: sanity check for package transient fields
  > 2aabc4f go/analysis/passes/printf: return when suppressing a non-constant diagnostic
  > 5cb6eeb txtar: use slices.Clone instead of copy
  > e603756 gopls/internal/cache: add telemetry counter for GOPACKAGESDRIVER
  > 42b921c gopls/internal/test/integration: skip BenchmarkPackages with -short
  > a58d83b gopls/internal/cache: build the import map lazily during type checking
  > 765ea95 go/analysis/passes/printf: add global to disable new diagnostics
  > a319a85 gopls/internal/telemetry/cmd/stacks: display closed issues white
  > 5aac53c gopls/internal/golang: Definition: jump to assembly
  > 8fcd92f gopls/internal/telemetry/cmd/stacks: predicate de-duplication
  > 7891473 gopls/internal/telemetry/cmd/stacks: fix two bugs
  > 91d4bdb gopls: rm GofumptFormat from internal/settings
  > 198986d go/ssa: go/ssa: disable TestTypeparamTest on wasm
  > 3e49191 gopls/internal/telemetry/cmd/stacks: generate CodeSearch links
  > beed481 gopls/internal/settings: use CodeActionKind hierarchy
  > 15b8886 SignatureHelp: report signature of Ident if no enclosing CallExpr
  > 4e8d5c8 gopls: bump gofumpt to 0.7.0
  > 6a387a4 go/ssa: require 1.23 for TestCycles
  > 42a6477 go/ssa: disable TestTypeparamTest/chan.go on wasm
  > 5157118 gopls/internal/lsp/source: put testing.T/B first when extracting
  > 94ac686 go/ssa: pop targets stack on range-over-func
  > 2884375 gopls/internal/golang: Definitions: support renaming imports in doc links
  > b0f680c go/ssa: reenable TestStdlib
  > b7af269 go/ssa: improve sanity checking
  > fd7ab2d gopls/internal/server: fix build following semantic merge conflict
  > dc4c525 gopls/internal: test discovery
  > 8ba9169 gopls/internal/golang: Highlight: work around go/types bug
  > bfc94c9 go/ssa: extract type recursion into a helper package
  > 1dc949f internal/settings: simplify linking now that we only build with 1.23
  > c055e89 x/tools: deprecate astutil.Unparen
  > c2e057b gopls: use Func.Signature everywhere
  > 6b0cfff internal/test/marker: support multi-line locations
  > 9d7d14e x/tools/gopls: delete code obsoleted by go1.23
  > 4bcf6a3 internal/golang: add a fast path for FormatVarType with gopls at 1.23
  > 7398f36 all: fix some symbols error in comment
  > f111c72 go/callgraph/rta: skip test on js platform
  > 9f9b7e3 gopls/internal/settings: add missing deep cloning in Options.Clone
  > ce7eed4 doc/generate: minor cleanup
  > 075ae7d go/callgraph/vta: add basic tests for range-over-func
  > 2c7aaab go/ssa: skip failing test
  > 1b5663f go/callgraph/vta: perform minor cleanups
  > 0a49883 gopls/go.mod: update the go directive to 1.23.1
  > ad366a8 go.mod: update golang.org/x dependencies
  > 4fb36d1 go/callgraph/rta: add rta analysis test case for multiple go packages
  > dc4d64c gopls: fix non-constant format strings
  > c758e54 cmd/callgraph: make vta use internal version of CHA
  > 94b564c go.mod: for consistency with other repos, use 1.22.0 in go.mod
  > 70f5626 all: with 1.23 out, update Go directive to Go 1.22
  > 5a3171b internal/typesinternal: correct spec anchors in comments
  > c538e2c go/callgraph/static: avoid ssautil.AllFunctions
  > 2db563b internal/gcimporter: copy over ureader changes
  > 09886e0 go/callgraph/vta: allow nil initial call graph
  > e5ae0a9 internal/pkgbits: cleanup pre-Go 1.17 workaround
  > 264b4b5 go/callgraph/vta: add return parameter nodes for functions
  > 063360f gopls: update x/telemetry dependency
  > 28f3bc0 internal/pkgbits: copy over changes for V2
  > fd2067f go/callgraph/vta: use struct{} instead of bool in sets
  > ce02ccd gopls/internal/test/marker: simplify completion markers
  > 4ead70c gopls: report semantic tokens of top-level type constructor modifiers
  > 826d8d9 gopls/internal/cache: add a note about GOMEMLIMIT and ballasts
  > aaf49f1 gopls/internal/cache: add a 100MB ballast to reduce GC CPU
  > 12307aa gopls/internal/util/lru: make lru.Cache generic
  > 594cdab gopls: increment the telemetryprompt acceptance counter for each session
  > adb7301 internal/versions: disable a test case incompatible with CL 607955
  > 0734f62 internal/gcimporter: support type parameterized aliases in indexed format
  > b5f24ec internal/aliases: add type parameters argument to NewAliases
  > f5c7449 gopls/internal: implement Packages command
  > e5e8aa8 gopls/internal: implement Modules command
  > 9ef0547 internal/gcimporter: move indexed format docs
  > c7adb63 go/analysis/passes/fieldalignment: fix doc
  > 66adacf internal/pkgbits: improve ureader panic message
  > e104dc8 gopls/internal/settings: rename goTest code action to source.test
  > dfcdf50 go/analysis/passes/copylock: add support for ForStmt
  > 136c165 gopls/internal/cache: remove spurious assertions
  > 7cc3be7 internal/imports: use a clean GOMODCACHE for the scan root directory
  > d47b4fb internal/testfiles: adjust test so all modules are after 1.21
  > c1241b9 internal/stdlib: update stdlib index for Go 1.23.0
  > e6bef92 gopls/internal/golang: downgrade assertion in methodsets index
  > 7f262d6 all: disable tests incompatible with CL 603895
  > a76f882 gopls: enhance read/write access distinction in document highlighting for symbols
  > 4dc9194 go/callgraph/vta: fix test under GODEBUG=gotypesalias=1
  > 28ba991 go/analysis/passes/printf: add missing Unalias call

Signed-off-by: Knative Automation <automation@knative.team>
2024-10-22 16:09:00 +00:00
Knative Automation dbb49e603c
Update community files (#1971)
Signed-off-by: Knative Automation <automation@knative.team>
2024-10-16 01:44:31 +00:00
Knative Automation 18a2561829
Update community files (#1970)
Signed-off-by: Knative Automation <automation@knative.team>
2024-10-10 13:17:29 +00:00
Chris Suszynski c9f128423b
💝 Extract reusable part of sink flag (#1968)
* Extract reuseable part of sink flag

* Return nil on empty sink

* Extract kube params

* Compute with default mappings

* Allow to change the default log level

* Publicate Zap based logger, and allow custom loggers to be used.
2024-09-25 10:46:31 +00:00
Knative Automation fd0126d099
Update community files (#1967)
Signed-off-by: Knative Automation <automation@knative.team>
2024-09-09 01:45:08 +00:00
David Simansky 9728a1e0fd
Refactor codegen to use kube_codegen.sh script (#1964) 2024-09-03 14:51:32 +00:00
Chris Suszynski f09e7164ce
Fold in knative.dev/client-pkg as a submodule (#1953)
* Move to the hack' script inflator

* Skip kn subpackage

* Move the lib/ to public pkg/ packages

* Introduce pkg submodule, remove the vendor dir

* Remove vendor references

* Use latest version of knative.dev/hack

* Publish dependent images properly

* Walkaround for knative-extensions/net-istio#1345

* Remove GOTOOLCHAIN in go.work

* Verify codegen use common funcs

* Import code from knative.dev/client-pkg

* Restore the default unit test runner

* Try knative/actions#223

* Restore the workflows

* Nit: simplify config package import
2024-09-03 13:49:11 +00:00
Chris Suszynski bb1f899634
Remove vendor dir (#1962) 2024-08-29 13:57:18 +00:00
Knative Automation de30b7ba75
upgrade to latest dependencies (#1959)
bumping golang.org/x/term c976cb1...d598954:
  > d598954 go.mod: update golang.org/x dependencies
  > d4346f0 LICENSE: update per Google Legal
bumping knative.dev/hack b979959...06f7aff:
  > 06f7aff tag images using ko (# 393)
  > 452e340 Update community files (# 392)
  > 441a19f remove geo replication (# 389)
  > 0a23232 Update community files (# 388)
  > 9c9eed6 💝 Vendorless codegen via shell scripting (# 386)
bumping knative.dev/pkg 4355f0c...89743d9:
  > 89743d9 upgrade to latest dependencies (# 3085)
  > cd3311c bump k8s deps to v0.30.3 (# 3084)
  > 0991b2f Update community files (# 3083)
  > c88d5da Bump github.com/tsenart/vegeta/v12 from 12.11.3 to 12.12.0 (# 3082)
  > cb30d00 Bump golang.org/x/sync from 0.7.0 to 0.8.0 (# 3081)
  > 433889b upgrade to latest dependencies (# 3080)
  > 0e7ffe4 Update community files (# 3079)
  > 330b271 Bump github.com/tsenart/vegeta/v12 from 12.11.1 to 12.11.3 (# 3077)
  > 3561487 upgrade to latest dependencies (# 3078)
bumping k8s.io/apiextensions-apiserver e1d6769...1aec848:
  > 1aec848 Update dependencies to v0.30.3 tag
  > 803669d Merge pull request # 124676 from cici37/automated-cherry-pick-of-# 124675-upstream-release-1.30
  > 5e9c693 Adding the feature gates to fix cost for VAP and webhook matchConditions.
  > cb47ad4 Merge remote-tracking branch 'origin/master' into release-1.30
  > 6ce7f38 Update x/net for CVE-2023-45288
  > a2f312c Merge remote-tracking branch 'origin/master' into release-1.30
  > d3649bc fix test flake caused by not waiting for CRD schema update
  > 9624e52 Merge pull request # 123732 from serathius/parallel-featureflags
  > 24438a9 Merge pull request # 123758 from liggitt/protobump
  > a853d25 Fix SetFeatureGateDuringTest handling of Parallel tests
  > 916521e Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0
  > fe10ad0 Merge pull request # 123405 from cici37/vapGA
  > 4a32d79 Promote ValidatingAdmissionPolicy to GA.
  > 1999aef Merge pull request # 122882 from Jefftree/agg-discovery-v2-usage
  > 0b973a6 Use v2 types with agg discovery
  > 882d449 Merge pull request # 123529 from thockin/go-workspaces
  > 7fc82f4 Fix up go.mod files after reviews
  > 348e552 Remove old gengo detritus
  > 6fe6097 Move import-boss to k/k, retool to not use gengo
  > 9b0d21d Move go-header-file flag to each tool
  > bf21b69 Remove defunct references to "vendor"
  > 9cccc78 Make code-gen subprojects work on gengo/v2
  > de16399 Fix go-to-protobuf wrt gengo/v2
  > 3fa7027 Re-vendor latest kube-openapi and gengo/v2
  > 4152581 Generate go.work files
  > 03a46d9 Merge pull request # 122717 from jpbetz/crd-object-filters
  > 5786b28 Merge pull request # 123562 from jpbetz/bump-cel-go-0_17_8
  > ed5b86f Improve error handling for json path results
  > f0b03a5 Add cost stability tests for chained and nested CEL comprehensions
  > 7e13756 Fix field paths
  > 90a6e7c Bump cel-go to v0.17.8 to pick up CEL estimated cost fix
  > abd4c55 Add integration tests
  > 6e93f99 Merge pull request # 123475 from alexzielenski/apiserver/apiextensions/cel-error-fieldpath
  > 4977007 Generate code
  > c8aca43 bugfix: modifying argument causes wrong fieldpath
  > 3e15525 Add selectableFields to CRDs
  > e83598f Merge pull request # 123348 from hoskeri/update-go-x-crypto-19
  > f34abb0 Update x/crypto to 0.19.
  > efe8780 Merge pull request # 123299 from liggitt/guard-accepted-names
  > fea0b1c Merge pull request # 123250 from benluddy/dep-bump-cbor-v2.6.0
  > 2bb2409 Guard empty status.acceptedNames
  > 8de01b4 Merge pull request # 121461 from alexzielenski/apiserver/apiextensions/ratcheting-beta
  > dad0990 Bump github.com/fxamacker/cbor/v2 to v2.6.0.
  > 55211b8 Merge pull request # 121486 from benluddy/cbor-stub
  > 6616121 bugfix: disable ratcheting for typemeta fields
  > 1691a69 chore: adds consistent vanity import to files and provides tooling for verifying and updating them. (# 120642)
  > 4904624 Update vendoring to take new CBOR library dependency.
  > 83368fe feature: promote CRDValidationRatcheting to beta
  > c0e1d77 Merge pull request # 122557 from liangyuanpeng/anp_0.29
  > 53a461c Merge pull request # 122518 from cici37/celEnv29
  > 867cb9b  Update konnectivity to 0.29.0
  > 8078826 Merge pull request # 122842 from pohly/klog-update
  > 1cf3b3d Add validation tests
  > 262c528 Merge pull request # 122839 from pohly/ginkgo-gomega-update
  > e3aa720 dependencies: klog v2.120.1
  > bb0a088 Update env version, Add cost for previous func, add tests, etc.
  > d499782 dependencies: ginkgo v2.15.0, gomega v1.31.0
  > d2fa019 Merge pull request # 122706 from pacoxu/klog-upgrade
  > 7c88076 bump klog to  v2.120.0
  > c8c6ebf Merge pull request # 121602 from bzsuni/cleanup/goleak
  > 538b860 Update goleak from v1.2.1 to v1.3.0
  > b3a0968 Merge pull request # 122412 from MadhavJivrajani/bump-go-tools
  > e3143b2 .*: bump golang.org/x/tools to v0.16.1
  > d6f8fd0 Merge pull request # 122395 from pohly/ginkgo-gomega-update
  > 731c3a6 dependencies: gomega v1.30.0 + ginkgo v2.13.2
  > d52ec8b Merge pull request # 122329 from jpbetz/fix-crd-drop-fields
  > 33c559f Wire in field dropping for CRDs
  > 9916910 Merge pull request # 121773 from pohly/zapr-update
  > 502312a Merge pull request # 122193 from cici37/fixPresentCost
  > 1ad0731 dependencies: zapr v1.3.0, zap v1.26.0
  > 3ce29b3 Merge pull request # 121759 from thockin/fix_api_violations
  > d06ce66 Keep presence cost to 0 to ensure backward compatibility.
  > d65563c Fix list_type_missing in apiextensions-apiserver
  > 3e34a33 Re-vendor k8s.io/kube-openapi
  > 79b9a7d Fix "list_type_missing" API violations in meta/v1
  > d323d00 Merge pull request # 121808 from cpanato/go-update-main
  > a8c071a update go.mod
bumping knative.dev/networking bab7f2a...37fdbdd:
  > 37fdbdd upgrade to latest dependencies (# 1000)
  > d4c57cd Update community files (# 999)
  > fb56e09 upgrade to latest dependencies (# 998)
  > f170238 upgrade to latest dependencies (# 997)
  > 543181c upgrade to latest dependencies (# 996)
  > 2ffc30d Update community files (# 995)
  > 8f1ea9d upgrade to latest dependencies (# 994)
bumping golang.org/x/sys faed7ec...914deed:
  > 914deed unix: add missing ETHTOOL_FLAG_ constants
  > 4c7077e windows: add enums for IpAdapterUnicastAddress
  > 29298aa windows: delete TestGetKeyboardLayout
  > aa1c4c8 unix: provide Mount on openbsd
  > cde4660 unix: add linux mseal system call
  > 31ef9e7 unix: update to Linux kernel 6.10
  > d03a807 unix: update glibc to 2.40
  > beb5949 windows: correctly generate GetAce syscall
  > 7bb0bf7 cpu: add Int8 matrix multiplication instructions CPU feature flag for ARM64
  > bce4cf7 windows: add GetKeyboardLayout & ToUnicodeEx
  > 0eac9b5 windows: add flags for GetAdaptersAddresses
  > 0c18c88 cpu: add DIT option and hwcap DIT support
  > dce4e64 LICENSE: update per Google Legal
  > ee0e627 unix: skip TestIoctlFileDedupeRange on EOPNOTSUPP error
  > 47fe916 cpu: add support for DIT detection
  > 4cafe5c unix: implements RenamexNp and RenameatxNp for darwin
bumping golang.org/x/sync 14be23e...411f99e:
  > 411f99e LICENSE: update per Google Legal
bumping knative.dev/client-pkg 8393d69...22f5989:
  > 22f5989 Update community files (# 192)
  > 5f32500 Update community files (# 191)
bumping github.com/go-logr/logr dcdc3f2...1205f42:
  > 1205f42 Merge pull request # 295 from go-logr/dependabot/github_actions/actions/checkout-4.1.6
  > ccedcbd Merge pull request # 294 from go-logr/dependabot/github_actions/github/codeql-action-3.25.5
  > bead577 build(deps): bump actions/checkout from 4.1.5 to 4.1.6
  > 19ad07c build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3
  > a492d95 build(deps): bump github/codeql-action from 3.25.4 to 3.25.5
  > 1c97a21 build(deps): bump actions/checkout from 4.1.4 to 4.1.5
  > f70c5b5 build(deps): bump github/codeql-action from 3.25.3 to 3.25.4
  > 4ade8d3 build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1
  > 88d98bd Merge pull request # 289 from go-logr/dependabot/github_actions/golangci/golangci-lint-action-5.3.0
  > 432cd86 Merge pull request # 288 from go-logr/dependabot/github_actions/actions/setup-go-5.0.1
  > bbc2ecb build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0
  > c697b5b Merge pull request # 286 from go-logr/dependabot/github_actions/actions/upload-artifact-4.3.3
  > b194655 build(deps): bump actions/setup-go from 5.0.0 to 5.0.1
  > 58ced22 Merge pull request # 285 from go-logr/dependabot/github_actions/actions/checkout-4.1.4
  > 3d7c19b build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3
  > ca0ff32 Merge pull request # 284 from go-logr/dependabot/github_actions/golangci/golangci-lint-action-5.0.0
  > a59cce4 build(deps): bump actions/checkout from 4.1.3 to 4.1.4
  > fbab38c Merge pull request # 282 from go-logr/dependabot/github_actions/github/codeql-action-3.25.1
  > 5805ba5 Merge pull request # 283 from go-logr/dependabot/github_actions/github/codeql-action-3.25.3
  > 72039f4 build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0
  > 7b42c51 Merge pull request # 281 from go-logr/dependabot/github_actions/actions/checkout-4.1.3
  > 068cc98 build(deps): bump github/codeql-action from 3.24.10 to 3.25.1
  > 5e00dad build(deps): bump github/codeql-action from 3.25.1 to 3.25.3
  > e43285d Merge pull request # 280 from go-logr/dependabot/github_actions/actions/upload-artifact-4.3.2
  > afe10fa build(deps): bump actions/checkout from 4.1.2 to 4.1.3
  > aefab1e Merge pull request # 279 from go-logr/dependabot/github_actions/github/codeql-action-3.24.10
  > 2e2e74f build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2
  > 9659f74 build(deps): bump github/codeql-action from 3.24.7 to 3.24.9
  > 2e76ada build(deps): bump github/codeql-action from 3.24.9 to 3.24.10
  > a44214d Merge pull request # 274 from thockin/master
  > 7083935 Merge pull request # 277 from go-logr/dependabot/github_actions/github/codeql-action-3.24.7
  > 376cba9 funcr: Handle nested empty groups properly
  > 60bd4f1 Merge pull request # 276 from go-logr/dependabot/github_actions/actions/checkout-4.1.2
  > 589c045 build(deps): bump github/codeql-action from 3.24.6 to 3.24.7
  > a6645b7 Fix slog tests for 1.22
  > ba1ff6b build(deps): bump github/codeql-action from 3.24.5 to 3.24.6
  > b705152 build(deps): bump actions/checkout from 4.1.1 to 4.1.2
  > 75599fa build(deps): bump github/codeql-action from 3.24.3 to 3.24.5
  > 4392df4 Merge pull request # 271 from thockin/master
  > 13ec622 Merge pull request # 270 from go-logr/dependabot/github_actions/github/codeql-action-3.24.3
  > 3717a4b Add a Go report card, fix lint
  > 7141c7e Merge pull request # 268 from thockin/master
  > 613a327 build(deps): bump github/codeql-action from 3.24.0 to 3.24.3
  > c9b5476 build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
  > 1cc4a3c Fix lint: named but unused params
  > dcfe76b build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1
  > 956dc6c build(deps): bump github/codeql-action from 3.23.2 to 3.24.0
  > dec5a4c build(deps): bump github/codeql-action from 3.23.1 to 3.23.2
  > 65deb01 build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0
  > 8520103 Merge pull request # 260 from go-logr/dependabot/github_actions/actions/upload-artifact-4.2.0
  > 77cb5eb Merge pull request # 259 from go-logr/dependabot/github_actions/github/codeql-action-3.23.1
  > 35c24f7 build(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0
  > 1be0bc0 build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0
  > 3f51f73 build(deps): bump github/codeql-action from 3.23.0 to 3.23.1
  > acc8c27 build(deps): bump github/codeql-action from 3.22.12 to 3.23.0
  > ab4956f build(deps): bump github/codeql-action from 3.22.11 to 3.22.12
bumping golang.org/x/mod d58be1c...bc151c4:
  > bc151c4 README: fix link to x/tools
  > d1f873e modfile: fix Cleanup clobbering Line reference
  > b56a28f modfile: Add support for tool lines
  > 79169e9 LICENSE: update per Google Legal
bumping golang.org/x/tools 33be3ef...3057be8:
  > 3057be8 go.mod: update golang.org/x dependencies
  > 4653e48 gopls/internal/analysis: add skipped analysis simplify on generated code
  > f855a53 gopls/internal/telemetry/cmd/stacks: use authentication token
  > 3ffd605 gopls/doc/features: fix prominent typo
  > a5df6ad go/analysis/passes/printf: report non-constant format, no args
  > c03e5c2 go/packages: do not nullify Fset when NeedSyntax is set
  > 6a6fd99 go/ssa: substitute type parameterized aliases
  > f6a2390 gopls/doc: delete commands.md
  > 2154cbf gopls/internal/golang: add "Browse gopls features" code action
  > ead76ab go/analysis: Add modules to Pass
  > 55d718e go/analysis/passes/buildtag: report invalid go versions in build tags.
  > 8b51d66 go/types/objectpath: support parameterized type aliases
  > 12d2c34 internal/testfiles: consolidate to CopyToTmp
  > 444aadd gopls/internal/cmd: redesign codeaction subcommand
  > cad260e internal/pkgbits: remove dead field
  > ec1a81b gopls/doc/features: more doc tweaks
  > 2fb3ebe txtar: implement fs.FS
  > 2cb2f7d internal/bisect: fix doc comment api links
  > 25ed04f LICENSE: update per Google Legal
  > da12580 go/packages: NeedTypes implies NeedModule
  > 6f4e2a8 gopls: update x/telemetry dependency
  > e4550b9 go/analysis/passes/nilness: fix wrong internal code comment
  > d9c6af3 cmd/stress: add -count flag, and print number of active commands in status updates
  > ef4d083 gopls/internal/protocol/command: draft Packages/Modules API
  > d29feb5 gopls/completion: prefer rangeable funcs in range statements
  > 71c5537 gopls/internal/analysis/fillswitch: use qualified type names
  > febceba copyright: don't skip directories "." or ".." in checkCopyright
  > 3968e70 go/analysis/internal/checker: allow for Plan 9 reduced exit codes in tests

Signed-off-by: Knative Automation <automation@knative.team>
2024-08-29 11:15:53 +00:00
Knative Automation ccd3fea1ba
Update community files (#1961)
Signed-off-by: Knative Automation <automation@knative.team>
2024-08-08 01:48:53 +00:00
Knative Automation 1c14806486
Update community files (#1960)
Signed-off-by: Knative Automation <automation@knative.team>
2024-07-30 13:22:38 +00:00
Knative Automation 59dd72a240
[main] Upgrade to latest dependencies (#1958)
* upgrade to latest dependencies

bumping knative.dev/serving fea0e7a...34cef98:
  > 34cef98 Update net-contour nightly (# 15400)
  > 493a456 Update net-kourier nightly (# 15402)
  > 948f04a Update net-istio nightly (# 15401)
  > 8a99187 upgrade to latest dependencies (# 15399)
bumping knative.dev/eventing 2cc0a5b...c3baeda:
  > c3baeda mt-broker ingress: Reject unauthorized requests (# 8105)
  > 7c1c46c [main] Upgrade to latest dependencies (# 8109)
  > 1e4183f Added EventPolicy Webhook (# 8091)
bumping knative.dev/client-pkg 18eac77...8393d69:
  > 8393d69 upgrade to latest dependencies (# 189)
  > 0b343a9 upgrade to latest dependencies (# 182)

Signed-off-by: Knative Automation <automation@knative.team>

* Fix istio setup

---------

Signed-off-by: Knative Automation <automation@knative.team>
Co-authored-by: David Simansky <dsimansk@redhat.com>
2024-07-24 14:08:37 +00:00
Knative Automation 95a4ee17a0
upgrade to latest dependencies (#1952)
bumping golang.org/x/mod c0bdc7b...d58be1c:
  > d58be1c sumdb/tlog: set the hash of the empty tree according to RFC 6962
  > 232e49f Revert "module: add COM0 and LPT0 to badWindowsNames"
bumping golang.org/x/term 5f0bb72...c976cb1:
  > c976cb1 go.mod: update golang.org/x dependencies
bumping golang.org/x/net 66e838c...e2310ae:
  > e2310ae go.mod: update golang.org/x dependencies
  > 77708f7 quic: skip tests which depend on unimplemented UDP functions on Plan 9
  > 9617c63 http2: avoid Transport hang with Connection: close and AllowHTTP
bumping knative.dev/networking 3b8764c...bab7f2a:
  > bab7f2a upgrade to latest dependencies (# 992)
  > 370ddbb Update community files (# 991)
  > f35497a upgrade to latest dependencies (# 990)
bumping knative.dev/client-pkg 8fbea3d...18eac77:
  > 18eac77 Update community files (# 188)
bumping knative.dev/serving 1f7cc48...fea0e7a:
  > fea0e7a Update net-istio nightly (# 15393)
  > 75310de Update TLS test matrix (# 15394)
  > 44a5d78 Enable cluster local TLS tests for Contour (# 15378)
  > 63a741d clean up certificate leases (# 15359)
  > 219e905 Update net-contour nightly (# 15389)
  > 88779ae Update net-istio nightly (# 15390)
  > 372a3e6 Update net-contour nightly (# 15386)
  > c584f0d Update net-istio nightly (# 15385)
  > 2156812 Update net-kourier nightly (# 15384)
  > 046577e Update net-contour nightly (# 15383)
  > 133b2fe Update net-gateway-api nightly (# 15382)
  > a3ee9b8 upgrade to latest dependencies (# 15381)
  > 306de5f Fix TestChangeDefaultDomain flake (# 15380)
  > ac7f585 Add startup probe support to Knative Service (# 15309)
  > a923915 enable system internal tls for contour (# 15374)
  > a310476 Update net-contour nightly (# 15377)
  > 9ffb3ad Update net-kourier nightly (# 15373)
  > b0eab7d Update net-contour nightly (# 15371)
  > 9b25954 Update net-istio nightly (# 15370)
  > 208138f Update net-gateway-api nightly (# 15372)
  > 4bbb7cf Fix external domain tls test setup (# 15366)
  > 05b60b5 Update community files (# 15369)
  > 75f7393 Update net-gateway-api nightly (# 15355)
  > af2c899 Adjust Workload HA test iterations to fit within test timeout (# 15362)
  > 89fdbe1 Update net-kourier nightly (# 15357)
  > 9873264 Update net-contour nightly (# 15363)
  > 6d257d8 Update net-istio nightly (# 15365)
  > a043ddf Drop duplicate test case - TestActivatorInRequestPathPossibly (# 15361)
  > 95c751a upgrade to latest dependencies (# 15353)
  > 25783ae Update net-contour nightly (# 15356)
  > b02cc68 Update net-istio nightly (# 15358)
  > 1dff15d feat: add defaults configurable runtimeClassName (# 15271)
  > 5558435 Update net-contour nightly (# 15350)
  > 2ac8b35 add tests to validate uptime of services during user pod deletion (# 15284)
  > 7193018 upgrade to latest dependencies (# 15351)
  > d6d8525 use wait.Interrupted (# 15342)
  > 48d3196 Update net-gateway-api nightly (# 15349)
  > 866782a Update net-istio nightly (# 15348)
  > 226c771 Bump ko-build/setup-ko from 0.6 to 0.7 (# 15346)
  > 6fa0f6d upgrade to latest dependencies (# 15344)
  > a5ad85b Update net-gateway-api nightly (# 15337)
  > b22e06c Update net-kourier nightly (# 15340)
  > de3b9ba upgrade to latest dependencies (# 15341)
  > 6d90f54 Update net-contour nightly (# 15339)
  > 78fd584 Update net-istio nightly (# 15338)
  > faf421a Update net-gateway-api nightly (# 15335)
  > 5a92452 Clean up job for old resources (# 15312)
  > 408b284 Update net-istio nightly (# 15336)
  > c980773 re-enable failng contour/gateway api tests (# 15334)
  > a4fa238 bump istio and contour for gateway api testing (# 15333)
  > e56319d Allow ipv6 address for sslip.io in default-domain Job (# 15328)
  > f464e2d upgrade to latest dependencies (# 15329)
  > 0b61640 Update net-kourier nightly (# 15314)
  > 8d768f5 Cert rotation test does not use specific ingress namespace (# 15331)
bumping google.golang.org/grpc fa274d7...2da9769:
  > 2da9769 Change version to 1.65.0 (# 7306)
  > ede96b7 metadata: remove String method (# 7373)
  > 64be203 grpc: Readd pick first name (# 7336) (# 7341)
  > 25e33a6 examples: Add CSM Observability example (# 7302) (# 7318)
  > 04a5f46 xds/internal/xdsclient: Emit unknown for CSM Labels if not present in CDS (# 7309) (# 7317)
  > cff5c3e stats/opentelemetry: Add e2e testing for CSM Observability (# 7279) (# 7316)
  > 9b970fd dns: fix constant 30s backoff for re-resolution (# 7262) (# 7311)
  > 6d23620 documentation: on server, use FromIncomingContext  for retrieving context and `SetHeader`, `SetTrailer` to send metadata to client (# 7238)
  > 7e5898e xds: unify xDS client creation APIs meant for testing (# 7268)
  > 5d7bd7a interop/xds: Interop client and server changes for CSM Observability (# 7280)
  > 1958fcb cmd/protoc-gen-go-grpc: update version for release (# 7294)
  > 32f6091 *: update deps (# 7282)
  > 02f0e77 security: remove security/authorization module (# 7281)
  > 8bf2b3e grpcrand: delete all of grpcrand and call the rand package directly (# 7283)
  > 24e9024 Fix close in use certificate providers after double `Close()` method call on wrapper object (# 7128)
  > 33faea8 ringhash: fix normalizeWeights (# 7156)
  > 0756c0d stats: Various CSM Observability bug fixes (# 7278)
  > fe82db4 stats/opentelemetry: Add CSM Observability API (# 7277)
  > f1aceb0 stats/opentelemetry: CSM Observability server side component changes (# 7264)
  > 8138555 testing: remove skip for otel since we no longer support Go 1.20 (# 7276)
  > 58cfe27 deps: update dependencies for all modules (# 7274)
  > 11872f1 advancedtls: add CipherSuites to Options (# 7269)
  > a4593c5 advancedtls: use realistic ciphersuite in test (# 7273)
  > 01363ac *: end support for Go v1.20 (# 7250)
  > 6e59dd1 examples: add example to illustrate the use of file watcher interceptor (# 7226)
  > 03da31a client: implement maxAttempts for retryPolicy (# 7229)
  > f7d3d3e stats/opentelemetry: CSM Observability client side component changes (# 7256)
  > 092e793 test/kokoro: Add psm-csm build config (# 7263)
  > 5ffe0ef advancedtls: populate verified chains when using custom buildVerifyFunc (# 7181)
  > 1db6590 grpc: Move Pick First Balancer to separate package (# 7255)
  > 1adbea2 protoc-gen-go-grpc: copy service comment to interfaces (# 7243)
  > a639c40 test: fix flaky test ClientSendsAGoAway (# 7224)
  > c822adf balancergroup: add a `ParseConfig` API and remove the `UpdateBuilder` API (# 7232)
  > a75dfa6 xds: change the DumpResources API to return proto message containing the resource dump (# 7240)
  > 48b6b11 credentials/tls: reject connections with ALPN disabled (# 7184)
  > 0a0abfa stats/opentelemetry: Add CSM Plugin Option (# 7205)
  > 2f52f9e examples: update remaining uses of grpc.Dial to NewClient (# 7248)
  > aea78bd grpc: Add perTargetDialOption type and global list (# 7234)
  > 2d2f417 advancedTLS: unset a deprecated field after copying it (# 7239)
  > 2174ea6 documentation: fix typo in anti-patterns.md (# 7237)
  > e22436a pickerwrapper: use atomic instead of locks (# 7214)
  > 0020ccf advancedTLS: Documentation (# 7213)
  > 59954c8 Change version to 1.65.0-dev (# 7220)
  > 3bf7e9a advancedTLS: Add in deprecated name for transitionary period (# 7221)
bumping knative.dev/pkg 339c22b...4355f0c:
  > 4355f0c upgrade to latest dependencies (# 3075)
  > b4e5f07 Bump google.golang.org/grpc from 1.64.0 to 1.65.0 (# 3073)
  > fe204d0 Bump golang.org/x/net from 0.26.0 to 0.27.0 (# 3072)
  > 9dc5206 Bump golang.org/x/tools from 0.22.0 to 0.23.0 (# 3074)
  > 7ecd548 Update community files (# 3071)
  > 3f6a546 Fix rand source in name (# 3070)
  > ee1db86 Update linter config and address lint warnings/failures (# 3068)
  > 26bc7b4 Register AuthenticatableType in schema (# 3069)
  > 8535fcc gofumpt the repo (# 3067)
  > fc0720b [logstream] test polling should use a different context (# 3066)
  > 51dec91 drop test-infra code (# 3065)
  > b5bb12c drop unused OWNERS files and update script (# 3064)
  > 915c009 drop google/s2a-go (# 3062)
  > cd0e61e drop mako (# 3060)
  > fe2597a drop eventing kafka from downstream tests - repo is archived (# 3061)
  > b94232c Bump cloud.google.com/go/storage from 1.41.0 to 1.42.0 (# 3057)
bumping golang.org/x/sys 673e0f9...faed7ec:
  > faed7ec unix: add PthreadChdir and PthreadFchdir on darwin
  > c892bb7 unix: fix MmapPtr test failing on OpenBSD
  > a0ef40a unix: fix MremapPtr test failing on NetBSD
  > daa2394 unix: add unsafe mmap, munmap, mremap
  > 7670087 windows: add GetAce Windows API
  > 348425a windows/svc: do not pass theService to windows.RegisterServiceCtrlHandlerEx
bumping google.golang.org/genproto/googleapis/api d264139...ef581f9:
  > ef581f9 chore(all): update all (# 1132)
  > 5315273 chore(all): update all (# 1131)
  > a332354 chore(all): auto-regenerate .pb.go files (# 1130)

Signed-off-by: Knative Automation <automation@knative.team>
2024-07-19 13:00:08 +00:00
David Simansky eea152bbbe
Remove release notes template in favor of global one (#1957) 2024-07-18 09:36:13 +00:00
David Simansky 31cec399a8
Add release note template (#1956) 2024-07-17 12:17:28 +00:00
Knative Automation b626b741fa
Update community files (#1955)
Signed-off-by: Knative Automation <automation@knative.team>
2024-07-04 01:45:31 +00:00
Knative Automation 54a1fa1af2
upgrade to latest dependencies (#1948)
bumping knative.dev/eventing 0e14da4...ea8f0fd:
  > ea8f0fd Add `AppliedEventPoliciesStatus` type (# 7999)
  > 8da4543 Add `default-authorization-mode` feature flag (# 7996)
  > 7f37d64 Add EventPolicy types  (# 7995)
  > 6259113 Fix possible nil pointer dereference in event-dispatcher (# 7994)
  > 67ceb9e Move job sink certificate out of config core (# 7993)
  > b18b1b1 JobSink: add webhook validation for spec.job (# 7962)
  > 0bce743 Support arbitrary data for rekt configmap package (# 7991)
  > 834d833 Add JobSink data plane symlink in config/ (# 7990)
  > c60bcd0 fix: add comments and improve regex for attribute filter transform function (# 7967)
  > d60149d [main] Upgrade to latest dependencies (# 7987)
  > 3af0fac Exclude core deployments from SinkBinding webhook injection (# 7986)
  > 8c4cd2e Fix: Parallels updates subscription where possible, instead of recrea… (# 7965)
  > 844dcbf Adding mount path as env variable in container (# 7968)
  > b8623b2 [main] Update community files (# 7969)
  > 9d11598 fix: eventing clusterrole has correct knsubscribe permissions (# 7943)
  > f9156c8 JobSink: don't start informers twice (# 7964)
  > bff65d2 Triggering long running background jobs when events occurs (# 7954)
  > 3ee2400 fix: sequence updates subscription where possible, instead of recreating it (# 7948)
  > 96e0f09 Bump rekt to main (# 7958)
  > e3604b8 [main] Upgrade to latest dependencies (# 7957)
  > 08b0813 [main] Upgrade to latest dependencies (# 7956)
  > c53b44d [main] Format Go code (# 7953)
  > a58c135 Prototype a MQTT Source  (# 7919)
  > 39d2723 [main] Upgrade to latest dependencies (# 7950)
  > b9cba87 Add EventType v1beta3 conversion (# 7938)
  > 2a11bb8 [main] Update community files (# 7949)
  > 746dc52 fix: no more panic in the execute request method (# 7947)
  > abdbf14 Remove rekt test from GH actions e2e test run (# 7941)
  > a3a2ac0 Enable `eventtype-auto-create` feature flag for e2e tests (# 7940)
  > 74253dd [main] Upgrade to latest dependencies (# 7932)
  > 68920d2 Fix log message for recordevents receiver (# 7936)
  > 9c0f9cc Update eventtype CRD to include `.spec.reference.address` (# 7935)
  > b5f92c2 Copy message before passing it to eventtype autocreate handler (# 7934)
bumping knative.dev/hack 68e3bfb...0914314:
  > 0914314 Update community files (# 384)
  > 3b6d644 Update community files (# 383)
bumping google.golang.org/api 4b79cc4...c642c84:
  > c642c84 chore(main): release 0.183.0 (# 2615)
  > 305d137 chore(all): update all (# 2618)
  > 0077748 feat(all): auto-regenerate discovery clients (# 2622)
  > c7f1614 feat(all): auto-regenerate discovery clients (# 2619)
  > 08fdd71 feat(all): auto-regenerate discovery clients (# 2617)
  > 5f21214 feat(all): auto-regenerate discovery clients (# 2616)
  > 1de148b feat(all): auto-regenerate discovery clients (# 2611)
  > 4f98211 fix: add another temporary dep on genproto (# 2614)
  > b49e3b9 chore(main): release 0.182.0 (# 2591)
  > b6f615b chore(all): update all (# 2607)
  > c4c51ce feat(all): auto-regenerate discovery clients (# 2609)
  > 0e58f74 feat(all): auto-regenerate discovery clients (# 2608)
  > ceaeabf feat(all): auto-regenerate discovery clients (# 2606)
  > f474c8f feat(all): auto-regenerate discovery clients (# 2604)
  > ece7727 feat(all): auto-regenerate discovery clients (# 2603)
  > a86c4b6 feat(all): auto-regenerate discovery clients (# 2602)
  > 2e7cc39 feat(all): auto-regenerate discovery clients (# 2600)
  > 677f53d feat(all): auto-regenerate discovery clients (# 2599)
  > 7d46b4d feat(all): auto-regenerate discovery clients (# 2597)
  > 07e7104 feat(all): auto-regenerate discovery clients (# 2595)
  > 21295a5 feat(all): auto-regenerate discovery clients (# 2594)
  > e95bd57 feat(all): auto-regenerate discovery clients (# 2590)
bumping golang.org/x/tools cc29c91...bc6931d:
  > bc6931d go.mod: update golang.org/x dependencies
  > 1767b14 go/ssa: remove code with no effect
  > 2088083 internal/gocommand: add more debug info for hanging go commands
  > f1a3b12 internal/imports: FixImports should be cancellable
  > 4478db0 go/analysis/passes/copylock: suppress error in ill-typed code
  > 018d3b2 gopls: warn about Go 1.19 and Go 1.20
  > 58cc8a4 gopls/internal/filecache: suppress gc in tests
  > b623539 gopls/internal/cache: suppress "internal" import check on Bazel
  > 1e9d12d go/packages: pass -overlay to all 'go list' invocations
  > 3c293ad internal/cache: invalidate broken imports when package files change
  > 5eff1ee gopls/internal/cache: check viewMap before altering views
  > da9cad4 go/packages: avoid unnecessary "realpath" on pwd
  > 71b7fa9 go/callgraph/vta: save some heap allocations in the trie implementation
  > 2f8e378 go/callgraph/vta: remove graph successors method
  > 624dbd0 go/analysis/passes/stringintconv: post gotypesalias=1 tweak
  > 4669dc7 gopls/internal/test/marker: simplify seedCache file
  > 6887e99 gopls/internal/cache: use a better view in viewOfLocked
  > bd624fd gopls: make tests tolerant of new go/types error format
  > 2e977dd internal/drivertest: evaluate symlink before calling packages.Load
  > 8d54ca1 gopls/internal/test/marker: seed the cache before running tests
  > 01018ba Revert "gopls/internal/settings: enable semantic tokens by default"
  > 019da39 gopls/internal/golang: OutgoingCalls: fix crash on unsafe.Slice
  > 30c880d gopls/internal/cache: improve missing import error message
  > d017f4a go/packages/internal/drivertest: a package for a fake go/packages driver
  > e229045 go/callgraph/vta: avoid some temporary data structures using callbacks
  > 0215a5b go/packages: document fields that are part of JSON schema
  > f10a0f1 gopls/internal/golang: skip TestFreeRefs on js
  > d940b33 gopls/internal/server: support InsertReplaceEdit completion
  > e635bfa gopls/internal/golang: unexport more declarations
  > 7045d2e go/analysis/passes/nilness: fix bug with MakeInterface(TypeParam)
  > e1b14a1 gopls/internal/server: avoid VS Code lightbulb
  > 34db5bc gopls: initial support for godebug directive in go.mod and go.work
  > 56f50e3 gopls/doc: split codelenses out of settings
  > 3629652 gopls/internal/analysis/simplifyrange: suppress on range-over-func
  > fb52877 all: sync golang.org/x/telemetry@bda5523
  > 4646dbf gopls/internal/protocol: customize InsertReplaceEdit JSON unmarshal
  > bc5e086 gopls/internal/golang: unexport several functions
  > 32cec11 gopls/internal/test/integration: fix race in TestGCDetails_Toggle
  > c3aae99 gopls/doc: tidy up analyzer documentation
  > 41211c8 gopls/internal/golang: fix bug in freeRefs algorithm
  > 788d39e gopls/internal/golang: "Show free symbols" code action
  > f73683e gopls/internal/golang: remove test debugging aix-ppc64 issue
  > 0b4dca1 gopls/internal/protocol: separate CodeLens from Command; document
  > 8cf8c6f internal/test/integration: materialize startedWork and completedWork
  > de1032b gopls: remove dead code
  > 499663e all: fix function names in comment
  > c184dd7 internal/test/marker: skip basiclit.txt on ppc64
  > 1f300c9 gopls: upgrade x/telemetry to pick up CL 586195
  > fd7deae gopls/internal/test/marker: fix analyzers.txt test that requires cgo
  > af36634 gopls/internal/protocol: rename DocumentChange{s,}
  > 42d564a gopls: support four kinds of DocumentChanges
  > b92578a x/tools: update to x/telemetry@9ff3ad9
  > 987af8b x/tools: update to x/telemetry@ac8fed8
  > 069435c gopls/internal/cache: use 1 not 0 for missing line/col info
  > 528484d gopls/internal/cache: support overlays
  > 2e17129 gopls/doc/generate: add link anchors to each setting
  > ab7bc6c gopls: further minor generator simplifications
  > d40dfd5 gopls: upload from telemetry.Start, rather than upload.Run
  > e8808ed gopls: upgrade x/telemetry to latest
  > 0006edc go/ssa: support range-over-func
  > 59d9797 gopls/internal/settings: annotate TestVetSuite with NeedsTool("go")
  > 487737a gopls/internal/golang: fix another crash in RenderPackageDoc
  > 4cfd180 gopls/internal/golang: RenderPackageDoc: fix param truncation crash
  > 3e9beb6 gopls/doc/release: add release notes for struct tag hover info
  > 24f3b32 gopls/internal/golang: show struct tag when hovering over fields
  > 9795fac gopls/internal/server: discard non-file scheme workspace folder URIs
  > 3b13d03 gopls/internal/cache: fix bug.Report converting Diagnostic positions
  > 7f3a258 gopls/internal/test/integration/misc: disable another staticcheck test
  > 8483344 gopls/internal/settings: add framepointer,sigchanyzer analyzers
  > 8f9d159 gopls/internal/test/integration/misc: disable staticcheck test
  > f38ac9b gopls/internal/test: avoid std assumptions in range-over-func test
  > e35e4cc go/ssa: compile range-over-func to panic
  > e149e84 gopls: rationalize code generation
  > ff28778 gopls/internal/protocol: rationalize edit helpers
  > 5daf157 gopls/internal/golang: simplify "rewrite" code actions
  > 1718e2d gopls/internal/cache: simplify Snapshot Go commands
  > a432b16 gopls/internal/analysis: disable ssa/ir analyzers on range-over-func
  > b426bc7 go/packages/packagestest: reflect new modules.txt requirements
  > a943a14 go/analysis/passes/directive: do not report adjoining //go:debug
  > b020bdb go/callgraph/vta: add type alias test
bumping github.com/prometheus/common e54e4df...789222a:
  > 789222a Merge pull request # 627 from freak12techno/add-time-template-helpers
  > 6846990 Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /sigv4 (# 639)
  > b2fc541 Merge branch 'main' into add-time-template-helpers
  > f93a89e Bump github.com/aws/aws-sdk-go from 1.51.32 to 1.53.14 in /sigv4 (# 638)
  > 9f1953b chore: review fixes
  > 3ddc148 Merge pull request # 636 from prometheus/repo_sync
  > 4f7cf6e Update helpers/templates/convert_to_float.go
  > 6b9921f Refactored oauth2RoundTripper.RoundTrip (# 634)
  > 2b9d805 Update common Prometheus files
  > b9d8f7c Update helpers/templates/humanize_duration.go
  > a7407da Add support for secret refs (# 572)
  > 80e630e Update helpers/templates/humamize_duration_test.go
  > 260bf03 Add common interface to fetch secrets in HTTP client config (# 538)
  > 270171b chore: fixed go.mod again
  > 58f58f8 Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 (# 629)
  > c5c1b1d chore: revert gitignore
  > 20d77e7 Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1 (# 631)
  > 5bde41a chore: probably fixed CI
  > b2390e6 Bump golang.org/x/net from 0.23.0 to 0.24.0 (# 630)
  > 9248aab feat: add time template helpers
  > d725e1b Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (# 628)
  > befd598 Bump github.com/aws/aws-sdk-go from 1.51.11 to 1.51.32 in /sigv4 (# 632)
  > 54517e0 Update common Prometheus files (# 633)
  > 36303a8 Merge pull request # 416 from roidelapluie/headers
  > 5c108f8 Bump golang.org/x/net from 0.22.0 to 0.23.0 (# 623)
  > aeb616a Add HTTP headers support to common HTTP client.
  > 2cd1b1a Bump golang.org/x/net from 0.22.0 to 0.23.0 in /sigv4 (# 624)
bumping knative.dev/serving a0a1ac7...1f7cc48:
  > 1f7cc48 Log errors in cert rotation test when deleting secret (# 15325)
  > 2e5d17e Update net-gateway-api nightly (# 15324)
  > 227975c Update net-istio nightly (# 15323)
  > 738d0c1 Update net-contour nightly (# 15322)
  > 4a6c5fc Update net-gateway-api nightly (# 15317)
  > da1245e upgrade to latest dependencies (# 15320)
  > de2399a Update net-contour nightly (# 15319)
  > 368d761 Update net-istio nightly (# 15318)
  > 62ce45c Update community files (# 15315)
  > facee04 Update net-istio nightly (# 15313)
  > 09b4cd3 use cgr.dev/chainguard/static:latest which is nonroot (# 15310)
  > 30a77d1 Add affinity-rules feature to configmap config-deployment (# 15250)
  > 10b9152 Update net-gateway-api nightly (# 15307)
  > 19055d5 upgrade to latest dependencies (# 15306)
  > 3e53acc Run system-internal-tls tests only for kourier (# 15299)
  > 5a3aa98 Update net-kourier nightly (# 15303)
  > 4c71c49 Update net-istio nightly (# 15301)
  > d3f9a04 Update net-contour nightly (# 15302)
  > 57d2a26 Update net-gateway-api nightly (# 15300)
  > bb51203 upgrade to latest dependencies (# 15297)
  > 2fd8465 [Automated] Update net-gateway-api nightly (# 15292)
  > 8cf5aba Set controller reconcillers to the correct number in tests (# 15290)
  > 92c6a63 upgrade to latest dependencies (# 15294)
  > d1781c5 Update net-contour nightly (# 15291)
  > 4538823 if revision is inactive, scale to zero instead of waiting for last pod retention (# 15161)
  > b0dfed2 Update net-istio nightly (# 15287)
  > 0ddd15e Update net-kourier nightly (# 15283)
  > f5123b6 upgrade to latest dependencies (# 15277)
  > a2459ef Update net-istio nightly (# 15281)
  > f84265a Do not delete ingress Secret in tests for internal tls (# 15280)
  > f53936b revert headless svc change from k8s private svc (# 15275)
  > 85d485a Update net-gateway-api nightly (# 15282)
  > 0b363c0 Update community files (# 15273)
  > 7fab945 Update net-istio nightly (# 15272)
  > 4fe029f Remove certmanager integration tests (# 15261)
  > b15ce9a Test for internal TLS certificate rotation (# 15217)
  > f7f530d Update net-kourier nightly (# 15265)
  > b5455c9 upgrade to latest dependencies (# 15264)
  > fc2ce76 Drop the k8s service name from kubectl get revision output (# 15260)
  > 71d1654 fix: Fixed liveness periodseconds to 10 so that crashloopback off doesn't happen which causesexpired lease to get stuck. (# 15256)
  > 57874d7 Update net-contour nightly (# 15246)
  > 79da324 delete CORS tests from serving (# 15249)
  > 94c040d Update net-gateway-api nightly (# 15245)
  > ab5c1a0 Bump actions/download-artifact from 3 to 4 (# 15240)
  > e42ed25 Update net-contour nightly (# 15204)
  > a4c98d1 Bump actions/cache from 3 to 4 (# 15242)
  > 374a644 Bump actions/checkout from 3 to 4 (# 15239)
  > 45388c0 fix cluster-local routes being stalled when external-domain-tls is enabled (# 15234)
  > 69c0589 update github actions automatically (# 15225)
  > 7aa7ed8 Fix e2e script to disable cors policy for Contour tests (# 15235)
  > e89957c Update net-kourier nightly (# 15229)
  > 60c003b Update net-istio nightly (# 15230)
  > fa7eaa2 Cleanup resources from DeploymentFailure upgrade test (# 15227)
  > 5ebffd5 add pod anti affinity rules to activator component (# 15233)
bumping google.golang.org/genproto/googleapis/rpc 0867130...5315273:
  > 5315273 chore(all): update all (# 1131)
  > a332354 chore(all): auto-regenerate .pb.go files (# 1130)
  > d264139 chore(all): update all (# 1128)
  > dc85e6b chore(all): auto-regenerate .pb.go files (# 1129)
  > fc5f0ca chore: min Go version to 1.20 (# 1127)
bumping golang.org/x/term 46c790f...5f0bb72:
  > 5f0bb72 go.mod: update golang.org/x dependencies
bumping golang.org/x/net d27919b...66e838c:
  > 66e838c go.mod: update golang.org/x dependencies
  > 6249541 http2: avoid race in server handler SetReadDeadine/SetWriteDeadline
  > 603e3e6 quic: disable X25519Kyber768Draft00 in tests
  > 67e8d0c http2: report an error if goroutines outlive serverTester tests
  > 5608279 http2: avoid corruption in priority write scheduler
  > 0d515a5 http2: factor out frame read/write test functions
  > 9f5b79b http2: drop unused retry function
  > 03c24c2 http2: use synthetic time in server tests
  > 022530c http2: add a more full-featured test net.Conn
  > 410d19e http2: avoid racy access to clientStream.requestedGzip
  > 332fe23 http2: remove spec coverage test
  > c1f5833 all: replace deprecated io/ioutil calls
  > 9545aea http2: clearer distinction between test server types
  > b1ec120 http2: use implicit synchronization in tests
  > 49bf2d7 proxy: use strings.TrimSuffix
  > c87a5b6 http2: set up the timer of closing idle connection after the initialization
  > 8aa6dbf http2: cancel handler context on stream errors
  > 2c14f51 http2: drop the gate type
  > ac99879 webdav: return 409 for PUT without parent collection
  > 7fa635b http2: avoid panic on h2c upgrade failure
bumping github.com/prometheus/client_model d56cd79...571429e:
  > 571429e Merge pull request # 86 from prometheus/repo_sync
  > 6fe5007 Merge pull request # 85 from prometheus/repo_sync
  > cc727ab Update common Prometheus files
  > 64c33c9 Merge pull request # 84 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.33.0
  > bce87c1 Update common Prometheus files
  > 5c25993 Merge pull request # 82 from prometheus/repo_sync
  > d954a8a Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
  > 01ca24c Merge pull request # 81 from prometheus/repo_sync
  > bb45f95 Update common Prometheus files
  > ccd6823 Update common Prometheus files
bumping golang.org/x/text 8d533a0...9c2f3a2:
  > 9c2f3a2 cmd/gotext: fix segfault in extract & rewrite commands
  > 59e1219 message: optimize lookupAndFormat function for better performance
  > a20a3e2 x/text: update x/tools for go/ssa range-over-func fix
bumping golang.org/x/oauth2 84cb9f7...5fd4241:
  > 5fd4241 google: update compute token refresh
bumping knative.dev/client-pkg 2d1c4c8...8fbea3d:
  > 8fbea3d Update community files (# 187)
  > d237eca Update community files (# 186)
bumping knative.dev/networking 1d0137a...3b8764c:
  > 3b8764c upgrade to latest dependencies (# 989)
  > 85e269d Update community files (# 988)
  > 41aa208 upgrade to latest dependencies (# 987)
  > 1b470c4 upgrade to latest dependencies (# 986)
  > 11202c5 Update community files (# 985)
bumping golang.org/x/sys 7d69d98...673e0f9:
  > 673e0f9 unix: skip ethtool driver test for busy interface
  > 6943ab6 unix/linux: update glibc to 2.39
  > 92f3ad6 unix: update to Linux kernel 6.9
  > f34bb9f windows: add net user enum
  > 6dfb94e unix: add types for SOCK_DIAG
bumping knative.dev/pkg 99e1685...339c22b:
  > 339c22b Add AuthenticatableType duck type (# 3056)
  > 15e6cdf Bump golang.org/x/tools from 0.21.0 to 0.22.0 (# 3053)
  > 543dda5 Bump google.golang.org/api from 0.182.0 to 0.183.0 (# 3054)
  > 9b7c2c5 Bump github.com/prometheus/common from 0.53.0 to 0.54.0 (# 3052)
  > 8119179 Update community files (# 3050)
  > 58135c2 Extra logging for leases (# 3049)
  > fce44ea Maybe fix controller ha (# 3046)
  > 1709961 Bump google.golang.org/api from 0.181.0 to 0.182.0 (# 3048)
  > 229e527 fix: downstream tests assume release branch was cut (# 3047)
  > 7d52a43 drop special logic when handling kubelet probe header for istio mTLS (# 2997)
  > ff4756a Update community files (# 3044)
  > 5eeb7ec Skip lease with empty holder (# 3042)
bumping google.golang.org/genproto/googleapis/api b8a5c65...d264139:
  > d264139 chore(all): update all (# 1128)
  > dc85e6b chore(all): auto-regenerate .pb.go files (# 1129)
  > fc5f0ca chore: min Go version to 1.20 (# 1127)
  > 0867130 chore(all): auto-regenerate .pb.go files (# 1125)
  > 024948a chore(all): update all (# 1126)
  > 6275950 chore(all): auto-regenerate .pb.go files (# 1124)
bumping golang.org/x/mod aa51b25...c0bdc7b:
  > c0bdc7b modfile: add API for godebug lines
  > 6686f41 module: add COM0 and LPT0 to badWindowsNames

Signed-off-by: Knative Automation <automation@knative.team>
2024-06-17 11:53:10 +00:00
Knative Automation 543b2b81be
Update community files (#1950)
Signed-off-by: Knative Automation <automation@knative.team>
2024-06-07 13:28:03 +00:00
Knative Automation 4689bbc7f9
Update community files (#1949)
Signed-off-by: Knative Automation <automation@knative.team>
2024-05-29 13:20:45 +00:00
Knative Automation db1088227e
upgrade to latest dependencies (#1944)
bumping google.golang.org/grpc d32e66c...fa274d7:
  > fa274d7 Change version to 1.64.0 (# 7218)
  > 6b413c8 xds: Surround two `Infof` calls that use `pretty.ToJSON` with `V(2)` checks (# 7216)
  > 2dbbcef resolver/dns: Add docstring to SetMinResolutionInterval (# 7217)
  > 070d9c7 codes: replace %q to %d in error string when invalid code is an integer (# 7188)
  > 5d24ee2 xds: store server config for LRS server in xdsresource.ClusterUpdate (# 7191)
  > c76f686 advancedTLS: Rename get root certs related pieces (# 7207)
  > f591e3b codec: remove option to suppress setting supported compressors in headers (# 7203)
  > b4f7947 github: remove dependabot (# 7208)
  > 0561c78 client: add user-friendly error message of LB policy update timed out (# 7206)
  > 9d9c1fb peer: remove change detector test (# 7204)
  > 9d9a96f peer and metadata: Implement the Stringer interface for Peer and Metadata (# 7137)
  > 911d549 advancedTLS: Combine `ClientOptions` and `ServerOptions` to just `Options` (# 7202)
  > 4879d51 advancedTLS: Swap to DenyUndetermined from AllowUndetermined in revocation settings (# 7179)
  > befc29d advancedTLS: Rename {Min/Max}Version to {Min/Max}TLSVersion (# 7173)
  > f2d6421 test/kokoro: simplify PSM Interop Kokoro buildscripts (# 7171)
  > 9199290 xds: Move bootstrap config to internal/xds (# 7182)
  > f167ad6 test: fix possible leaked goroutine in TestDetailedConnectionCloseErrorPropagatesToRpcError (# 7183)
  > bb9882e Add an optional implementation of streams using generics (# 7057)
  > a87e923 channelz: fix missing Target on SubChannel type (# 7189)
  > 273fe14 *: fix typos (# 7178)
  > c7c8aa8 xds/internal: Replace calls to `Debugf` with `V(2)` checks and `Infof` (# 7180)
  > 796c615 grpc: update clientStreamAttempt context with transport context (# 7096)
  > e4a6ce3 Add atollena to MAINTAINERS.md (# 7126)
  > b433b94 advancedtls: Rename RevocationConfig (# 7151)
  > 5ab1c1a advancedtls: Add notes about required vs. optional for FileWatcherOptions (# 7165)
  > 1e8b9b7 stats/opentelemetry: Add OpenTelemetry instrumentation component (# 7166)
  > dd953fd examples: fix the quickstart link in the routeguide example (# 7162)
  > 750e1de examples: improve grammar in the interceptor example (# 7163)
  > 4e8f9d4 advancedtls: fix docstring for VerificationResults (# 7168)
  > 5a24fc1 xds/internal/xdsclient/xdsresource: Preallocate VirtualHost slice correctly (# 7157)
  > cb9c22d vet: run staticcheck for all sub modules (# 7155)
  > d75b5e2 advancedtls: Rename custom verification function APIs (# 7140)
  > 34de5cf stats/opencensus: Handle PickerUpdated to avoid "Received unexpected stats" error (# 7153)
  > 34c7675 chore: fix function names in comment (# 7117)
  > 5fe2e74 advancedtls: Rename VType (# 7149)
  > 09e6fdd Update docs and examples and tests to use NewClient instead of Dial (# 7068)
  > 9cf408e *: fix regenerate.sh (# 7139)
  > 5e0fa76 transport: make nextID accessed inside t.mu only (# 7148)
  > 54e0a13 transport: misc cleanups (# 7147)
  > 81d3f06 xds/internal/xdsclient/xdslbregistry: remove unused call to type url (# 7130)
  > f268126 Send GOAWAY to server on Client Transport Shutdown (# 7015)
  > 431436d examples: Add custom load balancer example (# 6691)
  > fc8da03 advancedtls: unexport parts of API not meant to be public (# 7118)
  > 006e2ba client: Drop two calls to `pretty.ToJSON` and move code outside of lock (# 7132)
  > a2f8e61 cmd/protoc-gen-go-grpc: reuse route_guide_grpc.pb.go as golden file (# 7134)
  > 0c6d80c chore: fix lint (# 7133)
  > b37cd81 xds: Process telemetry labels from CDS in xDS Balancers (# 7116)
  > a4afd4d deps: remove dependency of github.com/golang/protobuf from main module (# 7122)
  > afaa301 pb.go: regenerate (# 7123)
  > 664e852 stats: mark InPayload.Data and OutPayload.Data for deletion (experimental) (# 7121)
  > adf976b xds: remove -v when running xds e2e tests (# 7120)
  > 308dbc4 xds/internal/xdsclient: Process string metadata in CDS for com.google.csm.telemetry_labels (# 7085)
  > 554f107 Makefile: perfect PHONY (# 7076)
  > 0baa668 test/kokoro: Migrate PSM Interop to Artifact Registry (# 7102)
  > ec257b4 channelz: pass parent pointer instead of parent ID to RegisterSubChannel (# 7101)
  > 6fbcd8a cmd/protoc-gen-go-grpc: add change detector test (# 7072)
  > eb4e411 vet: split vet-proto from vet.sh (# 7099)
  > 28cccf3 pb.go: regenerate (# 7098)
  > 879414f deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (# 7059)
  > 8444ae0 resolver/dns: Add SetMinResolutionInterval Option (# 6962)
  > 59be823 grpc: Deprecate WithBlock, WithReturnConnectionError, FailOnNonTempDialError (# 7097)
  > c31cec3 Fix: error message using correct keepalive config value (# 7038)
  > f1cf6bf *: update http2 dependency (# 7081)
  > b7346ae channelz: fix race accessing channelMap without lock (# 7079)
  > 4ec8307 cmd/protoc-gen-go-grpc: replace usages of deprecated API (# 7071)
  > feb968b build(deps): bump the github-actions group with 2 updates (# 7069)
  > 17d1039 grpc: Export header list sizes in DialOption and ServerOption (# 7033)
  > ba1bf9e deps: update dependencies for all modules (# 7061)
  > 57e4391 googlec2p: use the bootstrap parsing code to generate parsed bootstrap config instead of handcrafting it (# 7040)
  > fc3f327 channelz: refactor to move proto API to a separate package (# 7065)
  > b78c0eb examples: Update features/encryption/README.md file (# 7045)
  > c003fdf channelz: add LocalAddr to listen sockets and test (# 7062)
  > a975978 cmd/protoc-gen-go-grpc: don't emit const blocks for services with no methods (# 7055)
  > eb5828b protoc: Change protoc to include generated call option (# 6960)
  > cce1632 Change version to 1.64.0-dev (# 7052)
bumping knative.dev/eventing 1572967...0e14da4:
  > 0e14da4 fix(test): the attribute filter transform test correctly compares slices now (# 7931)
  > 5355171 Fix trust bundle propagation (# 7924)
  > 15be248 CrossNamespace: Data Plane Changes for Broker Filter (# 7913)
  > 34f9e43 CrossNamespace: Control Plane Changes for Trigger (# 7889)
  > 308e6b6 SubjectAccessReviews resources correction (# 7925)
  > 9cdc7ba CrossNamespace: Update knsubscribe permissions (# 7926)
  > dbaaedc [main] Update actions (# 7923)
  > 3ea1900 [main] Upgrade to latest dependencies (# 7922)
  > 3189fc2 Add attribute filter transform function (# 7909)
  > 3541408 Make transport-encryption a Beta feature (# 7915)
  > 884f0da Adding uname name mapping for x86_64 in hack/install.sh (# 7917)
  > 6b6f6d1 Sequence and Parallel: announce correct OIDC identities in authstatus (# 7902)
  > 58d7920 Fix IMC metrics for transport encryption (# 7904)
  > 4358574 CrossNamespace: Testing Code Style (# 7918)
  > 4951b74 [main] Upgrade to latest dependencies (# 7920)
bumping knative.dev/networking 25012a4...1d0137a:
  > 1d0137a upgrade to latest dependencies (# 984)
  > 507209b Update actions (# 982)
  > 4e598f4 upgrade to latest dependencies (# 981)
  > b31855c upgrade to latest dependencies (# 980)
bumping google.golang.org/api 6feeaaf...4b79cc4:
  > 4b79cc4 chore(main): release 0.181.0 (# 2582)
  > c3f4828 feat(all): auto-regenerate discovery clients (# 2589)
  > 7d13175 chore: update min version to 1.20 (# 2588)
  > 86c9521 feat(all): auto-regenerate discovery clients (# 2587)
  > afc4685 feat(all): auto-regenerate discovery clients (# 2586)
  > 4177d21 chore(all): update all (# 2584)
  > e35f76f feat(all): auto-regenerate discovery clients (# 2585)
  > 7b18e5d feat(all): auto-regenerate discovery clients (# 2583)
  > 6923ec8 feat(all): auto-regenerate discovery clients (# 2581)
bumping knative.dev/client-pkg dfb0087...2d1c4c8:
  > 2d1c4c8 Update actions (# 184)
bumping google.golang.org/genproto/googleapis/rpc 8cf5692...0867130:
  > 0867130 chore(all): auto-regenerate .pb.go files (# 1125)
  > 024948a chore(all): update all (# 1126)
  > 6275950 chore(all): auto-regenerate .pb.go files (# 1124)
  > b8a5c65 chore(all): update all (# 1123)
bumping google.golang.org/genproto/googleapis/api 8c6c420...b8a5c65:
  > b8a5c65 chore(all): update all (# 1123)
  > 8cf5692 chore(all): update all (# 1122)
bumping knative.dev/pkg b1fd04d...99e1685:
  > 99e1685 Bump google.golang.org/api from 0.180.0 to 0.181.0 (# 3041)
  > b5507d9 Bump google.golang.org/grpc from 1.63.2 to 1.64.0 (# 3040)
  > a6bf0be Bump cloud.google.com/go/storage from 1.40.0 to 1.41.0 (# 3039)
  > 4a9c38d Update actions (# 3037)
  > 11a3d46 Add composite ConfigStore to combine multiple ConfigStore (# 3027)
bumping knative.dev/serving 3789ff9...a0a1ac7:
  > a0a1ac7 Update net-gateway-api nightly (# 15228)
  > 93c3c79 upgrade to latest dependencies (# 15224)
  > 3aa9210 Update net-kourier nightly (# 15219)
  > 0d0d1e0 Update net-gateway-api nightly (# 15218)
  > c9b17b2 Update net-istio nightly (# 15220)
  > 639f7aa Update net-istio nightly (# 15213)
  > 3b35f54 change private K8s service to be a headless service (# 15170)
  > f2c7238 Update actions (# 15215)
  > 985cf2b Update net-gateway-api nightly (# 15214)
  > 38e22f9 Update net-kourier nightly (# 15212)
  > 11792fc Update net-kourier nightly (# 15206)
  > 0c301bb upgrade to latest dependencies (# 15209)
  > 36d41ca Update net-gateway-api nightly (# 15205)
  > 5624a46 Update net-istio nightly (# 15207)
  > 40088e3 upgrade to latest dependencies (# 15201)
  > ac5e504 Add e2e test for Contour when CORS policy is enabled (# 15188)

Signed-off-by: Knative Automation <automation@knative.team>
2024-05-22 13:56:03 +00:00
Knative Automation c33efaa4ec
Update actions (#1945)
Signed-off-by: Knative Automation <automation@knative.team>
2024-05-16 14:53:36 +00:00
Knative Automation 32b71b6dce
upgrade to latest dependencies (#1942)
bumping golang.org/x/tools 11c692e...cc29c91:
  > cc29c91 go.mod: update golang.org/x dependencies
  > 397fef9 gopls/internal/protocol: add links to LSP spec
  > e2a352c internal/refactor/inline: extensible API
  > c16c816 go/analysis/passes/stdversion: test *.go < go.mod version
  > 629a7be go/analysis/analysistest: stricter errors and GOWORK setting
  > 4db1697 go/packages/packagestest: fold modules_111.go into modules.go
  > ccdef3c gopls/internal/golang: fix nil panic in InlayHint
  > 74c9cfe go/analysis: add Pass.ReadFile
  > 5ef4fc9 gopls/internal/golang/completion: fix the isEmptyInterface predicate
  > 77f691b internal/gcimporter: use Alias.Rhs, not unsafe hack
  > 0b45163 gopls/internal/cache: use language versions when validating Go version
  > 3c49bb7 gopls: normalize logging attributes
  > 2fa621c gopls/internal/golang: fix resolution of in-package implementations
  > bcec099 internal/refactor/inline: remove eta abstraction inlining assignments
  > fcea13b toolstash: errors output should match errors guarded
  > b00d49e internal/refactor/inline: don't assume strings.Index calls internal/bytealg
  > 1523441 gopls/internal/cache: add more assertions for golang/go# 60890
  > 440f3c3 internal/aliases: expose Enabled
  > a363d11 go/types/typeutil: replace interface{} with any (cleanup)
  > e8c9d81 go/analysis/passes/tests: Use ReportRangef to refactor some code in checkTest
  > 97ea816 all: fix some typos in comments
  > 8db95b7 gopls/internal/golang: check the comment range before emiting semantic tokens
  > daf9460 Revert "gopls/internal/test/integration/misc: reenable staticcheck test"
  > 618670d gopls/internal/test/integration/misc: reenable staticcheck test
  > 2debfbe internal/testfiles: add a helper package for test files
  > c17402c gopls: fix a couple places where temporary files are not removed
  > ee61fb0 go/packages: fix issue number typo in TestIssue37629
  > 3735585 gopls/internal/settings: deprecate "allowImplicitNetworkAccess"
  > f4888c5 gopls/internal/settings: remove support for "allowModfileModifications"
  > d857e85 gopls/internal/settings: enable semantic tokens by default
  > 3f74dc5 gopls/internal/settings: remove experiments
  > e716599 cmd/goimports: support workspace vendoring
  > 7c7d7db gopls/internal/golang: allow "query" CodeActions on generated files
  > cb134f5 gopls/internal/golang: RenderPkgDoc: elide parameters 4+ in index
  > c5094cc internal/imports: a step towards making tests hermetic
  > 5e04895 gopls/internal/settings: update stale documentation for "symbolScope"
  > 0c3722a doc: enforce gotypesalias=0 behavior until go1.23
  > dd0410f go/packages: stop loading packages when context is done
  > dcccb2d x/tools: make tests agnostic as to whether gotypesalias="" => 0 or 1
  > 46a0401 gopls: eliminate the hooks package
  > e388fff gopls/internal/server: don't reset views if configuration did not change
  > d034ae1 gopls/internal/cmd: check: print RelatedInformation
  > 3c000ca gopls/doc: relnote for hover & definition over doc links
  > c859ee9 gopls/internal/test/marker: fix {hover/def}/comment tests
  > 9cef8b1 go/callgraph/cha: more precise resolution of unexported methods
  > 0cc2ffd gopls/internal/cache: fail loudly on command-line-arguments modules
  > c3c5164 gopls/internal/golang: support hover and definition operations over doc links
  > da3408b go/analysis/passes/printf: elaborate the documentation
  > 198a0a8 imports: prefer math/rand/v2 over math/rand
  > 79df971 gopls/internal/server: avoid duplicate diagnoses and loads
  > bcd607e gopls/internal/cache: don't log packages when selectively reloading
  > 6f92c83 gopls: reduce noisy error messages
  > c4c0bf9 gopls/internal/test: skip integration tests on linux-ppc64-power9osu
  > b4b8186 internal/apidiff: support materialized aliases
  > 3520955 go/types/typeutil: implement correct hashing of aliases
  > f6298eb gopls/internal/cache: add debug assertions to refine golang/go# 66732
  > f41d27e gopls/internal/cache: avoid panic when the primary diagnostic is broken
  > c0ab013 go/packages: doc: type symbols are consistent only within one Load
  > 564c0e9 gopls/internal/telemetry/cmd/stacks: improve summary
  > de6db98 internal/check: filter out too-new Go versions for type checking
  > 5c3c2ff gopls/internal/golang: RenderPkgDoc: fix anchors for promoted methods
  > 8a0c6e2 gopls/internal/server: report HTTP panics via telemetry
  > c7b6b8d gopls/internal/cache: analysis: repair start/end and refine bug report
  > cb3eb43 internal/test/integration: parse flags earlier
  > 4794229 gopls/internal/golang: RenderPkgDoc: add <title> element
  > 2db5a34 gopls/internal/golang: RenderPkgDoc: navigational <select>
bumping google.golang.org/api 707b9b2...6feeaaf:
  > 6feeaaf chore(main): release 0.180.0 (# 2579)
  > e92e3ed chore: regen libraries (# 2580)
  > 6604a5d feat(all): auto-regenerate discovery clients (# 2578)
  > 9fdd500 chore(main): release 0.179.0 (# 2574)
  > 090ff6c fix: bump auth to v0.4.1 (# 2577)
  > a784ae0 feat(all): auto-regenerate discovery clients (# 2575)
  > 887c564 feat(all): auto-regenerate discovery clients (# 2573)
  > 64ed0f8 chore(main): release 0.178.0 (# 2562)
  > 0c976dc feat(all): auto-regenerate discovery clients (# 2571)
  > 8c74bb8 feat(gen): Add internaloption.EnableNewAuthLibrary (# 2519)
  > b5ae946 chore(all): update all (# 2569)
  > f2da582 feat(all): auto-regenerate discovery clients (# 2570)
  > d922e3b feat(all): auto-regenerate discovery clients (# 2568)
  > 76b27f1 feat(all): auto-regenerate discovery clients (# 2567)
  > 5e44215 docs: update commit style in CONTRIBUTING (# 2566)
  > 0843d21 feat(all): auto-regenerate discovery clients (# 2565)
  > fe54ffd feat(google-api-go-client): add x-goog-api-version header (# 2563)
  > b313e4b feat(all): auto-regenerate discovery clients (# 2564)
  > 2d22d11 feat(all): auto-regenerate discovery clients (# 2561)
  > a11ef60 chore(main): release 0.177.0 (# 2545)
  > e6e5ac5 chore(all): update all (# 2552)
  > 3eb92f1 fix: temp patch cloud.google.com/go ambiguity (# 2560)
  > 1b6db6c fix: split large compute file up (# 2546)
  > fb153c0 feat(all): auto-regenerate discovery clients (# 2556)
  > a5d7734 chore(deps): disable otel updates until Go 1.21 (# 2554)
  > 2f46e14 feat(all): auto-regenerate discovery clients (# 2553)
  > 4418f5f feat(all): auto-regenerate discovery clients (# 2551)
  > f9bf96d feat(all): auto-regenerate discovery clients (# 2550)
  > 32a5d10 feat(all): auto-regenerate discovery clients (# 2548)
  > 2f2505b feat: reduce code size by 29% (# 2544)
  > 64f40ff chore(main): release 0.176.1 (# 2542)
  > 8d0b2b5 fix(transport/http): pass through base transport (# 2541)
  > 81ccc7e chore(main): release 0.176.0 (# 2536)
  > 6825bb8 feat(all): auto-regenerate discovery clients (# 2540)
  > 30d8c87 feat(all): auto-regenerate discovery clients (# 2538)
  > 773fe01 feat(all): auto-regenerate discovery clients (# 2537)
  > 5a78abe fix: default defaultEndpointTemplate (# 2535)
  > 67a5d6d chore(main): release 0.175.0 (# 2527)
  > d64b1d0 fix: various auth transition bugs (# 2533)
  > 9622a0d feat(all): auto-regenerate discovery clients (# 2529)
  > f662ab7 fix: bump auth deps (# 2528)
  > ec3a580 feat(all): auto-regenerate discovery clients (# 2526)
  > f8960e3 chore(main): release 0.174.0 (# 2521)
  > 0f0a2f0 fix(internal): set scopes for new auth flow (# 2525)
  > f49960d feat(all): auto-regenerate discovery clients (# 2524)
  > 4054271 feat: add hooks in for new auth library (# 2228)
  > 46fc56a chore(main): release 0.173.0 (# 2495)
  > 053d45a chore(all): update module github.com/google/go-github/v59 to v61 (# 2512)
  > bf1c054 feat(all): auto-regenerate discovery clients (# 2520)
  > 85b4e90 feat(all): auto-regenerate discovery clients (# 2516)
  > b71b80f feat(all): auto-regenerate discovery clients (# 2515)
  > 4826df4 feat(all): auto-regenerate discovery clients (# 2514)
  > 3e03de3 feat(all): auto-regenerate discovery clients (# 2513)
  > 4e450ec feat(option): add support for env var GOOGLE_CLOUD_UNIVERSE_DOMAIN (# 2509)
  > 0ff027b feat(all): auto-regenerate discovery clients (# 2510)
  > caf5b3f feat(all): auto-regenerate discovery clients (# 2508)
  > 3daccec feat(all): auto-regenerate discovery clients (# 2506)
  > baa809b feat(all): auto-regenerate discovery clients (# 2505)
  > 7ec3ef8 feat(all): auto-regenerate discovery clients (# 2504)
  > c786111 chore(all): update all to 454cdb8 (# 2502)
  > 6ee6a57 feat(all): auto-regenerate discovery clients (# 2503)
  > cdac273 feat(all): auto-regenerate discovery clients (# 2501)
  > 5b9019f feat(all): auto-regenerate discovery clients (# 2500)
  > 4ebe65e feat(all): auto-regenerate discovery clients (# 2499)
  > a48e9de feat(all): auto-regenerate discovery clients (# 2494)
bumping golang.org/x/term 5b15d26...46c790f:
  > 46c790f go.mod: update golang.org/x dependencies
bumping github.com/prometheus/client_golang 77d4003...6e3f4b1:
  > 6e3f4b1 Cut 1.19.1 (# 1494)
  > cad1bfa Merge pull request # 1454 from prometheus/small-nits
  > 0aa8c9f Rephrase incompatibility with common v0.48.0
bumping knative.dev/networking 979f637...25012a4:
  > 25012a4 upgrade to latest dependencies (# 979)
  > 8167799 upgrade to latest dependencies (# 977)
  > a282917 Update community files (# 978)
  > d2ba339 upgrade to latest dependencies (# 976)
  > 6886f78 Update community files (# 975)
  > 9188dac Remove requestDelay flag for tests (# 972)
  > 24ed062 Update test dialer to use ip when available (# 970)
  > 5f9768c Update community files (# 969)
bumping golang.org/x/oauth2 d0e617c...84cb9f7:
  > 84cb9f7 oauth2: fix typo in comment
  > 4b7f0bd go.mod: update cloud.google.com/go/compute/metadata dependency
  > e11eea8 microsoft: added DeviceAuthURL to AzureADEndpoint
bumping google.golang.org/genproto/googleapis/rpc 94a12d6...8cf5692:
  > 8cf5692 chore(all): update all (# 1122)
  > 8c6c420 chore(all): update all to 7cd4c1c (# 1111)
  > 79826c8 chore(all): auto-regenerate .pb.go files (# 1112)
  > 7cd4c1c chore(all): auto-regenerate .pb.go files (# 1110)
  > 26222e5 chore(all): update all (# 1109)
  > 6f501c4 chore(all): auto-regenerate .pb.go files (# 1107)
  > c3f9821 chore(all): update all (# 1108)
  > 454cdb8 chore(all): auto-regenerate .pb.go files (# 1106)
  > beb30f4 chore(all): auto-regenerate .pb.go files (# 1101)
  > 64ea030 chore(all): update all (# 1105)
bumping google.golang.org/protobuf ec47fd1...4a76e11:
  > 4a76e11 all: release v1.34.1
  > 9d9d8d3 encoding/proto[json|text]: accept lower case names for group-like fields
  > 6c3ebca all: update to protobuf 27.0-rc1 and regenerate protos
  > 2939520 all: start v1.34.0-devel
  > 242df22 all: release v1.34.0
  > c2b76ee all: fix deprecated
  > e4ad8f9 types/gofeaturespb: move go_feature.proto to be consistent with out languages
  > c2a26e7 encoding/{protojson,prototext}: strengthen wording on stability
  > d0f77ae proto: ensure MarshalOptions are plumbed to all Size calls
  > 94bb78c proto: return an error instead of producing invalid wire format
  > 671c2db [proto] use the correct parent when resolving features for extensions
  > 98873a2 internal/impl: pass ExtensionTypeDescriptor to extensionMap
  > 39bbf13 proto: CSE ProtoReflect() and TypeDescriptor() in proto.HasExtension
  > b30b634 protobuf: fix required/group bug in descriptor proto output of editions files
  > bab4b5d protobuf: support gaps in edition defaults calculation
  > a18684d protobuf: fix delimited fields under editions in go
  > 8a74430 internal/cmd/generate-types: manual CSE of m.messageInfo()
  > 55891d7 proto: add examples for Size, MarshalAppend (regarding allocations)
  > 87fded5 internal/impl: ensure proto.HasExtension does not allocate
  > 3797f00 protogen: update Options documentation. protogen.Run doesn't exist.
  > 4fd828f proto: extend Unmarshal documentation, include an example
  > c69658e proto: extend Marshal documentation, include an example
  > 3ebf7dd proto: fix HasPresence for extensions and missing plugin response
  > dea00b5 all: enable editions support
  > 59034d8 reflect/protodesc: restore edition in protodesc.ToDescriptorProto
  > 3039476 all: implement proto2/proto3 as editions [2/2]
  > 7259b46 all: implement proto2/proto3 as editions [1/2]
  > f563685 all: use subtests to identify the message type
  > e216807 all: start v1.33.0-devel
bumping knative.dev/serving afc8a59...3789ff9:
  > 3789ff9 Update net-contour nightly (# 15196)
  > b3715ac Update net-istio nightly (# 15198)
  > b9777a1 Update net-kourier nightly (# 15199)
  > 2d64d1f Update net-gateway-api nightly (# 15197)
  > 9214bda Update net-kourier nightly (# 15194)
  > 8909878 Update net-contour nightly (# 15184)
  > df11e49 upgrade to latest dependencies (# 15195)
  > 3bf9123 Update net-gateway-api nightly (# 15192)
  > 483cb05 Update net-istio nightly (# 15193)
  > 9046081 Tests for multi-container readiness and liveness probes (# 15180)
  > 3944e73 upgrade to latest dependencies (# 15187)
  > c833b8a Update net-kourier nightly (# 15186)
  > 5d95f7d Update community files (# 15189)
  > e3fa8d1 Update net-istio nightly (# 15185)
  > 9f695f3 Update net-gateway-api nightly (# 15183)
  > 2ef687c upgrade to latest dependencies (# 15182)
  > 4fe3de5 Update net-gateway-api nightly (# 15177)
  > 4548446 Update net-contour nightly (# 15178)
  > 7111003 Update net-kourier nightly (# 15179)
  > f4b1368 Update net-istio nightly (# 15176)
  > da851e8 Update net-kourier nightly (# 15174)
  > 013cf04 Update net-gateway-api nightly (# 15173)
  > 7d496c2 Update net-contour nightly (# 15175)
  > 18b0b41 Update net-istio nightly (# 15172)
  > b1c0266 Update net-kourier nightly (# 15169)
  > 08e8c32 Cleanup net-certmanager integration (# 15168)
  > 2dd44d9 Update net-gateway-api nightly (# 15163)
  > df51842 Update net-kourier nightly (# 15167)
  > aa455fc Update net-contour nightly (# 15164)
  > 4c16ba3 Update net-istio nightly (# 15165)
  > c94f252 Update community files (# 15162)
  > 6ccb82f Integrate net-certmanager in Serving (# 15066)
  > 467ca2d Update net-gateway-api nightly (# 15160)
bumping github.com/go-openapi/jsonpointer 5df0d69...344388f:
  > 344388f fix(GetForToken): added support for pointer to interface{}
  > 6cf0fb8 updated to swag v0.22.5
  > d329668 Merge pull request # 14 from fredbi/chore/relint-update
  > 7df7a46 Merge pull request # 12 from gaiaz-iusipov/update-go-and-deps
  > b59e589 chore: updated and relinted
  > a603eaf Merge pull request # 10 from magodo/offset
  > c7d4199 Update dependencies
  > 1539753 Merge pull request # 11 from testwill/replace-loop
  > d3f17d3 Correct offset for object key
  > ff1d154 chore: slice replace loop
  > cdfe8d8 Fix bug
  > e494050 Add new method `Offset` to `jsonpointer.Pointer` to return the offset of the pointer in a JSON document
bumping github.com/openzipkin/zipkin-go e84b2cf...e609ce4:
  > e609ce4 Adds SECURITY.md and scanning workflow (# 223)
  > 406526f When serializing SpanModel, if there is any external modification of TAGS, it will lead to panic, add RLock before calling Send to prevent this error. (# 218)
  > de3edd7 bumps to latest dependencies (# 222)
  > 48cf793 Set Go support policy to latest-2 (# 220)
  > a074cdb Updates to latest actions and fixes golangci-lint drift (# 221)
bumping golang.org/x/text 6c97a16...8d533a0:
  > 8d533a0 encoding/charmap: update UCM spec file URL prefix
bumping github.com/davecgh/go-spew 8991bc2...d8f796a:
  > d8f796a travis: test against go 1.11
bumping github.com/go-openapi/swag 0579829...b3e7a53:
  > b3e7a53 fix(mangling): fixed name mangling when special chars are substituted
  > 0ddf107 fix(ci): muted warnings in CI runs due to cache conflicts
  > 11b0957 fix(yaml): make MarshalYAML deterministic
  > 3f60c98 fix(yaml): handled null values from JSON
  > 80e31a2 fixed broken godoc badge in readme (# 74)
  > cb87dba fixed broken link in readme (# 73)
  > cd381d7 updated & relinted (# 70)
  > 4de0676 fix: windows support for loading files (# 71)
  > f28dd7a check for nil pointers before calling IsZero. (# 67)
bumping knative.dev/eventing e23ebab...1572967:
  > 1572967 Map subscription to graph edges (# 7880)
  > 72585c9 CrossNamespace: Control Plane Changes for Subscription (# 7882)
  > 599c548 Assert EventTypes references for IMC test (# 7899)
  > 1cc8179 Remove SelfSigned issuer from released `transport-encryption` artifacts (# 7905)
  > 4f32823 Refactor NewFiltersFeatureSet to prevent starvation (# 7911)
  > fa46a45 feat: added fake client reactor for subject access reviews (# 7908)
  > 1ce7074 Fix trust bundle propagation already exists error (# 7906)
  > e9b3af6 Update e2e tests for OIDC sender identity matching to be a bit more resilient (# 7903)
  > 1e6e235 fix: trigger tests set annotations correctly now (# 7887)
  > 159d6fc [main] Upgrade to latest dependencies (# 7901)
  > c7401a1 Add e2e test to verify used sender identity is correct (# 7900)
  > 96e5c18 [main] Update community files (# 7897)
  > c3a1c19 EventType tests verify the type under spec.reference  (# 7888)
  > c104df5 [main] Upgrade to latest dependencies (# 7894)
  > 07ebf11 [main] Upgrade to latest dependencies (# 7891)
  > 0e165f2 Containersource use OIDC identity of corresponding SinkBinding (# 7890)
  > 3dfe973 Add SubscriptionsAPI filters to APIServerSource (# 7799)
  > 11a1ad4 feat: added sources to event lineage graph constructor (# 7881)
  > 217f7a3 Create validation function for cross namespace referencing (# 7812)
  > 4a3f65d [main] Update community files (# 7876)
  > 46e3677 fix: imc dispatcher doesn't have duplicate reporting of metrics (# 7870)
bumping github.com/prometheus/common 0234594...e54e4df:
  > e54e4df Merge pull request # 620 from bboreham/test-string
  > e25b951 Merge pull request # 619 from bboreham/restore-sort
  > a1ca958 LabelSet: add unit test for String method
  > c1b9b72 Fix up config test (# 621)
  > be294f1 LabelSet.String: restore faster sort call
  > de5ed88 Merge pull request # 487 from GiedriusS/allow_exposing_real_value
  > ea817bb Merge pull request # 618 from grobinson-grafana/grobinson/add-status-at
  > 5ad26bf config: allow exposing real secret value through marshal
  > 506a12c Fix comment
  > fb6970a Add StatusAt method for Alert struct
bumping golang.org/x/sys cabba82...7d69d98:
  > 7d69d98 unix: extend support for z/OS
  > 7758090 cpu: add support for sve2 detection
  > 9a28524 windows: drop go version tags for unsupported versions
  > 27dc90b unix: update to Linux kernel 6.4
bumping google.golang.org/genproto/googleapis/api 6e1732d...8c6c420:
  > 8c6c420 chore(all): update all to 7cd4c1c (# 1111)
  > 79826c8 chore(all): auto-regenerate .pb.go files (# 1112)
  > 7cd4c1c chore(all): auto-regenerate .pb.go files (# 1110)
  > 26222e5 chore(all): update all (# 1109)
  > 6f501c4 chore(all): auto-regenerate .pb.go files (# 1107)
  > c3f9821 chore(all): update all (# 1108)
  > 454cdb8 chore(all): auto-regenerate .pb.go files (# 1106)
  > beb30f4 chore(all): auto-regenerate .pb.go files (# 1101)
  > 64ea030 chore(all): update all (# 1105)
  > 94a12d6 chore(all): update all (# 1102)
bumping knative.dev/pkg 0f34a88...b1fd04d:
  > b1fd04d Bump golang.org/x/net from 0.24.0 to 0.25.0 (# 3036)
  > 89b1857 Bump golang.org/x/tools from 0.20.0 to 0.21.0 (# 3035)
  > 7a27552 Bump google.golang.org/api from 0.177.0 to 0.180.0 (# 3034)
  > 3b2e71c Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 (# 3033)
  > 360b72e Update AuthStatus to have list of ServiceAccountNames (# 3032)
  > 1d1616a Update community files (# 3031)
  > f69d19c Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 (# 3029)
  > 13af413 Bump google.golang.org/api from 0.176.1 to 0.177.0 (# 3028)
  > b69fa27 Bump google.golang.org/api from 0.176.0 to 0.176.1 (# 3025)
  > 75c6937 Bump github.com/openzipkin/zipkin-go from 0.4.2 to 0.4.3 (# 3026)
  > ca5f1ce Update community files (# 3024)
  > 3c6badc Bump google.golang.org/api from 0.172.0 to 0.176.0 (# 3023)
  > e8d193d Bump cloud.google.com/go/compute/metadata from 0.2.3 to 0.3.0 (# 3022)
  > 9ab7e10 Bump github.com/prometheus/common from 0.52.3 to 0.53.0 (# 3020)
  > e835586 Update community files (# 3019)
bumping knative.dev/client-pkg 2bc8139...dfb0087:
  > dfb0087 Update community files (# 183)
  > 27d5cd9 Update community files (# 181)
bumping github.com/go-openapi/jsonreference 1f158e5...23cc9cc:
  > 23cc9cc chore(deps): updated go-openapi deps
  > 82a5123 updated jsonpointer
  > c2779b3 doc: removed extraneous godoc link (# 19)
  > 4be0df5 Merge pull request # 18 from fredbi/chore/update-lint
  > fc60cd6 chore: update & lint
bumping golang.org/x/net 7bbe320...d27919b:
  > d27919b go.mod: update golang.org/x dependencies
  > e0324fc http2: use net.ErrClosed
  > b20cd59 quic: initiate key rotation earlier in connections
  > f95a3b3 html: fix typo in package doc
  > 0a24555 http/httpguts: speed up ValidHeaderFieldName
  > ec05fdc http2: don't retry the first request on a connection on GOAWAY error
  > b67a0f0 http2: send correct LastStreamID in stream-caused GOAWAY
  > a130fcc quic: don't consider goroutines running when tests start as leaked
bumping knative.dev/hack 1133b37...68e3bfb:
  > 68e3bfb Update community files (# 382)
  > abdcdea Update community files (# 380)
  > 9f6c92e Update community files (# 379)

Signed-off-by: Knative Automation <automation@knative.team>
2024-05-13 15:10:00 +00:00
Knative Automation b50020d50d
Update community files (#1943)
Signed-off-by: Knative Automation <automation@knative.team>
2024-05-07 01:43:04 +00:00
Shashank Sharma 66ddaf63ae
Assigning nodes to knative services (#1924)
* node selector changes

* adding nodeselector and node affinity (only required)

* changing type for toleration and affinity

* handling panic

* handling panic

* handling panic

* handling panic

* handling panic

* adding preferred node affinity support

* adding preferred node affinity support

* adding test cases, accepting multiple whitespace separated values for nodeaffinity

* adding test cases, accepting multiple whitespace separated values for nodeaffinity

* updating docs

* updating docs

Signed-off-by: Shashankft9 <shanky.337marchss@gmail.com>

* adding experimental flags section

* basic setup with experimental features working, removing general subsection in favour of original code

* Revert "basic setup with experimental features working, removing general subsection in favour of original code"

This reverts commit 793718e51065d6c05f044c5d172c52caf79aac0a.

* Revert "adding experimental flags section"

This reverts commit 4f844f23b77f842579e7d3a1a0057b6c95f9e4bb.

* doc nits

* tests added, docs sanitised

Signed-off-by: Shashankft9 <shanky.337marchss@gmail.com>

* adding feature flag message for pvc

Signed-off-by: Shashankft9 <shanky.337marchss@gmail.com>

* fixing lint and code analyzer issues

Signed-off-by: Shashankft9 <shanky.337marchss@gmail.com>

* whitespace fixes and feature flag doc change

* whitespace fixes and feature flag doc change

* whitespace fixes and feature flag doc change

* whitespace fixes and feature flag doc change

---------

Signed-off-by: Shashankft9 <shanky.337marchss@gmail.com>
2024-05-03 12:53:31 +00:00
Knative Automation 5d161a341d
Update community files (#1940)
Signed-off-by: Knative Automation <automation@knative.team>
2024-04-26 01:45:37 +00:00
Knative Automation 6a1449c2e8
upgrade to latest dependencies (#1939)
bumping knative.dev/eventing 4139fdf...e23ebab:
  > e23ebab Reconcile trigger on OIDC service account changes only, if SA references a trigger for correct broker class (# 7849)
  > ea14296 fix: remove duplicate configMaps (# 7847)
  > 4ba426c [main] Upgrade to latest dependencies (# 7850)
bumping knative.dev/serving e8d8610...afc8a59:
  > afc8a59 Update net-gateway-api nightly (# 15159)
  > f328f96 Update net-gateway-api nightly (# 15158)
  > 0a999c4 Update net-certmanager nightly (# 15157)
  > 7b6fc7b re-enable contour gateway tests (# 15150)
  > f65df07 feat: bubble up kcert status message when it's failed (# 14962)
  > e4d8139 cleanup service after tests completes (# 15147)
  > 076cd07 upgrade to latest dependencies (# 15155)
  > 5128114 Update net-contour nightly (# 15152)
  > 5943c7a Update net-istio nightly (# 15151)
bumping knative.dev/client-pkg f983484...2bc8139:
  > 2bc8139 upgrade to latest dependencies (# 180)

Signed-off-by: Knative Automation <automation@knative.team>
2024-04-24 11:39:37 +00:00
Knative Automation 29568833dc
upgrade to latest dependencies (#1937)
bumping knative.dev/client-pkg a82272d...f983484:
  > f983484 Remove license dir (# 178)
  > 08c9dcb Update community files (# 179)
  > 6ae69d2 upgrade to latest dependencies (# 176)
bumping knative.dev/serving c120704...e8d8610:
  > e8d8610 Update net-kourier nightly (# 15153)
  > 531e7d8 [Automated] Update net-gateway-api nightly (# 15136)
  > 023022a Disable logstream so the Github Action Log Viewer works (# 15146)
  > 8c91dcf Update net-contour nightly (# 15144)
  > 40ec5af bump istio,contour,cert-manager (# 15141)
  > c21fb03 Update net-istio nightly (# 15143)
  > 7a01ca9 Update net-certmanager nightly (# 15142)
  > 96fe770 Update net-istio nightly (# 15139)
  > e64a7e6 Update net-kourier nightly (# 15140)
  > 2d57e34 Update net-contour nightly (# 15138)
  > e3b616b Update net-certmanager nightly (# 15137)
  > 2c23d5a upgrade to latest dependencies (# 15130)
  > 0196ecc Update community files (# 15135)
  > e4cef66 Update net-gateway-api nightly (# 15132)
bumping knative.dev/eventing f9d8dea...4139fdf:
  > 4139fdf [main] Update community files (# 7845)
  > 6585a2b [main] Upgrade to latest dependencies (# 7843)
bumping knative.dev/networking a40d058...979f637:
  > 979f637 [release-1.14] Update test dialer to use ip when available (# 971)

Signed-off-by: Knative Automation <automation@knative.team>
2024-04-23 09:51:25 +00:00
David Simansky 46beff542b
Fix for already ready ksvc (#1925) 2024-04-23 07:41:26 +00:00
Knative Automation da50d997de
Update community files (#1936)
Signed-off-by: Knative Automation <automation@knative.team>
2024-04-18 01:40:34 +00:00
Gunjan Vyas 80f5a9a468
Populate container.SecurityContext.RunAsUser when --user flag is used (#1927)
* Populate container.SecurityContext.RunAsUser when --user flag is used

* unit test change to use security-context and user flags together
2024-04-17 09:43:52 +00:00
Knative Automation 7ebac24b8d
upgrade to latest dependencies (#1932)
bumping golang.org/x/term c5eaf76...5b15d26:
  > 5b15d26 go.mod: update golang.org/x dependencies
bumping google.golang.org/grpc 9952aa8...d32e66c:
  > d32e66c Change version to 1.63.2 (# 7104)
  > 92f6dd0 channelz: pass parent pointer instead of parent ID to RegisterSubChannel (# 7101)
  > 0f6ef0f grpc: un-deprecate Dial and DialContext
  > 58dc749 Change version to 1.63.1-dev (# 7051)
  > c68f456 Change version to 1.63.0 (# 7050)
  > 6369167 *: update http2 dependency (# 7082)
  > 8854761 cherry-pick: channelz: fix race accessing channelMap without lock (# 7079) (# 7080)
  > e62770d channelz: add LocalAddr to listen sockets and test (# 7062) (# 7063)
  > 4ffccf1 googlec2p: use xdstp style template for client LDS resource name (# 7048)
  > faf9964 gracefulswitch: add ParseConfig and make UpdateClientConnState call SwitchTo if needed (# 7035)
  > 800a8e0 channelz: re-add state for subchannels (# 7046)
  > dadbbfa channelz: re-add target and state (# 7042)
  > 55cd7a6 channelz: major cleanup / reorganization (# 6969)
  > a1033b1 xds: add LRS named metrics support (# 7027)
  > 4f43d2e chore: remove repetitive words (# 7036)
  > 7c37770 grpc: clean up doc strings and some code around Dial vs NewClient (# 7029)
  > c808322 chore: expose `NewClient` method to end users (# 7010)
  > c31fce8 Update github.com/golang/protobuf and google.golang.org/protobuf modules (# 7028)
  > 55341d7 xdsclient: correct logic used to suppress empty ADS requests on new streams (# 7026)
  > f7c5e6a DNS resolving with timeout (# 6917)
  > 815e2e2 build(deps): bump the github-actions group with 1 update (# 7014)
  > 2a617ca experimental: re-split message/service pb imports (# 7011)
  > 99ded5c examples: update deps of observability example to gcp/observabliity@v1.0.1 (# 7009)
  > e978e43 gcp/observability: update stackdriver dependency to remove dep on prometheus (# 7008)
  > 27c5d98 deps: update dependencies for all modules (# 7007)
  > 90fc697 xdsclient: use dataplane authority for virtualhost lookup (# 6997)
  > c267d5b grpc: add clientconn.CanonicalTarget() to return the canonical target string (# 7006)
  > 51f9cc0 deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (# 6961)
  > eb08be4 github: add Go 1.22 testing (# 7005)
  > eb880d5 replace github.com/cncf/udpa/go by github.com/cncf/xds/go (# 7001)
  > 5ccf176 rpc_util: Fix RecvBufferPool deactivation issues (# 6766)
  > 76a23bf fix enabling compression by trimming whitespaces in accept encoding header (# 6952)
  > 7525e98 test: add test for invalid streamID (# 6940)
  > c63d925 examples: fix typo in url (# 6978)
  > 40d6adb transport: Make error-handling for bad HTTP method consistent between HTTP/2 server transport and handler server transport (# 6989)
  > 3c2a44d transport: when using write buffer pooling, use input size instead of size*2 (# 6983)
  > 3ae77e6 grpc: Canonicalize string returned by ClientConn.Target() and resolver.Address.String() (# 6923)
  > 29997a0 grpc: Add StaticMethod CallOption (# 6926)
  > 28d78d4 *: forbid the use of time.After (# 6985)
  > 408139a security/advancedtls: CRL checks improvement (# 6968)
  > f94be9b Set the security level of Windows named pipes to NoSecurity (# 6956)
  > 05db80f server: wait to close connection until incoming socket is drained (with timeout) (# 6977)
  > f135e98  xds/internal/xdsclient: Add comments for exported types (# 6972)
  > f8eef63 Change version to 1.63.0-dev (# 6976)
bumping knative.dev/hack 47368d6...1133b37:
  > 1133b37 Update community files (# 378)
bumping golang.org/x/sys 360f961...cabba82:
  > cabba82 windows: use uint32 for serial comm flags for consistency
  > 1a50d97 windows: add serial comm functions
  > 95f07ec x/sys/windows: add func windows.DisconnectNamedPipe(handle Handle) (err error)
  > 4be02d3 unix: expose mmap calls on z/OS
bumping google.golang.org/genproto/googleapis/api a219d84...6e1732d:
  > 6e1732d chore(all): auto-regenerate .pb.go files (# 1098)
  > 9694c77 chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /googleapis/api/apikeys (# 1099)
  > ace143d chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /googleapis/api/servicemanagement (# 1100)
  > c811ad7 chore(all): update all (# 1097)
bumping knative.dev/client-pkg 6984d81...a82272d:
  > a82272d upgrade to latest dependencies (# 172)
  > 9ae7591 Update community files (# 175)
  > eff7cfd Update community files (# 171)
  > 2dec068 🐞 Pass hacked stdin, and don't pass stdout to bubbletea (# 174)
bumping golang.org/x/mod 766dc5d...aa51b25:
  > aa51b25 modfile: do not collapse if there are unattached comments within blocks
  > 87140ec sumdb/tlog: make NewTiles only generate strictly necessary tiles
  > 18d3f56 modfile: fix crash on AddGoStmt in empty File
bumping golang.org/x/net 7ee34a0...7bbe320:
  > 7bbe320 go.mod: update golang.org/x dependencies
  > c48da13 http2: fix TestServerContinuationFlood flakes
  > 762b58d http2: fix tipos in comment
  > ba87210 http2: close connections when receiving too many headers
  > ebc8168 all: fix some typos
  > 3678185 http2: make TestCanonicalHeaderCacheGrowth faster
  > 448c44f http2: remove clientTester
  > c7877ac http2: convert the remaining clientTester tests to testClientConn
  > d8870b0 http2: use synthetic time in TestIdleConnTimeout
  > d73acff http2: only set up deadline when Server.IdleTimeout is positive
  > 89f602b http2: validate client/outgoing trailers
  > 6e2c99c http2: allow testing Transports with testSyncHooks
  > 9e0498d http2: use synthetic timers for ping timeouts in tests
  > 31d9683 http2: mark several testing functions as helpers
  > 12ddef7 http2: reject DATA frames after 1xx and before final headers
  > d600ae0 http2: add testClientConn for testing client RoundTrips
  > 57a6a7a http2: prevent uninitialized pipe from being written
  > ea095bc http2: only set up positive deadlines
  > 8c07e20 httpproxy: allow any scheme
  > ab271c3 http2: add IdleConnTimeout to http2.Transport
bumping golang.org/x/oauth2 85231f9...d0e617c:
  > d0e617c google: add Credentials.UniverseDomainProvider
  > 3c9c1f6 oauth2/google: fix the logic of sts 0 value of expires_in
  > 5a05c65 oauth2/google: fix remove content-type header from idms get requests
  > 3a6776a appengine: drop obsolete code for AppEngine envs <=Go 1.11
bumping google.golang.org/api a28dfbd...707b9b2:
  > 707b9b2 chore(main): release 0.172.0 (# 2486)
  > 77cc7d0 feat(all): auto-regenerate discovery clients (# 2492)
  > 18f643a chore(all): update all to 94a12d6 (# 2489)
  > 78ee47e feat(all): auto-regenerate discovery clients (# 2490)
  > 57e19b3 feat(all): auto-regenerate discovery clients (# 2488)
  > b0eaf37 feat(all): auto-regenerate discovery clients (# 2487)
  > 0398093 feat(all): auto-regenerate discovery clients (# 2485)
bumping knative.dev/networking ae03989...a40d058:
  > a40d058 upgrade to latest dependencies (# 968)
  > 594a2f8 identify each request in update test using a query timestamp (# 967)
  > 1d9a7cf upgrade to latest dependencies (# 966)
  > aaf8f94 fix TestRetry nil pointer panic (# 965)
  > a3d8b0f Replace all usages of deprecated wait.PollImmediate with wait.PollUntilContextTimeout (# 957)
  > 1a6e0da some conformance tests assume we're getting back a runtime request (# 964)
  > 2a4859c this fixes the probe handler to reflect that it doesn't care about the path (# 963)
  > b321831 upgrade to latest dependencies (# 962)
  > 2002961 🎁  Add test flags for the conformance suite (# 960)
  > ca2ffb8 upgrade to latest dependencies (# 961)
  > 97688e7 Update community files (# 959)
  > 5ce3081 upgrade to latest dependencies (# 958)
  > 75762ca upgrade to latest dependencies (# 955)
  > e7cfc5b drop vendor licenses (# 954)
  > 8c13911 upgrade to latest dependencies (# 953)
bumping github.com/prometheus/common e821827...0234594:
  > 0234594 Add support for go 1.20 (# 617)
  > 4433931 Merge pull request # 615 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.51.11
  > 728e910 Merge pull request # 616 from srebhan/fix_protobuf_decode
  > 5fef1df Bump github.com/aws/aws-sdk-go from 1.50.31 to 1.51.11 in /sigv4
  > 3dec13c Drop support for Go older than 1.18 (# 612)
  > 78585cf fix(protobuf): Correctly decode multi-messages streams
  > 95edf51 Update common Prometheus files (# 613)
bumping knative.dev/serving 17df219...c120704:
  > c120704 Update net-certmanager nightly (# 15127)
  > a8e4fea Update net-gateway-api nightly (# 15126)
  > 11b0900 Update net-contour nightly (# 15125)
  > 2160a47 Update net-kourier nightly (# 15123)
  > 7d3031f Update net-istio nightly (# 15124)
  > 6d6527a upgrade to latest dependencies (# 15122)
  > 2802229 Update net-contour nightly (# 15119)
  > f15401e Update net-gateway-api nightly (# 15117)
  > 96faf8b Update net-kourier nightly (# 15118)
  > a7be35c Update net-istio nightly (# 15116)
  > 79c907b Update net-certmanager nightly (# 15115)
  > dc8bf98 Make route domain error specific (# 15082)
  > 614caa0 Update net-kourier nightly (# 15114)
  > cbe7904 Update net-gateway-api nightly (# 15113)
  > 9ed9f9e Update net-contour nightly (# 15112)
  > f8aa896 Update net-istio nightly (# 15111)
  > 8d8d503 Update net-certmanager nightly (# 15110)
  > 3c6d5fe upgrade to latest dependencies (# 15109)
  > c017185 Update net-istio nightly (# 15108)
  > f9a9480 chore: fix function names in comment (# 15105)
  > 46d1f05 add e2e kind testing with Gateway API and Contour (# 15093)
  > 2a790f8 Update net-contour nightly (# 15107)
  > a498f19 Update net-certmanager nightly (# 15106)
  > 6079207 upgrade to latest dependencies (# 15104)
  > c9bd9bc upgrade to latest dependencies (# 15102)
  > 2c9ae15 Update net-gateway-api nightly (# 15103)
  > 7e7bd93 Update net-istio nightly (# 15100)
  > 51a2bd5 Update net-kourier nightly (# 15097)
  > 42dff34 Update net-contour nightly (# 15099)
  > 73ca8e9 Update net-gateway-api nightly (# 15098)
  > 0c9f7bf Update net-certmanager nightly (# 15096)
  > 96edf22 Update community files (# 15094)
  > d96d39f bring back e2e kind testing with Gateway API (# 15088)
  > 8bb2225 Update net-gateway-api nightly (# 15085)
  > a1674d7 Update net-istio nightly (# 15086)
  > 3d5ccec Update net-contour nightly (# 15084)
  > 3c83a33 Update net-certmanager nightly (# 15083)
  > 8ddea7c upgrade to latest dependencies (# 15081)
  > 91ebbbc Update net-istio nightly (# 15080)
  > 117a061 Update net-certmanager nightly (# 15079)
  > 949fb0b Update net-kourier nightly (# 15078)
  > 4a83412 Update net-gateway-api nightly (# 15077)
  > fd8e206 Update kapp/ytt/kail versions (# 15075)
  > ab4b65d upgrade to latest dependencies (# 15076)
  > c2d0af1 Update net-contour nightly (# 15071)
  > add12cc Update net-gateway-api nightly (# 15070)
  > 4de6b13 Update net-istio nightly (# 15073)
  > ea70a07 Update net-kourier nightly (# 15072)
  > fded96a Update net-certmanager nightly (# 15069)
  > 10d9d53 Update net-kourier nightly (# 15065)
  > b794c8b Update net-gateway-api nightly (# 15062)
  > efe4873 Update net-certmanager nightly (# 15064)
  > 1b6458d Update net-contour nightly (# 15063)
  > 74622fb upgrade to latest dependencies (# 15061)
  > e8a04ac Update net-contour nightly (# 15059)
  > e47ffe3 drop vendor licenses (# 15050)
  > ac4f3a8 Update net-kourier nightly (# 15058)
  > 0646e25 Update net-gateway-api nightly (# 15057)
  > b9a1a81 Update net-istio nightly (# 15055)
  > e779e28 Update net-certmanager nightly (# 15056)
  > 8bda840 disable kourier-tls (# 15053)
  > a92b2ee Drop unused OWNER files and drop productivity folks from being tagged for review (# 15051)
  > 3e2243d Prevent a PodAutoscaler's DesiredScale to turn to -1 (# 14866)
  > 315a94c Update net-gateway-api nightly (# 15042)
  > 0ad570f remove special logic for user-agent header with istio mtls (# 15034)
  > b49fb25 upgrade to latest dependencies (# 15040)
  > 77838e4 Update net-kourier nightly (# 15045)
  > cbeb090 Use a copy to modify the existing secret (# 15048)
  > 4bbcccc Update community files (# 15046)
bumping knative.dev/pkg 1ca1f09...0f34a88:
  > 0f34a88 upgrade to latest dependencies (# 3018)
  > 2a68697 Bump google.golang.org/grpc from 1.63.0 to 1.63.2 (# 3017)
  > 2cca32d Revert "drop eventing-rabbitmq downstream testing (# 2969)" (# 3008)
  > 39d72da Bump github.com/prometheus/common from 0.52.2 to 0.52.3 (# 3015)
  > e255c15 Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (# 3016)
  > 7de1740 Bump golang.org/x/tools from 0.19.0 to 0.20.0 (# 3012)
  > bc62610 Bump google.golang.org/grpc from 1.62.1 to 1.63.0 (# 3013)
  > a49e72f Bump golang.org/x/net from 0.22.0 to 0.24.0 (# 3011)
  > 1ff9a77 Bump x/net to 0.24 (# 3014)
  > 094f152 Bump github.com/prometheus/common from 0.51.1 to 0.52.2 (# 3010)
  > f9d72b2 Bump golang.org/x/sync from 0.6.0 to 0.7.0 (# 3009)
  > 5d4af76 Update community files (# 3007)
  > fef5da9 Replace all usages of deprecated wait.PollImmediate with wait.PollUntilContextTimeout (# 3004)
  > 03bf3de webhook: add options to disable resource_namespace tag in metrics (# 2931)
  > 3f02478 Bump cloud.google.com/go/storage from 1.39.1 to 1.40.0 (# 3002)
  > 7d95d0f Bump google.golang.org/api from 0.171.0 to 0.172.0 (# 3003)
  > 5fe2303 drop vendor licenses (# 3001)
  > f69f148 Optionally generate an init func for an informer (# 2989)
  > b8b7ca1 upgrade to latest dependencies (# 3000)
bumping golang.org/x/sync 59c1ca1...14be23e:
  > 14be23e semaphore: cancel acquisition with a done context
bumping google.golang.org/genproto/googleapis/rpc 6e1732d...94a12d6:
  > 94a12d6 chore(all): update all (# 1102)
bumping knative.dev/eventing 4754325...f9d8dea:
  > f9d8dea [main] Upgrade to latest dependencies (# 7842)
  > d96c6db feat: add initial pathfinding algorithm (# 7782)
  > 1ed11b7 [e2e] fix ManyTriggers possible starvation of Setup features (# 7831)
  > cb538fc [main] Upgrade to latest dependencies (# 7835)
  > 0264d60 Remove sinkbindings OIDC token secret when not needed and fix status setting (# 7836)
  > 84115ea Map eventtypes into event lineage graph (# 7783)
  > c1611d5 Improve trust bundle propagation (# 7665)
  > 734c413 fix: install script picks up on platform architecture by default (# 7821)
  > ebb311d Remove eventing-kafka from downstream tests as it's deprecated (# 7826)
  > ce5b77f [main] Update community files (# 7828)
  > 1920235 CrossNamespace: updated namespace for subscription (# 7804)
  > 366afed ETs reference subscriptions/triggers on reply (# 7733)
  > 8069d71 [main] Upgrade to latest dependencies (# 7824)
  > 4cec554 [main] Upgrade to latest dependencies (# 7818)
  > 7e1c082 [main] Format Go code (# 7819)
  > e581d36 Update eventtype v1beta3 type to reflect spec changes (# 7708)
  > 93e0c85 CrossNamespace: added brokerRef in trigger spec (# 7815)
bumping golang.org/x/tools 7656c4c...11c692e:
  > 11c692e gopls/internal/test/marker/testdata: skip hover size tests on 32-bit arm
  > fc660e5 go.mod: update golang.org/x dependencies
  > 6590f47 internal/gcimporter: renable tests of issue50259.go
  > f1d5252 gopls/internal/golang: Hover: show wasted % of struct space
  > 951bb40 gopls/internal/test/integration/misc: fix flaky test
  > c9b0c65 gopls/internal/analysis/fillreturns: skip test if gotypesalias=1
  > c623a28 gopls/internal/cache: fix crash in snapshot.Analyze with patch versions
  > f345449 gopls/internal/server: filter diagnostics to "best" views
  > 42d590c gopls/internal/test/integration: add a WriteGoSum run option
  > 53d35a5 gopls/internal/golang: RenderPackageDoc: fix doc links
  > 222cdde internal/analysisinternal: ZeroValue: support materialized aliases
  > 0a4fc72 internal/gcimporter: support materialized aliases
  > 85b6527 gopls/internal/test: temporarily disable staticcheck with gotypesalias=1
  > 118b98b gopls/internal/golang: RenderPackageDoc: emit anchors for var/const
  > 1e68fee gopls/internal/server: "view package doc" of package under test
  > b303e13 gopls/internal/golang: view pkg doc: display when "disconnected"
  > 41a9213 go/packages: report type errors unconditionally
  > 7204363 gopls/doc/release/v0.16.0.md: augment notes for "view pkg doc"
  > 904c6ba gopls/internal/settings: enable "unusedwrite" analyzer
  > 9663999 gopls/internal/golang: hover: show size/offset info
  > 509ed1c gopls/internal/golang: work around bug in go/doc
  > 9551398 go/callgraph: keep instantiations in DeleteSyntheticNodes
  > 11b4b5e go/analysis/passes/nilness: add longer example to doc
  > 9ed98fa gopls/internal/test: option to suppress LSP logs on failure
  > 867c912 inline: make it possible to gob encode/decode inlineMeFacts
  > db5d12b go/types/internal/play: display method receiver type
  > 2c8dd3e gopls: add explicit Unalias operations
  > 814f676 internal/gcimporter: add tool to inspect export data
  > 4fe2c29 refactor/rename: fix renaming of aliases
  > 71acab9 internal/typesparams: add Deref
  > 63b3b5a internal/imports: fix two "nil pointer in interface" bugs
  > 3f9badb go/ssa: types.Unalias() cleanup.
  > e5cf370 internal/typeparams: factor 2 copies of isParameterized
  > e0a9567 all: fix some comments
  > c3544e2 go/analysis/passes/httpresponse: fix ReceiverNamed usage
  > d0f7dce gopls: update x/vuln to 1.0.4
  > dd52646 go/ssa: create fewer goroutines
  > 813e70a gopls/internal/server: redo completion counters
  > 2ba7cf9 internal/imports: remove obsolete go:generate directive
  > 0fb9b7b gopls: use slices package for reverse slice
  > c21ae4c gopls/internal/golang: don't suggest removeparam when there are errors
  > f3fccee gopls/internal/golang: support removing unused parameters from methods
  > 2d517d5 gopls/internal/golang: fix build breakage due to semantic conflict
  > 6af0295 go/analysis/passes/stdversion: publish
  > 8669bfc gopls/internal/server: add "View package documentation" code action
  > 5628443 gopls/internal/test/marker: remove runtime.GOROOT from format.txt case
  > 6d9ecf2 gopls/internal/cache: rename methods on Package
  > 29d17a0 go/cfg: publish (*CFG).Dot method
  > 03f7b7b x/tools/go/packages: fix Load's "argument list too long" error
  > 67e856b gopls: fix test failures due to quoting of names in go/types errors
  > e256714 gopls: repair premature commit of 562248
  > 887727a gopls: Measure the efficacy of completions
  > ca94c96 gopls/internal/server: update telemetry prompt link
  > d4b1eff gopls/internal/golang: fix crash in package references
  > f89da53 gopls/internal/server: fix crash in SignatureHelp
  > 176e895 gopls/internal/analysis/stdversion: suppress before go1.21
  > c1eaf76 gopls/internal/analysis/stdversion: set RunDespiteErrors
  > c67485c gopls/internal/golang/completion: honor std symbol versions (imported)
  > 1f580da cmd/guru: delete it
  > c6563ca cmd/guru: remove replace directive
  > c178933 gopls/internal/server: set -mod=readonly when checking for upgrades
  > 9e530fc cmd/guru: carve out a separate module
  > 9b64301 gopls/internal/cache: avoid go/types panic on version "go1.2.3"
  > 93c0ca5 gopls/internal/cache: fix spurious diagnostics in multi-root workspaces
  > 31f056a gopls/internal/cache: add assertions for telemetry crash
  > 656fcde go/callgraph/vta: use core type for channels
  > b3a5e0b gopls/internal/golang/completion: honor std symbol versions (unimported)
  > accb00b gopls/internal/server/semantic: highlight the doc links in comments
  > ffaa15b gopls/internal/analysis/stdversion: report refs to too-new std symbols
  > 9a6aed9 internal/typeparams: delete OriginMethod
  > 070fcfb internal/typesinternal: delete SetGoVersion
  > caf5940 gopls/internal/cache: prune broken edges to command-line-arguments pkgs
  > ff00c7b internal/stdlib: manifest of all std symbols since go1.0
  > 029c4ea go/analysis/passes/slog: detect unsatifiable interface args
  > d10b068 go/ssa: handle labeled statements with blank labels
  > 4c85bed all: remove redundant words in comments and fix typo
  > 98c835c gopls/protocol: update LSP to latest version

Signed-off-by: Knative Automation <automation@knative.team>
2024-04-17 08:30:40 +00:00
David Simansky 6ebd9ab5e5
Remove license dir (#1934)
* Remove license dir

* Run go mod tidy
2024-04-15 10:43:48 +00:00
Knative Automation 04e1291d9f
Update community files (#1933)
Signed-off-by: Knative Automation <automation@knative.team>
2024-04-04 01:44:26 +00:00
David Simansky cbb6f5cd2f
Fix client-pkg import paths (#1931)
* Fix client-pkg import paths

* Fix imports
2024-03-27 17:03:55 +00:00
Tamer Fahmy 5c152bd085
Add completion support for fish and powershell (#1929) 2024-03-27 14:52:36 +00:00
Knative Automation f28ddc0c1e
Update community files (#1930)
Signed-off-by: Knative Automation <automation@knative.team>
2024-03-27 13:28:54 +00:00
David Simansky c4629584a8
Fix wait-loop in domain E2E test (#1919)
* WIP: E2E test wait loop debug

* Remove additional single quotation marks
2024-03-27 11:10:05 +00:00
Knative Automation 9ef220cd45
upgrade to latest dependencies (#1923)
bumping github.com/golang/protobuf 5d5e8c0...75de7c0:
  > 75de7c0 Merge pull request # 1597 from golang/updatedesc
  > b7697bb all: update descriptor.proto to latest version
bumping google.golang.org/genproto/googleapis/api b0ce06b...37d4d3c:
  > 37d4d3c chore(all): update all (# 1089)
  > df926f6 chore(all): auto-regenerate .pb.go files (# 1092)
  > 05fd2b7 chore(all): Update to google.golang.org/genproto/googleapis/rpc without backreference (# 1093)
  > 1f18d85 chore(all): Drop submodule backreferences (# 1087)
  > 6ceb2ff chore: make vet script less error prone (# 1091)
  > c5ed0a4 chore(all): auto-regenerate .pb.go files (# 1084)
  > 9b9be74 chore: updates for Go 1.22 (# 1090)
bumping google.golang.org/genproto/googleapis/rpc 37d4d3c...a219d84:
  > a219d84 chore(all): auto-regenerate .pb.go files (# 1096)
  > 29370a3 chore(all): auto-regenerate .pb.go files (# 1095)
  > 790db91 chore(all): auto-regenerate .pb.go files (# 1094)
bumping knative.dev/eventing 0604334...63068bd:
  > 63068bd [main] Upgrade to latest dependencies (# 7794)
  > acc6385 [main] Update community files (# 7787)
  > c7db5cb Reduce the scope for the Config validation webhook to only the `knative-eventing` namespace. (# 7792)
bumping knative.dev/serving d0529c2...da63b4a:
  > da63b4a Update net-gateway-api nightly (# 15022)
  > ffd2796 upgrade to latest dependencies (# 15020)
  > edcb471 Update community files (# 15012)
bumping google.golang.org/api 9c2cde8...cb0f433:
  > cb0f433 chore(main): release 0.170.0 (# 2459)
  > 5537676 feat(all): auto-regenerate discovery clients (# 2471)
  > cca46fb chore(deps): bump google.golang.org/protobuf (# 2470)
  > 67f16b6 feat(all): auto-regenerate discovery clients (# 2468)
  > de61eb7 feat(all): auto-regenerate discovery clients (# 2466)
  > 73e8b66 chore(all): update all (# 2462)
  > cc19990 chore(deps): ignore google/go-github package updates (# 2465)
  > c3a2f34 feat(all): auto-regenerate discovery clients (# 2464)
  > e938bf1 feat(all): auto-regenerate discovery clients (# 2461)
  > dc4811a feat(all): auto-regenerate discovery clients (# 2460)
  > fb2b816 feat(all): auto-regenerate discovery clients (# 2458)
bumping knative.dev/networking f56f3aa...6956634:
  > 6956634 upgrade to latest dependencies (# 948)
  > e1796e7 Update community files (# 947)
bumping knative.dev/hack b9f6bf0...424e75e:
  > 424e75e Update community files (# 374)
bumping google.golang.org/grpc d715b2e...9952aa8:
  > 9952aa8 Change version to 1.62.1 (# 7020)
  > d7334c4 fix enabling compression by trimming whitespaces in accept encoding header (# 6952)
  > d076e14 rpc_util: Fix RecvBufferPool deactivation issues (# 6766)
  > 9d981b0 cherry-pick # 6997 to 1.62.x release branch (# 6979) (# 7018)
  > 7c4b553 Switch version to 1.62.1-dev (# 6995)
bumping knative.dev/pkg adefab4...db6f3b0:
  > db6f3b0 Bump google.golang.org/api from 0.169.0 to 0.170.0 (# 2992)
  > 4e6f7e4 Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 (# 2993)
  > 66842ae Bump google.golang.org/grpc from 1.62.0 to 1.62.1 (# 2991)
  > 3d1e17c Bump cloud.google.com/go/storage from 1.39.0 to 1.39.1 (# 2990)
  > 9f523e2 Update community files (# 2988)

Signed-off-by: Knative Automation <automation@knative.team>
2024-03-19 17:55:46 +00:00
Knative Automation 8979cbdade
Update community files (#1918)
Signed-off-by: Knative Automation <automation@knative.team>
2024-03-18 01:39:51 +00:00
Knative Automation 03e551617b
upgrade to latest dependencies (#1921)
bumping knative.dev/serving 3504239...d0529c2:
  > d0529c2 Update net-certmanager nightly (# 15015)
  > cd1e144 Update net-kourier nightly (# 15017)
  > 6a15707 Update net-gateway-api nightly (# 15016)
  > 8e7a61c Set e2e scripts to test Gateway API and Contour (# 14999)
  > e053fe2 Update net-istio nightly (# 15018)
  > e640345 Update net-contour nightly (# 15008)
bumping knative.dev/eventing bbb9051...0604334:
  > 0604334 Replace all usages of deprecated wait.PollImmediate with wait.PollUntilContextTimeout (# 7786)
  > b644dad [main] Upgrade to latest dependencies (# 7785)

Signed-off-by: Knative Automation <automation@knative.team>
2024-03-15 14:23:39 +00:00
David Simansky bc749d423d
Lower required Codecov coverage (#1920) 2024-03-14 15:35:39 +00:00
Knative Automation 0cf5aebdda
upgrade to latest dependencies (#1916)
bumping golang.org/x/oauth2 ebe81ad...85231f9:
  > 85231f9 go.mod: update golang.org/x dependencies
  > 34a7afa google/externalaccount: add Config.UniverseDomain
  > 95bec95 google/externalaccount: moves externalaccount package out of internal and exports it
bumping google.golang.org/genproto/googleapis/rpc 1f4bbc5...37d4d3c:
  > 37d4d3c chore(all): update all (# 1089)
  > df926f6 chore(all): auto-regenerate .pb.go files (# 1092)
  > 05fd2b7 chore(all): Update to google.golang.org/genproto/googleapis/rpc without backreference (# 1093)
  > 1f18d85 chore(all): Drop submodule backreferences (# 1087)
  > 6ceb2ff chore: make vet script less error prone (# 1091)
  > c5ed0a4 chore(all): auto-regenerate .pb.go files (# 1084)
  > 9b9be74 chore: updates for Go 1.22 (# 1090)
  > b0ce06b chore(all): update all (# 1088)
  > 012b6fc chore(all): update all (# 1086)
  > 31a09d3 chore(all): update all (# 1085)
bumping k8s.io/klog/v2 6ded808...007e661:
  > 007e661 textlogger: allow caller to override stack unwinding
  > 2d08296 Merge pull request # 396 from pohly/slog-helper
  > 2086216 Merge pull request # 393 from kaisoz/add-safeptr
  > e4deee8 slog: use main logr package instead of logr/slogr
  > 8dd3f2e Merge pull request # 395 from pohly/readme-update
  > 881fa0b Add SafePtr wrapper
  > 5d1d2d5 add SetSlogLogger
  > 761b630 Merge pull request # 394 from pohly/owners-update
  > d3dd725 docs: clarify relationship between different features
  > e3f75b8 Merge pull request # 384 from pohly/slog
  > 39afdba dependencies: logr v1.4.1
  > f33bd6c OWNERS: remove serathius, add mengjiao-liu, promote pohly
  > 02e7b69 Merge pull request # 391 from pohly/with-name-output
  > 44eadc3 add slog support
  > b588475 Merge pull request # 380 from pohly/golangci-lint-action
  > 009a04a output: handle WithName like zapr does
  > cc856bb update to logr 1.3.0
  > edee20c Merge pull request # 392 from pohly/promote-experimental
  > 1a0dfc5 github: run golangci-lint via action
  > 61b308a Merge pull request # 390 from pohly/go-vet-print
  > 18cdd3a promote experimental code to stable
  > ef25537 fix revive issues
  > 6632ba5 Merge pull request # 376 from pohly/stderr-threshold-docs
  > 6af4ad1 testing: bump Go version matrix
  > a4f9060 fix golangci-lint issues
  > ff82b97 Merge pull request # 379 from lowang-bh/fixWarning
  > 3838dbc stderrthreshold: fix flag comment
  > b394f4b enable "go vet" checks for parameters
  > 5ac9b76 Merge pull request # 378 from aimuz/fix-370
  > 6c35c6a resolve comments warning
  > 1e2789b fix: SetLogger via klog.SetLogger will output an unexpected newline
bumping knative.dev/client-pkg 2c46c44...ca457df:
  > ca457df upgrade to latest dependencies (# 154)
  > f170971 🎁 Terminal UI basic implementation (# 139)
  > ae3b852 [main] Upgrade to latest dependencies (# 146)
  > e7f1f8d Update community files (# 151)
bumping golang.org/x/term 353276a...c5eaf76:
  > c5eaf76 go.mod: update golang.org/x dependencies
bumping google.golang.org/api 87aa1d0...9c2cde8:
  > 9c2cde8 chore(main): release 0.169.0 (# 2451)
  > a488112 feat(all): auto-regenerate discovery clients (# 2457)
  > 2675c0a feat(all): auto-regenerate discovery clients (# 2454)
  > d22da18 feat(all): auto-regenerate discovery clients (# 2450)
  > e84ba36 chore(main): release 0.168.0 (# 2432)
  > 74538f7 chore(all): update module github.com/google/go-github/v58 to v59 (# 2411)
  > 6381123 chore(all): update all (# 2435)
  > b438981 feat(all): auto-regenerate discovery clients (# 2449)
  > af383c7 feat(all): auto-regenerate discovery clients (# 2448)
  > 022c85c feat(all): auto-regenerate discovery clients (# 2447)
  > 4fa90c9 feat(all): auto-regenerate discovery clients (# 2445)
  > ced0c09 feat(all): auto-regenerate discovery clients (# 2443)
  > 9f9c0cf feat(all): auto-regenerate discovery clients (# 2442)
  > 454cba5 chore: make vet script less error prone (# 2441)
  > 82eaa79 chore: updates for Go 1.22 (# 2440)
  > d290e18 feat(all): auto-regenerate discovery clients (# 2438)
  > 4dc71d4 feat(all): auto-regenerate discovery clients (# 2436)
  > 0c30ecc feat(all): auto-regenerate discovery clients (# 2433)
  > e635a5e feat(all): auto-regenerate discovery clients (# 2431)
  > 548436b chore(main): release 0.167.0 (# 2428)
  > 55a9e5a feat(all): auto-regenerate discovery clients (# 2429)
  > f72b5af feat(all): auto-regenerate discovery clients (# 2427)
  > 133e58b chore(main): release 0.166.0 (# 2418)
  > 446a6bd feat(all): auto-regenerate discovery clients (# 2426)
  > b7d596b chore(all): update all (# 2423)
  > 124a535 feat(all): auto-regenerate discovery clients (# 2425)
  > b3f9c38 feat(all): auto-regenerate discovery clients (# 2424)
  > af6aa38 feat(all): auto-regenerate discovery clients (# 2421)
  > 762eb61 feat(all): auto-regenerate discovery clients (# 2420)
  > c969083 feat(all): auto-regenerate discovery clients (# 2419)
  > 260fc1e feat(all): auto-regenerate discovery clients (# 2417)
  > e451477 chore(main): release 0.165.0 (# 2415)
  > deab77d feat(all): auto-regenerate discovery clients (# 2416)
  > c702880 feat(all): auto-regenerate discovery clients (# 2414)
  > 3ff4bc1 chore(main): release 0.164.0 (# 2407)
  > edbe996 fix(transport): disable universe domain check if token source (# 2413)
  > 05a0882 chore(all): update all (# 2410)
  > 51d5068 feat(all): auto-regenerate discovery clients (# 2412)
  > 246b19f feat(all): auto-regenerate discovery clients (# 2409)
  > f1b37df feat(all): auto-regenerate discovery clients (# 2408)
  > 1bd8304 feat(all): auto-regenerate discovery clients (# 2406)
bumping k8s.io/cli-runtime 9f2bd1f...d173469:
  > d173469 Update dependencies to v0.29.2 tag
  > b1485dd Merge pull request # 122429 from MadhavJivrajani/tools-bump-129
  > 9cab777 .*: bump golang.org/x/tools to v0.16.1
  > 907531b update go.mod
  > c19cbcf Merge pull request # 121552 from pohly/klog-update
  > 0c0de4e dependencies: klog v2.110.1
  > a832cfb Merge pull request # 121575 from apelisse/update-smd
  > 5ae4381 Update sigs.k8s.io/structured-merge-diff to v4.4.1
  > 7a70979 Merge pull request # 121524 from carlory/gomega
  > ed5a8bd bump gomega to 1.29.0
  > b52809d Merge pull request # 121338 from dims/working-otel-bump
  > 9fa1f3b working-config-otel
  > 7a5787c Merge pull request # 120397 from ty-dc/StaticCheck
  > 9a91d94 Merge pull request # 120757 from alexzielenski/apiserver/openapi/invalid-default
  > cb7ca27 cleanup: omit comparison with bool constants
  > 87ce7cf pin openapi
  > 5ed3353 Merge pull request # 121010 from Jefftree/decouple-openapi-v2v3-config
  > f0c756c Merge pull request # 120248 from pacoxu/grpc-container-probe
  > 3c03da5 bump kube-openapi
  > 7fedfc8 Merge pull request # 120735 from Jefftree/request-body
  > d9c5b0a remove GAed FG GRPCContainerProbe
  > dd10ae1 bump kube-openapi
  > a96869e Add shortname ambiguity warning in shortcut expander (# 117668)
  > 3d1197d Merge pull request # 121111 from dashpole/update_otel_deps
  > 5931efa dependencies: update otel-go dependencies
  > f509253 Merge pull request # 121117 from MadhavJivrajani/bump-x-net
  > 949c697 .: bump golang.org/x/net to v0.17.0
  > d37b3c0 Merge pull request # 121082 from pohly/ginkgo-gomega-update
  > 94fa062 dependencies: ginkgo v2.13.0, gomega v1.28.0
  > 0a75c85 Merge pull request # 120716 from xrstf/fix-typos
  > db86a55 Merge pull request # 119865 from charles-chenzz/bump_deps
  > 01d4bb0 fix typo exeucting => executing
  > 72a9dff bump github.com/emicklei/go-restful/v3 to v3.11.0.
  > 6a70d14 fix typo dervied => derived
  > b6a2760 Merge pull request # 119526 from sttts/sttts-idiomatic-cached
  > 54c1040 fix typo Mininum => Minimum
  > 8dc7d8d hack/update-vendor.sh
  > 0f867fc fix typo Conext => Context
  > e7b1ca8 Merge pull request # 120008 from skitt/drop-intstr-ptr-wrappers
  > 67e5a9b Merge pull request # 120499 from tukwila/gorilla/websocket_v1.5.0
  > 7d580a3 Use ptr.To to retrieve intstr addresses
  > 851c941 bump: upgrade gorilla/websocket from v1.4.2 to v1.5.0
  > 7b13f09 Merge pull request # 119334 from kmala/serverapply
  > edd7a6c Merge pull request # 119157 from seans3/websocket-executor
  > 43d2057 update the dependency sigs.k8s.io/structured-merge-diff/v4 to latest tag
  > 8c4ba9e WebSocket Client and V5 RemoteCommand Subprotocol
  > 634e424 Merge pull request # 120327 from liggitt/json-patch
  > 12b75d0 Merge pull request # 120218 from rakshitgondwal/feat/protobuf-version-update
  > 237f8f4 Revert to json-patch 4.12.0
  > a6e88af feat: update google.golang.org/protobuf to v1.31.0
  > 3c06e1a Merge pull request # 118401 from skitt/ioutil-sig-cli
  > 0daafa1 Merge pull request # 119725 from MadhavJivrajani/bump-net-dep
  > 75654d9 cli: stop using deprecated io/ioutil
bumping knative.dev/serving 096adcc...3504239:
  > 3504239 upgrade to latest dependencies (# 15009)
  > 0c8f4f3 Format go code (# 15006)
  > a194cb2 Add multi-container probing (# 14853)
  > b635c4c Update net-kourier nightly (# 15004)
  > 79498ab Update net-istio nightly (# 15003)
  > 54254a1 Update net-gateway-api nightly (# 15005)
  > 1c9495a Update net-certmanager nightly (# 15002)
  > 173ab17 upgrade to latest dependencies (# 15001)
  > 3e119d5 add contour-gateway.yaml to third_party folder (# 14998)
  > 455d3e5 Revert deactivated istio tls tests (# 14995)
  > 88abc84 upgrade to latest dependencies (# 14997)
  > a2ea3a1 Check for nil before calling deep-equal (# 14996)
  > 21ec47d Replace deprecated uses of sets.Int (# 14973)
  > 33b8bb4 Update net-kourier nightly (# 14993)
  > 57dc06d add upstream TLS trust from CM bundles (# 14717)
  > 5fdffba Update net-gateway-api nightly (# 14986)
  > 846c248 Update net-certmanager nightly (# 14991)
  > d8b4c5c Update net-istio nightly (# 14987)
  > 0e9c192 upgrade to latest dependencies (# 14985)
  > 72f91e5 Removed superfluous else statement (# 14982)
  > 74b5bed Update net-gateway-api nightly (# 14975)
  > 60211df Update net-certmanager nightly (# 14974)
  > 69fb735 Update net-contour nightly (# 14977)
  > 03c65f7 Update net-istio nightly (# 14976)
  > 4b88324 Update net-kourier nightly (# 14978)
  > 06335fe upgrade to latest dependencies (# 14970)
  > e069290 Update net-kourier nightly (# 14972)
  > f852ac6 Modify the description of ConfigMap  config-defaults (# 14969)
  > 0394a5f Update net-gateway-api nightly (# 14971)
  > 3f776db Update net-istio nightly (# 14966)
  > 0208f81 Update net-contour nightly (# 14967)
  > 7d49b34 Update net-certmanager nightly (# 14964)
  > 6dc7097 Update net-gateway-api nightly (# 14965)
  > 5cfa4a9 Update community files (# 14963)
  > 99f6b66 Update net-istio nightly (# 14957)
  > 80bb2f6 Update net-gateway-api nightly (# 14960)
  > 1a375ab Update net-kourier nightly (# 14958)
  > cdb41a4 Update net-certmanager nightly (# 14959)
  > 1c6d34f Update net-contour nightly (# 14956)
  > a1ad60a upgrade to latest dependencies (# 14949)
  > d7603f8 Update net-contour nightly (# 14953)
  > 6f88b3c Update net-istio nightly (# 14952)
  > cb84c77 Update net-kourier nightly (# 14943)
  > 21c2d43 Update net-certmanager nightly (# 14954)
  > 936f058 upgrade to latest dependencies (# 14947)
  > f40c8f9 Update net-contour nightly (# 14945)
  > 8a9828e Update net-gateway-api nightly (# 14946)
  > 77590bc Update net-istio nightly (# 14944)
  > 51db121 Update net-certmanager nightly (# 14942)
  > 8a727cd upgrade to latest dependencies (# 14941)
  > c171daa upgrade to latest dependencies (# 14936)
  > 167d42f Update net-gateway-api nightly (# 14937)
  > 64b7126 Update net-contour nightly (# 14938)
  > 2949f76 Update workflows to use knative/actions/setup-go (# 14934)
  > 852b4fd Update net-gateway-api nightly (# 14930)
  > f5ac3bb Update net-certmanager nightly (# 14928)
  > 831af95 Update net-istio nightly (# 14931)
  > 4323e27 Update net-kourier nightly (# 14932)
  > be71cf2 Update net-contour nightly (# 14929)
  > 6713050 upgrade to latest dependencies (# 14927)
  > a59e476 upgrade to latest dependencies (# 14926)
  > 961cc65 Update net-contour nightly (# 14924)
  > 5ab975d Update net-gateway-api nightly (# 14923)
  > d4a2637 Update net-istio nightly (# 14911)
  > 2f98a34 Update net-kourier nightly (# 14922)
  > ed66fdc Update net-certmanager nightly (# 14921)
  > 507b229 upgrade to latest dependencies (# 14920)
  > 7a7505d Update community files (# 14919)
  > 754b481 Update net-gateway-api nightly (# 14915)
  > 892f2d6 upgrade to latest dependencies (# 14917)
  > 9c131fd Update net-contour nightly (# 14916)
  > 7ce55e2 Update net-certmanager nightly (# 14914)
  > 2b7ace7 upgrade to latest dependencies (# 14913)
  > e8e53e4 Update net-gateway-api nightly (# 14912)
  > db76e10 Update net-kourier nightly (# 14900)
  > 82bb1b3 Update net-contour nightly (# 14910)
  > db92674 Update net-certmanager nightly (# 14905)
  > 9edd169 Update net-contour nightly (# 14907)
  > 3ded51b Update net-gateway-api nightly (# 14906)
  > 0a860c7 Update net-istio nightly (# 14908)
  > 77cc2dd drop k8s 1.27 from kind tests and update cluster version to v1.28 in e2e tests (# 14904)
  > 5aa8043 Scale to zero should ensure there are no failed replicas (# 14902)
  > 8589e0c Add revision-failure test image (# 14875)
  > 78c5029 Update net-contour nightly (# 14901)
  > 12315b5 Update net-istio nightly (# 14899)
bumping golang.org/x/sys 914b96c...360f961:
  > 360f961 unix: add API for fsconfig system call
  > 7ff74af unix: drop go version tags for unsupported versions
  > 6b4eab5 unix: suppress ENOMEM errors from sysctl's implementing Uname(uname *Utsname) on FreeBSD due to truncated fields.
  > 2f2cc5d unix: update IFLA and NETKIT constants with Linux kernel 6.7
bumping knative.dev/hack 999d7e6...b9f6bf0:
  > b9f6bf0 switch default region to avoid instability (# 373)
  > e6dedc7 bump various tools (# 372)
  > 7f60be0 Update community files (# 371)
  > 5f0998e Set default for GKE version to 1.28 (# 370)
  > fe1f2b4 drop toolchain directive (# 369)
  > 05f4e9c Update community files (# 368)
bumping knative.dev/networking 22eb3d0...f56f3aa:
  > f56f3aa upgrade to latest dependencies (# 946)
  > 3594f84 upgrade to latest dependencies (# 945)
  > 3252e63 upgrade to latest dependencies (# 944)
  > 9417101 upgrade to latest dependencies (# 943)
  > 918a090 upgrade to latest dependencies (# 942)
  > 48fd99c cleanup: drop unused e2e files (# 940)
  > d5fbe3f chore: drop OWNER files from ./test & ./hack (# 941)
  > e3f29af Update community files (# 939)
  > cfb3abd upgrade to latest dependencies (# 938)
  > 7391d20 drop unused types (# 933)
  > 54694f4 upgrade to latest dependencies (# 937)
  > ff63078 add the h2c app protocol value for the HTTP2 test (# 936)
  > 48f43ee Exclude test folder from code coverage calculation (# 934)
  > 5f213f7 upgrade to latest dependencies (# 935)
  > 1fbbbf9 Update GRPC/H2C conformance test (# 932)
  > 556d751 bump golang to v1.22 (# 931)
  > 71d6811 drop net-http01 from downstream testing (# 930)
  > 8bbc041 upgrade to latest dependencies (# 929)
  > f5845ef Update community files (# 928)
  > 630e71a feat: add isFailed for certificate (# 926)
  > 64e6032 upgrade to latest dependencies (# 927)
bumping k8s.io/utils d93618c...e7106e6:
  > e7106e6 Merge pull request # 290 from nitishfy/Nitish/go-get-deprecated
  > b307cd5 Merge pull request # 297 from skitt/fix-roundtoint32
  > be5d99e remove go install
  > cf03d44 Merge pull request # 289 from skitt/golang-1.21-set-clear
  > fc7c3d4 Use math.Round for rounding in RoundToInt32
  > 8a6db1c Transfer go get to go install
  > 3b25d92 Merge pull request # 283 from skitt/generic-ptr
  > 571d869 With Go 1.21, use clear in set.Clear()
  > 3019533 Merge pull request # 286 from skitt/set-equal
  > dc1a5d8 Add generic ptr.To, ptr.Deref, ptr.Equal
  > 9f67429 Merge pull request # 243 from logicalhan/generics
  > ecd9d48 Ensure set.Equal() compares the two set lengths
  > 10cedcc address tim's comments
  > c3703b2 fix lint issue
  > 46762cf make this implementation of sets compatible with the one in apimachinery
  > d8088cf add generic sets package to utils

Signed-off-by: Knative Automation <automation@knative.team>
2024-03-14 09:58:04 +00:00
Knative Automation 177fd0a335
Update community files (#1917)
Signed-off-by: Knative Automation <automation@knative.team>
2024-02-21 01:43:33 +00:00
Knative Automation dab9d4aa95
upgrade to latest dependencies (#1912)
bumping google.golang.org/genproto/googleapis/rpc 995d672...1f4bbc5:
  > 1f4bbc5 chore(all): auto-regenerate .pb.go files (# 1083)
  > ef43131 chore(all): auto-regenerate .pb.go files (# 1082)
  > 6c6643b chore(all): update all (# 1078)
  > a9fa171 fix(dataform): Remove broken aliases (# 1080)
  > 9144d31 fix(analytics): Remove broken aliases (# 1079)
  > 35c7eff chore(all): update all (# 1077)
  > 50ed04b chore(all): update all to v4 (# 1076)
  > 0d6446b chore(all): update all (# 1075)
bumping github.com/google/uuid 4d47f8e...0f11ee6:
  > 0f11ee6 chore(master): release 1.6.0 (# 151)
  > 16939da chore(tests):  add strict monotonicity test case for uuid v7. (# 154)
  > 016b199 fix: fix typo in version 7 uuid documentation (# 153)
  > 1d8b6ea ci: set token permissions to github workflows (# 143)
  > a2b2b32 fix: Monotonicity in UUIDv7 (# 150)
  > c58770e feat: add Max UUID constant (# 149)
bumping google.golang.org/genproto 989df2b...a9fa171:
  > a9fa171 fix(dataform): Remove broken aliases (# 1080)
  > 9144d31 fix(analytics): Remove broken aliases (# 1079)
  > 35c7eff chore(all): update all (# 1077)
  > 50ed04b chore(all): update all to v4 (# 1076)
  > 0d6446b chore(all): update all (# 1075)
  > 995d672 chore(all): update all (# 1073)
bumping golang.org/x/sys 0829ab1...914b96c:
  > 914b96c windows: support ill-formed UTF-16 in UTF16PtrToString
  > 511ec84 Revert "windows: support nil done parameter in ReadFile and WriteFile"
  > 628365d windows: support nil done parameter in ReadFile and WriteFile
  > bef1bd8 unix: move mksyscall regexp to package level variables
  > 5710a32 unix/linux: update Linux kernel to 6.7
  > b3ce6a3 windows: build env_windows_test.go only go Go 1.21 and above
  > c3fa2b8 windows: fix parsing of non-ASCII entries in token.Environ
  > f69d32a unix: in TestDirent, make as many ReadDirent calls as are needed
  > 0d9df52 unix: add more SECCOMP constants
bumping knative.dev/eventing fd95228...97e91c5:
  > 97e91c5 [main] Update community files (# 7675)
  > eac7384 Wait for events with poll interval after finished event received (# 7668)
  > ba77c3d [main] Update community files (# 7672)
  > 7d350ea [main] Upgrade to latest dependencies (# 7669)
  > 185fbf4 [main] Update community files (# 7671)
  > 03ed4ab wathola receiver, annotate span by step number (# 7667)
  > 6f2eaed Set default value for scale cache config values (# 7666)
  > bcb6100 e2e: nodeselector in apiserversauce (# 7627)
  > 836f4da feat: replace yaml merge tags (# 7662)
  > 5500bed Cache statefulset scale update/get requests (# 7651)
  > 7b975fc Update KinD for e2e tests to 0.21.0 (# 7656)
  > 96863ba [main] Upgrade to latest dependencies (# 7657)
  > 469d0ac [main] Upgrade to latest dependencies (# 7654)
  > 9d892bf Remove empty labels (# 7648)
  > d258e7d Create teardown script for local development (# 7642)
  > 62c74c1 [main] Update community files (# 7646)
  > 702004a Tiny trustbundle improvements (# 7644)
  > 02bde54 Add helm as one of the development requirement (# 7643)
  > 56ee9b2 Add TLS tests for Trigger and Subscription dead letter sinks (# 7636)
  > ff52881 Use filtered informer to watch OIDC service accounts (# 7527)
  > 54f3952 [main] Upgrade to latest dependencies (# 7641)
  > 3391d1e [main] Upgrade to latest dependencies (# 7639)
  > c6105d6 Update knative.dev/hack to latest main (# 7637)
  > 0340aa5 Fix mtbroker-filter to proxy response headers (# 7614)
  > e9bf641 Use projected volumes for sinkbinding trust bundles (# 7630)
  > bcba98a Move OIDC tests to test/rekt (# 7622)
  > ab47824 support: nodeselector in apiserversource (# 7584)
  > cdb8638 fix: exact -> atleast (# 7624)
  > 42efd06 [main] Upgrade to latest dependencies (# 7623)
  > 214f4b3 [main] Upgrade to latest dependencies (# 7616)
  > 9b6c7e2 Generalize description of EventType in CRD. (# 7617)
  > 95b9345 Adding documentation and linking resources for go setup issues with Linux Ubuntu distribution (removed noisy commits) (# 7612)
bumping golang.org/x/term ae94145...353276a:
  > 353276a go.mod: update golang.org/x dependencies
bumping knative.dev/hack f3f03ac...999d7e6:
  > 999d7e6 Update community files (# 367)
  > 6090613 Update community files (# 366)
  > d1067f2 Update community files (# 365)
  > f3881d9 Update community files (# 364)
  > ab9b690 Don't hardcode serving as the repo when setting highest semver (# 361)
  > 45dcf10 Update community files (# 360)
  > 40f0ac2 Update community files (# 359)
bumping github.com/go-logr/logr 8adefbe...dcdc3f2:
  > dcdc3f2 slogr: fix unintended API break in v0.8.0 (# 253)
  > 5d88f52 funcr: Add LogInfoLevel Option to skip logging level in the info log (# 240)
  > 177005d build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0
  > e7f489a build(deps): bump github/codeql-action from 2.22.9 to 3.22.11
  > cf56c3b build(deps): bump actions/setup-go from 4 to 5
  > 2ad296e build(deps): bump github/codeql-action from 2.22.8 to 2.22.9
  > d55b4e2 Merge pull request # 241 from thockin/master
  > c589653 Merge pull request # 245 from thockin/sloghandler_empty_groups
  > 98ee9d9 Clean up slog testing and restore coverage
  > 006d752 Merge pull request # 246 from thockin/slog_context_tests
  > b01bad7 sloghandler: unnamed groups should be inlined
  > b228ba8 Break examples to new file
  > 5153ab2 unit tests with full SlogSink mock implementation
  > 2665157 Add tests for context with slog
  > 6432877 Add benchmarks for slogSink
  > 58f101e Fix bug in slog support carrying the wrong sink
  > f558531 Put slog tests in a helper, move funcr test
  > 6151b2f support a slog.Logger pointer in a context
  > 83dbe72 Fix some lint
  > 1fffd07 move slogr into main package
  > b5e7d9f funcr: Be consistent about quoted
  > 41d36ee build(deps): bump github/codeql-action from 2.22.7 to 2.22.8
  > 44c6ac8 funcr: Be consistent about colons
  > f36813a build(deps): bump github/codeql-action from 2.22.5 to 2.22.7
  > 955d2aa funcr: Be consistent about commas
  > 24eb27c build(deps): bump actions/github-script from 6.4.1 to 7.0.1
  > 8221825 Add SlogSink support to funcr
  > 5b79d78 Merge pull request # 233 from go-logr/dependabot/github_actions/github/codeql-action-2.22.5
  > d95f9b6 Get rid of testSlogSink
  > 424fad7 Merge pull request # 232 from go-logr/dependabot/github_actions/ossf/scorecard-action-2.3.1
  > e602c1d build(deps): bump github/codeql-action from 2.22.4 to 2.22.5
  > cdb930d Minor cleanups in slogr_test (readability)
  > 64618df build(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1
bumping golang.org/x/oauth2 39adbb7...ebe81ad:
  > ebe81ad go.mod: update golang.org/x dependencies
  > adffd94 google/internal/externalaccount: update serviceAccountImpersonationRE to support universe domain
  > deefa7e google/downscope: add DownscopingConfig.UniverseDomain to support TPC
bumping google.golang.org/genproto/googleapis/api 989df2b...6c6643b:
  > 6c6643b chore(all): update all (# 1078)
  > a9fa171 fix(dataform): Remove broken aliases (# 1080)
  > 9144d31 fix(analytics): Remove broken aliases (# 1079)
  > 35c7eff chore(all): update all (# 1077)
  > 50ed04b chore(all): update all to v4 (# 1076)
  > 0d6446b chore(all): update all (# 1075)
  > 995d672 chore(all): update all (# 1073)
bumping google.golang.org/grpc dbbcf59...8167bc3:
  > 8167bc3 Change version to 1.61.0 (# 6936)
  > 52e2363 test/xds: Use different import path for gRPC Messages (# 6933)
  > 67e50be transport: Remove redundant if in handleGoAway (# 6930)
  > e96f521 alts: Extract AuthInfo after handshake in ALTS e2e test. (# 6931)
  > 987df13 metadata: move FromOutgoingContextRaw() to internal (# 6765)
  > 61eab37 server: block GracefulStop on method handlers and make blocking optional for Stop (# 6922)
  > ddd377f xds/server: fix RDS handling for non-inline route configs (# 6915)
  > 8b455de removing Roots deprecated Subjects field in tests (# 6907)
  > 953d12a alts: Forward-fix of ALTS queuing of handshake requests. (# 6906)
  > 6ce73bf internal/transport: convert `ConnectionError` to `Unavailable` status when writing headers (# 6891)
  > e7e400b deps: apply `make proto` changes (# 6916)
  > 660c394 examples: Fixed the formatting in the Authentication README.md (# 6908)
  > 3a8270f grpc: skip compression of empty messages (# 6842)
  > 7e9d319 vet: remove ignore of CloseNotifier (# 6911)
  > 5a36bb7 fix 'identitiy' typo in error message   (# 6909)
  > a233d9b build(deps): bump the github-actions group with 1 update (# 6904)
  > 6bc1906 xds: add support for mTLS Credentials in xDS bootstrap (# 6757)
  > 71cc0f1 Revert "alts: Queue ALTS handshakes once limit is reached rather than dropping. (# 6884)" (# 6903)
  > 4f03f3f removing deprecated http closenotifier function (# 6886)
  > bb0d32f xds: don't fail channel/server startup when xds creds is specified, but bootstrap is missing certificate providers (# 6848)
  > e20d5ce reflection: rename non-regenerated pb.go files to not be called '.pb.go' (# 6885)
  > adc7685 alts: Queue ALTS handshakes once limit is reached rather than dropping. (# 6884)
  > 33a60a8 internal: use OS defaults for TCP keepalive params in Windows (# 6863)
  > c109241 interop/xds: Increase go log verbosity to 99 so that EDS is logged (# 6860)
  > 02a4e93 orca: use atomic pointer instead of mutex in server metrics recorder to improve performance (# 6799)
  > df02c11 test/kokoro: Use the Kokoro shared install lib from the new repo (# 6859)
  > 444749d alts: Record network latency and pass it to the handshaker service. (# 6851)
  > 45624f0 grpc: eliminate panics in server worker implementation (# 6856)
  > 6e6914a completely delete WatchListener and WatchRouteConfig APIs (# 6849)
  > 836e5de credentials/alts: update handshaker.pb.go (# 6857)
  > 43e4461 Forbid dependabot from performing major version bumps (# 6852)
  > 686fdd8 security/advancedtls: fix test that relies on min TLS version (# 6824)
  > 52baf16 internal: use OS defaults for TCP keepalive params only on unix (# 6841)
  > d050906 build(deps): bump the github-actions group with 3 updates (# 6835)
  > 477bd62 xds/internal/resolver: switch to generic xDS API for LDS/RDS (# 6729)
  > a03c7f1 client: always enable TCP keepalives with OS defaults (# 6834)
  > c2398ce [infra] Hash-pin GitHub Actions, keep them updated with dependabot (# 6815)
  > 0866ce0 grpc: optional interface to provide channel authority (# 6752)
  > 5d7453e client: rework resolver and balancer wrappers to avoid deadlock (# 6804)
  > 93389b7 doc: fix link to the reflection protocol (# 6833)
  > 1b05500 internal/credentials/xds: Add exported comment for HandshakeInfo (# 6823)
  > 737f87b xds/internal/server: cleanup formatting directives in some logs (# 6820)
  > bc16b5f interop: support custom creds flag for stress test client (# 6809)
  > 02ea031 Bugfix for broken import (# 6816)
  > 287c473 Mark old CRL APIs as deprecated (# 6810)
  > 7935c4f resolver_wrapper: remove serializerScheduleLocked; the lock is unnecessary (# 6803)
  > 914ca65 client: further streamlining of Dial (# 6802)
  > 232054a client: remove deprecated WithServiceConfig DialOption (# 6800)
  > 42fdcc4 client: rename balancer and resolver wrapper files to be consistent (# 6801)
  > 59c0aec xDS: Atomically read and write xDS security configuration client side (# 6796)
  > ce3b538 client: simplify initialization and cleanup a bit (# 6798)
  > b98104e buffer & grpcsync: various cleanups and improvements (# 6785)
  > 424db25 credentials: if not set, restrict to TLS v1.2+ and CipherSuites per RFC7540 (# 6776)
  > 40c279a deps: update dependencies for all modules (# 6795)
  > 3cbbe29 reflection: don't serialize placeholders (# 6771)
  > 4a84ce6 Change version to 1.61.0-dev (# 6794)
bumping knative.dev/networking ce0738a...22eb3d0:
  > 22eb3d0 Update community files (# 924)
  > adc5e58 Update community files (# 923)
  > 1e6aa63 Update community files (# 922)
  > 1e7e42d upgrade to latest dependencies (# 921)
  > 66bdffa Update community files (# 920)
  > 060ef7a Clean up unused reconciler and certs code (# 919)
  > bdf2c51 upgrade to latest dependencies (# 918)
  > a874708 upgrade to latest dependencies (# 917)
  > ed5f0fa upgrade to latest dependencies (# 916)
  > a21edb5 Update community files (# 915)
  > 1dcd961 Update community files (# 914)
bumping google.golang.org/api b52e40b...87aa1d0:
  > 87aa1d0 chore(main): release 0.163.0 (# 2402)
  > 2271ef7 feat(all): auto-regenerate discovery clients (# 2405)
  > 47834b5 feat(all): auto-regenerate discovery clients (# 2403)
  > 62ceaad feat(all): auto-regenerate discovery clients (# 2401)
  > 26a1117 chore(main): release 0.162.0 (# 2389)
  > 6862015 fix(transport): enforce 1s timeout on requests to MDS universe_domain (# 2393)
  > a6d137b chore(all): update all (# 2396)
  > 5437df8 chore(all): update module github.com/google/go-github/v52 to v58 (# 2397)
  > eddfeb9 feat(all): auto-regenerate discovery clients (# 2398)
  > 169ead6 feat(all): auto-regenerate discovery clients (# 2395)
  > 140fb54 feat(all): auto-regenerate discovery clients (# 2394)
  > e5a7a15 feat(all): auto-regenerate discovery clients (# 2392)
  > c8e77f6 feat(all): auto-regenerate discovery clients (# 2391)
  > f2f2d22 feat(all): auto-regenerate discovery clients (# 2388)
  > befbd36 chore(main): release 0.161.0 (# 2387)
  > f29f327 fix(gen): reject repeated object query params (# 2383)
  > 54c764a fix(transport): skip s2a for now if service has direct path enabled (# 2385)
  > 03042ec feat(all): auto-regenerate discovery clients (# 2386)
  > dcb7e96 chore(main): release 0.160.0 (# 2381)
  > fee4c8f feat(all): auto-regenerate discovery clients (# 2384)
  > 5534cf2 feat(all): auto-regenerate discovery clients (# 2382)
  > 8f26f51 feat(all): auto-regenerate discovery clients (# 2380)
  > ee5c9cc chore(main): release 0.159.0 (# 2378)
  > 55b0516 fix(transport): relax universe checks (# 2376)
  > a8d9414 feat(all): auto-regenerate discovery clients (# 2377)
  > 68b1bc1 chore(main): release 0.158.0 (# 2360)
  > df17254 fix(transport/grpc): add universe domain verification (# 2375)
  > b21a1fa fix(internal): support internaloption.WithDefaultUniverseDomain (# 2373)
  > ddb3a12 chore(google-api-go-generator): replace literal with const (# 2363)
  > d266978 feat(all): auto-regenerate discovery clients (# 2374)
  > 73fc7fd fix(transport): not enable s2a when there is endpoint override (# 2368)
  > 2d69d97 feat(all): auto-regenerate discovery clients (# 2372)
  > 45c097f feat(all): auto-regenerate discovery clients (# 2369)
  > addc18c chore(all): update module github.com/google/go-github/v52 to v58 (# 2351)
  > a4e39d8 chore(all): update all to v0.47.0 (# 2367)
  > e0db6a5 feat(all): auto-regenerate discovery clients (# 2366)
  > f40db7f feat(all): auto-regenerate discovery clients (# 2365)
  > 69626e3 feat(transport): add universe domain support (# 2355)
  > 6c3b622 feat(all): auto-regenerate discovery clients (# 2361)
  > 6ef1144 feat(impersonate): add universe domain support (# 2296)
  > 6e77ef2 chore(main): release 0.157.0 (# 2346)
  > 72a8ffd feat(all): auto-regenerate discovery clients (# 2358)
  > 74a1558 docs(option): update WithDefaultEndpointTemplate docs (# 2356)
  > 135da01 chore(all): update all to a9fa171 (# 2350)
  > 0d002f9 feat(all): auto-regenerate discovery clients (# 2354)
  > da330c2 feat(all): auto-regenerate discovery clients (# 2353)
  > 5bf46ee feat(all): auto-regenerate discovery clients (# 2352)
  > 3bf8f4f feat(all): auto-regenerate discovery clients (# 2349)
  > 763c331 feat(all): auto-regenerate discovery clients (# 2348)
  > c3e43a1 feat(all): auto-regenerate discovery clients (# 2345)
  > d016573 chore(main): release 0.156.0 (# 2333)
  > 05de776 feat(all): auto-regenerate discovery clients (# 2344)
  > 811e925 feat(all): auto-regenerate discovery clients (# 2343)
  > 9e45101 feat(google-api-go-generator): add universe domain support (# 2335)
  > 3f90b98 feat(all): auto-regenerate discovery clients (# 2341)
  > 9745014 test: fix overflow (# 2342)
  > 3f8b548 chore(all): update all (# 2338)
  > c8905be chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /internal/kokoro/discogen (# 2340)
  > d008b6e feat(all): auto-regenerate discovery clients (# 2339)
  > ceefb9b feat(all): auto-regenerate discovery clients (# 2337)
  > bd4dad1 feat(all): auto-regenerate discovery clients (# 2336)
  > 014a8e0 feat(all): auto-regenerate discovery clients (# 2332)
bumping golang.org/x/net cb5b10f...73d21fd:
  > 73d21fd go.mod: update golang.org/x dependencies
  > 643fd16 html: fix SOLIDUS '/' handling in attribute parsing
  > 73e4b50 dns/dnsmessage: allow name compression for SRV resource parsing
  > b2208d0 internal/quic/qlog: fix typo
  > 0d0b98c http2: avoid goroutine starvation in TestServer_Push_RejectAfterGoAway
  > 07e05fd http2: remove suspicious uint32->v conversion in frame code
  > 26b646e quic: avoid deadlock in Endpoint.Close
bumping knative.dev/client-pkg 67fca0c...2c46c44:
  > 2c46c44 Update community files (# 150)
  > adb84bd Update community files (# 149)
  > a722b38 Update community files (# 148)
  > 788b4b0 Update community files (# 147)
bumping knative.dev/pkg b488e7b...b8f9b22:
  > b8f9b22 Update community files (# 2957)
  > bc60487 Update community files (# 2956)
  > 405f0c4 Update community files (# 2955)
  > 2d2e27d Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 (# 2952)
  > 3b39834 Bump google.golang.org/api from 0.161.0 to 0.163.0 (# 2953)
  > 085f505 Bump golang.org/x/net from 0.20.0 to 0.21.0 (# 2954)
  > 4104e42 Bump google.golang.org/api from 0.159.0 to 0.161.0 (# 2951)
  > e85c3cf Update community files (# 2950)
  > b6659cc Bump cloud.google.com/go/storage from 1.36.0 to 1.37.0 (# 2948)
  > 9bdb511 Bump google.golang.org/grpc from 1.60.1 to 1.61.0 (# 2947)
  > d34ca03 Update knative.dev/hack to latest main (# 2949)
  > 91c6ec8 Bump google.golang.org/api from 0.157.0 to 0.159.0 (# 2946)
  > 6d59538 Bump github.com/evanphx/json-patch/v5 from 5.8.1 to 5.9.0 (# 2945)
  > 6eb53f5 Bump github.com/google/uuid from 1.5.0 to 1.6.0 (# 2944)
  > 2b8687a upgrade to latest dependencies (# 2943)
  > b42fab9 Update community files (# 2942)
  > 3f7ce63 Bump google.golang.org/api from 0.155.0 to 0.157.0 (# 2941)
  > 2a92e9d Bump github.com/evanphx/json-patch/v5 from 5.8.0 to 5.8.1 (# 2940)
  > 455683d Update community files (# 2939)
bumping knative.dev/serving 1c46c07...096adcc:
  > 096adcc Update net-certmanager nightly (# 14898)
  > fd7a6c8 Update net-contour nightly (# 14895)
  > ec32a4c Update net-kourier nightly (# 14894)
  > 148e001 Update net-certmanager nightly (# 14891)
  > 6283914 Fix: run ./hack/update-deps.sh (# 14888)
  > d8bc015 Update net-istio nightly (# 14893)
  > 45f9eeb Update community files (# 14896)
  > 5efa21e Update net-gateway-api nightly (# 14892)
  > dad0326 Update net-contour nightly (# 14884)
  > 4286c63 Update community files (# 14890)
  > 06eac8e Update net-kourier nightly (# 14885)
  > 3544fa0 Update net-certmanager nightly (# 14883)
  > 7da1f45 Update net-gateway-api nightly (# 14882)
  > 48ca4cd Update net-istio nightly (# 14886)
  > 280c922 Update community files (# 14880)
  > 2125772 Updating DEVELOPMENT.md to remove reference to allowedFields or preserveUnknownFields (# 14865)
  > 7882fa9 upgrade to latest dependencies (# 14878)
  > 774cca0 Update net-istio nightly (# 14873)
  > 87e6199 feat: Add ability to configure multiple wilcard domains (# 14543)
  > 52b4b09 Update net-istio nightly (# 14870)
  > 1760f08 Don't drop traffic when upgrading a deployment fails (# 14795)
  > 05d1927 upgrade to latest dependencies (# 14868)
  > 24bc968 Update net-contour nightly (# 14861)
  > f4bbb19 Update net-kourier nightly (# 14857)
  > 772dd36 Update net-gateway-api nightly (# 14856)
  > b44bea9 Update net-contour nightly (# 14851)
  > 0c2d16b Update net-certmanager nightly (# 14858)
  > 19f9f30 Update net-istio nightly (# 14859)
  > a303128 Update community files (# 14854)
  > 71a54e4 Update net-kourier nightly (# 14850)
  > 391c796 Update net-istio nightly (# 14852)
  > c58131a Update net-kourier nightly (# 14844)
  > 3a39279 upgrade to latest dependencies (# 14849)
  > 48a3a52 Update net-certmanager nightly (# 14845)
  > 61f5cad Update net-istio nightly (# 14843)
  > f4ef3c8 Update net-gateway-api nightly (# 14842)
  > 6d89c70 upgrade to latest dependencies (# 14841)
  > 51b0337 Capitalize the first letter of config() (# 14821)
  > 0bae8a2 implement cluster-local-domain-tls in serving (# 14610)
  > 5712497 Update net-kourier nightly (# 14832)
  > 87cef50 Update net-istio nightly (# 14831)
  > 9130d61 Update net-contour nightly (# 14834)
  > fb69b9a Update net-gateway-api nightly (# 14833)
  > 16c823b Update net-certmanager nightly (# 14830)

Signed-off-by: Knative Automation <automation@knative.team>
2024-02-15 13:56:24 +00:00
Knative Automation 16ae868cac
Update community files (#1915)
Signed-off-by: Knative Automation <automation@knative.team>
2024-02-14 13:19:44 +00:00
Knative Automation 1843b9affd
Update community files (#1914)
Signed-off-by: Knative Automation <automation@knative.team>
2024-02-14 01:46:03 +00:00
Knative Automation d30fe76166
Update community files (#1913)
Signed-off-by: Knative Automation <automation@knative.team>
2024-02-13 01:39:18 +00:00
Knative Automation 50fa1c70b6
Update community files (#1911)
Signed-off-by: Knative Automation <automation@knative.team>
2024-02-01 01:47:08 +00:00
Knative Automation 543522a33e
[main] Upgrade to latest dependencies (#1910)
* upgrade to latest dependencies

bumping k8s.io/code-generator ad20935...0a2d87a:
  > 0a2d87a Merge pull request # 121545 from dims/automated-cherry-pick-of-# 121364-upstream-release-1.28
  > 4e70e93 bump golang.org/grpc to v1.56.3
  > 69e9240 Merge pull request # 121128 from MadhavJivrajani/bump-x-net-128
  > 6cf3458 .: bump golang.org/x/net to v0.17.0
  > 791c213 Merge remote-tracking branch 'origin/master' into release-1.28
  > a66bf75 .*: bump golang.org/x/net to v0.13.0
  > fee1cc9 Merge pull request # 118204 from sttts/sttts-openapi-v2-parameter-refs
  > 44fe511 Merge pull request # 119312 from pacoxu/prometheus/common-v0.44
  > 9ac045b Bump kube-openapi
  > c56ebf3 upgrade prometheus common to v0.44.0
  > 3cea41d Merge pull request # 119330 from bertinatto/fix-conn-reuse-test
  > c293887 Proactively bump golang.org/x/net to v0.12.0
  > b265455 Fix lifecycle generator to check the version correctly (# 119268)
  > b510e2c Merge pull request # 118689 from bzsuni/clean
  > 04d27a1 update prometheus/client_golang v1.14.0 to v1.16.0
  > 41a1e2d Merge pull request # 118507 from jeremyrickard/go1205
  > 0ffabab Update vendor with hack/update-vendor.sh
  > 4e0c7a3 Merge pull request # 118522 from jpbetz/remove-bad-merge-key
  > 81f56dc Remove invalid merge key
  > b92bd47 Merge pull request # 118414 from thockin/remove_codegen_debug
  > 5686b85 Fix errant debugging code in codegen
  > e60f563 Merge pull request # 118384 from Jefftree/gnostic-models-branch
  > f9f5739 Update gnostic references
  > 049b8c1 vendor
  > 7eed8e6 Merge pull request # 118269 from liggitt/genproto
  > ce9404a Update google.golang.org/genproto
  > db4dff4 Merge pull request # 118240 from Jefftree/bump-kube-openapi
  > 8f5c773 Update vendor
  > 03cdae3 Merge pull request # 117985 from howardjohn/patch-2
  > 932443c Merge pull request # 118014 from liggitt/mapstructure
  > ab3121a codegen
  > 254bead Update kube-openapi, drop mapstructure
  > 96be077 Fix comments on InformerFor
  > 04bedf1 Merge pull request # 117982 from jpbetz/sig-roles-jpbetz
  > 276d6b6 Merge pull request # 117645 from humblec/etcd-2
  > b4cd301 Add api-machinery TL owners permissions for jpbetz
  > f45259c Merge pull request # 117139 from pohly/test-integration-race-detection-update-utils
  > c60f5e6 update vendor dependencies for the change
  > 7eb0f51 dependencies: bump k8s.io/utils
  > b2afdc9 etcd depdencies are updated to v3.5.9
  > 8437e77 Merge pull request # 117946 from lavalamp/lavalamp-taking-a-break
  > 7850b0d Merge pull request # 117961 from humblec/ginkgo
  > 29a942d lavalamp is taking a long break
  > d13e2c2 Merge pull request # 116761 from iancoolidge/devel-cpuset-revendor
  > a40ed9b ginkgo update to v2.9.4 and gomega to 1.27.6
  > a2fdf24 Merge pull request # 117897 from thockin/codegen_deprecate_generate_groups_scripts
  > 5e46b7b Update k8s.io/utils version to v0.0.0-20230313181309-38a27ef9d749
  > 6027f11 Merge pull request # 117899 from thockin/codegen_purge_openapi_shell_indirection
  > 1305626 Deprecate generate*groups.sh -> kube_codegen.sh
  > 04a3650 Use the same report files as before
  > 6d32803 Simpler openapi gen - subprojects do themselves
  > 89a7a4d Merge pull request # 117262 from thockin/codegen_new_script_for_subprojects
  > c40d37c Convert code-generator/examples to new codegen
  > 0eb9f05 Add a new way for subprojects to do codegen
  > f731524 Merge pull request # 117687 from pohly/klog-update
  > 69dc822 dependencies: klog v2.100.1
  > ce06575 Merge pull request # 117705 from Jefftree/update-openapi-fix-race
  > dfd3d2e Update kube-openapi to fix race
  > 9b6e38c Merge pull request # 117253 from akhilerm/update-containerd-dependencies
  > f2fce9b chore: update cgroups and ttrpc versions
  > fcf3837 Merge pull request # 117350 from mohitsharma-in/update/google-golang-protobuf
  > 9423c3d Merge pull request # 117483 from ArkaSaha30/bump-gofuzz
  > e0c5a53 Dependencies Update google.golang.org/protobuf v1.28.1 to v1.30.0
  > d0b82bb Merge pull request # 117482 from ArkaSaha30/bump-go-logr
  > dfd550e update gofuzz dependency
  > abb7434 Merge pull request # 117352 from mohitsharma-in/update/golang_x_tools
  > de902bb Update go-logr dependencies
  > ddd36a3 Dependencies Update golang.org/x/tools v0.7.0 to v0.8.0
  > d0339d3 Merge pull request # 117399 from mohitsharma-in/update/golang_time
  > e13ba37 Dependencies Update golang.org/x/timet 90d013bbcef8  to v0.3.0
  > 473f30d Merge pull request # 117285 from humblec/azure-go-autorest
  > 68bbb45 dependencies: update gh/Azure/auto-test/{adal,validation}
  > e28c955 Merge pull request # 116282 from thockin/codegen_subprojects_nuke_old_files
  > ff97b26 Merge pull request # 116281 from thockin/codegen_subproject_chdir
  > 0ecf58f Codegen: subprojects: nuke existing files
  > fe4722c Codegen: simpler k8s.io/code-generator/examples
  > 2d17b8d Merge pull request # 116280 from thockin/codegen_no_internal_subprojects
  > 25c3b12 Codegen: new tools will not become part of 'all'
  > 8bfbf3d Codegen subprojects: consolidate generate-*groups
  > 399d412 Codegen subprojects: deprecate "all" in scripts
  > e04cc82 Codegen subprojects: regen defaulters when needed
  > 5ccd5be Codegen subprojects: reify 'all' into explicit
  > 0577864 Trivial change to reduce diffs
  > 450bfcd Merge pull request # 116948 from MadhavJivrajani/fix-verify-vendor
  > 5d100ef .*: update vendor dir and cleanup
  > 8fead9f Merge pull request # 116539 from pohly/ginkgo-gomega-update
  > e6c58e4 dependencies: ginkgo v2.9.1, gomega v1.27.4
bumping knative.dev/pkg 9386ad6...b488e7b:
  > b488e7b upgrade to latest dependencies (# 2938)
  > f95090a Bump github.com/evanphx/json-patch/v5 from 5.7.0 to 5.8.0 (# 2935)
  > 347a4b5 Bump github.com/prometheus/common from 0.45.0 to 0.46.0 (# 2937)
  > e8c79d4 Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 (# 2934)
  > ff26179 Bump golang.org/x/tools from 0.16.1 to 0.17.0 (# 2936)
  > e0d5064 Bump golang.org/x/net from 0.19.0 to 0.20.0 (# 2933)
  > bc230ae Update community files (# 2932)
  > 21d8c37 Bump K8s dependencies to v0.28.5 and set K8s min-version to 1.27 (# 2928)
  > a459076 upgrade to latest dependencies (# 2930)
  > de3e9cc Fixing all deprecated use of sets.String (# 2915)
  > a65a9e2 lower log level for AdmissionController.Admit validation  failures (# 2905)
  > 4c06610 Update community files (# 2929)
  > 697d669 Bump google.golang.org/api from 0.154.0 to 0.155.0 (# 2926)
  > 9e6a998 Bump golang.org/x/sync from 0.5.0 to 0.6.0 (# 2925)
  > dfa0a2c Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 (# 2924)
  > 32bea20 Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (# 2923)
  > d513e48 Bump google.golang.org/grpc from 1.59.0 to 1.60.1 (# 2922)
  > 1709d20 Bump golang.org/x/crypto from 0.16.0 to 0.17.0 (# 2921)
  > 03265f7 Bump golang.org/x/tools from 0.16.0 to 0.16.1 (# 2917)
  > 155eba4 Bump google.golang.org/api from 0.153.0 to 0.154.0 (# 2920)
  > d71ca9a Bump cloud.google.com/go/storage from 1.35.1 to 1.36.0 (# 2918)
  > 5413322 Bump github.com/google/uuid from 1.4.0 to 1.5.0 (# 2916)
  > 4914c47 Bump google.golang.org/api from 0.152.0 to 0.153.0 (# 2914)
  > 9ad79ff Bump actions/setup-go from 4 to 5 (# 2913)
bumping k8s.io/apiextensions-apiserver 6090d8e...1dff568:
  > 1dff568 Update dependencies to v0.28.5 tag
  > bc1f37f Merge pull request # 121545 from dims/automated-cherry-pick-of-# 121364-upstream-release-1.28
  > baeeb81 bump golang.org/grpc to v1.56.3
  > c624896 Merge pull request # 121128 from MadhavJivrajani/bump-x-net-128
  > da001b1 .: bump golang.org/x/net to v0.17.0
  > 2d89f88 Merge pull request # 120356 from stevekuznetsov/automated-cherry-pick-of-# 120177-kubernetes-release-1.28
  > efb98fd Merge pull request # 119807 from jpbetz/automated-cherry-pick-of-# 119800-origin-release-1.28
  > 6c12248 apiextensions-apiserver: generate applyconfigurations
  > 6087aeb Merge pull request # 120141 from Jefftree/automated-cherry-pick-of-# 120109-upstream-release-1.28
  > 4d28f48 Fix CEL cost handling of zero length replacement strings
  > 3ea4ec4 Merge pull request # 120329 from liggitt/automated-cherry-pick-of-# 120327-upstream-release-1.28
  > b838126 Add wait for cache sync
  > 0404ad2 Add test coverage of result size of string operations
  > 0ede49e Revert to json-patch 4.12.0
  > 3f6c83c Bump cel-go to v0.16.1
  > eb9dafe Merge remote-tracking branch 'origin/master' into release-1.28
  > f13dc21 .*: bump golang.org/x/net to v0.13.0
  > 82eb7fc Merge remote-tracking branch 'origin/master' into release-1.28
  > 7709b76 apiextensions: fix validation error for status.storedVersions
  > b69767a Use statusReason for reason under x-kubernetes-validations (# 119544)
  > 124026f Merge pull request # 119543 from jpbetz/fix-xvalidations-flake
  > d60d893 Treat empty string as nil in fuzzer for CEL Reason field
  > ce3ed21 Merge pull request # 119510 from jpbetz/fix-mutation
  > 33bfdc8 Merge pull request # 119453 from cici37/addTest
  > b1b1775 Fix XValidations deepcopy to copy contents of nested pointers
  > d4e28b3 Address comment
  > f337e93 Refactor jsonpath parser and add tests.
  > d4d25b0 Merge pull request # 119340 from alexzielenski/apiserver/apiextensions/use-statusSchema
  > ed307c0 [KEP-2876]Add reason and fieldPath into CRD validation rules (# 118041)
  > ee459cb apiextensions: validate status updates with status schema
  > ac58466 Merge pull request # 118990 from alexzielenski/apiserver/apiextensions/crd-validation-ratcheting
  > baf073b Merge pull request # 118808 from Jefftree/updated-lazy-crd-controller-v2
  > d5f0213 update go.mod
  > 886cc80 Make CRDs built and aggregated lazily for oasv2
  > 0a5e7b0 use ratcheting schema validator when feature is enabled
  > b43ae52 Merge pull request # 118204 from sttts/sttts-openapi-v2-parameter-refs
  > 102e7eb add ratcheting schema validator using new openapi hooks
  > 80047f7 Merge pull request # 119312 from pacoxu/prometheus/common-v0.44
  > 4570537 Bump kube-openapi
  > 26778c0 add CRDValidationRatcheting feature gate
  > c1d26c5 upgrade prometheus common to v0.44.0
  > df2cf11 openapi: reference shared parameters
  > 2b42730 refactor: convert slices to []interface before inserion into VendorExtensible
  > dfc8251 Merge pull request # 119330 from bertinatto/fix-conn-reuse-test
  > 61188af refactor: add ValidateCustomResourceUpdate to support future validators for CRD Updates
  > 59f9b3d Proactively bump golang.org/x/net to v0.12.0
  > d63f8bb refactor: cleanup to NewSchemaValidator takes JSONSchemaProps
  > 6542909 Merge pull request # 117108 from pohly/test-integration-race-detection-component-base-logs
  > 0e74a9b refactor: rename apiservervalidation -> apiextensionsvalidation
  > 780eaa5 component-base/logs: improve handling of re-applying a configuration
  > 3efa7e2 Merge pull request # 118689 from bzsuni/clean
  > 6bd4851 Merge pull request # 118542 from cchapla/crd_webhook_metrics_updates
  > 70978ae update prometheus/client_golang v1.14.0 to v1.16.0
  > 37caa61 Minor fix on variable
  > a1be513 Updating names from webhookconversion to conversionwebhook
  > 1db2b07 Merge pull request # 118507 from jeremyrickard/go1205
  > 5a3e605 Update vendor with hack/update-vendor.sh
  > 0f42c58 Merge pull request # 118522 from jpbetz/remove-bad-merge-key
  > 75fa40c Merge pull request # 118292 from cchapla/crd_webhook_metrics
  > 23d6cfa Remove invalid merge key
  > 00091a3 Merge pull request # 118416 from sttts/sttts-etcd-options-complete
  > dfe6aaa Changes to buckets and comments
  > 6dca9f1 Merge pull request # 117294 from humblec/open-containers
  > 4e061f6 k8s.io/apiserver: remove skewed completion from EtcdOptions
  > f0093e4 Changes to histogram buckets
  > 2221bc5 dependencies: update github.com/dustin/go-humanize v1.0.1
  > f25167f Review comments, added metric namespace, moved utility functions, and etc
  > e81b4f1 Merge pull request # 118384 from Jefftree/gnostic-models-branch
  > 76af56a Webhook conversion metrics
  > f1f58f0 Update gnostic references
  > 35ec793 vendor
  > 7a5b05c Merge pull request # 118339 from jpbetz/bump-cel-go
  > 54ebdaa Enable optionals and add tests
  > 0a0fe1f Bump cel-go to v0.16.0
  > e0b0416 Merge pull request # 118269 from liggitt/genproto
  > 6a6001e Update google.golang.org/genproto
  > 37c0f7d Merge pull request # 118240 from Jefftree/bump-kube-openapi
  > 19cc2e6 Update vendor
  > 501bf5e Merge pull request # 117985 from howardjohn/patch-2
  > 56f7e82 Merge pull request # 118014 from liggitt/mapstructure
  > c163323 codegen
  > 8ef6b90 Update kube-openapi, drop mapstructure
  > 4cbfb5b Merge pull request # 117645 from humblec/etcd-2
  > c417362 Merge pull request # 117139 from pohly/test-integration-race-detection-update-utils
  > 0c33ac7 update vendor dependencies for the change
  > 07c89d1 dependencies: bump k8s.io/utils
  > 0a0501d etcd depdencies are updated to v3.5.9
  > 98774ff Merge pull request # 117946 from lavalamp/lavalamp-taking-a-break
  > 998aac2 Merge pull request # 117961 from humblec/ginkgo
  > 147a7f8 lavalamp is taking a long break
  > 3ef489c Merge pull request # 116761 from iancoolidge/devel-cpuset-revendor
  > b19cde5 ginkgo update to v2.9.4 and gomega to 1.27.6
  > 8b066bc Merge pull request # 117899 from thockin/codegen_purge_openapi_shell_indirection
  > 581611d Update k8s.io/utils version to v0.0.0-20230313181309-38a27ef9d749
  > f259ad6 Use the same report files as before
  > 962290e Simpler openapi gen - subprojects do themselves
  > 255d31a Codegen: subprojects openapi
  > cb87797 Merge pull request # 117262 from thockin/codegen_new_script_for_subprojects
  > 715e784 Merge pull request # 116779 from jpbetz/cel-ratcheting
  > eb41537 Convert apiextensions-apiserver to new codegen
  > eb8d569 Merge pull request # 117342 from kkkkun/update-etcd-deps-3.5.8
  > da3e785 Introduce CEL EnvSets for managing safe rollout of new CEL features, libraries and expression variables
  > 398f193 Merge pull request # 117618 from jpbetz/jpbetz-apiextensions-approver
  > 859639b upgrade etcd deps to v3.5.8
  > 4f2e374 Merge pull request # 117687 from pohly/klog-update
  > 6d99cd0 Add jpbetz to approvers of apiextensions-apiserver
  > 62e755e Merge pull request # 117328 from humblec/uber
  > 55f73a5 dependencies: klog v2.100.1
  > 612a866 Merge pull request # 117090 from jpmcb/cobra-1.7.0
  > 135a00c dependencies: go.uber.org/atomic v1.10.0
  > 7c4a384 Upgrades spf13/cobra to 1.7.0
  > 83c9eef dependencies: update go.uber.org/multierr v1.11.0
  > 9cb4c2d Merge pull request # 114998 from alexzielenski/apiserver/smd/ssa-conditionals
  > 1997a38 include apiextensions types in apiextensions generated openapi
  > 5739196 fix scale not being given gvk in CRD openapi schemas
  > 72bab68 add OpenAPIV3 config to tests and server options
  > 061320c Merge pull request # 117705 from Jefftree/update-openapi-fix-race
  > 2312078 Update kube-openapi to fix race
  > 18409ed Merge pull request # 117253 from akhilerm/update-containerd-dependencies
  > f727663 Merge pull request # 117349 from mohitsharma-in/deps-update/natefinch-lumberjack.v2
  > e5cc1de chore: update cgroups and ttrpc versions
  > f0da574 Merge pull request # 117593 from jpbetz/test-join
  > 5f8077d update Deps gopkg.in/natefinch/lumberjack.v2 v2.0.0 to v2.2.1
  > 5dcc218 Merge pull request # 117350 from mohitsharma-in/update/google-golang-protobuf
  > caad8b0 Fix bug where CEL listOfString.join() results in unexpected error
  > 96f3820 Merge pull request # 117483 from ArkaSaha30/bump-gofuzz
  > b9b41db Dependencies Update google.golang.org/protobuf v1.28.1 to v1.30.0
  > cf8773d Merge pull request # 117482 from ArkaSaha30/bump-go-logr
  > 9c80e35 update gofuzz dependency
  > 6a79604 Merge pull request # 117352 from mohitsharma-in/update/golang_x_tools
  > 5e0eadb Update go-logr dependencies
  > 699c276 Dependencies Update golang.org/x/tools v0.7.0 to v0.8.0
  > 2522eac Merge pull request # 117408 from cenkalti/backoff
  > 7dbdc67 Merge pull request # 117399 from mohitsharma-in/update/golang_time
  > 10c705f dependencies: update github.com/cenkalti/backoff/v4 to v4.2.1
  > 8c56b90 Dependencies Update golang.org/x/timet 90d013bbcef8  to v0.3.0
  > e79b4a0 Merge pull request # 117275 from akhilerm/update-coreos-deps
  > dd0f73c dependencies: update go-semver to v0.3.1
  > 98a31a3 dependencies: update go-systemd to v22.5.0
  > c91de0d Merge pull request # 117285 from humblec/azure-go-autorest
  > 1b32f81 dependencies: update gh/Azure/auto-test/{adal,validation}
  > b1c69c0 Merge pull request # 117301 from ncdc/revert-conversion-refactoring
  > 15521be Revert "Merge pull request # 113151 from ncdc/refactor-crd-conversion"
  > d5a5c83 Revert "CR conversion: protect from converter input edits"
  > 56acced Merge pull request # 116896 from thockin/apimachinery_util_diff_cleanup
  > c6d3475 Replace uses of ObjectReflectDiff with cmp.Diff
  > 7ab76f1 Replace uses of ObjectGoPrintDiff with cmp.Diff
  > 4e0e033 Replace apimachinery diff.StringDiff with cmp
  > 176c9c5 Merge pull request # 116348 from jkh52/knp-0.1.2
  > 69191a2 Merge pull request # 116280 from thockin/codegen_no_internal_subprojects
  > 1b79e64 Bump Konnectivity to 0.1.2
  > 0e0d0ca Codegen subprojects: regen defaulters when needed
  > be7cf1c Codegen subprojects: reify 'all' into explicit
  > 6961dc4 Merge pull request # 116948 from MadhavJivrajani/fix-verify-vendor
  > 70ef815 .*: update vendor dir and cleanup
  > 51f7c2f Merge pull request # 116770 from alexzielenski/agg-discovery-err-sources
  > adddae7 allow multiple sources to add/remove from discovery without clobbering each other
bumping github.com/prometheus/client_model 9a2bf30...1c92cad:
  > 1c92cad Merge pull request # 72 from prometheus/repo_sync
  > cbe84de Merge pull request # 71 from prometheus/superq/update_build
  > 58db340 Update common Prometheus files
  > baaa038 Merge pull request # 70 from prometheus/repo_sync
  > 568c466 Update Go
  > 7b38251 Merge pull request # 69 from prometheus/repo_sync
  > 185bafb Update common Prometheus files
  > cfbcccb Merge pull request # 67 from prometheus/beorn7/histogram
  > 4dbcf4e Update common Prometheus files
  > 95a0733 Merge pull request # 66 from ArthurSens/created-timestamp
  > 2a367b9 histogram: Add a doc comment about when to add a no-op span
bumping knative.dev/serving 7744087...1c46c07:
  > 1c46c07 upgrade to latest dependencies (# 14828)
  > 7509f7d Update net-contour nightly (# 14827)
  > f234d38 Update net-istio nightly (# 14826)
  > 40b0628 Update net-kourier nightly (# 14824)
  > 785b9d3 Update net-gateway-api nightly (# 14823)
  > 232cfd8 Update net-certmanager nightly (# 14825)
  > 99ea2f3 Update community files (# 14822)
  > bbabe5b upgrade to latest dependencies (# 14816)
  > 4928853 Create less load for TestActivatorChainHandlerWithFullDuplex (# 14820)
  > 4546f92 Update net-gateway-api nightly (# 14812)
  > 5d9bcf6 Update net-istio nightly (# 14817)
  > 9acc277 Update net-kourier nightly (# 14813)
  > 85efcf7 Update net-contour nightly (# 14814)
  > 1fcbcc6 Update net-certmanager nightly (# 14811)
  > 906d309 Update community files (# 14810)
  > bacd818 take 2: set appProtocol on services (# 14809)
  > 45ddf2d bump istio for gateway api tests (# 14808)
  > 9a867e1 Update net-gateway-api nightly (# 14789)
  > ad0a989 Revert "Set AppProtocol on Services (# 14757)" (# 14805)
  > 03b32e2 Update net-kourier nightly (# 14798)
  > 34da024 Support http1 full duplex per workload (# 14568)
  > e9a751f Update net-contour nightly (# 14801)
  > d96dabb Update net-istio nightly (# 14800)
  > 5ec6f8c Update net-certmanager nightly (# 14799)
  > aa3fb05 upgrade to latest dependencies (# 14796)
  > 3cea8b4 [Automated] Update net-istio nightly (# 14706)
  > 752314e Improve log output for Services with no LoadBalancer IP (# 14788)
  > 564e72b upgrade to latest dependencies (# 14794)
  > 1e2faa3 Remove /tmp and /var from reserved paths (# 14686) (# 14719)
  > 05b640b Update net-contour nightly (# 14792)
  > 9e0229c Update net-certmanager nightly (# 14791)
  > 921028c Update net-kourier nightly (# 14790)
  > 8162fe2 Add Vegeta rates / targets to SLA in performance tests (# 14429)
  > e5602d7 Set AppProtocol on Services (# 14757)
  > 52b3d0c Update net-gateway-api nightly (# 14785)
  > 45db086 Update net-contour nightly (# 14784)
  > 996d5b6 upgrade to latest dependencies (# 14783)
  > 7feb050 Add defaulting for all GRPC probe types (# 14773)
  > 85d698e Update net-kourier nightly (# 14781)
  > 7a9c068 Update net-contour nightly (# 14779)
  > 6a8bcf3 Update net-certmanager nightly (# 14780)
  > 842c0d9 upgrade to latest dependencies (# 14778)
  > d4807eb Update community files (# 14777)
  > 499dc1d Replaces all deprecated usages of sets with new generic versions (# 14765)
  > 0a291d6 Update net-certmanager nightly (# 14772)
  > b6552f9 Update net-kourier nightly (# 14768)
  > 5c02409 Update net-contour nightly (# 14769)
  > 32fde8b Update net-gateway-api nightly (# 14767)
  > 8028e2e Update net-certmanager nightly (# 14766)
  > 1962f25 upgrade to latest dependencies (# 14761)
  > cc1df09 Update community files (# 14760)
  > 328d03b Update net-kourier nightly (# 14759)
  > cc18593 Update net-certmanager nightly (# 14758)
  > 4697ed1 upgrade to latest dependencies (# 14756)
  > 8b13398 Update net-gateway-api nightly (# 14755)
  > afc93b9 Update net-contour nightly (# 14754)
  > 81149da Update net-kourier nightly (# 14743)
  > 0c6dc59 Update net-contour nightly (# 14742)
  > cc0359d Update net-certmanager nightly (# 14741)
  > 6291578 Update net-kourier nightly (# 14736)
  > cc15a56 upgrade to latest dependencies (# 14738)
  > df85272 Update net-certmanager nightly (# 14735)
  > 11c5aa9 upgrade to latest dependencies (# 14731)
  > a826aa4 Update net-certmanager nightly (# 14729)
  > 8f33f44 Update net-kourier nightly (# 14728)
  > fc479ae upgrade to latest dependencies (# 14726)
  > bab7163 Update net-kourier nightly (# 14725)
  > 3717446 upgrade to latest dependencies (# 14722)
  > 514e466 Update net-gateway-api nightly (# 14714)
  > f695a0b Update net-contour nightly (# 14716)
  > 1637bfc Update net-certmanager nightly (# 14715)
  > 2c93fee Update net-kourier nightly (# 14712)
  > 49d1226 Update net-certmanager nightly (# 14708)
  > aed404b Update net-kourier nightly (# 14707)
  > 2a873fc upgrade to latest dependencies (# 14704)
  > 4d0fdd1 Update net-kourier nightly (# 14702)
bumping k8s.io/klog/v2 d7fc505...6ded808:
  > 6ded808 Merge pull request # 375 from pohly/json-fallback
  > 77b73d5 Merge pull request # 374 from pohly/format
  > d731661 formatting: replace Sprintf("%+v") with JSON
  > 2fdc76f Merge pull request # 369 from mikedanese/stdlog
  > deffe14 add Format wrapper
  > 6bb2990 test: add more test cases for map, slice, struct
  > 4de3d37 expose logBridge via NewStandardLog()

Signed-off-by: Knative Automation <automation@knative.team>

* Fix codegen

---------

Signed-off-by: Knative Automation <automation@knative.team>
Co-authored-by: David Simansky <dsimansk@redhat.com>
2024-01-24 13:51:12 +00:00
David Simansky 3c1b9c0412
Remove toolchain directive (#1909)
* Remove toolchain directive

* Fix nil pointer dereference
2024-01-24 11:57:43 +00:00
Knative Automation 9222705f37
Update community files (#1908)
Signed-off-by: Knative Automation <automation@knative.team>
2024-01-23 01:42:39 +00:00
Knative Automation 0413ff2df5
Update community files (#1907)
Signed-off-by: Knative Automation <automation@knative.team>
2024-01-19 01:53:38 +00:00
Knative Automation a2182c88ea
Update community files (#1906)
Signed-off-by: Knative Automation <automation@knative.team>
2024-01-11 01:50:56 +00:00
Knative Automation fda423ed2f
Update community files (#1905)
Signed-off-by: Knative Automation <automation@knative.team>
2024-01-08 13:21:14 +00:00
Anshul Sharma 70805a67db
Add support for Profiles (#1903)
* Added test case for Profiles

* changed config profiles to be a map, added an accessor method for getting a certain configuration profile

* Added test cases for profile check

* added profile feature

* Fix generated files

* Fix go.mod deps

* Added support for labels and added test cases

---------

Co-authored-by: Roland Huß <rhuss@redhat.com>
Co-authored-by: David Simansky <dsimansk@redhat.com>
2023-12-20 13:17:37 +00:00
Knative Automation 7b11654048
upgrade to latest dependencies (#1892)
Signed-off-by: Knative Automation <automation@knative.team>
2023-12-04 16:35:12 +00:00
Knative Automation 51f6174ea0
Update community files (#1902)
Signed-off-by: Knative Automation <automation@knative.team>
2023-12-01 01:47:51 +00:00
Meenu Yadav 5b33d701e8
Corrected version for kn create kafka channel (#1886)
* Corrected version for kn create kafka channel

* Correct message

* Fix missing import

---------

Co-authored-by: David Simansky <dsimansk@redhat.com>
2023-11-30 11:25:21 +00:00
Roland Huß cef926d3b6
some fixes for build.sh (#1901) 2023-11-29 14:01:12 +00:00
Knative Automation a4bfecbb73
Update community files (#1900)
Signed-off-by: Knative Automation <automation@knative.team>
2023-11-29 01:49:17 +00:00
Calum Murray 725a1eb772
add clotributor to readme (#1899)
Signed-off-by: Calum Murray <cmurray@redhat.com>
2023-11-28 10:03:23 +00:00
Evan Anderson d61b947f60
Add consistent SECURITY.md (#1897) 2023-11-20 18:02:58 +00:00
Knative Automation 66029b16ad
upgrade to latest dependencies (#1887)
bumping golang.org/x/mod 5b69280...6e58e47:
  > 6e58e47 modfile: improve directory path detection and error text consistency
bumping knative.dev/eventing 360ec60...8ebe869:
  > 8ebe869 Deprecate EventType v1b1 API (# 7303)
  > a9320dc Add deprecation warnings for v1b2 (# 7454)
  > 3162518 [main] Upgrade to latest dependencies (# 7450)
  > d964da3 Don't use async handler (# 7415)
  > 7a645f8 Add the test setup in the install script (# 7418)
  > 8d8e0fe Increase Ready timeout for TestChannelConformance to 4 minutes (# 7433)
  > a118938 Use input channels audience as audience of Parallel (# 7431)
  > 9431ce9 Add e2e test if channel implementation exposes OIDC audience (# 7381)
  > 0fa1bbc [main] Upgrade to latest dependencies (# 7432)
  > e3b7970 [main] Upgrade to latest dependencies (# 7430)
  > cc3d30e [main] Upgrade to latest dependencies (# 7429)
  > 62e797b [main] Upgrade to latest dependencies (# 7428)
  > d978f3c [main] Upgrade to latest dependencies (# 7421)
  > e85a09d fix: Inconsistent OIDC auth feature flag name (# 7422)
  > 650d965 Adding the rekt test for pingsource with broker as sink (# 7416)
  > c8f4624 Refactored new filter tests to all use the same helper functions (# 7397)
  > 5ed1b7a [main] Upgrade to latest dependencies (# 7419)
  > 0684dbe Support for seconds field in PingSource schedule (# 7394)
bumping github.com/prometheus/common 94bf982...c59927e:
  > c59927e Merge pull request # 524 from prometheus/dependabot/go_modules/golang.org/x/net-0.17.0
  > 16f9480 Merge pull request # 525 from prometheus/dependabot/go_modules/sigv4/golang.org/x/net-0.17.0
  > 1f9b004 Bump golang.org/x/net from 0.15.0 to 0.17.0
  > 7043ea0 Merge pull request # 520 from prometheus/repo_sync
  > ff99062 Bump golang.org/x/net from 0.15.0 to 0.17.0 in /sigv4
  > f4e05c0 Merge pull request # 519 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.45.19
  > b6914dd Update common Prometheus files
  > ac62eb7 Merge pull request # 518 from prometheus/repo_sync
  > eb60b9b Bump github.com/aws/aws-sdk-go from 1.45.18 to 1.45.19 in /sigv4
  > 2dfcc43 Merge pull request # 509 from Neo2308/feature/master/move-to-protobuf-extensions-v2
  > 777f9cc Update common Prometheus files
  > 538e36f Merge pull request # 493 from prometheus/dependabot/go_modules/sigv4/github.com/stretchr/testify-1.8.4
  > 6fa8c32 Update golang_protobuf_extensions to v2
  > 806bab7 Merge pull request # 516 from prometheus/dependabot/go_modules/sigv4/github.com/prometheus/client_golang-1.17.0
  > 3d03105 Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 in /sigv4
  > c3da61d Merge pull request # 515 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.45.18
  > 78c4467 Bump github.com/prometheus/client_golang from 1.15.1 to 1.17.0 in /sigv4
  > 29293ef Merge pull request # 514 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.12.0
  > 68bf7ee Bump github.com/aws/aws-sdk-go from 1.44.266 to 1.45.18 in /sigv4
  > bd35fdb Merge pull request # 513 from prometheus/superq/client_go
  > 2e29438 Bump golang.org/x/oauth2 from 0.8.0 to 0.12.0
  > 4e8cb35 Merge pull request # 495 from prometheus/repo_sync
  > 9510d8d Update client_golang
  > 86487d4 Add read-only token permissions
  > dc8a02e Update common Prometheus files
  > fa9dcdd Merge pull request # 507 from prometheus/dependabot/go_modules/golang.org/x/net-0.12.0
  > 4047c78 Merge pull request # 511 from wasim-nihal/username-file-12576
  > 162098f Bump golang.org/x/net from 0.10.0 to 0.12.0
  > ed1ca57 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576
  > e79ab68 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576
  > 707c0a9 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576
  > 06c301c Adding support for file based configuration of basic auth in http client config.
  > 0af702d Update config/http_config.go
  > 0b1d03c Update config/http_config.go
  > dbdf15f Adding support for file based configuration of basic auth in http client config.
bumping knative.dev/pkg 29775d7...97c7258:
  > 97c7258 Bump golang.org/x/tools from 0.14.0 to 0.15.0 (# 2897)
  > 99fa268 Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 (# 2895)
  > 81a5838 Bump cloud.google.com/go/storage from 1.34.1 to 1.35.1 (# 2898)
  > b3e7ef5 Bump google.golang.org/api from 0.149.0 to 0.150.0 (# 2896)
  > 4e16990 Bump golang.org/x/net from 0.17.0 to 0.18.0 (# 2894)
  > 6564cf1 upgrade to latest dependencies (# 2893)
  > 35011d4 upgrade to latest dependencies (# 2892)
  > 5c9b7a8 upgrade to latest dependencies (# 2887)
  > acf0a2d Bump google.golang.org/api from 0.148.0 to 0.149.0 (# 2891)
  > 5e1261a Bump cloud.google.com/go/storage from 1.33.0 to 1.34.1 (# 2890)
  > 3b3f4e4 Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 (# 2889)
  > 8bf0f54 Bump golang.org/x/sync from 0.4.0 to 0.5.0 (# 2888)
  > fac3a4f fix closure variable in filtered factory (# 2884)
  > a6c730f upgrade to latest dependencies (# 2882)
  > b09d4f2 Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (# 2879)
  > 9f71af7 Bump github.com/google/uuid from 1.3.1 to 1.4.0 (# 2878)
  > b7a62c0 Bump google.golang.org/grpc from 1.58.3 to 1.59.0 (# 2873)
  > b8c14ce [CVE-2023-44487] Disable http2 for webhooks (# 2871)
  > 8b8bb65 Bump github.com/prometheus/common from 0.44.0 to 0.45.0 (# 2874)
  > ee56089 Bump google.golang.org/api from 0.147.0 to 0.148.0 (# 2872)
bumping knative.dev/serving 2659cc3...7561386:
  > 7561386 Create and use the Reconciler constructor for the service controller (# 14623)
  > ae91326 upgrade to latest dependencies (# 14620)
  > e582664 Update net-kourier nightly (# 14619)
  > 936ecbd fix: typo in comments (# 14617)
  > d3127e9 Surface cpu and mem requests forbidden errors (and other ones too) in KSVC creation (# 14453)
  > 946643c Update net-gateway-api nightly (# 14616)
  > 0ac6e3c Update net-istio nightly (# 14614)
  > 6978eea Update net-kourier nightly (# 14613)
  > ecfd6fd Update net-certmanager nightly (# 14611)
  > 381a3a9 Update net-contour nightly (# 14612)
  > 17fa595 upgrade to latest dependencies (# 14608)
  > 1c72423 Update net-gateway-api nightly (# 14602)
  > 9defe38 Update net-kourier nightly (# 14605)
  > 0ac084c Update net-contour nightly (# 14604)
  > cec7125 Update net-certmanager nightly (# 14603)
  > 65ce2ae upgrade to latest dependencies (# 14601)
  > 16884ca Update net-kourier nightly (# 14590)
  > e963ec7 Update net-certmanager nightly (# 14599)
  > f3e1a2d Drop CI reverse compatibility for auto-tls rename (# 14595)
  > df38a6b upgrade to latest dependencies with websocket v1.5.0 (# 14598)
  > a72f181 Update net-istio nightly (# 14596)
  > 789c322 Update net-contour nightly (# 14591)
  > 40008af Update net-certmanager nightly (# 14586)
  > ab6ccfe Update net-gateway-api nightly (# 14583)
  > ec8cf65 remove duplicate 'additionalPrinterColumns' (# 14592)
  > 141747a upgrade to latest dependencies (# 14574)
  > e473c4a Update net-contour nightly (# 14585)
  > 95ea3e5 Update net-istio nightly (# 14584)
  > f59f053 Update net-kourier nightly (# 14582)
  > 3e82b2b remove dead code and other fixes (# 14578)
  > fd8f461 clean up feature keys (# 14570)
  > 7c92928 Replace the rest deprecated func with wait.PollUntilContextTimeout (# 14565)
  > 40ebfb6 Update net-gateway-api nightly (# 14559)
  > 051de64 Update net-kourier nightly (# 14562)
  > 2f91f92 Update net-contour nightly (# 14560)
  > 0f5fd3c Update net-certmanager nightly (# 14561)
  > 226c862 Replace the deprecated func with wait.PollUntilContextTimeout (# 14556)
  > bda2232 Update net-istio nightly (# 14558)
bumping knative.dev/networking 2a7676e...3af9769:
  > 3af9769 upgrade to latest dependencies (# 892)
  > 8f3c521 upgrade to latest dependencies (# 890)
  > e0bee34 upgrade to latest dependencies (# 889)
  > 18529fd upgrade to latest dependencies (# 888)
  > 3bd0f7d upgrade to latest dependencies (# 887)
  > aea9eae upgrade to latest dependencies (# 886)
  > 7d7bb65 upgrade to latest dependencies (# 885)
bumping google.golang.org/genproto/googleapis/api d307bd8...49dd2c1:
  > 49dd2c1 chore(all): update all (# 1067)
  > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063)
  > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060)
  > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062)
  > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061)
  > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064)
  > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065)
  > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066)
  > 8bfb1ae chore(all): update all (# 1059)
  > ceb4ed7 chore(all): auto-regenerate .pb.go files (# 1058)
bumping golang.org/x/sys 2964e1e...cb378ae:
  > cb378ae syscall: call getfsstat via libc on openbsd
  > 661d749 unix: use libc stubs for OpenBSD pledge+unveil
  > 1168e25 unix/linux: update Linux kernel to v6.6
  > 249e16f unix: require minimum OpenBSD 6.4 for pledge, unveil
  > 1e63810 unix: stop counting trailing NUL for abstract addresses starting with NUL
  > 1bfbee0 all: update go directive to 1.18
  > 1d9f0b6 unix: add linux cachestat system call
  > 8ccaaf0 windows: add GetFileTime
  > 6ee6208 windows: add missing TCP and UDP socket options and control message types
bumping knative.dev/hack 2c938d4...5deadde:
  > 5deadde 🐛 Set latest release only when publishing to Github (# 346)
  > 8834794 Call set_latest_to_highest_semver after publishing a new release (# 343)
  > 0d99b7e add function to set latest semver to latest (# 339)
  > d4af42e Make generate-groups.sh and generate-knative.sh executable conditionally (# 338)
bumping google.golang.org/genproto d307bd8...49dd2c1:
  > 49dd2c1 chore(all): update all (# 1067)
  > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063)
  > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060)
  > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062)
  > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061)
  > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064)
  > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065)
  > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066)
  > 8bfb1ae chore(all): update all (# 1059)
  > ceb4ed7 chore(all): auto-regenerate .pb.go files (# 1058)
bumping sigs.k8s.io/yaml 9535b3b...c3772b5:
  > c3772b5 Merge pull request # 97 from liggitt/owners
  > eead467 Merge pull request # 76 from natasha41575/go-yaml-fork
  > 604031b Update owners
  > 3566774 Merge pull request # 96 from liggitt/msg
  > f2c0229 add test demonstrating consistency between yaml.v2 and yaml.v3
  > 65d71bb Merge pull request # 87 from justinsb/spew_no_more
  > 3f79f32 Revert error message changes
  > 20d25fa update LICENSE, owners, and readmes
  > d865f09 Merge pull request # 83 from kubernetes-sigs/bump-version-of-golang-to-1.19-and-drop-older-versions
  > 13f0a74 Replace go-spew with go-cmp
  > a7b5665 exclude forked libs from golint
  > 5303805 Merge pull request # 75 from brianpursley/benchmarks
  > b02c352 reformat to golang 1.19 standards
  > b6d8b45 fix leading newline issue
  > b5bdf49 Merge pull request # 66 from ncdc/remove-ncdc-from-owners
  > 0beda2b Add benchmarks
  > 2f8489c Bump version of golang to 1.19 and prune older versions
  > 330e1e5 make sequence style configurable
  > 78c1299 Merge pull request # 69 from ncdc/fix-lint-error
  > 94f1bbd Remove myself (ncdc) from OWNERS
  > 2d151d8 Add benchmarks
  > 70ebea7 change import paths to forked yaml libs
  > 39f74b9 Merge pull request # 65 from amurant/non_functional
  > 5e30182 Fix lint error
  > b96582b fork go-yaml v2 and v3
  > 4f103b1 greatly improve testing framework & added a lot of new tests
  > 3c98e65 expand variable names in yaml.go, add better comments, improve errors, add copyright
  > 4924d91 expand variable names in fields.go
  > 59dc8b4 add 1.16 and 1.17 to github workflows
  > 740b971 remove vendor folder
bumping google.golang.org/genproto/googleapis/rpc 8bfb1ae...d783a09:
  > d783a09 chore(all): update all (# 1068)
  > 49dd2c1 chore(all): update all (# 1067)
  > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063)
  > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060)
  > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062)
  > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061)
  > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064)
  > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065)
  > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066)
bumping google.golang.org/api 60e8678...83b8a6c:
  > 83b8a6c chore(main): release 0.150.0 (# 2244)
  > 85e85ad feat(transport): Log DirectPath misconfiguration (# 2225)
  > f56fb11 chore(all): update all (# 2251)
  > 7529003 feat(all): auto-regenerate discovery clients (# 2252)
  > c08d405 feat(all): auto-regenerate discovery clients (# 2250)
  > b56da3d feat(all): auto-regenerate discovery clients (# 2249)
  > 8bfbeac feat(all): auto-regenerate discovery clients (# 2246)
  > 5693997 feat(all): auto-regenerate discovery clients (# 2245)
  > 2ce2d2d feat(all): auto-regenerate discovery clients (# 2243)
  > 0d3b865 chore(main): release 0.149.0 (# 2230)
  > c84e6ff feat(all): auto-regenerate discovery clients (# 2242)
  > e5a53db chore(all): update all (# 2233)
  > 576f5e1 feat(all): auto-regenerate discovery clients (# 2241)
  > 3151bd7 feat(all): auto-regenerate discovery clients (# 2240)
  > cf09469 feat(all): auto-regenerate discovery clients (# 2239)
  > 8d66391 feat(all): auto-regenerate discovery clients (# 2238)
  > 3cc10bf feat(all): auto-regenerate discovery clients (# 2237)
  > da38ebd feat(all): auto-regenerate discovery clients (# 2236)
  > cc28ceb feat(all): auto-regenerate discovery clients (# 2235)
  > 8bb5867 feat(all): auto-regenerate discovery clients (# 2234)
  > a1fb230 feat(all): auto-regenerate discovery clients (# 2232)
  > 9835f38 feat(all): auto-regenerate discovery clients (# 2231)
  > 199783c feat(all): auto-regenerate discovery clients (# 2229)
  > 5e4c19e chore(main): release 0.148.0 (# 2217)
  > 438c075 chore(deps): ignore go-github (# 2223)
  > 29c72b5 feat(all): auto-regenerate discovery clients (# 2227)
  > 33383c7 feat(all): auto-regenerate discovery clients (# 2226)
  > 25093c2 feat(all): auto-regenerate discovery clients (# 2224)
  > 5077579 chore(all): update all (# 2220)
  > a6ee0f9 feat(all): auto-regenerate discovery clients (# 2222)
  > 6f71a69 feat(all): auto-regenerate discovery clients (# 2219)
  > 1ef9dd2 feat(all): auto-regenerate discovery clients (# 2218)
  > ffeb508 feat(all): auto-regenerate discovery clients (# 2216)
bumping golang.org/x/term ea6303a...70d3a0b:
  > 70d3a0b go.mod: update golang.org/x dependencies
  > 6a610bc all: update go directive to 1.18
bumping golang.org/x/tools 3f4194e...729e159:
  > 729e159 go.mod: update golang.org/x dependencies
  > 38ed81a gopls/internal/regtest/marker: porting extract tests
  > bbf8380 gopls/internal/regtest/marker: use golden diffs for suggested fixes
  > 51df92b go/ssa: two minor cleanups
  > e7fb31a internal/cmd/deadcode: rename -format to -f
  > c538b4e internal/cmd/deadcode: add -whylive=function flag
  > b753e58 internal/lsp/helper: fix misspelled "Code generated" comment
  > 2638d66 internal/cmd/deadcode: omit package/func keywords in default output
  > 118c362 gopls/internal/lsp/source: fix signatureHelp with pointer receivers
  > 4124316 gopls/internal/lsp/cache: remove baseCtx from the View
  > 8b89cfa gopls/internal/lsp/cache: remove forceReloadMetadata from clone
  > d2c415d gopls/internal/lsp/cache: pass workspace information into createView
  > 2ddaad7 gopls/internal/lsp/cache: isolate getWorkspaceInformation from Session
  > 4df4d8d internal/cmd/deadcode: support -json, -format=template
  > 2881318 gopls/internal/lsp/source: enable nilness Analyzer in gopls
  > 25924d0 go/analysis/passes/nilness: fix bug in method value
  > 53cd36b gopls: remove dead code
  > 7e0917a go/ssa: update builder doc comment
  > 942d9ac go/ssa: don't treat _ specially in Prog.{Func,Const,Var}Value
  > 227e728 go/ssa: delete pre-go1.18 obsolete code
  > 9f1cca3 go/ssa: remove Function.Syntax optimization
  > 0ee4d87 go/ssa: create methods on demand
  > 04cf269 gopls/internal/lsp/cache: allow duplicate analyzer names
  > 08edf75 gopls/internal/regtest/marker: port half of the suggestedfix markers
  > e6864f1 go/ssa: hang instances off generic Function, not Program
  > 753c5d6 gopls/internal/lsp/cache: move 'contains' from snapshot to view
  > 24c5a47 gopls/internal/lsp/cache: make options immutable on the View
  > e125dc6 gopls/internal/regtest/marker: port remaining rank and snippet tests
  > 26349af gopls/internal/regtest/marker: port remaining completion tests
  > 5e2efda gopls/internal/regtest/marker: port rank and func_rank tests
  > 970eac5 gopls/internal/regtest/marker: port builtin/keyword completion tests
  > c90d0df go/ssa: make isParameterized thread-safe
  > 02f3758 gopls/internal/regtest/marker: port five arbitrary completion tests
  > ee25040 gopls/internal/regtest/marker: port all prepare markers
  > 9e94edb go/ssa: clarify Program.RuntimeTypes
  > 75ff53b go/ssa: build methods of RuntimeTypes lazily
  > 2bc9e16 go/ssa: TestStdlib: report count of syntactic functions too
  > f4cf222 go/ssa: new for var semantics
  > 11828ff gopls/internal/lsp: add OnSave diagnostics
  > 7ca319e go/ssa: split 'create' and 'build' for every Function
  > 3aa6cfd internal/gopathwalk: check ignored directories lexically
  > 1762c80 internal/gopathwalk: use filepath.WalkDir instead of internal/fastwalk
  > 9cf559c go/analysis/passes/errorsas: remove old comment
  > ec032e3 go/packages: two clean-ups
  > 9482e85 gopls/internal/lsp/cmd: add GOPACKAGESDRIVER to stat
  > ccc652a go/ssa: eliminate Program.{bounds,thunks} memoization
  > fcb8d5b go/ssa: some preparatory cleanups
  > 099b552 gopls/internal/regtest/marker: port the links marker
  > 50cdf2a gopls/internal/regtest/marker: port case sensitive completion tests
  > df7023e gopls/internal/regtest/marker: port all deep and fuzzy completion tests
  > b90ce15 gopls/internal/regtest/marker: port statements completion tests
  > d187d99 gopls/internal/regtest/marker: port remaining @signature markers
  > 080c202 gopls/internal/lsp: fix code action panic on params of external funcs
  > ff1953b go/packages: don't fail if GOPACKAGESDRIVER leaves Compiler/GOARCH=""
  > 4dca902 go/internal/packagesdriver: be defensive wrt error results
  > 672de52 go/ssa: simplify Alloc helpers
  > 931c74e internal/lsp/analysis: warn about incorrect type in embed directive
  > 1cf8b0d go/ssa: new range var semantics
  > 7c4d876 gopls/internal/lsp/source: remove unused parameters (cleanup)
  > b82788e gopls/internal/lsp: add semantic highlighting for go: directives
  > 6da1917 go/packages: remove pre-go1.16 overlay support
  > 5ab57de go/packages: ensure that types.Sizes is correct
  > 02048e6 go/packages: document that types.Sizes may be nil
  > 5185da1 internal/refactor/inline: avoid redundant import names added by inlining
  > 6360c0b gopls/internal/lsp/source: find linkname directives without parsing
  > 71f6a46 cmd/bundle: drop old +build lines
  > cdf1b5e cmd/present: drop NaCl reference from docs
  > 99bbd3c go/callgraph/vta: use core type for struct fields
  > 8ed1113 go/ssa: add support for range-over-int
  > 7df9d5f gopls/internal/lsp: fix signature crash on error.Error
  > 43c41b5 internal/refactor/inline: reify implicit return conversions
  > 53e637b internal/refactor/inline: improve check for last uses of free vars
  > 61bb3e9 internal/refactor/inline: less hacky solution for eliding braces
  > 8a71c39 gopls/internal/lsp/source: abort change signature on overlapping calls
  > f744e4b go/ssa: propagate goversions in ssa
  > 6fcd778 gopls/internal/lsp: add code actions to remove unused parameters
  > 918e96a internal/refactor/inline: use binding decl with literalization
  > 12b5dad gopls: deprecate "tempModfile" and "expandWorkspaceToModule" settings
  > f85b3f7 internal/refactor/inline: don't treat blanks as decls in declares()
  > 3484534 internal/refactor/inline: docs for 0.14 release notes
  > b9b97d9 go/types/objectpath: remove method sorting
  > 9b63f3d gopls: upgrade x/telemetry dependency
  > f38ff07 internal/refactor/inline: T{} is duplicable for struct/array
  > ecbfa88 go/analysis/passes/timeformat: simplify isTimeDotFormat
  > 187911b internal/refactor/inline: more precise SelectorExpr effects
  > dbf6f42 go/analysis/passes/httpmux: add command
  > 7e7568c go/analysis/passes/httpmux: check for enhanced ServeMux patterns
  > b268156 gopls: allow all drive letters in cache/filemap_test.go
  > be4e4d6 go/analysis/passes/internal/analysisutil: account for nil Func.Pkg
  > 0e4fc90 internal/refactor/inline: add missing spread context (return)
  > 8954aa7 go/types/internal/play: fix slice OOB when *ast.File is selected
  > fda3fe3 gopls/internal/lsp: use the correct options for semantic tokens legend
  > f6d8589 cmd/compilebench: pass linker flags to prebuild
  > 5874869 go/analysis/passes/internal/analysisutil: add IsFunctionNamed
  > 0b06fd8 cmd/gonew: skip Test if exec is unsupported
  > f5fd4c9 go/analysis/passes/bools: use astutil.Unparen
  > 59ac17f go/analysis/passes/internal/analysisutil: remove Unparen
  > a3b5082 go/analysis/passes/appends: improve check for append builtin
  > 395d393 go/analysis/passes/internal/analysisutil: add IsNamedType
  > 22abcd6 oogo/analysis/passes/bools: remove duplicate functions
bumping golang.org/x/net b225e7c...fbaf412:
  > fbaf412 go.mod: update golang.org/x dependencies
  > cc6f4d1 http2: remove ancient build-tagged files for unsupported Go versions
  > a720b30 http2: allocate buffer pools using pointers to arrays
  > a7ef1a2 internal/quic/cmd/interop: don't t.Log after test finishes
  > 26ea817 http2: unconditionally recycle responseWriterState
  > 39c9d01 quic: don't send CONNECTION_CLOSE after stateless reset
  > 45fa414 quic: undo accidental rename of test helpers
  > 434956a quic: include more detail in connection close errors
  > ec29a94 quic: provide source conn ID when creating server conns
  > 5791239 internal/quic/cmd/interop: skip tests when exec is unavailable
  > 4865e2a internal/quic/cmd/interop: add interop test runner
  > 770149e quic: pad ack-eliciting server Initial datagrams
  > 05086a7 quic: fix panic when handling resent CRYPTO data
  > 0526b49 quic: fix data race caused by aliased DCID
  > 6d267b1 quic: properly shut down connections on listener close
  > 642f15e quic: support stateless reset
  > 4c7a5b6 http2: add test for push promise accounting underflow
  > 48a5977 quic: support Retry
  > 9ef1b72 quic: move more testConn behavior into testListener
  > 37479d6 http2: fix underflow in http2 server push
  > d23d9bc all: update go directive to 1.18
  > 92728b3 dns/dnsmessage: document that Skip does not fully validate the header
bumping golang.org/x/oauth2 3c5dbf0...e067960:
  > e067960 go.mod: update golang.org/x dependencies
  > 4c91c17 google: adds header to security considerations section
bumping google.golang.org/grpc bf05b95...7765221:
  > 7765221 Change version to 1.59.0 (# 6695)
  > e88f12e server: prohibit more than MaxConcurrentStreams handlers from running at once (# 6703) (# 6704)
  > be7919c transport: Pass Header metadata to tap handle. (# 6652)
  > e3f1514 Reapply "status: fix/improve status handling (# 6662)" (# 6673) (# 6688)
  > 696faa9 client: add a test for NewSubConn / StateListener / cc.Close racing (# 6678)
  > 318c717 readme: fix badges (# 6687)
  > 39972fd github: add code coverage with codecov.io (# 6676)
  > 93dbc05 xds: move virtual host matcher test to the xdsresource package (# 6680)
  > 2c00469 github: update actions/setup-go and actions/checkout (# 6675)
  > 1f73ed5 Replace the gRFC pull request with the permanent link. (# 6674)
  > 9e1fc3e Revert "status: fix/improve status handling (# 6662)" (# 6673)
  > 0772ed7 status: fix/improve status handling (# 6662)
  > 1466283 internal/idle: add a test that invokes ClientConn methods concurrently (# 6659)
  > fd9ef72 interop: implement rpc-behavior for UnaryCall() (# 6575)
  > c6264a9 examples: add an example of flow control behavior (# 6648)
  > ee4b62c encoding: fix mention of DecompressedSize in docstring (# 6665)
  > 09792b5 test: move codec tests to a separate file (# 6663)
  > 57cb4d8 internal/backoff: add a helper to run a function with backoff (# 6661)
  > 5e4402f attributes: avoid the use of %#v formatting verb (# 6664)
  > 147bd85 balancer: add a warning for balancer names that contain upper case letters (# 6647)
  > 4ced601 googlec2p: remove support for the experimental scheme (# 6645)
  > a758b62 xds/googledirectpath: fix google-c2p resolver test case involving bootstrap env config (# 6657)
  > e61a14d fix testing parameter on xds_client_custom_lb_test (# 6646)
  > 58e2f2b attributes: print typed nil values instead of panic (# 6574)
  > fe0dc22 interop/grpc_testing: regenerate pb.gos (# 6653)
  > 130bc42 Improve testutils.MarshalAny (# 6617)
  > 3156151 grpclb: teach the manual resolver to handle restarts (# 6635)
  > 1457a96 balancer/weightedroundrobin: fix ticker leak on update (# 6643)
  > 92f5ba9 xdsclient: completely remove the old WatchCluster API (# 6621)
  > 94d8074 grpclb: some minor cleanups (# 6634)
  > 1880bd6 resolver/manual: support restarts, required for channel idleness (# 6638)
  > 9deee9b idle: use LB policy close event as a proxy for channel idleness (# 6628)
  > 2d1bb21 grpc: ensure transports are closed when the channel enters IDLE (# 6620)
  > 552525e interop/xds_federation: remove binary file (# 6622)
  > 82a568d cdsbalancer: switch cluster watch to generic xDS client API (# 6600)
  > 0317200 health/grpc_health_v1: update pb.go (# 6616)
  > 57dcb71 interop/xds: improve error message (# 6614)
  > 254bccb idle: decrement active call count for streaming RPCs only when the call completes (# 6610)
  > b0a946c xds: fix hash policy header to skip bin headers and use extra metadata (# 6609)
  > 1e0d82e balancer/leastrequest: Cache atomic load and also add concurrent rpc test (# 6602)
  > 8eb4ac4 grpc: Change server stream context handling (# 6598)
  > e498bbc leastrequest: fix data race in leastrequest picker (# 6587)
  > 778e638 balancergroup: improve observability around balancer cache behavior (# 6597)
  > aa6ce35 vet: ensure all usages of grpc_testing package are renamed when importing (# 6595)
  > d045b41 interop/grpc_testing: regenerate pb.gos (# 6596)
  > 61b7baa grpc_test: rename import for grpc_testing (# 6594)
  > 1805900 deps: update dependencies for all modules (# 6582)
  > 9362f26 grpc: re-enable channel idleness by default (# 6585)
  > 8b1a671 stream: swallow Header errors as we used to; RecvMsg can still return it (# 6586)
  > 23ac72b update pb.gos by running regenerate.sh (# 6584)
  > 2ce7ecd cdsbalancer: test cleanup part 3/N (# 6564)
  > 7afbb9b Change version to 1.59.0-dev (# 6581)
bumping golang.org/x/sync 22ba207...10739b0:
  > 10739b0 all: update go directive to 1.18
bumping github.com/google/uuid b3cae7c...8de8764:
  > 8de8764 chore(master): release 1.4.0 (# 134)
  > 7c22e97 Clarify the documentation of Parse to state its job is to parse, not validate, strings. (# 135)
  > cd5fbbd feat: UUIDs slice type with Strings() convenience method (# 133)
  > 47f5b39 docs: fix a typo in CONTRIBUTING.md (# 130)
  > 542ddab chore(tests): add Fuzz tests (# 128)
  > 06716f6 chore(tests): Add json.Unmarshal test with empty value cases (# 116)
bumping golang.org/x/text f488e19...6c97a16:
  > 6c97a16 all: update go directive to 1.18

Signed-off-by: Knative Automation <automation@knative.team>
2023-11-16 16:52:50 +00:00
cola 15a9095292
fix Flaky E2E test: e2e/TestDomain - create domain with TLS (#1888)
Signed-off-by: pingjiang <xiangpingjiang1998@gmail.com>
2023-11-16 15:43:10 +00:00
Knative Automation ae35736892
upgrade to latest dependencies (#1884)
bumping knative.dev/client-pkg a356cde...26b8741:
  > 26b8741 upgrade to latest dependencies (# 130)
  > b5ae1d7 upgrade to latest dependencies (# 128)
bumping knative.dev/eventing 360ec60...360ec60:

Signed-off-by: Knative Automation <automation@knative.team>
2023-10-25 09:30:56 +00:00
Knative Automation cc57c9e272
upgrade to latest dependencies (#1882)
bumping knative.dev/eventing 4d14c21...360ec60:
  > 360ec60 [main] Upgrade to latest dependencies (# 7391)
  > b5fd264 Shell executor logs through testing.T in upgrade tests (# 7367)
  > 5848584 [main] Upgrade to latest dependencies (# 7388)
  > 16a3986 Don't override default values when applying partial features.yaml configmap  (# 7379)
bumping knative.dev/serving 425abcb...2659cc3:
  > 2659cc3 upgrade to latest dependencies (# 14555)
  > 2a46d0d upgrade to latest dependencies (# 14546)
  > 268701d Update net-kourier nightly (# 14549)
  > cfd806f Update net-certmanager nightly (# 14550)
  > 6b844de Update net-contour nightly (# 14545)
  > f69766c Bubble up KCertificate Status Message when its not ready (# 14496)
  > 2c0b8dc Rename auto-tls to external-domain-tls (# 14482)
bumping knative.dev/client-pkg 9cea6f6...a356cde:
  > a356cde Add plugin context sharing types (# 127)
bumping knative.dev/pkg d6ab729...29775d7:
  > 29775d7 [release-1.12] [CVE-2023-44487] Disable http2 for webhooks (# 2876)

Signed-off-by: Knative Automation <automation@knative.team>
2023-10-24 14:31:27 +00:00
Knative Automation f5ca3c78cb
upgrade to latest dependencies (#1881)
bumping knative.dev/eventing da0fba3...4d14c21:
  > 4d14c21 Added test for multiple sinks, multiple triggers (# 7350)
  > a261e06 OIDC - Support auto generation of PingSource identity service account and expose in AuthStatus (# 7344)
  > 16d75a9 mt-broker-ingress check audience of received token (# 7336)
  > 3ef831c Increase expiration buffer time of OIDCTokenProviders cache to 5 minutes (# 7355)
  > 5168dc3 Update dependencies (# 7378)
  > f9314d8 [main] Upgrade to latest dependencies (# 7372)
  > 4a07fdc Move OIDC e2e tests to test/auth (# 7363)
  > 0933c11 Expose audience of an InMemoryChannel in its status (# 7371)
  > 169542f OIDC - Support auto generation of ApiServerSource identity service account and expose in AuthStatus (# 7330)
  > 62ec33b Support auto generation of Subscriptions identity service account and… (# 7338)
  > 0af3ef6 [main] Upgrade to latest dependencies (# 7370)
  > cf6b140 [main] Update community files (# 7369)
  > de6915a Pass sink namespace to PingSource (# 7368)
  > 6dca8c4 [main] Upgrade to latest dependencies (# 7366)
  > 082d90a Remove unneeded configmapinformer in sinkbinding controller (# 7357)
  > f321ba5 Update dependencies (# 7347)
  > 4c9ad03 Mark new trigger filter tests as beta (# 7349)
  > 494ebb2 bumped x/net to v0.17 to fix cve-2023-44487 (# 7348)
bumping knative.dev/networking 6c502de...2a7676e:
  > 2a7676e upgrade to latest dependencies (# 883)
  > b6cd712 upgrade to latest dependencies (# 882)
  > 64434a8 upgrade to latest dependencies (# 881)
  > fa72cb5 Update community files (# 880)
  > c086340 upgrade to latest dependencies (# 877)
bumping golang.org/x/mod baa5c2d...5b69280:
  > 5b69280 modfile: use new go version string format in error message
  > 273ef6c go.mod: update to go 1.18 and x/tools v0.13.0
bumping google.golang.org/genproto/googleapis/api 007df8e...d307bd8:
  > d307bd8 chore(all): auto-regenerate .pb.go files (# 1057)
  > 0333e04 chore(all): update all to e6e6cda (# 1055)
  > 427d036 chore: unfreeze grpc and fix build errors (# 1056)
  > e6e6cda chore(all): update all (# 1044)
  > c177e32 chore(deps): temporarily ignore grpc dep (# 1054)
bumping knative.dev/serving 6703812...425abcb:
  > 425abcb Update net-gateway-api nightly (# 14531)
  > 52a25fa Add security policy reference in serving (# 14544)
  > 9896079 Fix sec context and resources for performance jobs (# 14529)
  > 707d286 Test istio with system-internal-tls enabled (# 14494)
  > 1940e5a Update net-contour nightly (# 14533)
  > 264588a Update net-istio nightly (# 14535)
  > 840d7ee Update net-kourier nightly (# 14532)
  > a81290a Update net-certmanager nightly (# 14534)
  > 39ee6f7 Trust DataPlaneUserSAN from Activator to Queue-Proxy (# 14452)
  > 71085f8 Shell executor logs through testing.T in upgrade tests (# 14495)
  > 121e9db upgrade to latest dependencies (# 14526)
  > 4d36a14 Update community files (# 14525)
  > fff40ef Bound buffer for reading stats (# 14523)
  > eda7591 Update net-istio nightly (# 14524)
  > cbeb443 Update net-contour nightly (# 14490)
  > eac93b0 Update net-istio nightly (# 14518)
  > 6a21d8a don't run encryption tests with contour (# 14521)
  > 633e281 upgrade to latest dependencies (# 14515)
  > 42cf24f Update net-gateway-api nightly (# 14520)
  > 805bb38 Update net-certmanager nightly (# 14519)
  > b202e49 Update net-kourier nightly (# 14504)
bumping knative.dev/pkg 948f5f5...d6ab729:
  > d6ab729 upgrade to latest dependencies (# 2870)
  > 283df0b Don't migrate storage version if CRD has one storage version (# 2861)
  > d0c133d Revert "Fix potential redefined error with kubeconfig flag (# 2855)" (# 2869)
  > 44a8a5e Use `DialTLSContextFunc` instead of `tls.Config` for `NewProxyAutoTLSTransport` (# 2842)
  > 0d0cd4e Print each line separately in shell executor (# 2867)
  > 058f699 Update community files (# 2868)
  > cf06733 Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (# 2866)
  > af47f2d Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (# 2865)
  > 16f23bd Bump google.golang.org/api from 0.145.0 to 0.147.0 (# 2864)
  > 3262b2b Bump golang.org/x/tools from 0.13.0 to 0.14.0 (# 2863)
  > 9051a45 Migrate knative.dev/hack/shell to knative.dev/pkg/test/shell (# 2856)
bumping github.com/google/go-cmp a97318b...c3ad843:
  > c3ad843 Add cmpopts.EquateComparable (# 340)
  > e250a55 Use of hotlinking of Go identifiers (# 337)
  > 8a3e8dd set workflow permission to read-only (# 327)
  > 8cea5de Pin GitHub action versions (# 332)
  > 3bb304a Run tests for Go 1.20 version (# 322)
  > 571a56b Remove purego fallbacks (# 325)
bumping knative.dev/client-pkg 9ed2a96...9cea6f6:
  > 9cea6f6 upgrade to latest dependencies (# 126)
  > b78888b upgrade to latest dependencies (# 115)
  > 1b87ecd Remove deprecated Serving API v1alpha1 (# 125)
  > 12d1700 Update community files (# 124)
bumping google.golang.org/grpc c0aa20a...bf05b95:
  > bf05b95 Change version.go to v1.58.3 (# 6707)
  > c40c9ba server: prohibit more than MaxConcurrentStreams handlers from running at once (# 6703) (# 6705)
  > dd9270d update version to 1.58.3-dev (# 6656)
bumping golang.org/x/tools b5e55d1...3f4194e:
  > 3f4194e go.mod: update golang.org/x dependencies
  > 1e4ce7c internal/refactor/inline: yet more tweaks to everything test
  > ee20ddf internal/refactor/inline: permit return conversions in tailcall
  > db1d1e0 gopls/internal/lsp: go to definition from embed directive
  > 2be977e internal/refactor/inline: work around channel type misformatting
  > 0ba9c84 internal/fuzzy: several improvements for symbol matching
  > c2725ad gopls: update x/telemetry dependency
  > e8722c0 go/types/internal/play: show types.Selection information
  > a819c61 internal/refactor/inline: eliminate unnecessary binding decl
  > 102b64b internal/refactor/inline: tweak everything-test docs again
  > 197e2c4 internal/refactor/inline: fix broken tests
  > 586b21a internal/refactor/inline: elide redundant braces
  > ca34416 internal/refactor/inline: fallible constant analysis
  > 6a38a5f internal/refactor/inline: use default working directory
  > c6d331d internal/refactor/inline: don't add same import PkgName twice
  > 1058109 internal/refactor/inline: don't insert unnecessary parens
  > d8e94f2 internal/refactor/inline: fix bug in shadow detection
  > 0adbf9c gopls/internal/lsp: simplify the telemetry prompt
  > 2ed4298 go/analysis/analysistest: format golden files before comparing
  > 451716b internal/refactor/inline: consider "", 0.0, 1.0 duplicable
  > 792f91f internal/refactor/inline: tweak everything test for cgo
  > 9416299 internal/refactor/inline: fix pkgname shadowing bug
  > 4cd12d6 gopls/internal/lsp/fake: don't set a completion budget for tests
  > 57ecf48 gopls/internal/lsp: hover over embed directives
  > 6de3448 gopls/internal/lsp/cache: remove snapshot.typeCheckMu
  > 7f23bc8 gopls/internal/regtest/source/completion: reuse functionCallSnippet in
  > 3d03fbd gopls/internal/lsp: use matcher score in ranking unimported candidates
  > 7577387 gopls/internal/lsp/source: don't complete to golang.org/toolchain
  > 4b34fbf internal/refactor/inline: fix bug discard receiver and spread
  > 6ec9b0f internal/refactor/inline: refine "last ref to caller local"
  > 08bdfec internal/refactor/inline: split up the big table
  > 486787e gopls/internal/lsp/source: Add ui.complete.completeFunctionCalls toggle
  > 9d2d0e8 gopls: set a context deadline after minimal completion results
  > 169105a internal/refactor/inline: insert conversions during substitution
  > b3ada30 internal/refactor/inline: analyze callee effects
  > 1602103 internal/refactor/inline: skip cgo tests on non-cgo builders
  > 1c8e684 internal/refactor/inline: sound treatment of named results
  > d32f97a internal/refactor/inline: eliminate Callee.BodyIsReturnExpr
  > f4abeae go/analysis/passes/directive: use strings.Cut
  > c42ed47 internal/refactor/inline: reject attempts to inline in cgo code
  > 313150a internal/refactor/inline: x++ counts as assignment in escape
  > d6f1bb7 internal/refactor/inline: ignore line directives in testing
  > fb7463a gopls: upgrade x/telemetry to latest
  > 6ccb09c gopls/internal/lsp/source/completion: fixes for completion budget
  > 903e689 gopls/internal/lsp/source/completion: start timing before type checking
  > 455b761 gopls/internal/lsp: use linkifyShowMessage in telemetryOnMessage
  > ebe11df gopls/internal/regtest/bench: add additional completion benchmarks
  > 0ceab5c internal/refactor/inline: split up the main function
  > f975935 gopls/internal/lsp: update telemetry prompt and add a follow-up message
  > 64beb95 gopls/internal/lsp/command: add maybePromptForTelemetry
  > 1c59c38 gopls/internal/lsp/source: add linkifyShowMessage (internal option)
  > d5538db gopls/internal/lsp/cmd: undocument gopls vulncheck
  > e3bbe43 gopls/internal/lsp: update prompting logic for local/off mode
  > 771061d gopls: instrument telemetry for latency of important operations
  > a490c54 all: register the appends analyzer in a few places and update gopls/go.mod
  > f096129 internal/refactor/inline: use escape analysis in purity
  > f9b8da7 go/analysis/passes/appends: rename package to appends
  > d744296 cmd/compilebench: check asm support for -compiling-runtime
  > f8acb7f gopls: update golang.org/x/telemetry dependency
  > 6120b45 go/packages: fix a typo of TypesInfo
  > 0669fa3 cmd/compilebench: fix assembler invocation
  > 9125a0f gopls/internal/lsp: minor cleanup to prompt logic
  > a3c6fd8 gopls/internal/lsp: add an idle prompt asking users to enable telemetry
  > c00d71d go/analysis: add a new analyzer for check missing values after append
  > 9df3852 internal/refactor/inline: two minor cleanups
  > b37e7e3 internal/refactor/inline: test everything
  > 6128895 gopls/internal/vulncheck/scan: buffer govulncheck STDERR output
  > d2b79cd gopls/internal/regtest/marker: rename to clarify marker types
  > 91fde38 gopls/internal/lsp/tests: eliminate several old marker types
  > a9b2439 go/packages: remove use of ioutil in test
  > 6d90c13 internal/refactor/inline: ignore line directives
  > 28990ac internal/refactor/inline: fix bug in /internal/ check for std
  > 365db56 tools: clean up after removing all references to ioutil
  > 5538375 internal/refactor/inline: fix import shadowing bug
  > c1a2c23 internal/refactor/inline: handle implicit field selections
  > 673f263 internal/refactor/inline: update docs
  > c4f811e internal/refactor/inline: reject generic methods for now
  > 2c15796 internal/diff/lcs: increase search depth to 100
  > 38f5195 internal/refactor/inline: treat self-ref as free ref
  > 866a6b0 gopls: update x/telemetry to the latest
  > afa68c9 gopls/internal: move builtin completion test to a regtest
  > dca7c82 gopls/internal/regtest: support full features of old completion markers
  > e2393ab gopls/internal/lsp/source: inliner: don't spam log
  > 8421a35 gopls/lsp/command: add gopls.add_telemetry_counters
  > 940ffda internal/refactor/inline: introduce "binding decls"
  > eaf809a internal/refactor/inline: 2 fixes in AnalyzeCallee recursion
  > 715a452 internal/refactor/inline: doc: optimizing compiler analogy
  > 0bcc621 internal/refactor/inline: simplify ordinary variadics
  > efaab95 internal/refactor/inline: simplify f(slice...) calls
  > d98bc1a gopls: improve usage instructions for neovim
  > 559c430 tools: replace references to obsolete package ioutils
  > 0b3914d go/analysis/passes/defers: rename Analyzer.Name to "defers"
  > ad827af internal/refactor/inline: add table-driven test
  > 8d6ad46 gopls/internal/regtest: port the codelens marker tests
  > 995ecf7 gopls/internal/lsp/source: recover from inliner panics
  > cf5aad9 gopls: update to use the new golang.org/x/vuln API
  > 33355ea internal/refactor/inline: add parameterless tailcall strategy
  > ebc1c29 internal/refactor/inline: parameter elimination
  > e6d89b4 gopls/internal/lsp/regtest: parallelize marker tests
  > 7e848b2 gopls/internal/lsp/regtest: port the highlight marker
  > 9886d98 all: get tests passing with 1.18 and 1.19
  > 0049711 go/types/internal/play: show underlying and core types
  > 627959a cmd/stringer: log more information in tests
  > cd231d8 gopls/internal/lsp: track didChangeConfiguration diagnostics for tests
  > 0a9721c gopls/internal/lsp: move options into the snapshot
  > fb4bd11 gopls/internal/lsp/cache: move Option management to the Server
  > 882bb14 go/analysis/unitchecker: revert subtle change to vendoring
  > fbb8910 go/types/internal/play: show TypeAndValue.mode
  > d06e891 gopls/internal/regtest/marker: support folding ranges
  > b0cdf01 gopls/internal/lsp/tests: eliminate the go1.18 summary file
  > c6e4421 gopls/internal/lsp/tests: simplify options
  > ab96dab gopls/internal/lsp/cache: move working dir to workspaceInformation
  > 1889c0e gopls/internal/lsp/cache: simplify file change propagation
  > 01224cd gopls/internal/lsp/cache: only evaluate fileMap.dirs when necessary
  > 15a23a9 gopls/internal/lsp/cache: consolidate logic for updating maps in clone
  > 56a1866 gopls: update staticcheck (v0.4.5)
  > 36c4f98 gopls/internal/lsp/cache: simplify tracking of snapshot directories
  > fe324ac all: tidy with -compat=1.18
bumping google.golang.org/genproto/googleapis/rpc e6e6cda...8bfb1ae:
  > 8bfb1ae chore(all): update all (# 1059)
  > ceb4ed7 chore(all): auto-regenerate .pb.go files (# 1058)
  > d307bd8 chore(all): auto-regenerate .pb.go files (# 1057)
  > 0333e04 chore(all): update all to e6e6cda (# 1055)
  > 427d036 chore: unfreeze grpc and fix build errors (# 1056)
bumping knative.dev/hack fc76874...2c938d4:
  > 2c938d4 Update community files (# 337)
bumping google.golang.org/api 788dc60...60e8678:
  > 60e8678 chore(main): release 0.147.0 (# 2210)
  > 8fd2dc4 chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 in /internal/kokoro/discogen (# 2213)
  > 6d015e0 chore(all): update module golang.org/x/net to v0.17.0 [SECURITY] (# 2214)
  > e2368f8 feat(all): auto-regenerate discovery clients (# 2215)
  > df0b730 feat(all): auto-regenerate discovery clients (# 2211)
  > b3a71bd chore(all): update all (# 2207)
  > f2c2d1b feat(all): auto-regenerate discovery clients (# 2209)
  > ed48023 chore(main): release 0.146.0 (# 2204)
  > 9a034cd feat(all): auto-regenerate discovery clients (# 2206)
  > 4aa710d feat(all): auto-regenerate discovery clients (# 2205)
  > 1e9a43c feat(all): auto-regenerate discovery clients (# 2203)
bumping google.golang.org/genproto 007df8e...d307bd8:
  > d307bd8 chore(all): auto-regenerate .pb.go files (# 1057)
  > 0333e04 chore(all): update all to e6e6cda (# 1055)
  > 427d036 chore: unfreeze grpc and fix build errors (# 1056)
  > e6e6cda chore(all): update all (# 1044)
  > c177e32 chore(deps): temporarily ignore grpc dep (# 1054)

Signed-off-by: Knative Automation <automation@knative.team>
2023-10-20 15:12:00 +00:00
David Simansky b658574638
Context Sharing POC (#1855)
* WIP: Context Sharing POC

* More lazy init

* Fix imports
2023-10-20 14:37:21 +00:00
Knative Automation c318a2224c
Update community files (#1880)
Signed-off-by: Knative Automation <automation@knative.team>
2023-10-16 13:28:29 +00:00
Knative Automation f9b53aaf16
upgrade to latest dependencies (#1874)
bumping golang.org/x/oauth2 0708528...3c5dbf0:
  > 3c5dbf0 go.mod: update golang.org/x dependencies
  > 11625cc google: add authorized_user conditional to Credentials.UniverseDomain
  > 8d6d45b google: add Credentials.UniverseDomain to support TPC
  > 43b6a7b google: adding support for external account authorized user
  > 14b275c oauth2: workaround misspelling of verification_uri
  > 18352fc google/internal/externalaccount: adding BYOID Metrics
  > 9095a51 oauth2: clarify error if endpoint missing DeviceAuthURL
  > 2d9e4a2 oauth2/google: remove meta validations for aws external credentials
  > 55cd552 oauth2: support PKCE
  > e3fb0fb oauth2: support device flow
bumping knative.dev/networking cf57a57...6c502de:
  > 6c502de upgrade to latest dependencies (# 871)
  > 13dbe20 Update community files (# 874)
bumping golang.org/x/sys 5154691...2964e1e:
  > 2964e1e unix: remove unused readlen and writelen
  > 3186bae windows: remove the 8192-codepoint arg limit in FuzzComposeCommandLine
  > 807530f unix: remove lists of unimplemented syscalls
  > 01c413d windows: document the return type mismatch for CommandLineToArgv
  > e649453 windows: convert TestCommandLineRecomposition to a fuzz test and fix discrepancies
  > 8858c72 unix: update riscv_hwprobe constants
  > 71c9d87 windows: add console ConPTY API
  > aa9470e unix/linux: update to Linux kernel 6.5
  > c7ff727 unix: fix double copy in (*SockaddrALG).sockaddr
  > c7cbcbb unix: add TestSockaddrALG
  > 8d9dcc4 unix: modernize test helpers
  > a26c6de unix: use errnoErr in generated wrappers on solaris
  > f3ef2d1 cpu: remove the use of ioutil
  > 5a17dda unix: remove the use of ioutil
  > 38ebf41 cpu: fix wrong cache line size of riscv64
  > fdc7ef4 all: remove ioutil usage from tests
  > fc717d3 unix: remove usage of ioutil.TempFile in tests
  > cb4ecd9 unix: use filepath in tests where appropriate
  > 4848eb0 windows,windows\svc,windows\svc\mgr: use unsafe.Slice instead of unsafeheader.Slice
  > 0e97d69 all: use t.TempDir in tests
  > 0514fec unix: rm unused zos test helper functions
  > bfd1ebb unix: remove unused ptracePtr on darwin
  > 81cb935 unix, windows: use ^TestName$ regular pattern for invoking a single test
bumping knative.dev/eventing 9de5275...da0fba3:
  > da0fba3 Workaround for cert-manager update spec issue (# 7345)
  > a0e4c18 Update `kncloudevents.Dispatcher` to add a JWT (# 7328)
  > c46bdd3 support auto generation of SinkBindings identity service account (# 7327)
  > 029b340 Remove unnecessary filter accumulation logic (# 7325)
  > fb494d1 [main] Update community files (# 7342)
  > ba02f4a [main] Upgrade to latest dependencies (# 7340)
bumping google.golang.org/api d0ae30d...788dc60:
  > 788dc60 chore(main): release 0.145.0 (# 2202)
  > c26a28c feat(all): auto-regenerate discovery clients (# 2201)
  > b4d0738 chore(main): release 0.144.0 (# 2188)
  > 5779cfc feat(all): auto-regenerate discovery clients (# 2197)
  > 34e0216 feat(all): auto-regenerate discovery clients (# 2196)
  > 9c8ea89 chore(all): update module google.golang.org/grpc to v1.58.2 (# 2194)
  > 0c82427 feat(all): auto-regenerate discovery clients (# 2195)
  > 55f1113 feat(all): auto-regenerate discovery clients (# 2193)
  > 8a3eb9b feat(all): auto-regenerate discovery clients (# 2192)
  > 0132460 feat(all): auto-regenerate discovery clients (# 2191)
  > f930302 feat(all): auto-regenerate discovery clients (# 2190)
  > ec24c23 feat(all): auto-regenerate discovery clients (# 2189)
  > 65ec288 feat(all): auto-regenerate discovery clients (# 2187)
bumping golang.org/x/term f413282...ea6303a:
  > ea6303a go.mod: update golang.org/x dependencies
bumping golang.org/x/sync 93782cc...22ba207:
  > 22ba207 singleflight: add panicError.Unwrap method
bumping knative.dev/hack 1588988...fc76874:
  > fc76874 Update community files (# 333)
bumping knative.dev/pkg d0a82f9...948f5f5:
  > 948f5f5 Bump golang.org/x/sync from 0.3.0 to 0.4.0 (# 2854)
  > 17435ae Bump github.com/tsenart/vegeta/v12 from 12.11.0 to 12.11.1 (# 2848)
  > 9d1f6c1 Bump google.golang.org/api from 0.143.0 to 0.145.0 (# 2853)
  > efe9f4a Updated x/net to v0.17.0 to fix cve-2023-44487 (# 2859)
  > ca8c009 Add Reconciler for kube v1.Service (# 2858)
  > e2256bd Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (# 2852)
  > cd747e2 Update community files (# 2857)
  > bae23eb Fix potential redefined error with kubeconfig flag (# 2855)
bumping knative.dev/client-pkg e364921...9ed2a96:
  > 9ed2a96 Update community files (# 121)
bumping golang.org/x/net 2a0da8b...b225e7c:
  > b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams
  > 88194ad go.mod: update golang.org/x dependencies
  > 2b60a61 quic: fix several bugs in flow control accounting
  > 73d82ef quic: handle DATA_BLOCKED frames
  > 5d5a036 quic: handle streams moving from the data queue to the meta queue
  > 350aad2 quic: correctly extend peer's flow control window after MAX_DATA
  > 21814e7 quic: validate connection id transport parameters
  > a600b35 quic: avoid redundant MAX_DATA updates
  > ea63359 http2: check stream body is present on read timeout
  > ddd8598 quic: version negotiation
  > 3b0ab98 quic: avoid deadlock on listener close
  > 732b4bc quic: report initial TLS errors
  > 8add2e1 quic: enforce AEAD integrity limit
  > 7c40cbd dns/dnsmessage: use map[string]uint16 instead of map[string]int
  > b3f1f23 quic: initiate key updates
  > 18f2095 quic: handle peer-initiated key updates
  > 008c0af quic: refactor keys for key updates
  > 6a4de22 quic: connection lifetime management
  > ea4a2ff quic: fix detection of reserved bits in 1-RTT packets
  > 47caaff quic: send and receive UDP datagrams
  > 02eb0f3 quic: avoid deadlock when updating inbound conn-level flow control
  > 57bce0e quic: move packetType.String out of test-only code
  > cae7dab quic: outbound connection-level flow control
  > 217377b quic: inbound connection-level flow control
  > 044c308 quic: check for packet overflow when writing MAX_STREAMS
  > 5401f76 quic: test lost bidi MAX_STREAMS frame handling
  > da5f9f7 quic: don't block Writes on stream-level flow control
  > c3c6260 quic: simplify gate operations
  > 717519d quic: limits on the number of open streams
  > 94087ad dns/dnsmessage: mention that Name in non-escaped
bumping knative.dev/serving 0ee4c3a...6703812:
  > 6703812 bump x/net to v1.17 (# 14512)
  > e0ab979 Update net-gateway-api nightly (# 14505)
  > d452948 Update net-certmanager nightly (# 14502)
  > 596e1bd Update net-istio nightly (# 14503)
  > a606fc8 upgrade to latest dependencies (# 14499)
  > ea603c9 Update community files (# 14497)
  > 6b44b87 upgrade to latest dependencies (# 14493)
  > 596d785 Update net-gateway-api nightly (# 14483)
  > 7bcf034 Update net-istio nightly (# 14492)
  > c54b6ad Update net-kourier nightly (# 14491)
  > 39c8b2c Update net-certmanager nightly (# 14489)

Signed-off-by: Knative Automation <automation@knative.team>
2023-10-12 07:46:24 +00:00
Knative Automation 7fc41a75e5
Update community files (#1875)
Signed-off-by: Knative Automation <automation@knative.team>
2023-10-10 13:36:23 +00:00
Knative Automation 2d0415a795
upgrade to latest dependencies (#1870)
bumping github.com/go-openapi/jsonreference c5db558...424d68c:
  > 424d68c enable github actions
  > b86bbb6 Update golangci-lint config + lint fixes
  > 7a27d67 Merge pull request # 12 from olivierlemasle/bump-dep
  > e127b20 Bump dependencies
bumping knative.dev/eventing ceecbb0...9de5275:
  > 9de5275 Use expiring cache with the OIDC tokens (# 7335)
  > 18e17ac [main] Update community files (# 7337)
  > 7b3afa0 Optimized the exact filter performance (# 7311)
  > e40037b Prefix filter optimizations (# 7309)
  > 8d2330c Update Kubernetes min version in KinD e2e tests to 1.26.6 (# 7332)
  > 402f6ac Add library for OIDC token management (# 7315)
  > ce67d85 [main] Upgrade to latest dependencies (# 7329)
  > d1c3f15 Use `mt-broker-filter` as the Audience of a Triggers Subscriptions Subscriber (# 7319)
  > eec9a52 Add marker for Trigger to mark `OIDCIdentity` condition as not supported (# 7316)
  > 69dbad2 Event type test logical error (# 7166)
  > a78c626 [main] Upgrade to latest dependencies (# 7317)
  > 6915382 Add audience field in Destinations to CRDs (# 7318)
  > 3b1465a Any filter optimization (# 7205)
  > 3dfc2ea Not filter properly calls cleanup on it's nested filter (# 7310)
  > efdfba6 Trigger create and expose OIDC service account (# 7299)
  > 55092a0 All filter optimization (# 7300)
  > 88fe195 Improved suffix benchmark performance (# 7312)
  > 44aa15e Add AuthStatus to OIDC identity providing resources (# 7287)
  > ff9444d [main] Upgrade to latest dependencies (# 7301)
  > f10a44d Add helpers to work with service accounts for OIDC (# 7278)
  > b898cf4 Add audience field for Subscriber and Reply to `SubscriberSpec` and `SubscriptionStatusPhysicalSubscription` (# 7296)
  > f191461 [main] Upgrade to latest dependencies (# 7297)
  > 641417a Moved new trigger filters tests to rekt from experimental (# 7243)
  > d6483cd Fixed logic to choose whether to use filter or filters for a trigger (# 7286)
  > b704ab1 [main] Update community files (# 7274)
  > 6194d9d Filters created once (# 7213)
  > 33c5e78 [main] Upgrade to latest dependencies (# 7284)
  > 37a0e3c Scheduler: fix reserved replicas handling, blocking autoscaler and overcommitted pods (# 7281)
  > 8447a36 Fix event dispatcher library data race (# 7280)
  > 8caba4e Fail when ApiServerSource adapter can't retrieve resources (# 7279)
  > fa19118 [main] Upgrade to latest dependencies (# 7275)
bumping k8s.io/api 6b24792...6e7eda9:
  > 6e7eda9 Update dependencies to v0.27.6 tag
  > acad300 Merge pull request # 120209 from mimowo/automated-cherry-pick-of-# 120204-upstream-release-1.27
  > 62f7673 Mark Job onPodConditions as optional in pod failure policy
  > 366ac8e Merge pull request # 119868 from liggitt/automated-cherry-pick-of-# 119835-upstream-release-1.27
  > 31986ba Avoid returning nil responseKind in v1beta1 aggregated discovery
  > 64b0262 Merge pull request # 119086 from neolit123/automated-cherry-pick-of-# 118150-origin-release-1.27
  > 4b77e71 call ./hack/update-vendor.sh
  > d65e98c Merge pull request # 118553 from puerco/bump-1.27-go1.20.5
  > 5c258b3 update-vendor: update vendored go.sums
  > 34b1d9e Merge pull request # 117815 from kerthcet/automated-cherry-pick-of-# 117802-upstream-release-1.27
  > e2c6465 Update podFailurePolicy comments from alpha-level to beta
  > a94d26e Merge pull request # 117324 from dddddai/automated-cherry-pick-of-# 117182-upstream-release-1.27
  > 5fee752 use case-insensitive header keys for http probes
  > 5b93db5 Merge remote-tracking branch 'origin/master' into release-1.27
  > 1258df6 .*: update vendor dir and cleanup
  > 9d61da7 remove kubernetes.io/grpc standard protocol
  > 130e058 Merge pull request # 116743 from thockin/docs-clarify-publish-not-ready-endpoints
  > bad7d34 Merge pull request # 113218 from ahmedtd/kep-3257
  > c5c9df1 Clarify EPSlice docs wrt the Ready conditions
  > 7d2e0cc ClusterTrustBundles: make update
  > 27a32d4 ClusterTrustBundles: Define types
  > c80582e Custom match criteria (# 116350)
  > 0b4c449 Matchconditions admission webhooks alpha implementation for kep-3716 (# 116261)
  > 286fd7e Merge pull request # 116332 from klueska/extend-resourceclaimstatus
  > 137eed4 Merge pull request # 116119 from vinaykul/restart-free-pod-vertical-scaling-fixes
  > aca25f2 Update generated code for resource.k8s.io/v1alpha2
  > 46446c8 Updated: Redefine AppProtocol field description and add new standard values (# 115433)
  > 9fe7fa0 Update generated files
  > 960c296 Update AllocationResult and ResourceHandle for resource.k8s.io/v1alpha2
  > c79498c Merge pull request # 115075 from aojea/ipaddress
  > 0b354bf Set default resize policy only for specified resource types, rename RestartNotRequired -> NotRequired
  > abe66f5 Merge pull request # 116539 from pohly/ginkgo-gomega-update
  > 8169321 make update
  > 5f8a370 Restructure naming of resource resize restart policy - generated files
  > f836919 Merge pull request # 114930 from kannon92/add-new-labels
  > 1eaa20c dependencies: ginkgo v2.9.1, gomega v1.27.4
  > aff9c95 Add IPAddress API
  > ee66691 Restructure naming of resource resize restart policy
  > fad123e Merge pull request # 116581 from humblec/csiNodeExpand
  > ad48969 Add batch.kubernetes.io to labels created in the Job controller.
  > b02105b Merge pull request # 116425 from jsafrane/flip-selinux
  > a3bfb4f Update NodeExpandSecretRef comment for beta
  > 772ba56 Merge pull request # 116556 from pohly/dra-podschedulingcontext
  > 1af564c Add featureGate to CSIDriver.SELinuxMount
  > 9833de0 Merge pull request # 116535 from denkensk/fix-match
  > 55d86c3 api: generated files for PodSchedulingContext
  > c5dd6b2 Merge pull request # 116522 from robscott/topology-1-27-updates
  > dadc0dc feat: update matchLabelKeys comment and code auto-generate
  > 435fe5c api: resource.k8s.io PodScheduling -> PodSchedulingContext
  > 112a65b Merge pull request # 116299 from pohly/dra-v1alpha2
  > ae4bc91 Introducing Topology Mode Annotation, Deprecating Topology Hints
  > 77a2c20 api: resource.k8s.io v1alpha1 -> v1alpha2
  > 5ab285d Merge pull request # 115668 from jiahuif-forks/feature/validating-admission-policy/type-system
  > 7199bb0 Merge pull request # 116553 from thockin/pr-111942-takeover
  > 48895bc generated: UPDATE_COMPATIBILITY_FIXTURE_DATA
  > bd0ab2c Merge pull request # 116397 from jiahuif-forks/feature/validating-admission-policy/message-expression
  > daef2bb Update generated files
  > 5abc1cb generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh
  > 4c844db Merge pull request # 116490 from tallclair/docs-urls2
  > 4841da3 generated: UPDATE_COMPATIBILITY_FIXTURE_DATA
  > 510c2e6 "contails" -> "contains" updated
  > 233bb56 [API REVIEW] ValidatingAdmissionPolicyStatus
  > 14ad8e3 Merge pull request # 115966 from aojea/lb_mixed
  > 93ac336 Fix broken API docs URLs
  > 69f96d6 generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh
  > 8c02f04 Merge pull request # 116542 from enj/enj/f/go1.20
  > 1539cd0 don't process unsupported loadbalancers with mixed protocols
  > 9a487de [API REVIEW] Validation.MessageExpression
  > 94f59cb Explicit bump to go 1.20
  > 02c5f9f make MixedProtocolNotSupported public
  > 19ee583 Merge pull request # 116450 from vinaykul/restart-free-pod-vertical-scaling-api
  > 4cfd7a6 Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources - generated files
  > 1ead999 Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources
  > 182afbd Merge pull request # 116384 from liggitt/fixup-after-roundtrip
  > 7785f76 Merge pull request # 115260 from pwschuurman/kep-3335-statefulset-start-ordinal-beta
  > 276361f Detect and clean up unneeded  after_roundtrip fixtures
  > a4afee7 KEP-3325: Promote SelfSubjectReview to Beta (# 116274)
  > d39503c Run ./hack/update-* scripts to update generated files
  > 2e0b62a Merge pull request # 115904 from soltysh/cronjob_tz_ga
  > 68dc9e4 Update generated
  > 1372208 Promote CronJob TZ to GA
  > a9e2fb5 Merge pull request # 115973 from jpbetz/enforcement-actions
  > ca9c463 Generate code
  > 2d18dde Implement validationActions and auditAnnotations
  > 507c364 Merge pull request # 116054 from jpbetz/secondary-authz
  > 11f3415 Merge pull request # 116124 from aerfio/aerfio/update-broken-links-apps
  > 75a193f Generate code
  > e36a74d Merge pull request # 116109 from aerfio/aerfio/update-broken-links-autoscaling
  > 78c18b3 adjust comment prefixes in k8s.io/api/apps/v1beta1/types.go
  > f5cbfc9 Implement secondary authz
  > 2d949b7 Merge pull request # 115463 from SergeyKanzhelev/containerStatusDocs
  > 152a993 update obsolete links
  > 3379a93 update obsolete links
  > 6cc1087 Merge pull request # 116233 from SergeyKanzhelev/GRPCContainerProbeGA
  > 6578ac3 update docs for ContainerStatus fields
  > fc1b77c Merge pull request # 116162 from apelisse/update-openapi
  > 0a33c95 GRPCContainerProbe is GA
  > 53d84c0 Merge pull request # 115914 from ravisantoshgudimetla/promote-pdb
  > dde3f2d Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920
  > f6c2559 Merge pull request # 115402 from p0lyn0mial/upstream-sendinitialevents-take-2
  > a814a2f Generated: PDB health policy
  > ffec433 Merge pull request # 116052 from kannon92/validation-coverage-and-cleanup
  > 0e595cd Update TestCompatibility
  > 9c30363 Changes to pdb healthy policy api docs
  > 42a6c32 Merge pull request # 115277 from pohly/klog-update
  > 3ae195e generated code
  > b447fe1 generated
  > 321adc8 dependencies: update klog v2.90.1
  > 9a29a4d remove ValidateJobSpec and add more test cases to batch validation
  > 2ed8d24 Merge pull request # 111856 from mengjiao-liu/improve-podSpec.restartPpolicy-description
  > b5b22ca Merge pull request # 102884 from vinaykul/restart-free-pod-vertical-scaling
  > 5717a84 Improve spec.template.spec.restartPolicy description
  > 2ffa6a6 Merge pull request # 115996 from rayowang/autoscaling
  > 1259f41 Generated files and compat data from API changes
  > 6bcd73f update openapi-spec, generated proto and generated openapi
  > 0533301 In-place Pod Vertical Scaling - API changes
  > f54f3b8 Fix API field references for autoscaling v1, v2 and v2beta2
  > ec40acc Merge pull request # 115928 from pohly/dra-resource-requirements-pvc
  > f7c08e3 Merge pull request # 115815 from Huang-Wei/pod-scheduling-readiness-beta
  > e00fe37 api: generated files
  > f6996b4 Merge pull request # 115363 from ravisantoshgudimetla/promote-pdb-healthy
  > 4515fb5 generated files
  > 9dd5eed api: drop Resources.Claims from PVC and PVC template
  > c710db8 Merge pull request # 115604 from pacoxu/fix-design-proposals-links
  > 74e8746 Generated: PDB health policy
  > 4784558 Graduate PodSchedulingReadiness to beta
  > c02fa6b Merge pull request # 115786 from liggitt/net-0.7.0-master
  > b286164 API docs: point to current docs instead of archived designs
  > 746e236 Promote pdb health policy to beta
  > ba0209b Update golang.org/x/net to v0.7.0
  > 4411404 archived design proposals are now moved to Design Proposals Archive Repo.
  > 9fe8a5d Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils
  > 51669d7 Update k8s.io/utils to `a36077c30491`
  > 0478a3e Merge pull request # 115379 from artemvmin/serial-mkfs
  > 8f4dbb0 Update k8s.io/utils to latest version
  > 9b5d68c Merge pull request # 115434 from ehashman/requests-limits-ratio-docs
  > 35c88f3 Update generated
  > 8036d83 Document relationship between requests/limits
  > a26a16a Merge pull request # 115266 from pohly/gomega-update
  > 1621bfa Merge pull request # 115354 from pohly/dra-reserved-for-list-type
  > 6ce540c dependencies: update gomega to v1.26.0
  > b140e71 dynamic resource allocation: avoid apiserver complaint about list content
  > 40fb371 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi
  > 4fe2b5f update kube-openapi
  > 86407e5 Merge pull request # 115246 from thockin/codegen-11-swagger-from-update-codegen
  > d8b97f9 Generate swagger from update-codegen
  > 59fcd23 Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20
  > 9b5c69c *: Bump version of vmware/govmomi
  > 210a193 Merge pull request # 114879 from olivierlemasle/bump-kube-openapi
  > 1e7b784 Merge pull request # 113467 from pacoxu/psp-cleanup
  > 9384e18 Bump kube-openapi
  > de8bdd7 Merge pull request # 114063 from ruquanzhao/fixNetworkTypesDoc
  > a9fc368 client-go: remove extensions psp only
  > 64a74af Merge pull request # 114065 from ruquanzhao/fixNodeTypesDoc
  > 6992abe fix doc of types.go of network v1, v1alpha1, v1beta1
  > 6b7ec32 remove psp in extensions api/apis
  > 4c5bbc6 Merge pull request # 114623 from Huang-Wei/feat/smart-preemption-identification
  > f64243d update auto generated files
  > 8d62476 rename 'PreemptionByKubeScheduler' to 'PreemptionByScheduler'
  > 538ed1e fix doc of types.go of node
  > 9fea242 Enhanced logic to identify eligible preemption node
  > 92fe7a3 Merge pull request # 114681 from thockin/nix_comments_about_ipv6_not_ready
  > 5401156 Remove old comments about IPv6 not being ready
  > 5baaa16 Merge pull request # 113538 from pohly/e2e-ginkgo-timeline
  > de49366 Merge pull request # 114585 from JoelSpeed/fix-resource-requirements-claims
  > d18c527 dependencies: update to ginkgo v2.6.1, gomega v1.24.2
  > ebe9f62 Merge pull request # 114594 from pacoxu/remove-testdata-v1.24
  > 0000a46 Resource claims should be a map type
  > 11f6f2e drop the api testdata for v1.24.0
  > dadaafe Merge pull request # 114581 from pacoxu/v1.26.0-api-testdata
  > 139e181 Add v1.26.0 API testdata
  > ad1a499 Merge pull request # 114559 from liggitt/gofmt
  > 93e1eba Fix indentation/spacing in comments to render correctly in godoc
  > 56ab826 Merge pull request # 113942 from mengjiao-liu/remove-feature-gate-expansion
  > a0834d0 Merge pull request # 110991 from thockin/svc-typenames-starTrafficPolicyType
  > 16bd13e Remove ExpandCSIVolumes feature gate
  > 346cfdf Merge pull request # 113570 from ztzxt/batch-api-doc
  > b65b9ef ServiceInternalTrafficPolicyType: s/Type//
  > 6ebc902 Merge pull request # 112497 from ldsdsy/modify3
  > e858a59 Fix API refs for batch v1 and v1beta1
  > 3326f50 ServiceExternalTrafficPolicyType: s/Type//
  > cfffb5f Merge pull request # 113876 from chiukapoor/coordination-api-doc
  > d71b818 update comment of annotation_key_constants.go
  > 51a0758 Merge pull request # 113875 from chiukapoor/scheduling-api-doc
  > fae9b7f Changed API field references and generated docs for coordination v1 and v1beta1
  > 998898a Merge pull request # 112490 from lzhecheng/doc-nodestatus-ip-change
  > fffbddf Added generated Docs for scheduling v1, v1beta1 and v1alpha1
  > bebfaf6 Added generated Docs for coordination v1 and v1beta1
  > f05a318 Merge pull request # 113894 from ravi-nal/master
  > 93a54de [API][Doc] Update NodeStatus about IP change
  > cedebb1 Change API field references for scheduling v1, v1alpha1 and v1beta1
  > b394153 Change API field references for coordination v1 and v1beta1
  > ed9fa27 Merge pull request # 114319 from liggitt/net-master
  > e132787 Add generated docs for discovery and storage types
  > 8f2e0ab Update golang.org/x/net 1e63c2f
  > ffebb15 Update API doc for Storage v1alpha1, v1beta1 types and Discovery v1 types
  > 9e1815a Merge pull request # 111023 from pohly/dynamic-resource-allocation
  > 0b2be3e Add generated docs for discovery v1beta1 and storage v1 types
  > d2d30ed Update API doc to use the field name in description
bumping k8s.io/code-generator eec869e...ad20935:
  > ad20935 Merge pull request # 119086 from neolit123/automated-cherry-pick-of-# 118150-origin-release-1.27
  > 315a517 call ./hack/update-vendor.sh
  > a52289a Merge pull request # 118553 from puerco/bump-1.27-go1.20.5
  > d8cce12 update-vendor: update vendored go.sums
  > 1649c2d Merge pull request # 117708 from Jefftree/automated-cherry-pick-of-# 117705-upstream-release-1.27
  > 9037946 Update kube-openapi to fix race
  > 6533006 Merge remote-tracking branch 'origin/master' into release-1.27
  > 6da539f .*: update vendor dir and cleanup
  > 1e0c52d dependencies: ginkgo v2.9.1, gomega v1.27.4
  > 667a115 Merge pull request # 116490 from tallclair/docs-urls2
  > 745ab90 Merge pull request # 116542 from enj/enj/f/go1.20
  > 0ee83f8 Fix broken API docs URLs
  > fd722cd Explicit bump to go 1.20
  > 4a4a238 Merge pull request # 116349 from apelisse/use-smarter-cache
  > dde8213 Merge pull request # 112061 from JoelSpeed/proto-gopath
  > 0f132b7 Update kube-openapi to 15aac26d736a
  > 4400d5f Merge pull request # 116162 from apelisse/update-openapi
  > 6173bf7 Ensure go-to-protobuf gen can run when not in GOPATH
  > 1c5b673 Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920
  > df762e7 Merge pull request # 115402 from p0lyn0mial/upstream-sendinitialevents-take-2
  > 32ad4d4 Merge pull request # 115277 from pohly/klog-update
  > a906ef0 generated
  > 56b3fad dependencies: update klog v2.90.1
  > e4df4d5 Merge pull request # 116039 from liggitt/crd-compat
  > d182558 Update generated files
  > 00ad370 Merge pull request # 115786 from liggitt/net-0.7.0-master
  > 827cde5 Update golang.org/x/net to v0.7.0
  > dfb602f Merge pull request # 114987 from astefanutti/pr-codegen-applyconfig
  > f218355 Merge pull request # 114920 from astefanutti/pr-codegen-144
  > e16bd08 code-generator: fix GOPATH unbound variable
  > 8ebad96 Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils
  > 84d7aaf fix: applyconfiguration-gen fails on map to struct fields
  > fd7fd90 Add applyconfiguration-gen to code-generator tools.go
  > cb06db1 Update k8s.io/utils to `a36077c30491`
  > d1eaf35 code-generator: regen examples with apply configurations
  > e2b16c0 Merge pull request # 115379 from artemvmin/serial-mkfs
  > 9b95cfe Add applyconfiguration generator to code-generator script
  > 63d9eda Update k8s.io/utils to latest version
  > 8a6ceea Merge pull request # 115266 from pohly/gomega-update
  > d51d173 Merge pull request # 115271 from kevindelgado/field-validation-conformance
  > d68548f dependencies: update gomega to v1.26.0
  > 9583277 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi
  > eb7447c update codegen
  > e5c04ca update kube-openapi
  > daa7a69 Merge pull request # 115245 from thockin/codegen-10-protobuf-from-update-codegen
  > 5d7b090 Call update-generated-protobuf from update-codegen
  > c3842e0 Merge pull request # 115196 from thockin/codegen-5-dont-gen-clients-for-internal
  > 2c7f371 Don't generate clients for example internal APIs
  > 046939b Merge pull request # 115184 from thockin/codegen-1-clientset-doc-go
  > cc14826 Merge pull request # 113637 from mikedanese/http-proxy
  > 8b5f587 Don't generate clientset/doc.go in client-gen
  > 90a9b0c vendor: removed unused dep github.com/elazarl/goproxy
  > d37f85b Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20
  > 1d1fb0e *: Bump version of vmware/govmomi
  > e2dcc1f Merge pull request # 114879 from olivierlemasle/bump-kube-openapi
  > 3ba6f96 Bump kube-openapi
  > 8d6f19a Merge pull request # 114859 from pohly/e2e-ginkgo-spec-ordering
  > 3241717 dependencies: update ginkgo to v2.7.0
  > e746d1f Merge pull request # 114869 from liggitt/kube-openapi
  > b40e109 bump kube-openapi
  > e9aa6d9 Merge pull request # 114867 from deads2k/app
  > d4f5e22 add deads2k to approvers for code-generator and sample-controller
  > ba78839 Merge pull request # 113654 from stevekuznetsov/skuznets/fake-group-name-registration
  > 5013555 Merge pull request # 114829 from liggitt/oauth-revert
  > bb712e2 code-generator: refer to the API package for GV{R,K}
  > edbb7f5 Revert "bump golang.org/x/oauth2"
  > c63a8cc Merge pull request # 114822 from liggitt/oauth2
  > 2b752ab bump golang.org/x/oauth2
  > b6a476b Merge pull request # 114705 from thockin/codegen_subproject_cleanup
  > 009bda6 Cleanup codegen subproject scripts
  > 0f638df Merge pull request # 113538 from pohly/e2e-ginkgo-timeline
  > 53dc4fe Merge pull request # 114559 from liggitt/gofmt
  > b3406b2 dependencies: update to ginkgo v2.6.1, gomega v1.24.2
  > 6ce5eeb Fix indentation/spacing in comments to render correctly in godoc
  > 154dfe6 Merge pull request # 114319 from liggitt/net-master
  > a8a90e0 Update golang.org/x/net 1e63c2f
  > 7429fbb Merge pull request # 113688 from dashpole/update_utils
bumping sigs.k8s.io/json f223a00...bc3834c:
  > bc3834c Merge pull request # 17 from liggitt/go119
  > 33e9ed6 Update gofmt with go1.19
  > a72174c sync go1.19 changes from encoding/json
bumping google.golang.org/genproto/googleapis/rpc 2d3300f...e6e6cda:
  > e6e6cda chore(all): update all (# 1044)
  > c177e32 chore(deps): temporarily ignore grpc dep (# 1054)
  > 007df8e chore(all): auto-regenerate .pb.go files (# 1053)
bumping knative.dev/serving 0d73dfe...0ee4c3a:
  > 0ee4c3a Update community files (# 14485)
  > c183543 internal encryption e2e tests (# 14092)
  > 3eb979a Update overlay-config for tests (# 14478)
  > 3cafe59 Update certificates and SANs used in Serving (# 14472)
  > b66b185 Update net-contour nightly (# 14468)
  > 4c3aaee upgrade to latest dependencies (# 14464)
  > 369951b Update net-certmanager nightly (# 14459)
  > 05e349f Allow access to Pod field `shareProcessNamespace`. (# 14454)
  > eea9f67 SecurePodDefaults limits container capabilities (# 14445)
  > 6631be7 Added Platform Specific ko build instructions (# 14458)
  > 1a17583 Update net-contour nightly (# 14457)
  > ac6a38a Update net-istio nightly (# 14455)
  > dbe3538 Update net-certmanager nightly (# 14447)
  > 72261bc Update net-kourier nightly (# 14456)
  > 9bf8d53 Update net-contour nightly (# 14451)
  > 1448af5 Update net-kourier nightly (# 14449)
  > 568f5cc Update net-gateway-api nightly (# 14450)
  > c6634a7 Update net-istio nightly (# 14448)
  > 245ca10 upgrade to latest dependencies (# 14446)
  > d0eaee0 Update net-certmanager nightly (# 14440)
  > 05273f8 Update net-contour nightly (# 14438)
  > de6d567 upgrade to latest dependencies (# 14437)
  > f9139ec fix: Bump our min K8s version to v1.26 add k8s 1.28 testing (# 14385)
  > 9e7956f fix(activator): Correctly return noop value from probePodIPs based on changes (# 14347)
  > 4182374 upgrade to latest dependencies (# 14434)
  > f9ff817 Update net-gateway-api nightly (# 14433)
  > aa881ac Update net-contour nightly (# 14431)
  > 3736ab5 Change the cert manager version # 14386 (# 14426)
  > 1724133 Update net-kourier nightly (# 14430)
  > b44525f Update net-istio nightly (# 14432)
  > 6168393 Update net-certmanager nightly (# 14417)
  > 2336b08 Update net-kourier nightly (# 14419)
  > 60cb95f upgrade to latest dependencies (# 14423)
  > 177bb2d Update community files (# 14414)
  > ba78403 Update net-istio nightly (# 14418)
  > a571e4a Update net-gateway-api nightly (# 14416)
  > 3c15b82 upgrade to latest dependencies (# 14415)
bumping github.com/prometheus/client_golang 3583c1e...fa1408e:
  > fa1408e Merge pull request # 1352 from prometheus/arthursens/cut-1.17.0
  > 1bae6c1 Deprecated comment should begin with "Deprecated:" (# 1347)
  > 24a72b8 Add changelog entry for 1.17
  > bbab8fe Fix typos in comments, tests, and errors (# 1346)
  > df7fa49 Extend Counters, Summaries and Histograms with creation timestamp (# 1313)
  > 74cc262 Add go_godebug_non_default_behavior_tlsmaxrsasize_events_total (# 1348)
  > d03abf3 Cleanup golangci-lint errcheck (# 1339)
  > ca6ba04 Update common Prometheus files (# 1338)
  > 51d24f8 Update common Prometheus files (# 1332)
  > c17edf0 Merge pull request # 1304 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.31.0
  > 760a55a Merge pull request # 1330 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/common-0.44.0
  > 8483c5d Bump google.golang.org/protobuf from 1.30.0 to 1.31.0
  > f58d0fd Merge pull request # 1284 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.44.0
  > 802a963 Bump github.com/prometheus/common in /tutorial/whatsup
  > fa04b7b Merge pull request # 1328 from prometheus/dependabot/go_modules/examples/middleware/github.com/prometheus/client_golang-1.16.0
  > 85f4592 Bump github.com/prometheus/common from 0.42.0 to 0.44.0
  > adb0180 Merge pull request # 1329 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/client_golang-1.16.0
  > 0e33cf9 Bump github.com/prometheus/client_golang in /examples/middleware
  > 301a7bd Merge pull request # 1331 from prometheus/dependabot/go_modules/golang.org/x/sys-0.11.0
  > 390448f Bump github.com/prometheus/client_golang in /tutorial/whatsup
  > 4abd83d Update building (# 1326)
  > f215f75 Bump golang.org/x/sys from 0.10.0 to 0.11.0
  > 6f576e2 histogram docs: Fixed minor nit. (# 1324)
  > 1a88780 Bump prometheus/client_model (# 1323)
  > 06d4592 Add Go 1.21 support (# 1325)
  > cdd7f45 Merge pull request # 1322 from sengi/docs
  > e6d9092 Bump github.com/prometheus/procfs from 0.11.0 to 0.11.1 (# 1319)
  > f16b435 docs: trivial grammar fixes to improve readability
  > 99e905a Bump golang.org/x/sys from 0.9.0 to 0.10.0 (# 1320)
  > 23387fe Add missing tick "`" in README (# 1321)
  > 59c00e3 Fix data-race in metric without code and method but with `WithLabelFromCtx` (# 1318)
  > 7f2db5f Update common Prometheus files (# 1302)
  > 6e3b962 Bump github.com/prometheus/procfs from 0.10.1 to 0.11.0 (# 1305)
  > 90b169a Merge pull request # 1314 from prometheus/beorn7/histogram
  > 98025d8 Bump google.golang.org/grpc from 1.45.0 to 1.53.0 in /tutorial/whatsup (# 1307)
  > 3d82c94 histogram: Add a no-op span for an otherwise empty histogram
  > 3b6fb7a Bump golang.org/x/sys from 0.8.0 to 0.9.0 (# 1306)
  > f9db382 histograms: Small code comment and code formatting improvements
  > 644c80d Do not allocate memory when there's no constraints (# 1296)
  > 553eb4c ci: define minimal permissions to github workflows (# 1295)
  > f6bb79e Update common Prometheus files (# 1297)
  > c3fa5a7 Merge pull request # 1293 from prometheus/release-1.16
bumping google.golang.org/api c3d417d...d0ae30d:
  > d0ae30d chore(main): release 0.143.0 (# 2174)
  > bd12eba fix(docs): add an operation polling example (# 2186)
  > 26c6885 chore: give admins owners on renovate config (# 2185)
  > 3a58dbb chore: unfreeze grpc (# 2183)
  > 546196e chore(all): update all (# 2181)
  > 4c049c5 feat(all): auto-regenerate discovery clients (# 2182)
  > e61e11b feat(all): auto-regenerate discovery clients (# 2180)
  > 1bca7ee feat(all): auto-regenerate discovery clients (# 2179)
  > 00aa328 feat(all): auto-regenerate discovery clients (# 2177)
  > c6a8850 feat(all): auto-regenerate discovery clients (# 2176)
  > 68d92d4 feat(all): auto-regenerate discovery clients (# 2173)
  > fc96064 chore(main): release 0.142.0 (# 2162)
  > da71d0a feat(all): auto-regenerate discovery clients (# 2171)
  > ea1fe11 chore(all): update all to 007df8e (# 2167)
  > a8cadbf feat(all): use updated mtls config endpoint (# 2164)
  > 0c5c2d2 feat(all): auto-regenerate discovery clients (# 2168)
  > c4024ed feat(all): auto-regenerate discovery clients (# 2166)
  > 304fb51 feat(all): auto-regenerate discovery clients (# 2165)
  > a34ad77 feat(internal): add some feature flags for new auth libs (# 2163)
  > d6822ad feat(all): auto-regenerate discovery clients (# 2161)
bumping google.golang.org/genproto f966b18...007df8e:
  > 007df8e chore(all): auto-regenerate .pb.go files (# 1053)
  > 2d3300f chore(all): update actions/checkout action to v4 (# 1052)
  > b8732ec chore(all): auto-regenerate .pb.go files (# 1051)
  > ccc8af3 chore(all): auto-regenerate .pb.go files (# 1050)
  > 6bfd019 chore(all): auto-regenerate .pb.go files (# 1047)
  > ca7cfce fix(analytics/admin/v1alpha): remove broken aliases (# 1045)
  > 1744710 chore(all): update all (# 1043)
bumping knative.dev/client-pkg b21a925...e364921:
  > e364921 Update community files (# 120)
  > 9574adc Update community files (# 119)
bumping k8s.io/kube-openapi 172d655...8b0f38b:
  > 8b0f38b Merge pull request # 388 from Jefftree/patch-1
  > 28e0b72 Merge pull request # 387 from Jefftree/fix-cache-race
  > e6d4e37 Update CI to detect races
  > b0c0aae Merge pull request # 386 from Jefftree/delete-unused
  > 0bd5c6c fix cache get race
  > f5883ff Merge pull request # 380 from zchenyu/patch-1
  > e2ed23b Delete unused functions
  > 15aac26 Merge pull request # 371 from apelisse/use-smarter-cache
  > 1262187 Bump go version to 1.19
  > afdc3dd Merge pull request # 377 from apelisse/fix-fuzz-openapi
  > 2b17a46 Remove former handler cache mechanism
  > 19cbebb Merge pull request # 368 from Jefftree/oasv3-unmarshal
  > 587efca spec: Remove unncessary marshaling from nmarshaling tests
  > 4b54b81 handler: Replace handler cache with new cache
  > 929b88f Merge pull request # 370 from Jefftree/fuzz
  > f90255a Enable experiment unmarshal
  > 317b8ed spec3: Improve OpenAPI fuzzing
  > 69ee2d2 cached: Use atomic.Pointer to prevent type swap panic
  > 66828de Merge pull request # 325 from apelisse/marshal-v2
  > 48f3c6d Add fuzzer for OpenAPI V3
  > 8926865 Comments
  > f713152 spec: Serialize empty array of SchemaOrArray
  > ff9a8e8 Replaced Mime subtype containing @ with . in mimePb  (# 369)
  > 30e856a Use "jsonv2"/go-json-experimental to marshal OpenAPI v2
  > 4b0756a Merge pull request # 372 from Jefftree/response-fix
  > 2dff845 Address comments
  > 32bc87b spec: Add missing SanitizeExtensions
  > 4233a11 Merge pull request # 374 from Jefftree/update-json-experiment
  > 39b3636 Merge pull request # 345 from apelisse/smarter-cache
  > 5fc3bb0 Fix json unmarshal bug with extensions and Responses
  > c3a4917 Reset struct in unmarshal on null
  > bf0103b spec: Make UnmarshalJSON for SchemaOrBool consistent across v1 and v2
  > e8cc210 Replace sed with perl
  > 76d406a Merge pull request # 363 from Jefftree/expose-marshal-v3
  > c6fbb9d cache: Create new Caching framework
  > dd0d2d5 Implement experiment unmarshaler for OpenAPI V3
  > a09b714 spec: Fix missing in v2 serialization
  > 5a277be Update go-json-experiment to latest version and create a script for updating
  > 5e46c6e Merge pull request # 355 from olivierlemasle/ci
  > 3a6b765 Move fromMap and sanitize for OpenAPI to internal package
  > f3cff14 Merge pull request # 337 from Jefftree/ci-gofmt
  > 68031ae Merge pull request # 361 from Jefftree/oasv3-serialize-test
  > 129c723 Cleanup CI config
  > 1cb3ae2 Merge pull request # 367 from alexzielenski/cleanup-todos
  > bacb3ab Merge pull request # 338 from Jefftree/comment-ci
  > e7303d9 Add go 1.19 to CI
  > a855b91 Add unmarshal benchmark
  > e202aff Merge pull request # 352 from liggitt/revert-content-type
  > 3dfa6bd Merge pull request # 362 from Jefftree/fix-oas3-bugs
  > d5ab73e remove use of embed
  > 442bf48 Merge pull request # 332 from Jefftree/etag-root
  > 795f708 Add comment explaining the empty CI job
  > 76eeb94 Run gofmt -s -w
  > 5d2cb3a Merge pull request # 353 from liggitt/fix-gomod
  > d69dee3 Revert "OpenAPI V2 add Content Type return"
  > 64b6bb1 Merge pull request # 360 from alexzielenski/followup-conversion
  > d9a87bd Fix incorrect types OpenAPI V3
  > fde7732 add note about hardcoded schema todos
  > 9a5fe2d Merge pull request # 333 from Jefftree/openapi-content-type
  > 7ed38f0 Publish ETag for root OpenAPI V3 document
  > e1923e7 Add gofmt to CI
  > fbb0874 Merge pull request # 348 from olivierlemasle/bump-golang-x
  > d06694b Tidy integration go.mod
  > 8683ee8 Revert "Update pkg/handler/handler_test.go"
  > 444ee99 Merge pull request # 339 from alexzielenski/smd-convert-spec-schema
  > 3c68db0 add comment
  > 3758b55 Merge pull request # 344 from olivierlemasle/bump-jsonreference
  > b5f39f4 make schemaconv test blackbox
  > 4385d6f Merge pull request # 334 from Jefftree/remove-mime
  > 9ba0002 Update pkg/handler/handler_test.go
  > b888574 Merge pull request # 346 from olivierlemasle/integration-test
  > 4154b54 Fix GO-2022-0493 and GO-2022-1059
  > dd344f1 deduplicate deduced definitions for tests
  > bdc62e0 revert deducedDef deduplicatoin from proto_models
  > d603cf3 Merge pull request # 350 from qingwave/ioutil-rm
  > 8d5d713 test: compare json references by String()
  > efba78c Merge pull request # 335 from Jefftree/gzip-unused
  > 36389ca Remove mime AddExtensionsType
  > d55d863 OpenAPI V2 add Content Type return
  > 76fd588 Merge pull request # 349 from liggitt/multipleOf-zero
  > 65e6919 Fix integration tests
  > 09553db add test for spec.Schema -> smd conversion
  > 10e5f0e Merge pull request # 351 from liggitt/prune-enum
  > 90469a8 remove deprecated ioutil
  > f6aa62a Bump github.com/go-openapi/jsonreference
  > 86e75dd Merge pull request # 330 from apelisse/add-apelisse-validation
  > 1920258 Remove unused gzip function
  > fbe2eda Merge pull request # 347 from qingwave/fix-extension-name
  > a7f241a Protect against divide-by-zero panic with multipleOf
  > ace3e4a add spec.Schema -> schema.Schema conversion
  > a1cb06c Improve format of generated enum lines
  > cac62f2 Merge pull request # 331 from apelisse/fix-unmarshal-bug
  > af74d46 Add apelisse as approver to pkg/validation
  > 34a5c6a Merge pull request # 329 from Jefftree/patch-1
  > 48529ed fix wrong extension name in parse schema
  > 01a25bb add builder3.BuildOpenAPIDefinitionsForResources
  > dd070e2 Merge pull request # 328 from Huang-Wei/cleanup-defNames
  > d3fc7bb Fix minor bug not deserializing a full-value in Paths#UnmarshalNextJSON
  > a28e98e Merge pull request # 327 from jiahuif/fix/pointer-type
  > 8651e00 Add jefftree as approver for kube-openapi
  > 776667b cleanup! factor out openapi extension parsing
  > 97a78ff cleanup code in builder3 test
  > f73e7db Merge pull request # 322 from benluddy/openapi-gen-enum-package
  > 46f039b add test for optional pointer field.
  > cd17b1e cleanup! move proto-models code to own file
  > 3b907d1 Consistently find enum values from separate packages in openapi-gen.
  > 72c1c0d support pointer of enum types.
  > 1cc6f9d cleanup! make toStringSlice also work on string slices
  > c3e0f9c cleanup! remove unnecessary function and field
  > f95a625 cleanup! add diff output to smd_test
  > 541fa7c cleanup! update swagger.json to new version
bumping google.golang.org/grpc 62726d4...c0aa20a:
  > c0aa20a Change version to 1.58.2 (# 6654)
  > 67a53a6 balancer/weightedroundrobin: fix ticker leak on update (# 6655)
  > 863de73 update version to 1.58.2-dev (# 6633)
bumping github.com/go-openapi/jsonpointer 2446e21...5df0d69:
  > 5df0d69 Use github actions (# 9)
  > ff99fe1 Bump dependencies (# 8)
bumping github.com/prometheus/procfs 332e865...113c501:
  > 113c501 Custom build tag "nostatfs" disables statfs (# 553)
  > 156bf8d Update common Prometheus files (# 551)
  > 9684daf Cleanup various linting issues (# 548)
  > 4b2218e Increase Stat() buffer size (# 547)
  > 46aea31 Bump golang.org/x/sys from 0.8.0 to 0.9.0 (# 542)
  > 5e8c988 Bump golang.org/x/sync from 0.2.0 to 0.3.0 (# 541)
  > e5567b2 Update common Prometheus files
  > 45f8bbf Update common Prometheus files (# 537)
  > a76f400 Fix CPUVulnerabilities() reporting from sysfs (# 532)
  > 6d9dbc0 Use golangci-lint for codespell (# 535)
  > 1d6add5 Add net/route parse, also add util lib Pars… (# 508)
  > abbfda0 Bug Fix: Slice out of bound in filterOfflineCpus (# 534)
  > 5d2473f fs: Statfs_t{} doesn't have a Type field on Windows (# 528)
  > 6a7bbcc Create new errors in proc.go using errors module. (# 526)
bumping knative.dev/pkg 8761ceb...d0a82f9:
  > d0a82f9 Update community files (# 2850)
  > 833dd97 prioritize destination CA certs over resolved addressable CA certs (# 2849)
  > 294e777 Add rest.Config to fake context in SetupFakeContext (# 2847)
  > 0736c74 Add SinkAudience to SourceStatus (# 2844)
  > 1860700 update k8s min version to 1.26.x and go deps to 1.27.x (# 2832)
  > c9c48d7 Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 (# 2846)
  > 6cf4b05 upgrade to latest dependencies (# 2841)
  > 0f52db7 Bump google.golang.org/api from 0.142.0 to 0.143.0 (# 2840)
  > bd49c73 upgrade to latest dependencies (# 2839)
  > 51a826d Bump google.golang.org/grpc from 1.58.1 to 1.58.2 (# 2835)
  > 4930930 Bump google.golang.org/api from 0.141.0 to 0.142.0 (# 2834)
  > 0efc1bc Also return Audience in URIResolver.AddressableFromDestinationV1() (# 2836)
  > 559de7e upgrade to latest dependencies (# 2833)
  > dd819c0 Update community files (# 2830)
  > 05a411a upgrade to latest dependencies (# 2831)
  > 76b4202 Add AuthStatus type (# 2829)
bumping github.com/prometheus/client_model 91c3945...9a2bf30:
  > 9a2bf30 (feat): Add created timestamps to counter, summary and histogram
  > 2b34b1e Merge pull request # 65 from prometheus/repo_sync
  > 0e6fdca Update common Prometheus files
bumping k8s.io/klog/v2 9ae4992...d7fc505:
  > d7fc505 Merge pull request # 363 from pohly/textlogger-backend
  > e37f9fe Merge pull request # 368 from pohly/ktesting-config-api
  > 7a9f099 textlogger: write unstructured klog output directly
  > 90cff0f Merge pull request # 365 from pohly/ktesting-timestamps
  > a0fea0c textlogger: verbosity changes through public API
  > 81f97ff klog: support writing formatted buffer through logger
  > af72dbd Merge pull request # 366 from pohly/buffer-size-limit
  > 1b27ee8 ktesting: allow overriding default formatter
  > e092d89 ktesting: support verbosity changes at runtime
  > 1025055 github: bump golangci-lint image version
  > 2582956 buffer: restore dropping of too large buffers
  > d113925 ktesting: capture log entries only if requested
  > 8eadf2c KObj, KObjSlice: format more efficiently as text
  > 8b4cfd2 ktesting: use klog-like header
  > a1638bf KObj: optimize string concatenation
  > 926ab6d serialize: combine merging and formatting
  > 9674cae textlogger: remove some dead code
  > 1a1367c buffer: use sync.Pool
  > ff4f80f test: unit tests for vmodule support
  > 757e6bb use output test cases also for benchmarking
  > f833abb move output tests into packages
  > 70aa795 textlogger: fix vmodule support
  > 34a9807 klogr: use test.InitKlog
  > 125ecfe klogr: fix vmodule support
  > c34db96 test: move InitKlog into tests
  > d20ee72 klogr: avoid calling Info/Error/Enabled through auto-generated code
bumping k8s.io/apiextensions-apiserver 52c998e...6090d8e:
  > 6090d8e Update dependencies to v0.27.6 tag
  > 9e61d2d Merge pull request # 120357 from stevekuznetsov/automated-cherry-pick-of-# 120177-kubernetes-release-1.27
  > 704e536 Merge pull request # 119809 from jpbetz/fix-cost-1_27
  > 4d42e07 apiextensions-apiserver: generate applyconfigurations
  > 13422bc Fix CEL cost handling of zero length replacement strings
  > 10ab073 Add test coverage of result size of string operations
  > c839e63 Bump cel-go to v0.12.7
  > 78ec0b9 Merge pull request # 119086 from neolit123/automated-cherry-pick-of-# 118150-origin-release-1.27
  > f972538 call ./hack/update-vendor.sh
  > 2bcd8f5 Merge pull request # 118553 from puerco/bump-1.27-go1.20.5
  > f4f12f1 update-vendor: update vendored go.sums
  > 0e2d1c6 Merge pull request # 117271 from jkh52/release-1.27
  > 38c8552 Bump konnectivity-client to v0.1.2
  > 1158d6a Merge pull request # 117708 from Jefftree/automated-cherry-pick-of-# 117705-upstream-release-1.27
  > 73b9afb Update kube-openapi to fix race
  > 2ef062b Merge pull request # 117596 from jpbetz/automated-cherry-pick-of-# 117593-origin-release-1.27
  > a9bfca1 Fix bug where CEL listOfString.join() results in unexpected error
  > 15ea0ae Merge pull request # 117305 from ncdc/automated-cherry-pick-of-# 117301-upstream-release-1.27
  > c701fe6 Revert "Merge pull request # 113151 from ncdc/refactor-crd-conversion"
  > 3735b65 Revert "CR conversion: protect from converter input edits"
  > 2c580f6 Merge remote-tracking branch 'origin/master' into release-1.27
  > 072e6ee .*: update vendor dir and cleanup
  > eebba51 allow multiple sources to add/remove from discovery without clobbering each other
  > 508f83b Merge pull request # 116539 from pohly/ginkgo-gomega-update
  > 6a644f1 dependencies: ginkgo v2.9.1, gomega v1.27.4
  > 9b2bf1f Merge pull request # 116490 from tallclair/docs-urls2
  > afd1dce Merge pull request # 116542 from enj/enj/f/go1.20
  > 0056d08 Fix broken API docs URLs
  > 80c24ac Explicit bump to go 1.20
  > 5642c14 Merge pull request # 116349 from apelisse/use-smarter-cache
  > f6979b6 Merge pull request # 115969 from DangerOnTheRanger/messageExpression-for-crd
  > 0ea45b8 Update kube-openapi to 15aac26d736a
  > 2bc2633 Merge pull request # 115065 from apelisse/apimachinery-managed-fields
  > 526f53e Implement MessageExpression.
  > 22a15b2 Merge pull request # 116394 from liggitt/cleanup-crd-test
  > d8a40c9 managedfields: Move most of fieldmanager package to managefields
  > 1340251 Update codegen/openapi spec.
  > 7d3da39 Turn off P&F filter in standalone CRD server tests
  > 472ca3c Add MessageExpression field.
  > 0c8dd91 Merge pull request # 115747 from cici37/rc
  > 37f569d Update CRD validation rules path accordingly.
  > 9616bec Merge pull request # 116054 from jpbetz/secondary-authz
  > 7028fbd Merge pull request # 116109 from aerfio/aerfio/update-broken-links-autoscaling
  > cb0f30d Implement secondary authz
  > 7b5bc25 Merge pull request # 116284 from thockin/codegen_subprojects_cleanup_verify
  > bca5d30 update obsolete links
  > 9344b1e Codegen: subprojects: clean up verify scripts
  > 1e2bd66 Merge pull request # 116166 from pohly/test-go-vet
  > 3ac572f Merge pull request # 116162 from apelisse/update-openapi
  > 672e7a2 staging: fix "go vet" issues
  > 4de9430 Merge pull request # 116242 from bobbypage/bump-gosystemd
  > bd86653 Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920
  > 31c95ff deps: Update github.com/coreos/go-systemd/v22 to v22.4.0
  > 408bf45 Merge pull request # 115402 from p0lyn0mial/upstream-sendinitialevents-take-2
  > 2e5c35d Merge pull request # 116106 from alexzielenski/revert-116062-revert-field-manager
  > e957761 generated
  > 0b40a94 Merge pull request # 115277 from pohly/klog-update
  > 17faeb9 Revert "Revert "Merge pull request # 115324 from alexzielenski/apiserver/smd/use-openapiv3"
  > c26cd54 Merge pull request # 115413 from pacoxu/etcd-dep-update
  > e59684a dependencies: update klog v2.90.1
  > 0058a44 upgrade etcd deps to v3.5.7
  > ba14f21 Merge pull request # 116140 from dashpole/fix_nobody_tracing
  > 39f2152 update otelhttp to v0.35.1
  > 5d6ae6c Merge pull request # 116039 from liggitt/crd-compat
  > 96f2cce Merge pull request # 115996 from rayowang/autoscaling
  > a62a0ae Update generated files
  > 80553ce update openapi-spec, generated proto and generated openapi
  > 7e56f36 Add CRD compatibility objects
  > 4d0676b Merge pull request # 116062 from liggitt/revert-field-manager
  > a2d30bd Explicitly exclude unmarshaled fields for custom-marshaled types from standard JSON handling
  > 88e58cb Revert "Merge pull request # 115324 from alexzielenski/apiserver/smd/use-openapiv3"
  > f08d504 Merge pull request # 115324 from alexzielenski/apiserver/smd/use-openapiv3
  > d0ac340 Merge pull request # 113312 from jiahuif-forks/feature/cel/builtins
  > ac4e781 update swagger.json used in tests
  > c405e08 Merge pull request # 115786 from liggitt/net-0.7.0-master
  > fc41472 adaptor between structral and OpenAPI.
  > 5005da4 crd directly create smd schema from spec.Schema
  > e2c1ee9 Update golang.org/x/net to v0.7.0
  > aeef8b7 make structural type use OpenAPI lib.
  > 046fe36 Merge pull request # 115456 from pohly/goroutine-leak-check
  > 41e2ca2 Merge pull request # 114987 from astefanutti/pr-codegen-applyconfig
  > 22ef5fb test: use go-uber/goleak for strict leak checking
  > f22eb43 Update client examples with generated apply configurations
  > cc74759 Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils
  > 9cbbe5e Update k8s.io/utils to `a36077c30491`
  > b649bcb Merge pull request # 115379 from artemvmin/serial-mkfs
  > 6a0190a Merge pull request # 115542 from SataQiu/clean-apiserver-20230206
  > c5a2f70 Update k8s.io/utils to latest version
  > ba39b13 using BuildOpenAPISpecFromRoutes instead of deprecated BuildOpenAPISpec
  > 1765684 Merge pull request # 115403 from apelisse/hasschema-pool
  > 940be70 Merge pull request # 114439 from alexzielenski/apiserver/smd/conversion-smaller
  > 72a0987 apiextensions: SchemaHas predicate must be read-only/non-captured
  > 6ae7a7b Merge pull request # 114948 from haoruan/feature-api-doc-field-linter
  > 1a2ab85 add "object" type to list schema openapi
  > 1f01ab7 apiextensions: Pool schemas in SchemaHas
  > 2be6dd7 Merge pull request # 115339 from kevindelgado/patch-opton-params
  > 76aa45e Generated files
  > da35c92 apiextensions: Benchmark escaping in SchemaHas
  > e576523 Merge pull request # 115266 from pohly/gomega-update
  > 85681fd Separate Put and Patch Options
  > 8d6b982 Fix the name violation in apiextensions.k8s.io/v1,CustomResourceConversion, remove the failures file
  > c0f9337 Merge pull request # 115271 from kevindelgado/field-validation-conformance
  > a0352fe dependencies: update gomega to v1.26.0
  > b84ea14 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi
  > 9f7c10e update codegen
  > 4920ec7 update kube-openapi
  > d9aed17 drop Enabled() checks for ServerSideFieldValidation feature gate
  > 46d1364 Merge pull request # 115196 from thockin/codegen-5-dont-gen-clients-for-internal
  > 09bc831 Merge pull request # 114609 from pohly/log-runtime-verbosity-level
  > a3a7943 Don't generate clients for example internal APIs
  > f7cb34a Merge pull request # 115191 from jkh52/zero-one-one
  > 3560fd9 k8s.io/component-base/logs: support changing verbosity of JSON output
  > 5f7d388 Merge pull request # 115186 from thockin/codegen-2-rm-deprecated-clients
  > d58d94d Bump konnectivity-client to v0.1.1
  > 5345e20 Merge pull request # 115184 from thockin/codegen-1-clientset-doc-go
  > 08fc103 Remove deprecated generated clients
  > e51df09 Don't generate clientset/doc.go in client-gen
  > 1c17d3e Merge pull request # 115079 from dims/update-to-newer-moby/ipvs-v1.1.0
  > 4619000 Update to new release of moby/ipvs
  > 402133d Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20
  > c2a7c3a *: Bump version of vmware/govmomi
  > b39cc44 Merge pull request # 114879 from olivierlemasle/bump-kube-openapi
  > ffdceb1 Bump kube-openapi
  > 2ffc5bf Merge pull request # 114868 from apelisse/private-internal-managers
  > 4306780 Merge pull request # 114859 from pohly/e2e-ginkgo-spec-ordering
  > 23840c6 Make internal managers private
  > 4260290 Merge pull request # 114959 from ncdc/make-cr-conversions-safer
  > 3ff820f dependencies: update ginkgo to v2.7.0
  > 674b809 CR conversion: protect from converter input edits
  > d7e9eb9 Merge pull request # 114869 from liggitt/kube-openapi
  > 3996d4f Merge pull request # 113959 from Jefftree/jefftree-owners
  > 7f15502 Regenerate openapi
  > c34b31d Merge pull request # 114857 from jpbetz/bump-cel-1_12_66
  > 57cea73 Add jefftree to OWNERS
  > cff6fd3 bump kube-openapi
  > c9e4b73 Fix 114661 via cel-go bump to 0.12.6 to pick up cel-go# 620
  > 192d466 Merge pull request # 113654 from stevekuznetsov/skuznets/fake-group-name-registration
  > 7aabce6 Merge pull request # 114829 from liggitt/oauth-revert
  > 6f93b39 code-generator: refer to the API package for GV{R,K}
  > 85e60cf Merge pull request # 114792 from apelisse/typeconverter-swagger
  > 137a398 Revert "bump golang.org/x/oauth2"
  > 9aa1e56 Merge pull request # 114789 from jkh52/thirty-five
  > 4f40af0 Hide OpeAPI details behind the NewTypeConverter
  > d6dd9d2 Merge pull request # 114822 from liggitt/oauth2
  > 64291ac Bump konnectivity-client to v0.0.35
  > e9aa281 Merge pull request # 114570 from dengyufeng2206/1219pr
  > e4e5a1f bump golang.org/x/oauth2
  > 6c75f22 Merge pull request # 113542 from ardaguclu/fix-shortname-disperancy
  > 4c1c1e1 fix test order in controller/openapi/builder/builderst.go
  > 60d816a Merge pull request # 114705 from thockin/codegen_subproject_cleanup
  > e4838c9 Remove GetSingularName for subresources
  > 4b849a7 Cleanup codegen subproject scripts
  > 6888e22 Use correct singular name format for subresources
  > e3a4a06 Merge pull request # 113538 from pohly/e2e-ginkgo-timeline
  > 53f4ef5 Add singular name for the rest of types
  > 9746985 Merge pull request # 114559 from liggitt/gofmt
  > e99cef9 dependencies: update to ginkgo v2.6.1, gomega v1.24.2
  > 276c953 Introduce singularNameProvider for core types
  > 0a1ef78 Fix indentation/spacing in comments to render correctly in godoc
  > 4511d97 Merge pull request # 114414 from my-git9/ioutil/apiextensions-apiserver1
  > 2048c01 fix: remove ioutil for new go version
  > 41a7928 Merge pull request # 113151 from ncdc/refactor-crd-conversion
  > 13886b1 CRConverter: change to UnstructuredList
  > 5b337f2 Make empty unstructured check common
  > 75c48a2 Create new conversion Factory interface
  > 4ed8e78 Rename crConverterInterface to CRConverter
  > 047d76d Merge pull request # 114408 from liggitt/gorilla
  > 3da29ee Merge pull request # 113707 from lucacome/bump-grpc
  > 8f7ac5c Mark github.com/gorilla dependencies to avoid increasing use
  > 2627074 Merge pull request # 113922 from alexzielenski/owners-alexzielenski
  > 5ddcd6d Bump grpc to v1.51.0
  > 894014a Merge pull request # 114319 from liggitt/net-master
  > 213cc48 add alexzielenski to OWNERS
  > e105691 Update golang.org/x/net 1e63c2f
  > 88105d7 Merge pull request # 113764 from Jefftree/foobar
  > 621535e fix aggregated discovery version sorting
bumping knative.dev/hack c4a34c3...1588988:
  > 1588988 Update community files (# 327)
  > f2f9b6f Vendorless docs (# 324)
  > 46659bc Update actions (# 323)
  > 403114f Manual shellcheck (# 321)
  > 74aa02a 🐛 Remove deps from go.mod for knative.dev/hack (# 320)
  > 34850cd Update community files (# 319)
  > da6e74c 🐛 The `go.work.sum` don't influence the dependencies resolution (# 317)
bumping knative.dev/networking 6aa8805...cf57a57:
  > cf57a57 Update community files (# 873)
  > 53ba1f4 Rename cluster.local to avoid issues with config validation webhook (# 872)
  > 97dab15 upgrade to latest dependencies (# 870)
  > 463dc38 Cleanup SAN constants and Secrets Keys for system-internal-tls certificates (# 861)
  > 05d0964 Align the encryption flags (# 858)
  > c1cae21 upgrade to latest dependencies (# 869)
  > c382f81 upgrade to latest dependencies (# 868)
  > 88e91e3 upgrade to latest dependencies (# 867)
  > a5e8fb9 Update community files (# 865)
  > 65a08ef upgrade to latest dependencies (# 866)
bumping k8s.io/utils 8e77b1f...a36077c:
  > a36077c Merge pull request # 275 from enj/enj/f/lru_eviction
  > 3401372 Merge pull request # 274 from artemvmin/concurrent-fake-exec
  > 22082ee lru: add support for setting eviction func
  > 391b47c Merge pull request # 272 from thockin/reboot-pr-246
  > fad585f Make FakeExec safe for concurrency
  > 99ec85e Merge pull request # 271 from danwinship/ipfamily
  > df71e4c ebtables: better version check regex
  > 914fa98 Clean up IsDualStack* docs and code
  > 59f23ee Add IPFamilyOf(), etc
  > 5c9db06 Tighten IsIPv6() semantics, clarify docs
  > d001242 Refactor IsIPv*() tests
  > 12a2ade Make IsIPv4CIDR()/IsIPv6CIDR() accept nil
  > 730c628 Split the IP family stuff (eg IsIPv6String()) into its own file.
bumping k8s.io/client-go 6e9dabb...f2d9132:
  > f2d9132 Update dependencies to v0.27.6 tag
  > fa3c65e Merge pull request # 120360 from Jefftree/automated-cherry-pick-of-# 119870-upstream-release-1.27
  > 68da234 Fallback to legacy discovery on a wider range of conditions in aggregator
  > 0ea0345 Merge pull request # 120067 from HirazawaUi/automated-cherry-pick-of-# 116506-upstream-release-1.27
  > d55c4c3 generate ReportingInstance and ReportingController in Event
  > f102456 Merge pull request # 119868 from liggitt/automated-cherry-pick-of-# 119835-upstream-release-1.27
  > 686c038 Avoid returning nil responseKind in v1beta1 aggregated discovery
  > 1bfd018 Merge pull request # 119113 from champtar/automated-cherry-pick-of-# 118922-upstream-release-1.27
  > b1b513f client-go: allow to set NotBefore in NewSelfSignedCACert()
  > 860d25f Merge pull request # 118969 from champtar/automated-cherry-pick-of-# 117791-upstream-release-1.27
  > 8d8e2bc Merge pull request # 119086 from neolit123/automated-cherry-pick-of-# 118150-origin-release-1.27
  > d96d0d8 update serial number to a valid non-zero number in ca certificate
  > af4a748 call ./hack/update-vendor.sh
  > 22da8a5 Merge pull request # 118553 from puerco/bump-1.27-go1.20.5
  > 81d8c78 update-vendor: update vendored go.sums
  > 015caa2 Merge pull request # 117708 from Jefftree/automated-cherry-pick-of-# 117705-upstream-release-1.27
  > fb5347d Update kube-openapi to fix race
  > 353c489 Merge pull request # 117685 from ardaguclu/automated-cherry-pick-of-# 117495-upstream-release-1.27
  > 6ce3e7e Use absolute path instead requestURI in openapiv3 discovery
  > aab9b0a Merge pull request # 117637 from seans3/automated-cherry-pick-of-# 117571-origin-release-1.27
  > a16d525 Refactors discovery content-type and helper functions
  > 559da62 Merge remote-tracking branch 'origin/master' into release-1.27
  > 012beed .*: update vendor dir and cleanup
  > 1517ffb Merge pull request # 116623 from lavalamp/xfrmr
  > 308e6b1 Merge pull request # 113218 from ahmedtd/kep-3257
  > c3b84f0 Change where transformers are called.
  > 4c5879a ClusterTrustBundles: make update
  > 4666344 Custom match criteria (# 116350)
  > 3858973 Matchconditions admission webhooks alpha implementation for kep-3716 (# 116261)
  > 445660b Merge pull request # 116332 from klueska/extend-resourceclaimstatus
  > e023fb8 Merge pull request # 116119 from vinaykul/restart-free-pod-vertical-scaling-fixes
  > ff60d1b Update generated code for resource.k8s.io/v1alpha2
  > 9ff2627 Merge pull request # 115075 from aojea/ipaddress
  > 2932f6b Restructure naming of resource resize restart policy - generated files
  > 84ae514 Merge pull request # 116539 from pohly/ginkgo-gomega-update
  > 568393e make update
  > ef07195 Merge pull request # 114242 from austince/feat/per-queue-metrics
  > a952148 dependencies: ginkgo v2.9.1, gomega v1.27.4
  > 23d016c Merge pull request # 107826 from smarterclayton/context_wait
  > 21b4553 Allow custom metric provider for retry metrics
  > f3dc70c Merge pull request # 116603 from seans3/discovery-resilience
  > 250fc3d wait: Update tests to reference the constant error
  > 66fa9d3 Unify queue constructors, deprecate current constructors
  > 48d97c0 Merge pull request # 116556 from pohly/dra-podschedulingcontext
  > 2bd557f Aggregated discovery resilient to nil GVK
  > 9668243 Integrate new metrics provider option in test case
  > 2a7ba94 Merge pull request # 112334 from dgrisonnet/fix-eventseries-count
  > 76262aa api: generated files for PodSchedulingContext
  > e0785d6 Remove options from queue ctors w/o metrics
  > 3cafc13 Merge pull request # 116299 from pohly/dra-v1alpha2
  > 9c7c60b events: fix EventSeries starting count discrepancy
  > 89a4c12 Add license header to new file
  > 324f43b api: resource.k8s.io v1alpha1 -> v1alpha2
  > 98d0d1a Allow setting per-queue metrics providers
  > 362ffe4 Merge pull request # 115668 from jiahuif-forks/feature/validating-admission-policy/type-system
  > 8dcee0c generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh
  > b5e4a5a Merge pull request # 116397 from jiahuif-forks/feature/validating-admission-policy/message-expression
  > 471f66f Merge pull request # 116490 from tallclair/docs-urls2
  > d2cdd64 generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh
  > e4aa112 Merge pull request # 116542 from enj/enj/f/go1.20
  > b8c2b4b Fix broken API docs URLs
  > b14244a Merge pull request # 116477 from twz123/synctrack-64bit-alignment
  > e0b969d Explicit bump to go 1.20
  > 9e8c663 Properly align synctrack.SingleFileTracker struct
  > 012954e Merge pull request # 116450 from vinaykul/restart-free-pod-vertical-scaling-api
  > 6df0902 Merge pull request # 116435 from pohly/client-go-cache-reflector-leak
  > d906637 Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources - generated files
  > 1f020be Merge pull request # 110772 from p0lyn0mial/upstream-reflector-gets-stream
  > 29ad2bc client-go: shut down watch reflector as soon as stop channel closes
  > d2ebc4d Merge pull request # 116349 from apelisse/use-smarter-cache
  > 262b98a cache/controller: Add ENABLE_CLIENT_GO_WATCH_LIST_ALPHA
  > 756a0f3 Merge pull request # 114290 from Jefftree/mime-remove
  > e2867f9 Update kubernetes code for minor API changes to kube-openapi
  > ac0a428 reflector watchlist tests
  > 65be885 Merge pull request # 116409 from p0lyn0mial/upstream-reflector-list-n-watch
  > eec00dc remove mime AddExtensionType in discovery test
  > 3d77c7c Update kube-openapi to 15aac26d736a
  > b33e818 reflector: use watchlist
  > 64e2c7f KEP-3325: Promote SelfSubjectReview to Beta (# 116274)
  > ac7598e reflector: allow watch method to accept a watcher
  > d1c260e reflector: introduce watchList
  > 223d456 Merge pull request # 116145 from seans3/discovery-stale
  > e6ae4ec Merge pull request # 116354 from pacoxu/cleanup-CronJobTimeZone
  > 6b8e57e Plumb stale GroupVersions through aggregated discovery
  > 7bf37ef cleanup: sync testdata as CronJobTimeZone is GAed
  > 60e5373 Merge pull request # 115973 from jpbetz/enforcement-actions
  > bbbf092 Generate code
  > 48ca734 Merge pull request # 115978 from seans3/discovery-empty-response
  > 29a689d Merge pull request # 116297 from p0lyn0mial/upstream-reflector-list-n-watch-refactor
  > 0bc9170 Tolerate empty discovery response in memcache client
  > 06ad6b3 Merge pull request # 116166 from pohly/test-go-vet
  > f694a79 reflector: extract watch and startResyncAsync methods
  > d39f829 Merge pull request # 116162 from apelisse/update-openapi
  > 3259c41 staging: fix "go vet" issues
  > bfa72fd Merge pull request # 116237 from seans3/openapi3-add-error
  > 59fa142 Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920
  > 4c5eaaf Add custom error struct for Group/Version not found
  > 3f4372d Merge pull request # 115865 from seans3/discovery-client-cleanup
  > 02d652e Merge pull request # 116195 from seans3/openapi3-root-fix
  > bc1864f Removes old discovery hack ignoring 403 and 404
  > 91199a6 Merge pull request # 115277 from pohly/klog-update
  > 6ddf61b Fixes bug with Root not handling Group without Version
  > 089d044 client-go: support `Shutdown()` for metadata and dynamic informers (# 114434)
  > 6a9f0eb dependencies: update klog v2.90.1
  > 9ea785f Merge pull request # 116090 from abserari/patch-1
  > 8f4ee71 Merge pull request # 102884 from vinaykul/restart-free-pod-vertical-scaling
  > af12621 Typo: fix EndpointsLeasesResourceLock ->ConfigMapsLeasesResourceLock
  > b466770 Merge pull request # 115393 from seans3/openapi3-root
  > 85d57cf Generated files and compat data from API changes
  > 6e69fba Merge pull request # 114872 from Iceber/fix_acquire_leader
  > 6eb5769 OpenAPI V3 Root interface and basic implementation
  > ba2fddd Merge pull request # 115784 from seans3/openapi-fake-client
  > 899a109 leaderelection: using le.clock for the time calculations
  > 0a3ea4f Refactor to use openapi fake client
  > b4217e1 client-go: fix the wait time for trying to acquire the leader lease
  > 1ea7195 Merge pull request # 115933 from intUnderflow/clean-up-fake-recorder
  > 3a78ee0 Fix typo
  > 1fc8a8a Clean up FakeRecorder event emission
  > 269abfd Merge pull request # 115860 from intUnderflow/include-annotations-fake-recorder
  > dda9c52 Merge pull request # 115809 from seans3/openapi-file-client
  > c633a82 Include annotations all the time
  > d7a20b1 Merge pull request # 115472 from lanycrost/client-go-110992-GenerateSelfSignedCertKeyWithFixtures-permissions
  > 1369f16 New openapi v3 testing file client
  > f7f367e Respond to review
  > d0008d1 Merge pull request # 115620 from odinuge/ou-relist-missing-delete
  > bd24c42 client-go: change permissions of key
  > a43f324 Allow inclusion of annotations in channel events when using FakeRecorder
  > df55688 Merge pull request # 115604 from pacoxu/fix-design-proposals-links
  > b2a4f02 client-go/cache: update Replace comment to be more clear
  > a7dbbf8 client-go: change permissions of GenerateSelfSignedCertKeyWithFixtures generated cert
  > 60f5c9b Merge pull request # 115786 from liggitt/net-0.7.0-master
  > 4bd9226 API docs: point to current docs instead of archived designs
  > a01b5a2 client-go/cache: rewrite Replace to check queue first
  > be82893 client-go: change permissions of directories and certs
  > 249eb86 Merge pull request # 115785 from liggitt/fix-kubectl-test
  > e850f45 Update golang.org/x/net to v0.7.0
  > 878a4f8 archived design proposals are now moved to Design Proposals Archive Repo.
  > b250bf5 client-go/cache: merge ReplaceMakesDeletionsForObjectsInQueue tests
  > 71253f0 fix: comment about permission bits
  > fb55d97 Revert "Refactor fake versions of openapi client into testing subdir"
  > 8279635 client-go/cache: fix missing delete event on replace without knownObjects
  > 03568a1 client-go: make generating certificate/key permissions more secure (600)
  > 278918a Merge pull request # 115465 from seans3/openapi-client-testing
  > 2ded6b6 client-go/cache: fix missing delete event on replace
  > 8ef4d7d Merge pull request # 115685 from skitt/rest-req-error
  > bb1833c Refactor fake versions of openapi client into testing subdir
  > 22e2a9b client-go: add an Error() function on Request
  > d462933 Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils
  > 86a4c64 Update k8s.io/utils to `a36077c30491`
  > efd0415 Merge pull request # 115514 from pohly/event-broadcaster-shutdown
  > 00b9d76 Merge pull request # 115315 from enj/enj/i/kas_kubelet_conn_close
  > f6a5a1f client-go: don't wait too long after EventBroadcaster.Shutdown
  > 9c50465 Merge pull request # 115379 from artemvmin/serial-mkfs
  > d8b14dc kubelet/client: collapse transport wiring onto standard approach
  > 2e3265c Merge pull request # 108396 from tkashem/retry-metric
  > 13c89f7 Update k8s.io/utils to latest version
  > d2388d1 client-go: add metric to count retries
  > f457a57 Merge pull request # 112072 from tkashem/retry-concurrency-test
  > 67f1485 client-go: add unit test for Request thread safety
  > b135083 Merge pull request # 115266 from pohly/gomega-update
  > d7d6bcf Merge pull request # 115354 from pohly/dra-reserved-for-list-type
  > 55c90d5 dependencies: update gomega to v1.26.0
  > 648d828 Merge pull request # 110253 from tkashem/retry-condition-test
  > fa4e59a dynamic resource allocation: avoid apiserver complaint about list content
  > 79c4b40 client-go: add test to document retry conditions
  > adb1f50 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi
  > 1c9d8a0 update kube-openapi
  > cbb6016 Merge pull request # 111652 from ash2k/ash2k/leader-elector-tweaks
  > ac40ba3 Always emit the stopped leading event
  > 84ad8a7 Merge pull request # 113540 from wongearl/cleanup-client-go
  > 7059973 Merge pull request # 115186 from thockin/codegen-2-rm-deprecated-clients
  > 5d95f80 diff.ObjectReflectDiff is DEPRECATED use cmp.Diff
  > 31586e6 Merge pull request # 115184 from thockin/codegen-1-clientset-doc-go
  > 7c57428 Remove obsolete generated listers
  > c33df1c Merge pull request # 113637 from mikedanese/http-proxy
  > 1d637ff Don't generate clientset/doc.go in client-gen
  > 0f17f43 Remove obsolete generated applyconfigs
  > 9edd019 vendor: removed unused dep github.com/elazarl/goproxy
  > b94c7fc Fix client-go doc.go - not generated
  > e6998df Merge pull request # 115093 from xuzhenglun/too-large-resource-version-1.16
  > a13376f Merge pull request # 114542 from pacoxu/EphemeralContainers
  > 7685b51 Fix bug in reflector not detecting "Too large resource version" error before 1.17.0
  > 228b004 Merge pull request # 115077 from smarterclayton/reflector_mock_clock
  > 20ca706 cleanup: EphemeralContainers feature gate related codes
  > 08e22c4 cache: Reflector should have the same injected clock as its informer
  > 241dfe3 Merge pull request # 114794 from lavalamp/improved-has-synced
  > cb28a0e Fix N^2 startup for webhook configurations
  > 895a515 Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20
  > 47c0033 *: Bump version of vmware/govmomi
  > ce349e1 Merge pull request # 114879 from olivierlemasle/bump-kube-openapi
  > 6500345 Merge pull request # 113467 from pacoxu/psp-cleanup
  > 640dd29 Bump kube-openapi
  > 674e53a Merge pull request # 112365 from dgrisonnet/consolidate-isomorphic-events
  > be1f5d4 client-go: remove extensions psp only
  > 2c828f0 Merge pull request # 114859 from pohly/e2e-ginkgo-spec-ordering
  > 1113415 event_broadcaster: update isomorphic event def
  > e96d4a0 dependencies: update ginkgo to v2.7.0
  > fda1b11 Merge pull request # 114869 from liggitt/kube-openapi
  > 61a4d65 bump kube-openapi
  > bd7ed9e Merge pull request # 114460 from brianpursley/pf-exit
  > 5ea7f43 Merge pull request # 113654 from stevekuznetsov/skuznets/fake-group-name-registration
  > b0a6a6f portforward: Add unit test to cover stopChan usage
  > dc46266 Merge pull request # 114829 from liggitt/oauth-revert
  > 9bcbb56 code-generator: refer to the API package for GV{R,K}…

Signed-off-by: Knative Automation <automation@knative.team>
2023-10-09 09:54:54 +00:00
Knative Automation 807181fb68
Update community files (#1872)
Signed-off-by: Knative Automation <automation@knative.team>
2023-10-06 13:34:57 +00:00
Knative Automation 658d5d63e3
Update community files (#1869)
Signed-off-by: Knative Automation <automation@knative.team>
2023-09-22 15:11:16 +00:00
Knative Automation 1719498287
upgrade to latest dependencies (#1867)
bumping knative.dev/serving 7222bf9...0d73dfe:
  > 0d73dfe Update performance tests (# 14289)
  > d02702e Support gRPC probe (# 14134)
  > 5b1eab3 upgrade to latest dependencies (# 14413)
  > 59ddac3 Update net-contour nightly (# 14412)
  > ecbe40a Update net-certmanager nightly (# 14409)
  > fcb4979 Update net-istio nightly (# 14411)
  > 167d794 Update net-gateway-api nightly (# 14410)
  > 127a351 Cleanup knative-internal-tls secrets (# 14394)
  > d33249b Drop unnecessary `routing-id` in Knative Service certificate (# 14393)
  > 6c602da Update net-contour nightly (# 14405)
  > 7c2a5c6 Update net-certmanager nightly (# 14404)
  > 8818499 Update net-gateway-api nightly (# 14398)
  > 28e75ab Update net-kourier nightly (# 14397)
  > f2fb095 Update net-istio nightly (# 14396)
  > 28effd9 upgrade to latest dependencies (# 14401)
  > 2002b38 test fixture didn't make sense (# 14400)
  > 022f553 Update net-certmanager nightly (# 14362)
  > 50eb65a upgrade to latest dependencies (# 14395)
bumping knative.dev/eventing 5acf974...ceecbb0:
  > ceecbb0 Subscription allows overriding namespace for Subscriber and Reply (# 7272)
  > 4e7d0f5 [main] Upgrade to latest dependencies (# 7271)
  > 81d8e96 Option to specify different namespace for resources (# 7269)
  > 8a69f32 [main] Upgrade to latest dependencies (# 7267)
  > e407152 Adding description for the built-in event types of our duck sources (# 7263)
  > 401068c [main] Upgrade to latest dependencies (# 7262)
bumping knative.dev/pkg 7fe699e...8761ceb:
  > 8761ceb upgrade to latest dependencies (# 2827)
bumping knative.dev/networking 6feaf0c...6aa8805:
  > 6aa8805 Verify and reconcile new keys' value instead of obsleted keys' in secret (# 863)
  > 7f9a4a8 upgrade to latest dependencies (# 862)
bumping knative.dev/hack 0bb79ff...c4a34c3:
  > c4a34c3 Collect LICENSE files from all dependencies, even without vendor dir (# 316)
  > 38316f2 Upgrade the Go tools to latest ones (# 312)

Signed-off-by: Knative Automation <automation@knative.team>
2023-09-22 12:29:12 +00:00
Knative Automation 0b8c5d4159
upgrade to latest dependencies (#1857)
bumping google.golang.org/genproto/googleapis/rpc 1744710...2d3300f:
  > 2d3300f chore(all): update actions/checkout action to v4 (# 1052)
  > b8732ec chore(all): auto-regenerate .pb.go files (# 1051)
  > ccc8af3 chore(all): auto-regenerate .pb.go files (# 1050)
  > 6bfd019 chore(all): auto-regenerate .pb.go files (# 1047)
  > ca7cfce fix(analytics/admin/v1alpha): remove broken aliases (# 1045)
bumping google.golang.org/grpc 87bf02a...62726d4:
  > 62726d4 update version to 1.58.1 (# 6629)
  > fa6d9ab cherry-pick 6610 and 6620 (# 6627)
  > 467fbf2 Change version to 1.58.1-dev (# 6580)
  > c2b0797 Change version to 1.58.0 (# 6579)
  > 0467e47 balancer/leastrequest: Cache atomic load and also add concurrent rpc test (# 6607)
  > 5d1c0ae leastrequest: fix data race in leastrequest picker (# 6606)
  > e26457d stream: swallow Header errors as we used to; RecvMsg can still return it (# 6591)
  > 4c9777c clusterresolver: fix deadlock when dns resolver responds inline with update or error at build time (# 6563)
  > 81b9df2 idle: move idleness manager to separate package and ~13s of tests into it (# 6566)
  > 7d35b8e test: speed up TestServiceConfigTimeoutTD from 1.8s to 0.03s (# 6571)
  > d51b3f4 interop/grpc_testing: update protos from grpc-proto repo (# 6567)
  > fe1519e client: fix ClientStream.Header() behavior (# 6557)
  > 8a2c220 cdsbalancer: test cleanup part 2/N (# 6554)
  > 7f66074 vet.sh: fix interface{} check for macos (# 6561)
  > b07bf5d cdsbalancer: test cleanup part 1/N (# 6546)
  > 33f9fa2 test: speed up two tests (# 6558)
  > aca07ce xds/internal/xdsclient: Add least request support in xDS (# 6517)
  > e5d8eac test: improve and speed up channelz keepalive test (# 6556)
  > ebf0b4e idle: speed up test by 5x even while running 2x more iterations (# 6555)
  > 7d3996f grpctest: use an interface instead of reflection (# 6553)
  > cc705fe interop: regenerate pb.gos (# 6551)
  > 3e92504 status: optimize GRPCStatus() calls (# 6539)
  > 402ba09 pick_first: de-experiment pick first (# 6549)
  > 2821d7f resolver: remove outdated Target examples (# 6547)
  > 53d1f23 benchmark: update proper benchmark binary to use larger buffers (# 6537)
  > fbff2ab *: update `interface{}` to `any` and `go.mod` version to `go 1.19` (# 6544)
  > e40da66 clientconn: release lock when returning from enterIdleMode() (# 6538)
  > dbbc983 balancer/leastrequest: Add least request balancer (# 6510)
  > a010079 *: remove references to old versions of go (# 6545)
  > 03d32b9 orca: update example and interop to use StateListener (# 6529)
  > c2bc22c testing: update Go versions tested to 1.19-1.21 (# 6543)
  > 879faf6 test: update client state subscriber test to be not flaky and more stressful about rapid updates (# 6512)
  > f3e94ec xds: improve error message when matched route on client is not of type RouteActionRoute (# 6248)
  > bb41067 balancergroup: do not cache closed sub-balancers by default (# 6523)
  > 68704f8 gracefulswitch, stub: remove last UpdateSubConnState references (# 6533)
  > 4900699 balancer/rls, xds/wrrlocality: stop forwarding UpdateSubConnState calls (# 6532)
  > ebc3c51 internal/balancergroup: remove usage of UpdateSubConnState (# 6528)
  > 5da2731 balancer/weightedtarget: stop forwarding UpdateSubConnState calls (# 6525)
  > 182b0ad interop/grpc_testing: regenerate protos (# 6534)
  > e274152 rls: fix flaky test introduced by # 6514 (# 6535)
  > 61a1f77 balancer/weightedroundrobin: migrate to StateListener (# 6530)
  > 175c84c xds/ringhash: use StateListener instead of UpdateSubConnState (# 6522)
  > 3fa17cc test: speed up test that was taking 10 seconds to timeout (# 6531)
  > 694cb64 xds/clusterresolver: stop forwarding UpdateSubConnState calls (# 6526)
  > 8f51ca8 tests: stop using UpdateSubConnState (# 6527)
  > cea77bb xds/clustermanager: stop forwarding UpdateSubConnState calls (# 6519)
  > ce68413 xds/priority: stop forwarding UpdateSubConnState calls (# 6521)
  > dceb6ee xds/clusterimpl: stop forwarding UpdateSubConnState calls (# 6518)
  > 8def12a xds/outlierdetection: Stop handling UpdateSubConnState forwarding (# 6520)
  > 67a8e73 multiple/test: use stub balancer instead of defining wrapped balancers (# 6514)
  > 92b481a test: allow set request/response size in interop soak test (# 6513)
  > 07609e1 benchmark: restore old buffer size values for published benchmarks (# 6516)
  > 2059c6e grpc: report connectivity state changes on the ClientConn for Subscribers (# 6437)
  > 4832deb test: clean up deadlines set in tests (# 6506)
  > 9c46304 xds/cdsbalancer: stop handling subconn state updates (# 6509)
  > e9a4e94 base: update base balancer for new APIs (# 6503)
  > 6c0c69e all: replace RemoveSubConn with Shutdown as much as possible (# 6505)
  > 28ac6ef xdsclient: make watch timer a no-op if authority is closed (# 6502)
  > d06ab0d pickfirst: receive state updates via callback instead of UpdateSubConnState (# 6495)
  > 7aceafc balancer: add SubConn.Shutdown; deprecate Balancer.RemoveSubConn (# 6493)
  > 4fe8d3d balancer: fix tests not properly updating subconn states (# 6501)
  > 8ebe462 outlierdetection: fix unconditional calls of child UpdateSubConnState (# 6500)
  > 5d3d9d7 grpc: perform a blocking close of the balancer in ccb (# 6497)
  > ecc5645 clusterresolver: fix a flaky test (# 6499)
  > b9356e3 client: fix race between connection error and subconn shutdown (# 6494)
  > 2db7b17 test/xds: increase default test timeout (# 6498)
  > 8f496b2 test/kokoro: Add bootstrap generator test into Go Kokoro script (# 6463)
  > 0246373 testutils: remove TestSubConns for future extensibility (# 6492)
  > c635404 balancer: add StateListener to NewSubConnOptions for SubConn state updates (# 6481)
  > 94df716 resolver: State: add Endpoints and deprecate Addresses (# 6471)
  > 20c51a9 pickfirst: add tests for resolver error scenarios (# 6484)
  > b8d36ca pickfirst: add prefix logging (# 6482)
  > 5ce5686 pickfirst: guard config parsing on GRPC_EXPERIMENTAL_PICKFIRST_LB_CONFIG (# 6470)
  > 41d1232 resolver/weighted_round_robin: remove experimental suffix from name (# 6477)
  > 2aa2615 clusterresolver: comply with A37 for handling errors from discovery mechanisms (# 6461)
  > d7f45cd xds/server: create the xDS client when the xDS enabled gRPC server is created (# 6446)
  > f1fc2ca clientconn: add channel ID to some idleness logs (# 6459)
  > 9bb44fb transport: use a sync.Pool to share per-connection write buffer (# 6309)
  > d524b40 multiple: update dependencies after 1.57 branch cut (# 6452)
  > 7aab9c0 stats: Add RPC event for blocking for a picker update (# 6422)
  > 02946a3 resolver: remove deprecated AddressType (# 6451)
  > 919fe35 Change version to 1.58.0-dev (# 6450)

Signed-off-by: Knative Automation <automation@knative.team>
2023-09-19 09:38:57 +00:00
Knative Automation 20b9b03a30
Update community files (#1865)
Signed-off-by: Knative Automation <automation@knative.team>
2023-09-14 01:44:07 +00:00
Knative Automation f6209684f9
Update community files (#1864)
Signed-off-by: Knative Automation <automation@knative.team>
2023-09-11 13:35:20 +00:00
Roland Huß be741b6265
initial proposal for a 48h Knative proposal template (#1862) 2023-09-06 08:29:12 +00:00
cola b59e60ba81
Fix shellcheck warnings in hack/build.sh script (#1860)
Signed-off-by: pingjiang <xiangpingjiang1998@gmail.com>
2023-09-05 10:03:17 +00:00
David Simansky 00f35299a1
Update PR template not to mention changelog anymore (#1848) 2023-08-24 09:07:56 +00:00
David Simansky cb35f6a25a
Update core cli dependencies (#1851)
* Update core cli dependencies

* Update vendor dir
2023-08-23 17:44:55 +00:00
Knative Automation 62d2cbffa0
[main] Upgrade to latest dependencies (#1852)
* upgrade to latest dependencies

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 knative.dev/serving e9425f8...eaff0b3:
  > eaff0b3 upgrade to latest dependencies (# 14290)
  > 587de3d Update net-kourier nightly (# 14286)
  > 21264fc Update net-contour nightly (# 14284)
  > a9b48be Deprecate calling kubetest2 via kntest (# 13329)
  > 397cfde Update net-istio nightly (# 14285)
bumping knative.dev/eventing 29ac3ee...a2e2aa3:
  > a2e2aa3 Eventing TLS: Test SinkBinding with Broker as sink (# 7172)
  > d8a2ad5 change the deprecated string (# 7179)
  > 0e88db1 Switch to trigger.WithNewFilters() to set trigger filter (# 7188)
  > 9d2bcef Add kind e2e tests for Kubernetes v1.27.3 (# 7139)
  > 2b02cb4 Add OIDC Authentication feature flag (# 7183)
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)
bumping go.uber.org/multierr 10aaa3c...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)
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/networking 4bfcc9f...1d7920d:
  > 1d7920d upgrade to latest dependencies (# 845)
bumping knative.dev/hack 044c02b...9cc05a3:
  > 9cc05a3 Deprecate calling kubetest2 via kntest (# 230)
bumping knative.dev/client-pkg 38d2dc0...5abd129:
  > 5abd129 Update community files (# 116)
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)

Signed-off-by: Knative Automation <automation@knative.team>

* Fix tls domain test

---------

Signed-off-by: Knative Automation <automation@knative.team>
Co-authored-by: David Simansky <dsimansk@redhat.com>
2023-08-23 16:37:56 +00:00
cola a9ee31fbb7
Remove deprecated --inject-broker flag from trigger cmds (#1853) 2023-08-23 08:15:55 +00:00
cola 494fe87a78
Upgrade deprecated v1alpha1 DomainMapping API to newer one (#1856)
Signed-off-by: pingjiang <xiangpingjiang1998@gmail.com>
2023-08-22 17:29:55 +00:00
David Simansky 9676e46c63
Remove unusable `--broker` flag from `trigger update` cmd (#1847)
* Remove unusable  flag from  cmd

* Fix unit test
2023-08-16 11:39:41 +00:00
Knative Automation 2cdfd1f0da
upgrade to latest dependencies (#1849)
bumping knative.dev/pkg ea6c1f2...6519aff:
  > 6519aff Update community files (# 2794)
  > 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/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 golang.org/x/tools 675bf3c...229f848:
  > 229f848 gopls/internal/lsp/source: enable new defers analyzer
  > 2dc7eba go/analysis: use parser.SkipObjectResolution
  > f91c023 go.mod: update golang.org/x dependencies
  > e0783a8 internal/gcimporter: remove bug report on objectpath failure
  > 75f6f9c gopls/internal/bug: add gopls/bug telemetry counter
  > 4b271f9 gopls: add gopls/client telemetry counters
  > d0b18e2 go/analysis/passes/copylock: fix infinite recursion
  > 5b4d426 gopls/internal/hooks: clean language version before passing to gofumpt
  > 2160c5f gopls/internal/lsp/analysis: fix stubmethods with variadic parameters
  > 3d20bbe internal/gcimporter: add a missing return if objectpath fails
  > c16d0be cmd/gonew: add new tool for starting a module by copying one
  > 304e203 internal/edit: copy cmd/internal/edit
  > 82861e0 gopls/internal/lsp/source: reinstate equalOrigin for references check
  > 1561060 gopls/internal/lsp/source: fix incorrect 'origin' logic for named types
  > fe58b07 gopls/internal/lsp/source: fix renaming of type parameters
  > 3a3c169 gopls/internal/lsp/source: refresh embeddirective analyzer docs
  > 03562de refactor/satisfy/find: composite lits may have type parameter type
  > bacac14 gopls/internal/lsp/source: Add SuggestedFix for embeddirective Analyzer
  > 38606b3 gopls/internal/lsp/cache: keep analysis progress reports on one line
  > e8cdaf4 gopls/internal/lsp/cache: fast-path for type-checking active packages
  > da5abd3 gopls/internal/lsp/cache: fix use of time.NewTimer instead of NewTicker
  > b389785 gopls: fix tests that depend on log sequencing
  > 2ffc4dc all: fix some typos
  > e66c3a5 gopls/internal/lsp/cache: use correct metadata in resolveImportGraph
  > 364bdd0 gopls/internal/lsp/cache: fix incorrect check for active package
  > c6e02e3 gopls/internal/lsp/source: highlight deprecated symbols
  > 07bfcd4 internal/gcimporter: another workaround for race to interface type set
  > db5406b gopls/internal/lsp: don't recompute diagnostics during code actions
  > 4810eda gopls/internal/lsp/cache: memoize active packages after every operation
  > fa093b2 gopls/internal/regtest/bench: add benchmarks for codeactions
  > d75c387 internal/facts: don't reexport imported facts unnecessarily
  > 67ba599 gopls/internal/lsp/cache: fix boundary cond in parseCache age eviction
  > 478577b gopls/internal/lsp/cache: purge Analysis.Results earlier
  > ac1b965 gopls/internal/lsp/cache: limit parallelism
  > 4f74786 gopls/internal/lsp/cache: move purgeFuncBodies into the parse cache
  > 3577700 gopls/internal/lsp/cache: used time-based eviction in parseCache
  > 36f607b gopls/internal/lsp/frob: document another restriction
  > 9b2c3f9 go/types/objectpath: avoid sorting methods for gopls
  > ebb9ee3 gopls/internal/lsp/cache: UX improvements for analysis
  > 3e82a5b internal/gcimporter: avoid test assumptions about internal packages in other repos
  > 7ba5690 go/analysis/passes/composite: fix typo in URL field
  > 36e4181 Revert "go/packages: avoid unnecessary dependency on StdSizes"
  > 9161e3a all: remove repetitive words
  > 2842ed8 go/packages: avoid unnecessary dependency on StdSizes
  > 84f829e gopls/internal/lsp/cache: better panic if metadata invariant is broken
  > 03275ec gopls/internal/lsp/cache: frob: a fast encoder with gob-like powers
  > dbfa513 gopls/internal/lsp: don't awaitLoaded inside resolveImportGraph
  > b160971 gopls/internal/lsp: fix a latent bug in orphaned file reloading
  > 67aade5 internal/facts: strength-reduce Package param to PackagePath
  > ffc82f3 gopls/internal/lsp/source/typerefs: optimize getPackageHandles
  > 50a6ef6 gopls/internal/lsp: only diagnose one package per file
  > 48026e1 internal/gcimporter: don't panic when exporting a builtin 'Error' method
  > 5fed7a8 gopls/protocol/generate: upgrade generating LSP stubs
  > b9fd8df gopls/internal/lsp/debug: display Analysis.Run times
  > 799eec0 gopls/internal: update LSP support
  > c6de5f5 gopls/internal/lsp/source: fix spurious "unexpected var object" error
  > ba3c31c gopls/internal/regtest/bench: add a test simulating typing
  > 80c9aad gopls/internal/regtest/bench: add an 'oracle' benchmark repo
  > e10bcf6 gopls/internal/regtest/bench: clean up profile flags
  > 50a7e14 go/types/internal/play: show enclosing scopes and method sets
  > 12fe149 internal/typeparams: improve the panic in OriginMethod
  > 89d9fae internal/gcimporter: supporting encoding objects from different packages
  > dbd6001 go/analysis: remove pointless comments
  > 67d73b2 internal/gopathwalk: use opts.Logf for errors if set
  > 1ca2185 go/analysis: pass package's Go version to type checker
  > a721062 gopls/internal/regtest/workspace: fix TestQuickFix_AddGoWork for go1.21
  > ba23fc4 internal/analysisutil: avoid IsNamed panic on built-in named types
  > e1d0f91 go/analysis/passes/slog: unskip test
  > c35476f gopls: commands to start/stop profiling, and a new benchmark metric
  > ec9bc53 internal/gopathwalk: use os.ReadFile instead of ioutil.ReadFile
  > aac7fb6 internal/cmd/deadcode: a command to report dead code in Go programs
  > 538a6e9 gopls/internal/lsp/source: put context first in extracted functions
  > ef12545 internal/lsp/analysis: embed directive analyzer check following decl
  > 7bb8360 internal: fix typo
  > 7fa7e85 go/callgraph/rta: doc tweaks
  > d86c729 cmd/digraph: somepath: search breadth-first to find minimal path
  > eaebeac gopls/internal/lsp/source/completion: avoid duplicates from variants
  > ac255de cmd/digraph: consolidate -help message and package doc
  > dfb7d24 go/analysis/passes/slog: replace XXXCtx names with XXXContext
  > 8f07782 gopls/internal/lsp: make gopls.start_debugging open browser
  > 4b177d0 go/callgraph/rta: optimise 'implements' operation
  > eaca1d0 gopls/internal/lsp/filecache: increase idle GC period to 6 hours
  > 124ebfa internal/pprof: a function to compute total pprof time
  > 8304532 go/callgraph/rta: model reflective calls soundly
  > f9f582e go/packages: pass go list-reported Go language version to type checker
  > e7916d0 gopls/internal/lsp/source/completion: honor usePlaceholders
  > 1d07f1b gopls/internal/lsp/source/completion: placeholders for type params
  > 2d90701 gopls/internal/regtest/marker: skip addgowork.txt
  > 8060af9 gopls/internal/lsp/source/xrefs: include refs to methods of generics
  > a8cf665 gopls/internal/lsp/source: ignore objectpath error in rename
  > eeb93ed gopls: remove dead code
  > 781c467 gopls/internal/lsp/cache: plumb analysis URLs to client
bumping knative.dev/client-pkg e46f802...38d2dc0:
  > 38d2dc0 Update community files (# 114)
  > 71b851f upgrade to latest dependencies (# 112)
bumping knative.dev/hack a75befb...044c02b:
  > 044c02b Update community files (# 309)
  > 3403e35 Update e2e-kind.sh (# 308)
  > ab12e24 Update community files (# 306)
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/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 knative.dev/eventing e255593...29ac3ee:
  > 29ac3ee [main] Upgrade to latest dependencies (# 7170)
  > 8e9ab2a [main] Update community files (# 7171)
  > 742c45e Create new trigger rekt helper functions (# 7135)
  > 1b1b690 Test ApiServerSource with Broker as sink (# 7151)
  > ea81855 [main] Upgrade to latest dependencies (# 7164)
  > abba035 Fix unique name generator for auto-created EventType (# 7160)
  > 8eaf932 Added .env files to the gitignore (# 7162)
  > 56e9420 [main] Upgrade to latest dependencies (# 7157)
  > 7636997 [main] Update community files (# 7159)
bumping knative.dev/networking f25e82a...ed0534b:
  > ed0534b Update community files (# 843)
  > e50e66f upgrade to latest dependencies (# 841)
  > 1632591 correct readme link (# 840)
  > 04f25c2 Update community files (# 838)
  > 29c1660 upgrade to latest dependencies (# 837)
bumping knative.dev/serving 241a1e9...5e20e1e:
  > 5e20e1e Update net-istio nightly (# 14263)
  > 6bfe5c3 add app: webhook label to webhook service (# 14258)
  > ece2fea upgrade to latest dependencies (# 14256)
  > 5c1c855 Support to use vegeta client with HTTPS (# 14255)
  > f9d9b28 Update net-gateway-api nightly (# 14249)
  > 4ab6b88 Update net-istio nightly (# 14247)
  > 5edb5a9 Update community files (# 14241)
  > 3f62086 Update net-kourier nightly (# 14246)
  > 342693a Update net-certmanager nightly (# 14245)
  > e1bbe1f Update net-gateway-api nightly (# 14243)
  > 0d79514 Update net-contour nightly (# 14244)
  > ad26685 upgrade to latest dependencies (# 14240)
bumping google.golang.org/genproto e85fd2c...f966b18:
  > f966b18 chore(googleapis): remove obsolete types referencing field_mask package (# 1042)
  > e0aa005 chore(all): update all (# 1033)
  > cbb8c96 chore(all): update all (major) (# 1041)
  > 23370e0 chore(all): auto-regenerate .pb.go files (# 1039)
  > b022f6e chore(all): auto-regenerate .pb.go files (# 1038)
  > 66ad5b6 chore(all): update all (major) (# 1037)
  > 659f7aa chore(all): auto-regenerate .pb.go files (# 1036)
  > 3f92550 chore(all): update all (major) (# 1024)
  > 782d3b1 chore: remove gaming (# 1032)
  > e685fd7 chore(all): update all (# 1031)
  > ccb25ca chore(all): update all (# 1022)
  > f517056 chore(all): add go.work and fix apidiff (# 1030)
  > 9506855 chore(all): auto-regenerate .pb.go files (# 1028)
  > 1f95444 chore(all): auto-regenerate .pb.go files (# 1026)
  > e449d1e chore(all): update apidiff.yaml for submodules (# 1027)
  > 9b080da chore(all): auto-regenerate .pb.go files (# 1025)
bumping google.golang.org/genproto/googleapis/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 github.com/openzipkin/zipkin-go f916476...4541717:
  > 4541717 remove circleci from list (# 213)
  > a58f3b6 Bump dependencies and remove unnecessary external dependency for example.  (# 212)
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-15 15:57:41 +00:00
Knative Automation 0dd07de68d
Update community files (#1850)
Signed-off-by: Knative Automation <automation@knative.team>
2023-08-15 01:44:41 +00:00
Knative Automation 8dc8a9f26c
Update community files (#1845)
Signed-off-by: Knative Automation <automation@knative.team>
2023-08-09 13:22:35 +00:00
Knative Automation 53b3e2e104
upgrade to latest dependencies (#1843)
bumping golang.org/x/term edd9fb7...19e73c2:
  > 19e73c2 go.mod: update golang.org/x dependencies
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 knative.dev/serving 0bbb5c7...241a1e9:
  > 241a1e9 upgrade to latest dependencies (# 14238)
  > 07f0b3b Update net-gateway-api nightly (# 14236)
  > 62daafd Update net-kourier nightly (# 14233)
  > 4c55422 Update net-contour nightly (# 14235)
  > efb99ba Update net-certmanager nightly (# 14234)
  > 0f27ffc Update net-istio nightly (# 14232)
  > 9f845d1 Update community files (# 14230)
  > 08814cd Update net-gateway-api nightly (# 14226)
  > f2969d2 Update net-kourier nightly (# 14221)
  > 883aaa5 Update net-contour nightly (# 14228)
  > c453f07 Update net-certmanager nightly (# 14227)
  > 33909c3 Update net-istio nightly (# 14220)
  > a14c956 upgrade to latest dependencies (# 14225)
  > 8ea1cb6 Set TLS minimum version to 1.3 for Ingress to Activator (# 14074)
  > c8e7387 Update net-contour nightly (# 14224)
  > 8ea2071 Update net-certmanager nightly (# 14222)
  > 2a3f9cc Update net-gateway-api nightly (# 14223)
  > e7c66a8 Update net-kourier nightly (# 14209)
  > 04e6524 upgrade to latest dependencies (# 14214)
bumping knative.dev/networking 29da3ac...f25e82a:
  > f25e82a Update community files (# 836)
  > c39ba8f upgrade to latest dependencies (# 835)
  > e8f7562 upgrade to latest dependencies (# 834)
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/client-pkg eff2379...e46f802:
  > e46f802 Update community files (# 113)
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 golang.org/x/text e503480...fb697c0:
  > fb697c0 cmd/gotext: actually use -dir flag
  > f3e69ed cmd/gotext: fix misbehaviors
  > ab07ad1 all: remove repetitive words
bumping knative.dev/eventing 91e156c...e255593:
  > e255593 Update to kind v0.20.0 (# 7138)
  > 763eb0c [main] Upgrade to latest dependencies (# 7156)
  > 4a77f6f [main] Upgrade to latest dependencies (# 7155)
  > 8d5cfd9 Rename knative-sandbox to knative-extensions (# 7137)
  > f614df3 [main] Upgrade to latest dependencies (# 7143)
  > ce3b0c8 [main] Update community files (# 7152)
  > 6ab1a21 Remove deprecated kncloudevents.CloudEventsRequest (# 7146)
  > 67b3bf5 Set cluster domain suffix in TLS manifests correctly (# 7145)
  > 55225e0 Install Kail from source in test_setup (# 7150)
  > 37a5651 Fix retryAfter experimental e2e test (# 7148)
  > 0fd9aa1 Benchmark Base SubscriptionsAPI filters (# 7121)
  > 8a90e40 TLS certificate rotation tests (# 7103)
  > bfba6fd Use correct cluster domain in e2e tests (# 7140)
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 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
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 knative.dev/hack 338500e...a75befb:
  > a75befb Update community files (# 305)
  > d7fde30 Added knative-extensions (# 293)

Signed-off-by: Knative Automation <automation@knative.team>
2023-08-08 16:47:34 +00:00
Knative Automation 0636d6e3e1
Update community files (#1844)
Signed-off-by: Knative Automation <automation@knative.team>
2023-08-07 01:50:13 +00:00
Knative Automation 1ff16f0fcb
upgrade to latest dependencies (#1840)
bumping go.uber.org/zap 1ae5819...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)
bumping knative.dev/eventing 248a471...91e156c:
  > 91e156c [main] Upgrade to latest dependencies (# 7131)
  > 3915df7 Refactor kncloudevents and add `SendEvent` function (# 7092)
  > 8a09756 [main] Update actions (# 7136)
  > de2e8ff Global resync brokers on config-features changes (# 7126)
  > 5e76ff2 Watch config-features in IMC controller (# 7125)
  > 63fd638 Introduce a script to build and deploy Eventing for local development (# 7117)
  > 694ae3e Fix edit role aggregation (# 7124)
  > 187be65 [main] Upgrade to latest dependencies (# 7123)
  > ffa5915 Remove deprecated httpclient msgsender (# 7018)
  > 874d288 [main] Update community files (# 7116)
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 knative.dev/client-pkg bd83cf4...eff2379:
  > eff2379 Update actions (# 111)
  > 25b1b93 Update community files (# 110)
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 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 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 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 github.com/matttproud/golang_protobuf_extensions c182aff...c182aff:
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 knative.dev/hack ddae802...338500e:
  > 338500e Update actions (# 304)
  > 6f48889 Update community files (# 303)
bumping knative.dev/serving f1617ef...0bbb5c7:
  > 0bbb5c7 rename-sandbox (# 14207)
  > d47f53d Update net-istio nightly (# 14212)
  > 75e721a Update net-contour nightly (# 14211)
  > 1b94c0d Update net-gateway-api nightly (# 14210)
  > f2c3ea4 Update net-certmanager nightly (# 14208)
  > cd98800 Add Istio ambient to KinD test (# 14103)
  > e937b62 Update actions (# 14206)
  > ff6e78d Update net-kourier nightly (# 14205)
  > bbdef8e Update net-istio nightly (# 14198)
  > 0a3f5f9 Update community files (# 14195)
  > 72f4a16 Update net-gateway-api nightly (# 14193)
  > b9c3bc2 Update net-contour nightly (# 14194)
  > 5e99c23 Update net-certmanager nightly (# 14192)
  > 46ba924 Update net-kourier nightly (# 14191)
  > 9e89832 Update net-istio nightly (# 14190)
bumping knative.dev/networking 75dcd54...29da3ac:
  > 29da3ac rename-sandbox (# 833)
  > 23adcb7 Update actions (# 832)
  > 964322c Fix comment for old config (# 831)
  > b13f88f Update community files (# 829)
bumping github.com/prometheus/client_model 63fb982...91c3945:
  > 91c3945 Merge pull request # 64 from prometheus/superq/update_proto
  > 31ca668 Update proto tools
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

Signed-off-by: Knative Automation <automation@knative.team>
2023-08-03 08:04:21 +00:00
David Simansky db8514ce0e
Remove e2e skip flags after release (#1839) 2023-08-02 14:21:49 +00:00
David Hadas cb9d30f9de
rename-sandbox (#1838) 2023-08-02 13:17:49 +00:00
Knative Automation 0e5afaefe5
Update actions (#1837)
Signed-off-by: Knative Automation <automation@knative.team>
2023-08-02 02:07:50 +00:00
Knative Automation b7508e6744
upgrade to latest dependencies (#1836)
bumping knative.dev/client-pkg e9d838e...bd83cf4:
  > bd83cf4 upgrade to latest dependencies (# 101)

Signed-off-by: Knative Automation <automation@knative.team>
2023-07-27 06:51:41 +00:00
Knative Automation e93519c8ec
Update community files (#1835)
Signed-off-by: Knative Automation <automation@knative.team>
2023-07-27 01:50:41 +00:00
Knative Automation 5d31dbd803
upgrade to latest dependencies (#1834)
bumping knative.dev/pkg 7051d30...aef227e:
  > aef227e upgrade to latest dependencies (# 2767)
bumping knative.dev/serving 294cb9c...f1617ef:
  > f1617ef upgrade to latest dependencies (# 14188)
  > fcf7ba2 Update net-kourier nightly (# 14186)
bumping knative.dev/eventing de75496...248a471:
  > 248a471 Eventing TLS: Configure CRDs to have addresses and CA certs (# 7105)
  > d2ce623 [main] Upgrade to latest dependencies (# 7109)
  > 6bfc2d4 [main] Format Go code (# 7108)
  > 855fbed Auto create events in channels (# 7089)
  > 0054bf3 Eventing TLS: Configure certificates to force rotate private keys (# 7104)
  > 6911db0 Tag line proposal (# 7045)
  > a13eebe [main] Upgrade to latest dependencies (# 7100)
  > a755429 Re-enable PingSource TLS E2E test (# 7082)
bumping knative.dev/networking a3fa3a5...75dcd54:
  > 75dcd54 upgrade to latest dependencies (# 827)

Signed-off-by: Knative Automation <automation@knative.team>
2023-07-26 22:36:41 +00:00
David Simansky 4621b10ed6
Change default SecurityContext to none (#1832)
* Change default SecurityContext to none

* Fix unit test
2023-07-26 15:16:41 +00:00
David Simansky 3a7d8c18ad
Add support for Eventing/v1beta2 EventTypes (#1831)
* Add support for Eventing/v1beta2 EventTypes

* Skip e2e tests on missing API

* Shortne the sink help message

* Reword the help by the review recommendation

* Reflect review feedback
2023-07-26 10:42:40 +00:00
Knative Automation 3ecb24f1c1
upgrade to latest dependencies (#1828)
bumping knative.dev/pkg eb63a40...7051d30:
  > 7051d30 Update community files (# 2764)
  > b7a11d4 Update community files (# 2763)
  > 5ef4812 Update community files (# 2762)
  > 49e2e56 update google cloud deps (# 2758)
  > a5e0b92 upgrade to latest dependencies (# 2757)
  > 6eb4b40 Update community files (# 2760)
bumping knative.dev/client-pkg f377f06...e9d838e:
  > e9d838e Update community files (# 109)
  > f8021da Update community files (# 108)
  > 2311a7e Update community files (# 107)
bumping knative.dev/serving 0462ce6...294cb9c:
  > 294cb9c Add log example for kourier and gateway-api (# 14178)
  > c0556c2 EnsureCleanup can skip clean up (# 14171)
  > 8d87d57 Update net-gateway-api nightly (# 14158)
  > de37d1e Update net-istio nightly (# 14173)
  > ac01fdb Update community files (# 14175)
  > b7c6b23 Update net-kourier nightly (# 14174)
  > 1183ad0 Update net-certmanager nightly (# 14172)
  > a7613e4 Update community files (# 14169)
  > c68d8f8 Update net-contour nightly (# 14165)
  > e5ad1c4 Update net-istio nightly (# 14164)
  > 6673893 Update net-certmanager nightly (# 14162)
  > a34bfd1 Update net-kourier nightly (# 14163)
  > 917d236 Remove domainmapping config (# 14161)
  > 4c76e3b Drop workaround pach for Istio (# 14156)
  > d97db13 Update net-kourier nightly (# 14160)
  > 1559c9b Bump net-certmanager manifests and add kapp ordering overlay (# 14148)
  > 52fe24e upgrade to latest dependencies (# 14155)
  > a5c8c2e Update community files (# 14154)
  > 2a17873 Separate Activator SA (# 14133)
  > fc166ac Consolidate webhooks (# 14082)
  > b935bea Set QP resource defaults (# 14039)
  > 529c5e4 Update net-kourier nightly (# 14150)
  > 4ccd1c9 Implement Stringer for nil podTracker (# 14147)
  > bd3e5e3 upgrade to latest dependencies (# 14151)
  > ebbca26 upgrade to latest dependencies (# 14149)
  > bde2f42 Update net-gateway-api nightly (# 14144)
  > bb1262e Update net-kourier nightly (# 14129)
  > 32ec382 Drop unused ytt patch for Ingress ServiceType (# 14143)
  > 4c3b36c Update net-gateway-api nightly (# 14136)
  > 9a75a93 Update net-istio nightly (# 14132)
  > ca618b7 Update net-certmanager nightly (# 14131)
  > ea3e9c3 Update net-contour nightly (# 14130)
  > 2e7d6e4 Update community files (# 14128)
  > 63fa389 Allow to set QP resources per service (# 14038)
  > 9310e4d Update net-kourier nightly (# 14125)
bumping knative.dev/eventing 8f74094...de75496:
  > de75496 Function CopySecretWithName for creating secrets with specific name (# 7002)
  > 6833ee6 Convert tls secret names to constants (# 7086)
  > 90721ab [main] Update community files (# 7088)
  > 4541f4f [main] Update community files (# 7087)
  > ed05a35 Revert "Add loopclosure linter" (# 7083)
  > 838274e [main] Upgrade to latest dependencies (# 7078)
  > a4f0c10 [main] Update community files (# 7085)
  > afcf60b Move ingress & filter TLS secret names into constants (# 7081)
  > 1e96c78 feat!: Add tls support for ingress (# 6986)
  > 6a0495c Add loopclosure linter (# 7079)
  > 2fe1db6 Updated mtping TLS cert test to bind to free port (# 7036)
  > 516a915 Upgrade rekt to latest (# 7076)
  > 6a890e0 Fix flaky unit tests (# 7080)
  > eaf28a7 Add tracing for TestBrokerWithManyTriggers (# 7077)
  > f5b1b12 Send namespace header in MT components (# 7048)
  > 4b5fde8 [main] Update community files (# 7043)
bumping knative.dev/hack d7586a2...ddae802:
  > ddae802 Update community files (# 302)
  > 8852371 Update community files (# 301)
  > 12cd6a1 Update community files (# 300)
  > cc92cdb Replace test-infra with toolbox (# 297)
  > fc42790 Update community files (# 296)
bumping knative.dev/networking 3a75df5...a3fa3a5:
  > a3fa3a5 Update community files (# 826)
  > ad60eaa Update community files (# 825)
  > 03a1f22 upgrade to latest dependencies (# 824)
  > 2444385 upgrade to latest dependencies (# 822)
  > b2cce92 Update community files (# 823)
  > 1431d70 Bump google.golang.org/grpc to the latest version (# 821)
  > 91821ae Update community files (# 819)

Signed-off-by: Knative Automation <automation@knative.team>
2023-07-18 19:24:09 +00:00
David Simansky e6a60c40f4
Fix plugin inlining that uses client-pkg dependency (#1816)
* Fix plugin inlining that uses client-pkg dependency

* Move list merge into plugin manager

* Fix imports formatting
2023-07-18 07:13:09 +00:00
David Simansky 75d62a3618
Add default SecurityContext to every new ksvc (#1821)
* Add default SecurityContext to every new ksvc

* Add basic seccon config flag

* Fix export e2e tests

* Fix unit test
2023-07-13 08:01:14 +00:00
Knative Automation 737e34a45d
Update community files (#1827)
Signed-off-by: Knative Automation <automation@knative.team>
2023-07-12 13:30:14 +00:00
Knative Automation f353a558d6
Update community files (#1826)
Signed-off-by: Knative Automation <automation@knative.team>
2023-07-12 02:00:13 +00:00
Knative Automation 9ddff04d26
upgrade to latest dependencies (#1823)
bumping knative.dev/serving 0462ce6...4c76e3b:%0A  > 4c76e3b Drop workaround pach for Istio (# 14156)%0A  > d97db13 Update net-kourier nightly (# 14160)%0A  > 1559c9b Bump net-certmanager manifests and add kapp ordering overlay (# 14148)%0A  > 52fe24e upgrade to latest dependencies (# 14155)%0A  > a5c8c2e Update community files (# 14154)%0A  > 2a17873 Separate Activator SA (# 14133)%0A  > fc166ac Consolidate webhooks (# 14082)%0A  > b935bea Set QP resource defaults (# 14039)%0A  > 529c5e4 Update net-kourier nightly (# 14150)%0A  > 4ccd1c9 Implement Stringer for nil podTracker (# 14147)%0A  > bd3e5e3 upgrade to latest dependencies (# 14151)%0A  > ebbca26 upgrade to latest dependencies (# 14149)%0A  > bde2f42 Update net-gateway-api nightly (# 14144)%0A  > bb1262e Update net-kourier nightly (# 14129)%0A  > 32ec382 Drop unused ytt patch for Ingress ServiceType (# 14143)%0A  > 4c3b36c Update net-gateway-api nightly (# 14136)%0A  > 9a75a93 Update net-istio nightly (# 14132)%0A  > ca618b7 Update net-certmanager nightly (# 14131)%0A  > ea3e9c3 Update net-contour nightly (# 14130)%0A  > 2e7d6e4 Update community files (# 14128)%0A  > 63fa389 Allow to set QP resources per service (# 14038)%0A  > 9310e4d Update net-kourier nightly (# 14125)%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 github.com/census-instrumentation/opencensus-proto 4aa53e1...e53624a:%0A  > e53624a Bump version to 0.4.1%0A  > 576a4ca Run go mod tidy, forgot to do after proto updates (# 228) (# 230)%0A  > f918ec1 Merge pull request # 227 from dashpole/release%0A  > a5f3b19 Add makefile, upgrade to use opentelemetry protoc docker, newer protoc (# 225)%0A  > 11530ad Bump version to 0.4.1-SNAPSHOT%0A  > 032ec2a Add go.mod, so dependencies are controlled (# 224)%0A  > 0b54ad6 Bump version to 0.4.0%0A  > 54c9a4c Start 0.4.0 development cycle (# 219)%0Abumping github.com/golang/protobuf ae97035...5d5e8c0:%0A  > 5d5e8c0 Merge pull request # 1363 from neild/jsonnull%0A  > 37828f9 jsonpb: accept 'null' as a valid representation of NullValue in unmarshal%0Abumping golang.org/x/oauth2 e48dfd9...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%0A  > 3607514 go.mod: update golang.org/x dependencies%0A  > 4abfd87 google: add CredentialsParams.EarlyTokenRefresh%0A  > 1e7f329 oauth2: add ReuseTokenSourceWithExpiry%0A  > 86850e0 oauth2: fix typo%0A  > a6e37e7 google: Updating 3pi documentation%0A  > 54b70c8 google: update missing auth help URL%0A  > 2fc4ef5 README: encourage issues and proposals before changes%0A  > 62b4eed go.mod: update golang.org/x dependencies%0A  > 885f294 google: Add support for OAuth2 token exchange over mTLS%0A  > 6f9c1a1 google: use Credentials instead of deprecated DefaultCredentials%0A  > c82d0e1 google/internal/externalaccount: Removed URL validation for google URLs in ADC files%0A  > adbaf66 go.mod: update golang.org/x dependencies%0A  > e07593a oauth2: remove direct dependency on golang.org/x/net%0A  > 34ffb07 go.mod: update golang.org/x dependencies%0A  > b177c21 go.mod: update golang.org/x dependencies%0A  > 510acbc google/internal/externalaccount: Added check for aws region and security credential environment variables before aws metadata call%0A  > ec4a9b2 google/internal/externalaccount: Adding metadata verification%0A  > 68a41d6 go.mod: update golang.org/x dependencies%0A  > 1a77549 go.mod: update to new compute/metadata module%0Abumping golang.org/x/text 9db913a...e503480:%0A  > e503480 encoding/japanese, language: shorten very long sub-test names%0A  > 2df65d7 all: regenerate for Unicode 15.0.0%0A  > e3c038a all: prepare for Unicode 15.0.0%0A  > 3a7a255 internal/export/idna: make more space for mapping index%0A  > d61dd50 go.mod: delete repeated "indirect"%0A  > efb744f internal/export/idna: fix infinite loop in Go pre-1.10%0A  > 48e4a4a all: fix some comments%0Abumping golang.org/x/term 0edf009...edd9fb7:%0A  > edd9fb7 go.mod: update golang.org/x dependencies%0A  > 88fcf87 term: consistently return zeroes on GetSize error%0A  > f6de4a1 go.mod: update golang.org/x dependencies%0A  > 119f703 go.mod: update golang.org/x dependencies%0A  > 7ae6be6 go.mod: update golang.org/x dependencies%0Abumping google.golang.org/api a039966...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)%0Abumping google.golang.org/protobuf 6875c3d...68463f0:%0A  > 68463f0 all: release v1.31.0%0A  > 59a8581 encoding/protodelim: fix handling of io.EOF%0A  > fc47fdd proto: store the size of tag to avoid multiple calculations%0A  > cc524c9 internal/order: fix sorting of synthetic oneofs to be deterministic%0A  > b8fc770 encoding/protodelim: If UnmarshalFrom gets a bufio.Reader, try to reuse its buffer instead of creating a new one%0A  > cf06b0c compiler/protogen: add Semantic.SET to setter annotations%0A  > 05cbe34 encoding: add MarshalAppend to protojson and prototext%0A  > 1bca6d9 types/dynamicpb: add NewTypes%0A  > 736947c all: update protobuf release version to fix macOS tests%0A  > 808c664 all: start v1.30.0-devel%0A  > f221882 all: release v1.30.0%0A  > e344383 protoadapt: helper functions to convert v1 or v2 message to either v1 or v2 message.%0A  > 32efccd all: start v1.29.1-devel%0A  > 771d8c7 all: release v1.29.1%0A  > edaf511 internal/encoding/text: fix parsing of incomplete numbers%0A  > fe5bc54 all: start v1.29.0-devel%0A  > d3c9826 all: release v1.29.0%0A  > eba8b09 cmd/protoc-gen-go: support protobuf retention feature%0A  > fcf5f6c encoding/prototext: allow whitespace and comments between minus sign and number in negative numeric literal%0A  > bc1253a types/descriptorpb: regenerate using latest protobuf v22.0 release%0A  > 246af0d internal,reflect: correct typos%0A  > 49eaa78 all: update links to Protocol Buffer documentation%0A  > e831c33 proto: document Equal behavior of invalid messages%0A  > 358fe40 internal/strs: avoid unnecessary allocations in Builder%0A  > 0430d69 internal/impl: remove the unreachable line of code%0A  > a948118 cmd/protoc-gen-go: make deprecated messages more descriptive%0A  > 31a5920 protobuf: remove the check for reserved field numbers.%0A  > a8d446d types/known/structpb: preallocate map in AsMap%0A  > b2a7dfe reflect/protoreflect: add Value.Equal method%0A  > f0e23c7 proto: revert expose package-private equalField%0A  > 4d6d213 proto: expose package-private equalField.%0A  > 7a48e2b protoreflect: fix list example code%0A  > 494e81b integration test: drop Go 1.11 and Go 1.12%0A  > f930b1d encoding/protojson: fix parsing of google.protobuf.Timestamp%0A  > 692f4a2 types/descriptorpb: update *.pb.go to use latest protoc release, 21.5%0A  > fb0abd9 encoding: add protodelim package%0A  > 0f85348 all: start v1.28.1-devel%0Abumping google.golang.org/grpc 1c29e07...5b67e5e:%0A  > 5b67e5e Update version.go to v1.56.1 (# 6386)%0A  > d0f5150 client: handle empty address lists correctly in addrConn.updateAddrs (# 6354) (# 6385)%0A  > 997c1ea Change version to 1.56.1-dev (# 6345)%0A  > 2b6ff72 Change version to 1.56.0 (# 6344)%0A  > 7996425 xds/outlierdetection: fix config handling (# 6361) (# 6367)%0A  > a5ae5c6 weightedroundrobin: cherry-pick 2 commits from master (# 6360)%0A  > 8edfa1a authz: End2End test for AuditLogger (# 6304)%0A  > 2b1d70b xds: enable RLS in xDS by default (# 6343)%0A  > 47f8ed8 interop: Don't fail target if sub-target already failed (# 6332)%0A  > 1f23f6c client: fix Connect to handle channel idleness properly (# 6331)%0A  > 3ea58ce client: disable channel idleness by default (# 6328)%0A  > 6c2529b xds: support pick_first custom load balancing policy (A62) (# 6314)%0A  > 9b9b364 internal/envconfig: Set Custom LB Env Var to true by default (# 6317)%0A  > e325737 alts: Fix flaky ALTS TestFullHandshake test. (# 6300)%0A  > 4d3f221 xds/internal/xdsclient: Add support for String Matcher Header Matcher in RDS (# 6313)%0A  > 157db19 stats/opencensus: Fix flaky test span (# 6296)%0A  > f19266c xds: support built-in Stdout audit logger type (# 6298)%0A  > 59134c3 client: add support for pickfirst address shuffling from gRFC A62 (# 6311)%0A  > a6e1acf grpc: support sticky TF in pick_first LB policy (# 6306)%0A  > 2ae10b2 xdsclient: remove interface check related to ResourceData (# 6308)%0A  > e9799e7 client: support a 1:1 mapping with acbws and addrConns (# 6302)%0A  > 2a266e7 authz: use pointer to to structpb.Struct instead of value (# 6307)%0A  > 511a963 interop: let the interop client send additional metadata, controlled by a flag (# 6295)%0A  > 9b7a947 grpc: support channel idleness (# 6263)%0A  > 098b2d0 xds/internal/balancer/outlierdetection: Switch Outlier Detection to use new duration field (# 6286)%0A  > 417d4b6 examples: add error_handling example; move errors to error_details (# 6293)%0A  > 390c392 authz: Rbac engine audit logging (# 6225)%0A  > 52fef6d authz: Stdout logger (# 6230)%0A  > 92e65c8 test/kokoro: Add custom_lb_test to the xds_k8s_lb job (# 6290)%0A  > 756119c  xds/outlierdetection: forward metadata from child picker (# 6287)%0A  > 8eba9c2 github: upgrade to v3 of checkout & setup-go (# 6280)%0A  > 24fd252 proto: update generated code to match grpc-proto changes (# 6283)%0A  > 4eb88d7 cleanup: use new Duration type in base ServiceConfig (# 6284)%0A  > 1230f0e xds/internal/xdsclient: Split registry up and two separate packages (# 6278)%0A  > 0bdae48 interop: fix interop_test.sh shutdown (# 6279)%0A  > 5dcfb37 interop: hold lock on server for OOB metrics updates; share 30s timeout (# 6277)%0A  > 68381e7 xds: WRR in xDS (# 6272)%0A  > fd376a5 test: fix flaky TimeoutOnDeadServer test; some cleanups (# 6276)%0A  > 1db474c weightedroundrobin: fix duration format in lb config (# 6271)%0A  > 523dcdd weightedroundrobin: fix test race accessing timeNow (# 6269)%0A  > 1536887 interop/xds: Add Custom LB needed for interop test (# 6262)%0A  > 7d61344 examples: fix authz example to receive streaming error properly (# 6270)%0A  > afcbdc9 xds/internal/xdsclient/xdslbregistry: Continue in converter if type not found (# 6268)%0A  > b3fbd87 interop: add ORCA test cases and functionality (# 6266)%0A  > 5e58734 xds: Add support for Custom LB Policies (# 6224)%0A  > 5c4bee5 balancer/weightedroundrobin: add load balancing policy (A58) (# 6241)%0A  > c44f77e grpc: use CallbackSerializer in balancer wrapper (# 6254)%0A  > f193ec0 orca: fix race when calling listeners coincides with updating the run goroutine (# 6258)%0A  > 417cf84 test: deflake TestBalancerProducerHonorsContext (# 6257)%0A  > 1f3fe1c Update ClientStream.SendMsg doc (# 6247)%0A  > ccad7b7 grpc: use CallbackSerializer in resolver_wrapper (# 6234)%0A  > 47b3c55 orca: fix race at producer startup (# 6245)%0A  > 56b33d5 server/transport: send appropriate debug_data in GOAWAY frames (# 6220)%0A  > add9015 orca: allow a ServerMetricsProvider to be passed to the ORCA service and ServerOption (# 6223)%0A  > 40d0147 googledirectpatph: enable ignore_resource_deletion in bootstrap (# 6243)%0A  > ed3ceba balancer: make producer RPCs block until the SubConn is READY (# 6236)%0A  > b153b00 multiple: standardize import renaming for typed structs (# 6238)%0A  > 713bd04 orca: minor cleanups (# 6239)%0A  > 21a339c grpc: handle RemoveSubConn inline in balancerWrapper (# 6228)%0A  > b153827 xds: make glaze happy for test packages (# 6237)%0A  > 019acf2 stubserver: add option for allowing more services to be registered (# 6240)%0A  > cf89a0b authz: Swap to using the correct TypedConfig in audit logger parsing (# 6235)%0A  > df82147 internal: Document gcp/observability 1.0 dependencies in /internal (# 6229)%0A  > da1a5eb tests: nix TestClientDoesntDeadlockWhileWritingErroneousLargeMessages (# 6227)%0A  > e853dbf authz: add conversion of json to RBAC Audit Logging config (# 6192)%0A  > 497436c xds/internal/balancer/outlierdetection: Change string to String (# 6222)%0A  > de11139 clusterresolver: improve tests (# 6188)%0A  > eff0942 xds/internal/xdsclient: Custom LB xDS Client Changes (# 6165)%0A  > 8628e07 xds/internal/balancer/outlierdetection: Add Channelz Logger to Outlier Detection LB (# 6145)%0A  > 83c460b authz: Move audit package (# 6218)%0A  > 8c70261 grpc: ClientConn cleanup in prep for channel idleness (# 6189)%0A  > 2cd95c7 gcp/observability: remove redundant import (# 6215)%0A  > 16651f6 go.mod: update all dependencies (# 6214)%0A  > ca60462 stubserver: Stop server when StartClient failed (# 6190)%0A  > 7dfd718 internal/buffer: add Close method to the Unbounded buffer type (# 6161)%0A  > ebeda75 tests: defalke TestTimerAndWatchStateOnSendCallback (# 6206)%0A  > 0ed709c Change version to 1.56.0-dev (# 6213)%0A  > 875c97a examples/features/observability: use observability module v1.0.0 (# 6210)%0A  > aa8c137 authz: add audit logging APIs (# 6158)%0A  > b91b884 gcp/observability: Have o11y module point to grpc 1.54 and opencensus 1.0.0 (# 6209)%0A  > eab9e20 test/kokoro: increase PSM Security test timeout to 4h (# 6193)%0A  > d90621f remove the unnecessary call to ResetTimer and StopTimer (# 6185)%0A  > fe72db9 testing: add helpers to start test service, and retrieve port (# 6187)%0A  > 5a50b97 Revert "Revert "credentials/alts: defer ALTS stream creation until handshake …" (# 6179)%0A  > 89ec960 grpc: read the service config channel once instead of twice (# 6186)%0A  > 6237dfe internal/stubserver: Close Client Conn in error handling of Start (# 6174)%0A  > 06de8f8 alts: Add retry loop when making RPC in ALTS's TestFullHandshake. (# 6183)%0A  > 6eabd7e server: use least-requests loadbalancer for workers (# 6004)%0A  > 8374ff8 Export the unwrapResource method, to allow callers outside of the package (# 6181)%0A  > efb2f45 test/xds: Fix test_grpc import path (# 6180)%0A  > 81b3092 security/advancedtls: add TlsVersionOption to select desired min/max TLS versions (# 6007)%0A  > 17b693d alts: Perform full handshake in ALTS tests. (# 6177)%0A  > 01f8b86 Add documentation on some anti-patterns (# 6034)%0A  > 3489bb7 xdsclient/test: deflake TestWatchResourceTimerCanRestartOnIgnoredADSRecvError (# 6159)%0A  > bfb57b8 testing: delete internal copy of test service proto, and use canonical one (# 6164)%0A  > 10401b9 stats/opencensus: the backend to Sent. Attempt. and Recv. (# 6173)%0A  > b0a8b1b Use string instead of enum for xds resource type (# 6163)%0A  > 1d5b73a xds: add stop to avoid hanging in TestServeWithStop (# 6172)%0A  > ea0a038 xds/xdsclient: ignore resource deletion as per gRFC A53 (# 6035)%0A  > a51779d xdsclient/test: deflake TestTimerAndWatchStateOnSendCallback (# 6169)%0A  > e979919 internal/grpcsync: move CallbackSerializer from xdsclient/internal to here (# 6153)%0A  > c2899dd examples/features/observability: Point o11y example to latest gcp/observability module (# 6162)%0A  > 113d75f gcp/observability: Add isSampled bool to log entries (# 6160)%0A  > 4a12595 stats/opencensus: Switch helper to return Span Context from context (# 6156)%0A  > c3f1d5e gcp/observability: Set the opencensus_task label only for metrics, not tracing and logging (# 6155)%0A  > 42dd7ac Use anypb.New instead of ptypes.MarshalAny (# 6074)%0A  > 415ccdf go.mod: update all dependencies after 1.54 branch cut (# 6132)%0A  > a357baf status: FromError: return entire error message text for wrapped errors (# 6150)%0A  > 44cebb8 xds: enable XDS federation by default (# 6151)%0A  > c018273 examples: Add observability example (# 6149)%0A  > 277bb64 Revert "credentials/alts: defer ALTS stream creation until handshake time (# 6077)" (# 6148)%0A  > 0fdfd40 gcp/observability: Generate unique process identifier unconditionally (# 6144)%0A  > 1d20f1b security/advancedtls: swap from deprecated pkix.CertificateList to x509.RevocationList (# 6054)%0A  > a8a25ce transport: use prefix logging (# 6135)%0A  > 9c25653 cdsbalancer: improve log messages (# 6134)%0A  > a02aae6 CONTRIBUTING.md: remove duplicated bullet point (# 6139)%0A  > cdab8ae clusterresolver: push empty config to child policy upon removal of cluster resource (# 6125)%0A  > 7651e62 transport: add a draining state check before creating streams (# 6142)%0A  > a2ca46c examples: organize READMEs better (# 6121)%0A  > 4efec30 stats/opencensus: remove leading slash for per call metrics (# 6141)%0A  > 78099db gcp/observability: Switch hex encoding to string() method (# 6138)%0A  > 70c5291 observability: remove import replace directive and switch it to point to latest commit (# 6122)%0A  > 66e3533 status: handle wrapped errors (# 6031)%0A  > a75fd73 Change version to 1.55.0-dev (# 6131)%0A  > b638faf stats/opencensus: Add message prefix to metrics names (# 6126)%0A  > c84a500 credentials/alts: defer ALTS stream creation until handshake time (# 6077)%0A  > 6f44ae8 metadata: add benchmark test for FromIncomingContext and ValueFromIncomingContext (# 6117)%0A  > a1e657c client: log last error on subchannel connectivity change (# 6109)%0A  > 36fd0a4 gcp/observability: Add compressed metrics to observability module and synchronize View data with exporter (# 6105)%0A  > 52ca957 xds: make comparison of server configs in bootstrap more reliable (# 6112)%0A  > 7507ea6 gcp/observability: Change logging schema and set queue size limit for logs and batching delay (# 6118)%0A  > 16c3b7d examples: add example for ORCA load reporting (# 6114)%0A  > b458a4f transport: stop always closing connections when loopy returns (# 6110)%0A  > 11e2506 tests: Scale down keepalive test timings (# 6088)%0A  > 5796c40 interop/observability: Pass interop parameters to client/server as-is (# 6111)%0A  > abd4db2 xdsclient/tests: fix flaky test NodeProtoSentOnlyInFirstRequest (# 6108)%0A  > 3633361 tests: support LRS on the same port as ADS (# 6102)%0A  > 0558239 Update CONTRIBUTING.md (# 6089)%0A  > 2260821 go.mod: upgrade golang.org/x/net to address CVE-2022-41723 (# 6106)%0A  > 60a1aa3 testutils: add support for creating endpoint resources with options (# 6103)%0A  > 92d9e77 xds: NACK route configuration if sum of weights of weighted clusters exceeds uint32_max (# 6085)%0A  > d02039b Deflake the integration test. (# 6093)%0A  > 55d8783 gcp/observability: Link logs and traces by logging Trace and Span IDs (# 6056)%0A  > ad4057f transport: stop returning errors that are always nil (# 6098)%0A  > 558e1b6 examples/authz: add token package docstring (# 6095)%0A  > 33df9fc credentials/xds: improve error message upon SAN matching failure (# 6080)%0A  > 3292193 xdsclient: handle race with watch timer handling (# 6086)%0A  > e83e34b xds/resolver/test: use a non-blocking send instead of closing the channel (# 6082)%0A  > b46bdef interop/observability: add GCP Observability Testing Client/Server (# 5979)%0A  > f311684 stats/opencensus: New uncompressed metrics and align with tracing spec (# 6051)%0A  > cc320bf grpc: Log server trailers before writing status (# 6076)%0A  > b9e6d59 xdsclient: send Node proto only on first discovery request on ADS stream (# 6078)%0A  > ae4a231 ringhash: ensure addresses are consistenly hashed across updates (# 6066)%0A  > 52dcd14 xdsclient: move tests from `e2e_test` to `tests` directory (# 6073)%0A  > d8f80bb stats/opencensus: Added client api latency and upgrade go.mod (# 6042)%0A  > a8b3226 gcp/observability: Disable logging and traces on channels to cloud ops backends (# 6022)%0A  > 20141c2 examples: add an example to illustrate authorization (authz) support (# 5920)%0A  > 8c374f7 clusterresolver: cleanup resource resolver implementation (# 6052)%0A  > 1d16ef5 metadata: Lowercase appended metadata (# 6071)%0A  > 8ba23be cmd/protoc-gen-go-grpc: bump -version to 1.3.0 for release (# 6064)%0A  > a1693ec fakeserver: remove ADS and LRS v2 support (# 6068)%0A  > 832ecc2 channelz: use protocmp.Transform() to compare protos (# 6065)%0A  > 28b6bcf xds/xdsclient: improve failure mode behavior (gRFC A57) (# 5996)%0A  > d53f0ec test: move compressor tests out of end2end_test.go (# 6063)%0A  > dba41ef metadata: fix validation issues (# 6001)%0A  > 75bed1d test: move e2e health checking tests out of end2end_test.go (# 6062)%0A  > 0586c51 internal/transport: reduce running time of test from 5s to 1s (# 6061)%0A  > 7437662 internal/transport: Fix flaky keep alive test (# 6059)%0A  > 681b133 admin/test: split channelz imports (# 6058)%0A  > 1093d3a channelz: remove dependency on testing package (# 6050)%0A  > 3775f63 xdsclient/transport: reduce chattiness of logs (# 5992)%0A  > 6fe609d xdsclient: minor cleanup in eds parsing (# 6055)%0A  > 5353eaa testing: add helpers to configure cluster specifier plugin type (# 5977)%0A  > 8702a2e stats/opencensus: Add top level call span (# 6030)%0A  > 85b95dc gcp/observability: Register new views (# 6026)%0A  > abff344 stats/opencensus: Add per call latency metric (# 6017)%0A  > 0f02ca5 gcp/observability: Switch observability module to use new opencensus instrumentation code (# 6021)%0A  > 6d612a3 resolver: update Resolver.Scheme() docstring to mention requirement of lowercase scheme names (# 6014)%0A  > 30d8c0a xds/internal/xdsclient: NACK empty clusters in aggregate clusters (# 6023)%0A  > 081499f xds: remove support for v2 Transport API (# 6013)%0A  > dd12def stats/opencensus: Add OpenCensus traces support (# 5978)%0A  > f4feddb github: update tests to use go version 1.20 (# 6020)%0A  > 8153410 client: Add dial option to disable global dial options (# 6016)%0A  > 55dfae6 resolver: document handling UpdateState errors by resolvers (# 6002)%0A  > ceb3f07 client: Revert dialWithGlobalOption (# 6012)%0A  > d655f40 internal/transport: fix severity of log when receiving a GOAWAY with error code ENHANCE_YOUR_CALM (# 5935)%0A  > b81e8b6 metadata: slightly improve operateHeaders (# 6008)%0A  > e9d9bd0 tests: reduce the degree of stress testing in long running tests (# 6003)%0A  > f855226 github: update codeQL action to v2 (# 6009)%0A  > f69e9ad stats/opencensus: Add OpenCensus metrics support (# 5923)%0A  > 3151e83 cmd/protoc-gen-go-grpc: export consts for full method names (# 5886)%0A  > d6dabba xds/server: reduce chattiness of logs (# 5995)%0A  > 0954097 server: expose API to set send compressor (# 5744)%0A  > a7058f7 xds/csds: switch tests to use the new generic xdsclient API (# 6000)%0A  > 3711154 xdsclient/bootstrap: reduce chattiness of logs (# 5991)%0A  > d103fc7 xdsclient/xdsresource: reduce chattiness of logs (# 5993)%0A  > 6a707eb client: add an option to disable global dial options (# 5990)%0A  > c813c17 Change version to 1.54.0-dev (# 5985)%0A  > 2a1e934 server: after GracefulStop, ensure connections are closed when final RPC completes (# 5968)%0A  > e2d69aa tests: fix spelling of variable (# 5966)%0A  > a6376c9 xds/resolver: cleanup tests to use real xDS client 3/n (# 5953)%0A  > bf8fc46 xds/resolver: cleanup tests to use real xDS client 5/n (# 5955)%0A  > 3930549 resolver: replace resolver.Target.Endpoint field with Endpoint() method (# 5852)%0A  > 894816c grpclb: rename `grpclbstate` package back to `state` (# 5962)%0A  > e5a0237 encoding: fix duplicate compressor names (# 5958)%0A  > 4adb2a7 xds/resolver: cleanup tests to use real xDS client 2/n (# 5952)%0A  > 52a8392 gcp/observability: update method name validation (# 5951)%0A  > 4075ef0 xds: fix panic involving double close of channel in xDS transport (# 5959)%0A  > 7bf6a58 gcp/observability: Cleanup resources allocated if start errors (# 5960)%0A  > bc9728f xds/resolver: cleanup tests to use real xDS client 4/n (# 5954)%0A  > 6e74938 xds/resolver: cleanup tests to use real xDS client (# 5950)%0A  > 9b9b381 server: fix a few issues where grpc server uses RST_STREAM for non-HTTP/2 errors (# 5893)%0A  > ace8082 xdsclient: close func refactor (# 5926)%0A  > 9326362 transport: fix maxStreamID to align with http2 spec (# 5948)%0A  > 4e4d828 xds interop: Fix buildscripts not continuing on a failed test suite (# 5937)%0A  > 379a2f6 *: add missing colon to errorf messages to improve readability (# 5911)%0A  > cde2edc Revert "xds interop: Fix buildscripts not continuing on a failed test suite (# 5932)" (# 5936)%0A  > 78ddc05 xdsclient: fix race in load report implementation (# 5927)%0A  > 2a9e970 xds interop: Fix buildscripts not continuing on a failed test suite (# 5932)%0A  > 9228cff rls: fix a data race involving the LRU cache (# 5925)%0A  > be06d52 binarylog: consistently rename imports for binarylog proto (# 5931)%0A  > bf3ad35 *: update all dependencies (# 5924)%0A  > 6de8f50 transport: drain client transport when streamID approaches maxStreamID (# 5889)%0A  > 42b7b63 stats/opencensus: OpenCensus instrumentation api (# 5919)%0A  > 974a5ef grpc: document defaults in MaxCallMsgSize functions (# 5916)%0A  > 9b73c42 test/xds: add tests for scenarios where authority in resource name is not specified in bootstrap config (# 5890)%0A  > 3b2da53 xdsclient: handle resource not found errors correctly (# 5912)%0A  > f2fbb0e Deprecate use of `ioutil` package (# 5906)%0A  > 8ec85e4 priority: improve and reduce verbosity of logs (# 5902)%0A  > 12b8fb5 test: move e2e HTTP header tests to http_header_end2end_test.go (# 5901)%0A  > f1a9ef9 stream: update ServerStream.SendMsg doc (# 5894)%0A  > c90744f oauth: mark `NewOauthAccess` as deprecated and update examples to use `TokenSource` (# 5882)%0A  > 0e5421c internal/envconfig: add convenience boolFromEnv to improve readability (# 5887)%0A  > 4565dd7 ringhash: allow overriding max ringhash size via environment variable (# 5884)%0A  > 94a65dc rls: deflake tests (# 5877)%0A  > 08479c5 xdsclient: resource agnostic API implementation (# 5776)%0A  > 07ac97c transport: simplify httpClient by moving onGoAway func to onClose (# 5885)%0A  > 5ff7dfc rls: propagate headers received in RLS response to backends (# 5883)%0A  > f94594d interop: add test client for use in xDS federation e2e tests (# 5878)%0A  > 68b388b balancer: support injection of per-call metadata from LB policies (# 5853)%0A  > 4f16fbe examples: update server reflection tutorial (# 5824)%0A  > b2d4d5d test: fix raceyness check to deflake test http server (# 5866)%0A  > 54b7d03 grpc: Add join Dial Option (# 5861)%0A  > 70617b1 vet & github: run vet separately from tests; make vet-proto only check protos (# 5873)%0A  > 81ad1b5 *: update all dependencies (# 5874)%0A  > 357d7af Change version to 1.53.0-dev (# 5872)%0A  > a0e8eb9 test: rename race.go to race_test.go (# 5869)%0A  > ae86ff4 benchmark: fix typo in ClientReadBufferSize feature name (# 5867)%0A  > e53d28f xdsclient: log node ID with verbosity INFO (# 5860)%0A  > 9373e5c transport: Fix closing a closed channel panic in handlePing (# 5854)%0A  > 2f413c4 transport/http2: use HTTP 400 for bad requests instead of 500 (# 5804)%0A  > 5003029 testutils: do a better job of verifying pick_first in tests (# 5850)%0A  > 3e27f89 binarylog: Account for key in metadata truncation (# 5851)%0A  > f54bba9 test/xds: minor cleanup in xDS e2e test (# 5843)%0A  > a9709c3 Added logs for reasons causing connection and transport close (# 5840)%0A  > aba03e1 xds: pass options by value to helper routines which setup the management server in tests (# 5833)%0A  > 638141f examples: add feature/cancellation retry to example test script (# 5846)%0A  > 22c1fd2 deps: update golang.org/x/net to latest in all modules (# 5847)%0A  > 1949035 ringhash: add logs to surface information about ring creation (# 5832)%0A  > f7c110a test: remove use of deprecated WithInsecure() API (# 5836)%0A  > a205447 examples: add new example to show updating metadata in interceptors (# 5788)%0A  > 001d234 rls: Fix regex in rls test (# 5834)%0A  > 7361971 rls: use a regex for the expected error string (# 5827)%0A  > 617d6c8 security/advancedtls: add test for crl cache expiration behavior (# 5749)%0A  > ef51864 grpclb: improve grpclb tests (# 5826)%0A  > fa99649 xdsclient: deflake new transport ack/nack tests (# 5830)%0A  > 99ba982 transport/server: flush GOAWAY before closing conn due to max age (# 5821)%0A  > 20c937e transport: limit AccountCheck tests to fewer streams and iterations to avoid flakes (# 5828)%0A  > 110ed9e xdsclient: resource-type-agnostic transport layer (# 5808)%0A  > c91396d pickfirst: do not return initial subconn while connecting (# 5825)%0A  > 94f0e7f benchmark: add a feature for read and write buffer sizes (# 5774)%0A  > 087387c Deflake Outlier Detection xDS e2e test (# 5819)%0A  > dd123b7 testutils/pickfirst: move helper function to testutils (# 5822)%0A  > be202a2 examples: add an example to illustrate the usage of stats handler (# 5657)%0A  > 9f97673 test: move e2e goaway tests to goaway_test.go (# 5820)%0A  > 0fe49e8 grpc: Improve documentation of read/write buffer size server and dial options (# 5800)%0A  > 09fc1a3 interop: update Go version in docker container used for psm interop (# 5811)%0A  > adfb915 server: fix ChainUnaryInterceptor and ChainStreamInterceptor to allow retrying handlers (# 5666)%0A  > e0a9f11 reflection: split grpc and pb imports (# 5810)%0A  > 6f96f96 reflection: update proto (# 5809)%0A  > 6e43203 reflection: generate protobuf files from grpc-proto (# 5799)%0A  > 0abb6f9 xdsclient: resource type agnostic WatchResource() API (# 5777)%0A  > 3011eaf test/tools: update staticcheck version to latest (# 5806)%0A  > fefb3ec test/tools: update everything to latest versions except staticcheck (# 5805)%0A  > 50be6ae go.mod: update all dependencies (# 5803)%0A  > ff14680 Cap min and max ring size to 4K (# 5801)%0A  > 0238b6e transport: new stream with actual server name (# 5748)%0A  > 817c1e8 passthrough: return error if endpoint is empty and opt.Dialer is nil when building resolver (# 5732)%0A  > 56ac86f xdsclient: wait for underlying transport to close (# 5775)%0A  > 457c2f5 benchmark: use default buffer sizes (# 5762)%0A  > 689d061 Cleanup usages of resolver.Target's Scheme and Authority (# 5761)%0A  > 5331dbd outlierdetection: remove an unused variable in a test (# 5778)%0A  > 81db250 Change version to 1.52.0-dev (# 5784)%0A  > 72812fe gcp/observability: filter logging from cloud ops endpoints calls (# 5765)%0A  > 0ae33e6 xdsclient: remove unused test code (# 5772)%0A  > 824f449 go.mod: upgrade x/text to v0.4 to address CVE (# 5769)%0A  > 7f23df0 xdsclient: switch xdsclient watch deadlock test to e2e style (# 5697)%0A  > 32f969e o11y: Added started rpc metric in o11y plugin (# 5768)%0A  > b597a8e xdsclient: improve authority watchers test (# 5700)%0A  > e41e894 orca: create ORCA producer for LB policies to use to receive OOB load reports (# 5669)%0A  > 36d14db Fix binary logging bug which logs a server header on a trailers only response (# 5763)%0A  > fcb8bdf xds/google-c2p: validate url for no authorities (# 5756)%0A  > 040b795 xdsclient/e2e_test: use SendContext() where appropriate (# 5729)%0A  > 0d6481f target: replace parsedTarget.Scheme to parsedTarget.URL.Scheme (# 5750)%0A  > fdcc01b transport/test: implement staticcheck suggestion (# 5752)%0A  > aa44cca google-c2p: use new-style resource name for LDS subscription (# 5743)%0A  > c858a77 balancer/weightedtarget: fix ConnStateEvltr to ignore transition from TF to Connecting (# 5747)%0A  > 64df652 google-c2p: include federation env var in the logic which determines when to use directpath (# 5745)%0A  > 3c09650 balancer/weightedtarget: use ConnectivityStateEvaluator (# 5734)%0A  > 3fd80b0 Fix flaky test MultipleClientStatsHandler (# 5739)%0A  > 26071c2 google-c2p resolver: add authority entry to bootstrap config (# 5680)%0A  > 9127159 client: synchronously verify server preface in newClientTransport (# 5731)%0A  > f51d212 xdsclient: improve RDS watchers test (# 5692)%0A  > 7c16802 tests: refactor tests to use testutils helper functions (# 5728)%0A  > 28fae96 xdsclient: improve federation watchers test (# 5696)%0A  > f88cc65 xdsclient: improve EDS watchers test (# 5694)%0A  > 439221d xdsclient: add a convenience type to synchronize execution of callbacks (# 5702)%0A  > dbb8e2b xdsclient: improve CDS watchers test (# 5693)%0A  > 79ccdd8 clientconn: go idle if conn closed after preface received (# 5714)%0A  > 778860e testing: update Go to 1.19 (# 5717)%0A  > eb8aa31 weightedtarget: return a more meaningful error when no child policy is reporting READY (# 5391)%0A  > bb3d739 fakeserver: add v3 support to the xDS fakeserver implementation (# 5698)%0A  > 912765f xds: move bootstrap config generating utility package to testutils (# 5713)%0A  > f52b910 o11y: Fixed o11y bug (# 5720)%0A  > 00d1830 Fix o11y typo (# 5719)%0A  > e163a90 xds/xdsclient: add EDS resource endpoint address duplication check (# 5715)%0A  > 9eba574 xds: de-experimentalize google c2p resolver (# 5707)%0A  > 8b3b10b gcp/observability: implement public preview config syntax, logging schema, and exposed metrics (# 5704)%0A  > 8062981 vet: workaround buggy mac git grep behavior (# 5716)%0A  > e81d0a2 xdsclient: improve LDS watchers test (# 5691)%0A  > 7b817b4 client: set grpc-accept-encoding to full list of registered compressors (# 5541)%0A  > c672451 xds/xdsclient: add sum of EDS locality weights check (# 5703)%0A  > c03925d priority: release references to child policies which are removed (# 5682)%0A  > 5fc798b Add binary logger option for client and server (# 5675)%0A  > 12db695 grpc: restrict status codes from control plane (gRFC A54) (# 5653)%0A  > 202d355 Change version to 1.51.0-dev (# 5687)%0A  > 1451c62 internal/transport: optimize grpc-message encoding/decoding (# 5654)%0A  > be4b63b test: minor test cleanup (# 5679)%0A  > d83070e Changed Outlier Detection Env Var to default true (# 5673)%0A  > 54521b2 client: remove trailing null from unix abstract socket address (# 5678)%0A  > 36e4810 orca: cleanup old code, and get grpc package to use new code (# 5627)%0A  > e8866a8 build: harden GitHub Workflow permissions (# 5660)%0A  > 8458251 xdsclient: ignore routes with cluster_specifier_plugin when GRPC_EXPERIMENTAL_XDS_RLS_LB is off (# 5670)%0A  > a238ceb xDS: Outlier Detection Env Var not hardcoded to false (# 5664)%0A  > b1d7f56 transport: Fix deadlock in transport caused by GOAWAY race with new stream creation (# 5652)%0A  > 9c3e589 rls: delegate pick to child policy as long as it is not in TransientFailure (# 5656)%0A  > 7da8a05 xds: Enable Outlier Detection interop tests (# 5632)%0A  > 21f0259 test: loosen metadata error check to reduce dependence on exact library errors (# 5650)%0A  > 552de12 orca: fix package used to reference service to use pb suffix instead of grpc (# 5647)%0A  > 87d1a90 orca: fix package used to reference service to use grpc suffix instead of pb (# 5645)%0A  > 60eecd9 metadata: add ValueFromIncomingContext to more efficiently retrieve a single value (# 5596)%0A  > 2ebd594 Documentation/proxy: update due to Go 1.16 behavior change (# 5630)%0A  > 1530d3b gcp/observability: fix End() to cleanup global state correctly (# 5623)%0A  > f7d2036 xds: add Outlier Detection Balancer (# 5435)%0A  > 182e9df Grab comment from proto file, similar to protoc-gen-go (# 5540)%0A  > 60a3a7e cleanup: fixes for issues surfaced by vet (# 5617)%0A  > 99ae81b roundrobin: optimization of the roundrobin implementation. (# 5607)%0A  > aee9f0e orca: server side custom metrics implementation (# 5531)%0A  > ddcda5f alts: do not set WaitForReady on handshaker RPCs (# 5620)%0A  > d875a0e xdsclient: NACK cluster resource if config_source_specifier in lrs_server is not self (# 5613)%0A  > c351f37 chore: remove duplicate word in comments (# 5616)%0A  > f0f9f00 test/kokoro: enable pod log collection in the buildscripts (# 5608)%0A  > 1dd0256 ringhash: implement a no-op ExitIdle() method (# 5614)%0A  > fe59226 clusterresolver: deflake eds_impl tests (# 5562)%0A  > d5dee5f xds/ringhash: make reconnection logic work for a single subConn (# 5601)%0A  > b225dda transport: update http2 spec document link (# 5597)%0A  > 641dc87 transport: add peer information to http2Server and http2Client context (# 5589)%0A  > 02fbca0 xds/resolver: generate channel ID randomly (# 5591)%0A  > 97cb7b1 xds/clusterresolver: prevent deadlock of concurrent Close and UpdateState calls (# 5588)%0A  > c56f196 internal/fakegrpclb: don't listen on all adapters (# 5592)%0A  > 3f5b7ab internal/transport: fix typo (# 5566)%0A  > c11858e Publish arm64 binaries to GitHub releases (# 5561)%0A  > 802b32e Change version to 1.50.0-dev (# 5585)%0Abumping golang.org/x/net dfa2b5d...c73c09c:%0A  > c73c09c go.mod: update golang.org/x dependencies%0A  > 4fc2eb9 http2: revert Transport change from CL 486156%0A  > 63727cc http2: validate Host header before sending%0A  > 1bb09e6 quic: pass the connection ID length into 1-RTT packet parsing%0A  > 952fc9c quic: move ack_delay_exponent handling out of frame parsing%0A  > 02fe9a5 quic: loss detection%0A  > c8a2c5a quic: remove stray debugging print%0A  > 5d50b40 quic: add packetFate enum%0A  > ee81e8c quic: correct rttvar updates%0A  > ab184e6 quic: rename side type to connSide%0A  > 508a573 quic: add congestion controller%0A  > 4050002 html: handle equals sign before attribute%0A  > f5464dd idna: update for Unicode 15.0.0%0A  > 6c96ca5 go.mod: update golang.org/x dependencies%0A  > 5541298 quic: add packet pacer%0A  > 88a50b6 all: update x/sys to HEAD%0A  > 7e6923f quic: add RTT estimator%0A  > 2796e09 bpf: check for little endian CPU for OS VM comparison%0A  > 10cf388 quic: add a data structure for tracking lists of sent packets%0A  > ccc217c quic: parameterize rangeset%0A  > f16447c quic: add go1.21 build constraint%0A  > f7250ea quic: add a type tracking sent values%0A  > 1b5a2d8 quic: packet encoding/decoding%0A  > a233290 quic: add a data structure for tracking sent packets%0A  > 61d852e quic: error codes and types%0A  > d40f154 quic: varint encoding and decoding%0A  > 10d9069 quic: add rangeset type%0A  > f71a821 quic: packet protection%0A  > 6488c8f quic: basic packet operations%0A  > d4a2c13 quic: packet number encoding/decoding%0A  > 0d6f3cb quic: add various useful common constants and types%0A  > ee6956f quic: add internal/quic package%0A  > 6826f5a http2: close request bodies before RoundTrip error return%0A  > ca96da6 dns/dnsmessage: reject names with dots inside label%0A  > 056145c net/http: deflake TestTransportRetryAfterGOAWAY%0A  > abee42a http2: deflake TestTransportReuseAfterError%0A  > 3b31286 ipv4,ipv6: remove unneeded deadlines added for flaky tests%0A  > 23ce3b8 http2: disable Content-Length when nilled%0A  > 120fc90 http2: change default frame scheduler to round robin%0A  > 2b0b97d dns/dnsmessage: reject packing of 255B rooted names, reject unpacking of 256B (dns encoded) names%0A  > d28c0b1 all: fix some comments%0A  > daac0ce go.mod: update golang.org/x dependencies%0A  > 82780d6 http2: don't reuse connections that are experiencing errors%0A  > 0bfab66 ipv4, ipv6: drop redundant skip checks based on GOOS%0A  > 938ff15 ipv4, ipv6, nettest: skip unsupported tests on wasip1%0A  > eb1572c html: another shot at security doc%0A  > 9001ca7 nettest: re-enable unixpacket tests on netbsd/386%0A  > 3d5a8ee internal/socks: permit authenticating with an empty password%0A  > 694cff8 go.mod: update golang.org/x dependencies%0A  > 6960703 http2: log the correct error when retrying in (*Transport).RoundTripOpt%0A  > 9f24bb4 http2: properly discard data received after request/response body is closed%0A  > 08dda57 html: fix package doc typo

Signed-off-by: Knative Automation <automation@knative.team>
2023-07-11 11:07:12 +00:00
Knative Automation b6c06e0602
Update community files (#1825)
Signed-off-by: Knative Automation <automation@knative.team>
2023-07-10 01:54:41 +00:00
Knative Automation 4b71af8932
upgrade to latest dependencies (#1817)
bumping knative.dev/serving a657321...0462ce6:%0A  > 0462ce6 Update net-istio nightly (# 14126)%0A  > 2813b9a Update net-gateway-api nightly (# 14119)%0A  > eaf666e Update net-istio nightly (# 14116)%0A  > 53169cd Update net-istio nightly (# 14112)%0A  > e865aa7 Update net-contour nightly (# 14109)%0A  > 921daf8 Update net-certmanager nightly (# 14111)%0A  > bb581cc Update net-kourier nightly (# 14110)%0A  > fbfffc0 upgrade to latest dependencies (# 14108)%0A  > bcf9274 upgrade to latest dependencies (# 14101)%0A  > f085b30 fix: requests are sent to all pods even if cc=1 and the parity of activatorCount and podTracker is different (# 14022)%0A  > 9772417 Update net-kourier nightly (# 14107)%0A  > f6d0c7b Update net-contour nightly (# 14106)%0A  > 560e0ea Update net-certmanager nightly (# 14105)%0A  > 51f4f1e Update net-istio nightly (# 14104)%0A  > 18519b1 Update net-contour nightly (# 14079)%0A  > 38c155e Add chainguard-dev/actions for creating kind cluster (# 14018)%0A  > 74c57d8 Update net-istio nightly (# 14098)%0A  > 5a9c574 Update net-kourier nightly (# 14096)%0A  > 3a6c2b6 upgrade to latest dependencies (# 14095)%0A  > 5a90438 Update net-istio nightly (# 14091)%0A  > dc0692a Update net-istio nightly (# 14088)%0A  > 0fbd780 Update net-certmanager nightly (# 14087)%0A  > 6f63c98 Update net-kourier nightly (# 14086)%0A  > e74f5f4 Update net-gateway-api nightly (# 14085)%0A  > 1587070 Update net-kourier nightly (# 14081)%0A  > 2e00e9f Update net-certmanager nightly (# 14080)%0A  > a3c7864 Update net-istio nightly (# 14078)%0A  > 384b889 Update net-gateway-api nightly (# 14077)%0A  > 7d0f963 Change storage version of DomainMapping to v1beta1 (# 14058)%0A  > e8b6f05 Update net-gateway-api nightly (# 14068)%0A  > 41e4212 Get certificate reconciler from `networking` instead of `control-protocol` (# 14072)%0A  > e71b933 Update net-certmanager nightly (# 14070)%0A  > 8f516b6 Update net-kourier nightly (# 14069)%0A  > a2bb4aa upgrade to latest dependencies (# 14071)%0A  > c95f17b Update community files (# 14067)%0A  > bf48e64 Remove deprecated internalEncryption dependency (# 14064)%0A  > 6b87d67 Update net-istio nightly (# 14065)%0A  > fbecf34 refactor throttler_test.go (# 14055)%0A  > 349b2d6 Change minimum TLS version to 1.3 for internal encryption (between activator and queue-proxy) (# 13887)%0A  > d07bf78 Update net-contour nightly (# 14049)%0A  > aa023e8 Update net-istio nightly (# 14048)%0A  > 8fc4bb9 Update net-gateway-api nightly (# 14047)%0A  > 135be30 Update net-certmanager nightly (# 14046)%0A  > 8da71b5 Update net-kourier nightly (# 14042)%0A  > 13a4e46 poll until timeout - don't error out if the deployment can't be found (# 14027)%0A  > 31c2b7e upgrade to latest dependencies (# 14043)%0A  > 6a6e417 Update net-istio nightly (# 14041)%0A  > 807fc2c Update net-certmanager nightly (# 14040)%0A  > 3c23945 drop safe to evict annotations (# 14035)%0A  > fca5c14 Update net-gateway-api nightly (# 14033)%0A  > c12c917 Update net-contour nightly (# 14034)%0A  > 2da856d Update net-kourier nightly (# 14032)%0A  > d7c8779 Update net-certmanager nightly (# 14031)%0A  > aaf01dc Update net-istio nightly (# 14030)%0A  > bdaa436 RandomChoice 2 policy wasn't random when the number of targets is 2 (with equal weight) (# 14028)%0A  > c91f8c4 Fix metrics reporting period (# 14019)%0A  > 9f60969 Update net-kourier nightly (# 14004)%0A  > 6020cec Update net-istio nightly (# 14025)%0A  > 88cae7f Update net-gateway-api nightly (# 14016)%0A  > a143bf8 Update net-contour nightly (# 14015)%0A  > c2be582 Update net-certmanager nightly (# 14014)%0A  > 3450f0a upgrade to latest dependencies (# 14013)%0A  > 35cfd8f [Automated] Update net-gateway-api nightly (# 14003)%0A  > 08a9708 Update net-istio nightly (# 14009)%0A  > 5074b4c Update net-contour nightly (# 14010)%0A  > e8cb343 upgrade to latest dependencies (# 13999)%0A  > 1261074 Update net-certmanager nightly (# 14002)%0A  > f987ca6 Bump kind to 0.19 (# 14008)%0A  > fbb7fa1 Update community files (# 13998)%0A  > bff1d80 Remove 1.24 kind version (# 14007)%0Abumping knative.dev/eventing 5e245ac...8f74094:%0A  > 8f74094 Add handler to auto create Event Types (# 7034)%0A  > 901ef61 Remove check for empty Namespace on resolver (# 7040)%0A  > 95cdbaa We should not limit the EventType creation from the Sources Duck to just brokers (# 7032)%0A  > 7429761 Adjust the Namespace reference to the one from the parent (# 7035)%0A  > cb2a891 update the redeployment script (# 7038)%0A  > ab01938 [main] Upgrade to latest dependencies (# 7025)%0A  > c9dcaf3 Added basic gc loop to kncloudevents clients map (# 6997)%0A  > d6cf96d EventType works with channel (# 7023)%0A  > 365d0b0 Run TLS e2e tests only when Istio is not enabled (# 7029)%0A  > 825a237 Update IMC CRD addressstatus to include `.name` and `.CACerts` fields (# 7026)%0A  > 3190df7 Tracking/reconcile KResource references (# 7014)%0A  > 0f68861 Rename more to Resource, instead of broker (# 7022)%0A  > bccb7d4 Better reflecting the lifecycle of event type … (# 7019)%0A  > 49d4acd Skip ping source TLS rekt test, since extremely flaky (# 7016)%0A  > 8719e18 [main] Upgrade to latest dependencies (# 7012)%0A  > e5ae717 Use HTTP POST when terminating istio proxy (# 7015)%0A  > fea730f Only check if the reference does exist (# 7010)%0A  > 631f4ec Add TLS support for mt-broker-filter (# 6940)%0A  > 45f0a19 Allow wathola components to run with Istio  (# 7011)%0A  > 65f4b1c [main] Format Go code (# 7008)%0A  > 3267b1a test SinkBinding with eventshub TLS receiver as sink (# 6979)%0A  > aad53f4 Updated eventingtls test certs to support IP addresses (# 7006)%0A  > 57d78e0 [main] Update community files (# 7004)%0A  > dfb2243 Support TLS in Trigger and Channel reconciler (# 6988)%0A  > df08b49 Eventing TLS: verify APIServerSource and PingSource sinkURI is https (# 6987)%0A  > d21c1aa [main] Upgrade to latest dependencies (# 6989)%0A  > 70113e8 Deprecate broker field and use KReference for the broker instead (# 6870)%0A  > 4e4647f test update to newest version (# 6990)%0A  > 870ac6b Update MessageDispatcher and FanoutMessageHandler to support sending events to TLS endpoints (# 6983)%0A  > 6dd5d58 Test PingSource with eventshub TLS receiver as sink (# 6965)%0A  > 55f4f28 [main] Upgrade to latest dependencies (# 6982)%0A  > 2a5a9a5 Add more items in the development getting started documentation (# 6978)%0A  > 59118a0 imc-dispatcher starts a TLS server, accepts host based routing on http receiver and path based routing on https receiver (# 6954)%0A  > ee49ada Rework kncloudevents library to support multiple clients (# 6975)%0A  > ee88094 Make ServerManager independent from kncloudevents package (# 6980)%0A  > 6a11c5f [main] Upgrade to latest dependencies (# 6969)%0A  > 8a9a532 Updated DEVELOPMENT.md to provide better instructions on setting up kubernetes (# 6977)%0A  > 390a0c8 Eventing TLS: Test ContainerSource with eventshub TLS receiver as sink (# 6957)%0Abumping knative.dev/pkg ec20442...eb63a40:%0A  > eb63a40 Support to set qps and burst via env variable (# 2755)%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)%0A  > 5671699 drop the dynamic type (# 2750)%0A  > 9bda38b Fix some webhook testing tech debt (# 2751)%0Abumping knative.dev/hack 5812c57...d7586a2:%0A  > d7586a2 Update e2e kntest link (# 295)%0A  > a861c8e Update community files (# 294)%0A  > 5b7907f Update actions (# 289)%0A  > c133d5d Install Istio for tests (# 291)%0Abumping knative.dev/networking fcbedad...3a75df5:%0A  > 3a75df5 upgrade to latest dependencies (# 817)%0A  > b9dd5c2 upgrade to latest dependencies (# 816)%0A  > 68947c5 upgrade to latest dependencies (# 815)%0A  > 14a2bd4 Move `pkg/certificates` from `control-protocol` to `networking` (# 802)%0A  > 2daa483 Update community files (# 813)%0A  > 0dbe4f9 upgrade to latest dependencies (# 812)%0A  > 2a2f7d2 upgrade to latest dependencies (# 810)

Signed-off-by: Knative Automation <automation@knative.team>
2023-06-28 12:10:02 +00:00
Knative Automation 7fd026a198
Update community files (#1822)
Signed-off-by: Knative Automation <automation@knative.team>
2023-06-28 11:01:02 +00:00
David Simansky 00e38dc791
Fix broker condition check (#1820)
* Fix broker condition check

* Relax the describe check
2023-06-23 12:28:36 +00:00
Knative Automation cc1a637679
Update community files (#1819)
Signed-off-by: Knative Automation <automation@knative.team>
2023-06-06 13:20:26 +00:00
knative-automation 8c27e51a53
upgrade to latest dependencies (#1811)
bumping github.com/matttproud/golang_protobuf_extensions c182aff...c182aff:%0Abumping golang.org/x/net 8e2b117...dfa2b5d:%0A  > dfa2b5d go.mod: update golang.org/x dependencies%0A  > 8c4ef2f hmtl: add security section to package comment%0A  > 1d46ed8 html: have Render escape comments less often%0A  > 569fe81 html: add "Microsoft Outlook comment" tests%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 github.com/fsnotify/fsnotify 0f4b979...5f8c606:%0A  > 5f8c606 Update ChangeLog%0A  > 8878587 Tweak the docs a bit%0A  > 89b4cf1 Add test for re-adding a renamed file (# 508)%0A  > 85acde2 Update x/sys%0A  > 69c24b0 Update x/sys%0A  > fb07f82 Add test to see what happens if you watch a symlink (# 498)%0A  > 666da9c Clarify doc comment on WatchList() (# 499)%0A  > 123e4e3 Add note about README version%0A  > 61a05ce Update documentation and examples (# 496)%0A  > e180a87 Move some inotify-tests to run on all backends; test that state is cleaned up after Remove (# 494)%0A  > fdf41a3 Move some files around%0A  > 844d71f Port minor test changes from fen-v2 branch; make LICENSE text not ugly%0A  > 5b87f50 windows: simplify a bit (# 493)%0A  > 2bfaa00 all: add Watcher.{sendEvent,sendError} (# 492)%0A  > 8ab3b84 kqueue: don't set up watchers on unreadable files (# 479)%0A  > a4bcdf8 Update changelog%0A  > 4b43fad kqueue: remove timeout from unix.Kevent() (# 480)%0A  > a24f78c windows: test symlinks (# 491)%0A  > f45391f windows: run TestWatchRename/rename_overwriting_existing_file (# 490)%0A  > ee33a65 Use "os.Rename()" in tests instead of "mv"%0A  > 9dd0568 cmd/fsnotify: fix time.Format() string%0A  > 5dcbfba windows: replace syscall with golang.org/x/sys/windows%0A  > 1f8edaf windows: replace "e" with "err" for error variables%0A  > 99715ba windows: increase buffer size from 4K to 64K (# 485)%0A  > a5c5815 ci: update to use Go 1.19, kick off fewer builds, update x/sys (# 484)%0A  > f2d35c3 Remove CLA section in contributing%0A  > 4604469 Need Linux 5.9 for a useful fanotify we can use%0A  > a566bb1 Update CONTRIBUTING.md%0A  > 01dfc6f Remove PULL_REQUEST_TEMPLATE%0A  > a58e868 Run tests in illumos (# 481)%0A  > 666c6a0 Update ChangeLog%0A  > 928895c [bugfix] close handle when remWatch open in getIno (# 288)%0A  > f174f95 windows: update watch paths when renaming directories with sub-watches (# 370)%0A  > 87dc1fa Rewrite tests (# 478)%0A  > 57e6a49 Add {Event,Op}.Has() (# 477)%0A  > 39823aa Document that /proc and /sys won't work%0A  > 60fbf57 Clarify FAQ on goroutines%0A  > ca0e2f4 macos: retry if open() returns EINTR (# 475)%0A  > ff39bb4 Fix lint (# 476)%0A  > 421f529 debian 6 test: deal with multiple packages (# 474)%0A  > a3256ef Remove AUTHORS file%0A  > 0e78fa6 Update README: split out FAQ to "Platform-specific notes"%0A  > 1a7b6ef inotify: don't ignore events for files that don't exist (# 470)%0A  > f0aceb2 Tweak comment regarding relative paths (# 466)%0A  > d9c9fa5 Add cmd/fsnotify (# 463)%0A  > cc15908 kqueue: better error if watching a file fails (# 471)%0A  > c4e64e4 Replace Use of Kthread-blocking Epoll with Poller Read, Remove Per-Event LStats on Linux # 433 (# 434)%0A  > 4b8b298 Test some more things in CI (# 469)%0A  > 548b8fb Add missing changelog for 1.4.{8,9} (# 468)%0A  > 7fe2936 inotify: fix race in Close() (# 465)%0A  > 35b6378 Clarify README on network drives (# 467)%0A  > e56409e Update link to CONTRIBUTING in the README (# 464)%0A  > 4678dfd Update documentation for linux systems (max_user_watches) (# 287)%0A  > 808f582 bump up GitHub Actions (# 461)%0A  > 4193dfd Do not suppress Chmod on non-existent file (# 260)%0A  > 6ae56b7 kqueue: Make watcher.Close() O(n) instead of O(n^2) (# 233)%0A  > adf5320 strings.Builder instead of bytes.Buffer (# 285)%0A  > 217e78e Explicit mutext (un)locking (# 462)%0A  > 1a4f949 Use common error when removing an unwatched file (# 460)%0A  > 5acfdc1 windows: protect access to isClosed with mutex (# 454)%0A  > c56cafd Test Go 1.18%0A  > 37badf6 This project is archived (# 459)%0Abumping knative.dev/eventing 034bec9...5e245ac:%0A  > 5e245ac Fix flaky PingSource TLS unit test (# 6970)%0A  > f9f27c9 Use random names in Channel tests (# 6967)%0A  > d4609a5 Do not parse flags in InitializeEventingFlags (# 6966)%0A  > ef68a0a [main] Update community files (# 6968)%0A  > 4adc287 Add transport-encryption prerequisite for Addressable tests (# 6964)%0A  > deb0ef4 Add field for subscribers & replys CA certs to `SubscriberSpec` and `SubscriptionStatusPhysicalSubscription` (# 6959)%0A  > b81082c Eventing TLS: Test ApiServerSource with eventshub TLS receiver as sink (# 6956)%0A  > cdff269 Adding source duck type to v1b2 (# 6962)%0A  > b47b4ec [main] Upgrade to latest dependencies (# 6958)%0A  > 3315c20 Provide Channels CACerts in Brokers status annotation (# 6952)%0A  > 4b9fdef [main] Upgrade to latest dependencies (# 6955)%0A  > da31970 Improve cert-manager resources for Eventing TLS certs provisioning (# 6953)%0A  > fc5befb Provide subscribers CACerts in triggers status (# 6951)%0A  > 1efab19 Using v1b2 in the reconciler (# 6949)%0A  > c44671c Updating rekt test resources for EventType v1b2 (# 6946)%0A  > e31eb1f Adding testingv1b2 for eventtype (# 6944)%0A  > a9908ef Support TLS in PingSource (# 6929)%0A  > df559c0 Fix typo in flags.IsDisbledTransportEncryption name (# 6941)%0A  > 7073cc9 [main] Upgrade to latest dependencies (# 6939)%0A  > c6bc9bb Eventing TLS: Support K_CA_CERTS env variable injection for SinkBinding subjects (# 6931)%0A  > 24fbfe5 Eventing TLS: support exposing https address in Broker controller (# 6930)%0A  > d18cb42 Add information about retryable error in servermanager (# 6921)%0A  > f92a05b Added Support for K_CA_CERTS in the heartbeats (# 6920)%0A  > b8b43d0 Remove CA certs empty and non nil check, use URL scheme only (# 6928)%0A  > 3c8cc05 Return error directly if one receiver of servermanager fails (# 6919)%0A  > 92ab7f8 [main] Upgrade to latest dependencies (# 6927)%0A  > 5c6fe57 two more for reducing to debug, instead of info (# 6922)%0A  > 6cf9397 less verbose logs on scheduler component  (# 6912)%0A  > 69918f2 Adds ServerManager. Supports http/https message receivers (# 6908)%0A  > d58e259 Install ko using setup-ko in kind e2e tests (# 6910)%0A  > 9cdea5d Eventing TLS: Added Support for setting K_CA_CERTS in the ApiServerSource controller for the adapter (# 6897)%0A  > add8436 Eventing TLS: support exposing https address in InMemoryChannel controller (# 6881)%0A  > 59cfb6d [main] Upgrade to latest dependencies (# 6906)%0A  > 03f2a3d Remove unused test helper (# 6907)%0A  > 7a90c46 Remove eventing-natss from downstream tests (# 6905)%0A  > ba2550b [main] Upgrade to latest dependencies (# 6904)%0A  > 999eead More EventType v1beta2 work (# 6903)%0A  > 66e8257 Remove sanitize HTTP body for `knativeerrordata` extension (# 6902)%0A  > cd50d27 [main] Format Go code (# 6898)%0A  > 0f0a82c [main] Update community files (# 6901)%0A  > 7f4deb5 EventType v1b2 API addition (# 6893)%0A  > 1f917d0 Refactor PingSource adapter client creation (# 6880)%0A  > e2f1c77 [main] Update community files (# 6896)%0A  > 6a5c7ee Eventing TLS: migrate all resolver.URIResolver usages over to AddressableFromDestinationV1 (# 6883)%0A  > 0a12a6c Adds path based routing to message_receiver pkg (# 6873)%0Abumping k8s.io/apiextensions-apiserver 2c55649...52c998e:%0A  > 52c998e Update dependencies to v0.26.5 tag%0A  > 186ff9b Merge pull request # 117274 from jkh52/release-1.26-knp-0.0.37%0A  > b7b18f5 Merge pull request # 117691 from dims/re-do-of-117242-on-release-1.26%0A  > ee5015a Bump konnectivity-client to 0.0.37%0A  > 9ce75f3 Bump runc go module v1.1.4 -> v1.1.6%0A  > e9d194a Merge pull request # 115599 from jkh52/release-1.26-knp-0.0.36%0A  > d7df0be Merge pull request # 115787 from liggitt/net-0.7.0-1.26%0A  > 9152c67 Bump konnectivity-client to v0.0.36%0A  > 89cec57 Update golang.org/x/net to v0.7.0%0A  > f72cc5c Merge pull request # 115642 from nckturner/pin-golang.org/x/net-to-v0.4.0-in-1.26%0A  > 28eb995 Pin golang.org/x/net to v0.4.0 in 1.26%0A  > 33db789 Merge pull request # 114861 from jpbetz/release-1.26%0A  > a06e03d Merge pull request # 114927 from jkh52/release-1.26-knp-metrics%0A  > 0859963 Cherry pick 114857 to release-1.26%0A  > 5183885 Bump konnectivity-client to v0.0.35%0A  > 6e13726 Merge remote-tracking branch 'origin/master' into release-1.26%0A  > c338f3e Update golang.org/x/net 1e63c2f%0A  > 9768bad sync: update go.mod%0A  > f9c2bba fix aggregated discovery version sorting%0A  > d2c9e18 Merge pull request # 113171 from Jefftree/aggregated-discovery-generic%0A  > 470c040 Merge pull request # 113577 from pacoxu/prometheus-client%0A  > 915a888 add crds to aggregated discovery%0A  > 92430b6 Merge pull request # 113314 from cici37/celIntegration%0A  > ac326ca upgrade prometheus-client to v1.14.0%0A  > 5a6bf16 Merge pull request # 113688 from dashpole/update_utils%0A  > 67b0610 Integrate cel admission with API.%0A  > 84fed82 upgrade github.com/prometheus/client_golang to v1.13.1%0A  > 077b441 update k8s.io/utils to fix util tracing panic%0A  > 5bbf20d Adding new api version of admissionregistration.k8s.io v1alpha1 for CEL in Admission Control%0A  > 3b533ba Merge pull request # 113367 from pohly/dep-ginkgo-gomega%0A  > 975bbeb dependencies: update to gomega v1.23.0 and ginkgo v2.4.0 and dependencies%0A  > ae2b4c3 Merge pull request # 112693 from aimuz/fix-GO-2022-0969%0A  > c4deae9 Fixed (CVE-2022-27664) Bump golang.org/x/net to v0.1.1-0.20221027164007-c63010009c80%0A  > bc4263f Merge pull request # 113172 from dashpole/endpoint_handler_tracing%0A  > f6c164e migrate apiserver utiltrace usage to component-base/tracing%0A  > 53e3726 Merge pull request # 113015 from ritazh/crencryption%0A  > c8d8a9f Enable encryption for custom resources%0A  > 6405068 Merge pull request # 113325 from panslava/fix-time-since-defer%0A  > 508e399 Fix time.Since() in defer. Wrap in anonymous function%0A  > 5f8e59e Merge pull request # 112691 from aimuz/apiextensions-apiserver-change-to-cmp%0A  > c996139 Merge pull request # 113106 from pohly/dep-ginkgo-gomega%0A  > f83e03c apiextensions-apiserver: change k8s.io/apimachinery/pkg/util/diff to github.com/google/go-cmp/cmp%0A  > b68fc51 dependencies: update to gomega v1.22.1 and ginkgo v2.3.1%0A  > 49c41b4 Merge pull request # 112988 from alexzielenski/update-kube-openapi%0A  > 3aaa2a0 Merge pull request # 113037 from pacoxu/fsnotify-v1.6.0%0A  > d9f6ebd update kube-openapi%0A  > 82e3ba4 Merge pull request # 112789 from enj/enj/r/kms_load_once_v2%0A  > 7423813 update fsnotify to v1.6.0%0A  > 8bf3487 Merge pull request # 113011 from jpmcb/cobra-1.6.0%0A  > d34393e Load encryption config once%0A  > 6ba582f Bumps cobra from 1.5.0 to 1.6.0%0A  > 8e0697b Merge pull request # 113022 from logicalhan/webhook-metrics%0A  > 90c63e0 Merge pull request # 112926 from jiahuif-forks/refactor/cel-out-of-apiextensions%0A  > 548c480 unparameterize 'webhook' from conversion metrics since it's the only one%0A  > 77badb8 Merge pull request # 112989 from ameukam/bump-golang.org/x/text-to-v0.3.8%0A  > 609e270 use DefaultMaxRequestSizeBytes for maxRequestSizeBytes.%0A  > 04f26fa Bump golang.org/x/text to v0.3.8%0A  > dd981e1 move CEL package to apiserver package.%0A  > 1644998 Move celopenapi/model to staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/ (# 109959)%0A  > 08d44e8 Merge pull request # 112875 from pohly/update-yaml%0A  > 1300140 dependencies: update to sigs.k8s.io/yaml v1.3.0%0A  > 5fb82bd Merge pull request # 112819 from thockin/no-make-generators%0A  > f5f5279 Codegens: Do not auto-set boilerplate path%0A  > f22ee73 Merge pull request # 112738 from liggitt/proto-tag%0A  > ba7f1b7 Merge pull request # 112689 from cheftako/master%0A  > 7ac7774 github.com/matttproud/golang_protobuf_extensions v1.0.2%0A  > e678457 Merge pull request # 112748 from wojtek-t/lock_ssa_gate%0A  > 0aca5a6 Bump konnectivity-client to v0.0.33%0A  > 9be4b4a Lock ServerSideApply feature to true%0A  > 7b53cb7 Merge pull request # 111980 from aramase/kms%0A  > f40a683 Merge pull request # 112705 from stevekuznetsov/skuznets/fix-comment%0A  > 4cd9125 Add staging directory for kms%0A  > d4e654a clients: clarify a misleading comment%0A  > 8b851d9 Merge pull request # 112673 from dims/update-to-latest-k8s.io/utils-sep-22%0A  > 362a89c Merge pull request # 112615 from mengjiao-liu/update_CRD_link%0A  > add0c80 Update to latest k8s.io/utils to pick up changes%0A  > 374216b Merge pull request # 112613 from dims/update-github.com/go-openapi/jsonreference-to-drop-github.com/PuerkitoBio/purell%0A  > a7ee7f9 Update `PreserveUnknownFields` field document link%0A  > 488bf20 update github.com/go-openapi/jsonreference to drop github.com/PuerkitoBio/purell%0A  > 47c15ca Merge pull request # 112588 from pacoxu/fsnotify-v1.5.4%0A  > d5b6243 Merge pull request # 112584 from dims/brneto-master%0A  > 8c6aa82 update fsnotify/fsnotify to v1.5.4%0A  > f8e18e9 run pin-dependency.sh and then hack/update-vendor.sh%0A  > c540c8c Merge pull request # 112545 from dims/update-etcd-3.5.5-and-all-otel-related-to-latest%0A  > 70b0d96 Merge pull request # 112352 from pohly/e2e-ginkgo-progress%0A  > 39cab0b updated etcd to v3.5.5 and newer otel libraries as well%0A  > 5faccda Merge pull request # 111866 from pacoxu/validate%0A  > 1c3fe9d e2e: bump ginkgo to v2.2.0%0A  > 917d446 Merge pull request # 112458 from dims/switch-to-release-tag-for-antlr-v1.4.10%0A  > 8b3fe74 add test case for array checking with dup values%0A  > 045fc90 Merge pull request # 112433 from ncdc/reduce-SchemaHas-allocs%0A  > 73cc883 Switch to release tag for antlr : v1.4.10%0A  > 22bcc66 added ratcheting validation for embedded resource and x-kubernetes-list-type validation%0A  > 269d73d Reduce allocations in HasSchemas%0A  > 7342cc6 Merge pull request # 112200 from pohly/client-go-shared-informer-factory-shutdown%0A  > aabbdff Merge pull request # 112349 from pohly/klog-update%0A  > fdf28bc client-go: support waiting for SharedInformerFactory shutdown%0A  > 6b7d12b build: update to klog v2.80.1%0A  > 559b4fa Merge pull request # 111768 from weilaaa/feature_add_symmetric_difference_in_sets_string%0A  > bf7d058 add symmetric difference in sets%0A  > 04ff81e Merge pull request # 112199 from pohly/klog-update%0A  > 87a4c3f dependencies: update to klog v2.80.0%0A  > 8f15690 Merge pull request # 112129 from pohly/e2e-ginkgo-report-after-each%0A  > f637e1c dependencies: update to ginkgo v2.1.6 and gomega v1.20.1%0A  > b6adc1c Merge pull request # 111964 from DangerOnTheRanger/cel-estimate-fix-update%0A  > ea2d438 Merge pull request # 112052 from tosi3k/bump-client-golang%0A  > 6b4dc0b Add unit tests.%0A  > 767e67b Bump prometheus/client_golang to v1.13.0%0A  > 782b982 Run pin-dependency.sh and update-vendor.sh.%0A  > 305963e Merge pull request # 111909 from tosi3k/bump-prom-client%0A  > fa2959a Merge pull request # 111830 from t1anz0ng/typo%0A  > 5a6ffec Bump prometheus/client_golang to v1.12.2%0A  > e0abc3b fix(typo): remove extra " from autoscaling doc string%0A  > 2184a8d Merge pull request # 111696 from liggitt/go119mod%0A  > f750907 Update go.mod to go1.19%0Abumping knative.dev/pkg dfad48e...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)%0A  > a170a07 Eventing TLS: validate that Destination.CACerts is a PEM encoded cert (# 2743)%0A  > dfb4bf0 Drop dynamic wrapper injection code generation (# 2742)%0A  > db8a353 Add SinkCACerts to SourceStatus (# 2733)%0A  > 9049667 Update community files (# 2735)%0A  > aacec7f Update community files (# 2734)%0A  > 300df43 Eventing TLS: Added AddressableFromDestination method on the resolver (# 2717)%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 knative.dev/networking e5d04e8...fcbedad:%0A  > fcbedad Update community files (# 809)%0A  > a44b093 upgrade to latest dependencies (# 808)%0A  > 7c2f7ac upgrade to latest dependencies (# 807)%0A  > 33636d9 Backward compatibility for InternalEncryption (# 806)%0A  > 77975a1 Add the new certificate names for dataplane and controlplane (# 804)%0A  > c3cca43 upgrade to latest dependencies (# 803)%0A  > 3f4627e Add internal trust flag to config (# 778)%0A  > 02055c8 Update community files (# 801)%0A  > 68725bd upgrade to latest dependencies (# 798)%0A  > 1594abb Update community files (# 797)%0Abumping golang.org/x/mod b3066c3...b710602:%0A  > b710602 sumdb/dirhash: correct documentation of hash%0A  > a42224d all: replace io/ioutil with io and os package%0A  > 77d797e sumdb/dirhash: fix a panic when argument is not a directory%0A  > 7c05a44 sumdb/note: remove dependency on golang.org/x/crypto/ed25519%0Abumping github.com/prometheus/client_golang 64435fc...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  > 79ca0eb Added tip from Björn + Grammarly.%0A  > 4d54769 Fix float64 comparison test failure on archs using FMA (# 1133)%0A  > 078f11f Cut 1.13.1 release (+ documenting release process).%0A  > 5f202ee Merge pull request # 1150 from prometheus/sparsehistogram%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  > 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  > 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  > 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  > 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  > 83d56b1 Extend prometheus.Registry to implement Collector (# 1103)%0A  > 111fae1 Merge branch 'main' into sparsehistogram%0A  > 4c41dfb Clarify exemplar(Add|Observe) by renaming to (add|observe)WithExemplar (# 1122)%0A  > 25bc188 Merge pull request # 1144 from prometheus/beorn7/histogram2%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  > c7aa2a5 Merge pull request # 1113 from prometheus/release-1.13%0A  > ec86ef1 Merge pull request # 1092 from prometheus/beorn7/histogram%0A  > 1e61b8e Update common Prometheus files (# 1111)%0A  > 6141a07 Merge branch 'main' into sparsehistogram%0A  > 8cbcd40 histograms: Move to new exposition protobuf format%0A  > 5a321c7 Merge branch 'foo-commit' into sparsehistogram%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  > 525d042 Merge branch 'main' into sparsehistogram%0A  > a516626 Merge branch 'release-1.12' into beorn7/release%0A  > a27b6d7 Fix conflicts%0A  > 6ba7871 Merge branch 'main' into sparsehistogram%0A  > eb59a7b Histogram: Fix bug with negative schemas (# 1054)%0A  > b237230 Merge branch 'main' into sparsehistogram%0A  > 294cca4 Merge branch 'main' into sparsehistogram%0A  > 70253f4 Fix typo in doc comment%0A  > 5b19c55 Merge branch 'master' into sparsehistogram%0A  > dfbcc28 Merge pull request # 901 from prometheus/beorn7/histogram%0A  > 84fcaff Merge branch 'master' into sparsehistogram%0A  > 263be8d Refactoring of sparse histograms%0A  > 9ef5f90 Allow a zero threshold of zero%0A  > 2409960 Implement strategy to limit the sparse bucket count%0A  > aa6f67a Add TODO about bucket search optimization%0A  > 43f31c2 Merge pull request # 886 from prometheus/beorn7/histogram%0A  > 5aa8534 Merge branch 'master' into sparsehistogram%0A  > 5142344 Pin client_model to the most recent sparsehistogram commit%0A  > 97eb041 Tidy go.sum%0A  > 6c4e0ef Add tests for sparse histogram%0A  > 553ed73 Fix lint warning%0A  > 31318b7 Switch to base-2 buckets%0A  > b7a540a Fix test%0A  > a9df0ba Update prometheus/client_model%0A  > ce36ee3 Merge branch 'master' into beorn7/histogram%0A  > d698336 Merge branch 'master' into beorn7/histogram%0A  > 08104a0 Minor doc comment fixes%0A  > a9d0066 Add note about pow-of-10 precision issue%0A  > d1f5366 Fix span offset%0A  > abe540f Encode sparse histograms in protobuf%0A  > c98db4e Demo sparse histograms%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%0Abumping knative.dev/serving 2c1bb07...a657321:%0A  > a657321 Update net-kourier nightly (# 13993)%0A  > d75b0f0 Update net-contour nightly (# 13990)%0A  > 6d26f54 upgrade to latest dependencies (# 13991)%0A  > df5001f Update net-certmanager nightly (# 13992)%0A  > 2594084 upgrade to latest dependencies (# 13989)%0A  > 7c303fa Update cluster-version to 1.25 (# 13988)%0A  > 9e751a2 Update net-certmanager nightly (# 13974)%0A  > 7b35cfb upgrade to latest dependencies (# 13987)%0A  > 99800ed Set default domain to cluster's domain (# 13964)%0A  > c90fabf Metric annotations work with global class config (# 13978)%0A  > da31cd1 Update net-kourier nightly (# 13975)%0A  > f457924 Update net-contour nightly (# 13976)%0A  > 14ad4d1 upgrade to latest dependencies (# 13973)%0A  > 00ddfd9 Update net-kourier nightly (# 13972)%0A  > fc63583 Update net-kourier nightly (# 13966)%0A  > 219285e Update net-kourier nightly (# 13959)%0A  > 2fa05bd Min TLS for tag to digest defaults to 1.2 again and is configurable (# 13962)%0A  > 43df348 Update net-contour nightly (# 13958)%0A  > 50a9f22 Update net-certmanager nightly (# 13961)%0A  > 4e379cb Update net-gateway-api nightly (# 13957)%0A  > 3d53294 Update net-istio nightly (# 13960)%0A  > ea2a6c8 💄 Install ko using setup-ko, from ko-build (# 13951)%0A  > e5070cd upgrade to latest dependencies (# 13950)%0A  > 9778f2d Update net-istio nightly (# 13949)%0A  > f27ba4e Update net-certmanager nightly (# 13944)%0A  > 2840301 Update net-kourier nightly (# 13945)%0A  > 117a642 Update net-gateway-api nightly (# 13943)%0A  > 84a2230 Update net-contour nightly (# 13942)%0A  > 7aa5edb upgrade to latest dependencies (# 13941)%0A  > 01707d8 upgrade to latest dependencies (# 13940)%0A  > b7d5e8d Update net-istio nightly (# 13939)%0A  > 5e056a0 Update net-certmanager nightly (# 13926)%0A  > 35efd12 Update net-contour nightly (# 13929)%0A  > f476717 Update net-istio nightly (# 13935)%0A  > bd8e37c Update net-gateway-api nightly (# 13925)%0A  > 37a7010 Update net-kourier nightly (# 13934)%0A  > f47802d Update community files (# 13933)%0A  > 990d701 Update net-kourier nightly (# 13928)%0A  > ff9f03d Update net-istio nightly (# 13927)%0A  > 690c525 upgrade to latest dependencies (# 13924)%0A  > 1dd07a7 Update community files (# 13923)%0A  > 66141b8 Update net-istio nightly (# 13920)%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 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 golang.org/x/term d974fe8...0edf009:%0A  > 0edf009 go.mod: update golang.org/x dependencies%0Abumping golang.org/x/tools b3b5c13...d0863f0:%0A  > d0863f0 go.mod: update golang.org/x dependencies%0A  > 545ca87 gopls/internal/regtest/marker: require go/packages%0A  > 1ace7db go,gopls: remove license from package doc comments%0A  > ebad375 gopls/internal/lsp/protocol: prevent license rendering in godoc%0A  > 10a39ef gopls/internal/lsp/regtest: address additional comments on marker.go%0A  > 69920f2 gopls/internal/regtest/marker: add missing tests for hover%0A  > 24a13c6 gopls/internal/regtest: fill out features of the new marker tests%0A  > 2b149ce gopls/internal/regtest: add a regtest-based version of the marker tests%0A  > edddc5f go/packages: don't discard errors loading export data%0A  > a762c82 go/ssa: add MultiConvert instruction%0A  > f124b50 cmd/stringer: streamline test subprocesses%0A  > 6b6857a gopls: fix typos in comments and doc%0A  > 8111118 go/analysis/internal/facts: fix cycle in importMap.%0A  > dd1c468 gopls/internal/lsp/source: simplify extracting object hover doc%0A  > 66f8f71 gopls/internal/lsp/source: use syntax alone in FormatVarType%0A  > 30f191f internal/imports: update stdlib index for Go 1.20%0A  > 4e98188 internal/imports: use go/packages instead of cmd/api to compute symbols%0A  > 4e8ff89 internal/imports: update stdlib index for 1.20%0A  > 6bd0d00 gopls/internal/lsp: go to definition from linkname directive%0A  > 0cfddb3 gopls/internal/lsp: enable clear builtin completion test%0A  > 41adf8d gopls/internal/lsp/tests: remove StripSubscripts%0A  > 86fdadc gopls/internal/lsp/safetoken: delete safetoken.Range%0A  > c276ee5 internal/robustio: fix signature of getFileID on plan9%0A  > e170d45 gopls/internal/lsp: add clear builtin%0A  > 2ea4b81 go/ast/inspector: skip ranges that do not contain a node type%0A  > 407bbed go/analysis: improve error message on duplicate fixes%0A  > bd5dfbb all: fix some comments%0A  > 072fca5 gopls/protocol: use the current definition of the lsp%0A  > aa633e7 tools/gopls: provide markdown for completion and signature help%0A  > 684a1c0 go/analysis/internal/analysisflags: use os.Executable for program path%0A  > bd5e595 gopls/internal/lsp/cache: add missing mutex%0A  > 2683128 gopls/internal/lsp: differentiate govulncheck/vulncheck imports diags%0A  > d1e92d6 gopls/internal/lsp/mod: reorder vulncheck quick fixes%0A  > 87d00e6 gopls/internal/lsp: separate some requests from source.Identifier%0A  > ae242ec gopls: fix windows file corruption%0A  > 6f65213 gopls/internal/lsp/protocol: Mapper.NodeMappedRange%0A  > e260368 gopls/semantic: report type parameters in the type of a receiver%0A  > b62cbb6 internal/lockedfile: fix build constraints on solaris%0A  > 1aa7e72 gopls/internal/lsp/source: avoid qualifiedObjectsAtProtocolPos%0A  > 5ed33df gopls/internal/lsp/source: rename: prep for incrementality%0A  > e0659d1 gopls/internal/lsp/source: simplify legacy 'references' func%0A  > 1edcfe7 gopls/internal/regtest/diagnostics: require cgo for TestGoListErrors%0A  > f052158 gopls/internal/lsp/protocol: move TestBytesOffset%0A  > d093a13 gopls/internal/lsp/protocol: LocationTextDocumentPositionParams%0A  > bcb677e gopls/internal/regtest: make RegexpSearch return a Location%0A  > 60782e9 gopls/internal/lsp/source: eliminate a couple uses of posToMappedRange%0A  > 031e6e6 gopls/internal/lsp/source: eliminate ResolveImportPath%0A  > f2cd9ef gopls/internal/lsp/source: reduce usage of TypecheckWorkspace%0A  > f10e7d5 gopls/internal/lsp/cache: remove package dependence on packages.Config%0A  > 8270757 gopls/internal/lsp/source: switch call hierarchy to references v2%0A  > 37c69d8 gopls/internal/lsp/source: references: support exported methods%0A  > f3c36a2 gopls/internal/lsp/cmd/test: delete marker-based tests of gopls cmd%0A  > c224aae gopls/internal/lsp/cmd/test: new integration test for gopls command%0A  > deeb64b gopls/internal/lsp/source/xrefs: allow Lookup of a set%0A  > f269f53 gopls/internal/lsp: remove Server.processModifications%0A  > fcd57eb gopls: allow 'any' and 'comparable' in completion results%0A  > aae3642 gopls/internal/lsp/source: referencesV2: support unexported methods%0A  > b5d65e0 tools/gopls: register semantic tokens statically%0A  > 51abc5b gopls/internal/lsp/source: stub: don't panic when encountering 'error'%0A  > ce28f40 gopls/internal/regtest: add a test demonstrating confusion following an%0A  > c4c6aa6 internal/lsp/cache: don't panic in Snapshot on a shutdown view%0A  > 1faecd3 tools/internal/diff: fix off-by-one error in computing diffs%0A  > a7f033a gopls/internal/lsp: consolidate the FileHandle API%0A  > 271e621 internal/lockedfile/internal/filelock: fix aix build tag%0A  > ff9bea5 gopls/internal/lsp/cmd/test: signpost future cleanups%0A  > 7d4ba2f gopls/release: remove unused functionality from release script%0A  > 46b6958 gopls/internal/lsp/source: delete source_test%0A  > bcc7794 go/analysis/passes/directive: add directive analyzer%0A  > 33d416e gopls/internal/lsp: add missing comments on 3x tests.Test impls%0A  > afea272 gopls/internal/lsp/source: make implementations2 work on embedded fields%0A  > bb7c440 gopls/internal/lsp/filecache: use file locking, not rename%0A  > 561a9be gopls/internal/lsp/filecache: actually delete files%0A  > 9682b0d gopls/internal/lsp/source: delete IsInterface%0A  > 7a7b699 go/analysis/passes/loopclosure: avoid panic in new parallel subtest check when t.Run has single argument%0A  > 3e6f71b gopls/internal/regtest: use AfterChange in more places%0A  > 9ff31a5 x/tools/go/analysis/passes/printf: revert URL in error message%0A  > 2fa6ca1 gopls/internal/lsp/source/impls: a new "implementations" index%0A  > 957bec5 gopls/protocol: new versions of generated LSP files%0A  > f0e2d5c internal/gcimporter: discard position info for unneeded lines%0A  > 5bedd86 cmd/digraph: use ReadString rather than bufio.Scanner%0A  > f6ea009 gopls/internal/lsp: remove the experimentalWatchedFileDelay setting%0A  > f46e418 gopls/internal/lsp/source: include ITVs in global references%0A  > f3e53e5 internal/jsonrpc2_v2: fix typos%0A  > d958e85 internal/gcimporter: use two-level file index%0A  > 8aba49b internal/gcimporter: preserve column and line in shallow iexport%0A  > d7fc4e7 gopls: new LSP stub generator%0A  > 5c176b1 internal/robustio: skip os.Link test on android%0A  > d34a055 go/ssa: sanity check the types of phi nodes%0A  > 6f095b4 go/callgraph/vta: add flows for receiver function types%0A  > 8e94967 cmd/fiximports: do not assume go list -json unmarshals into build.Package%0A  > e035d0c go/ssa: fix phi node type in slice to array conversion%0A  > 03eac81 go/expect: remove testdata go.mod to go.fake.mod%0A  > 1e819a3 gopls/internal/regtest: follow-ups to review comments from earlier CLs%0A  > 9ba8bb1 gopls/internal/regtest: clean up workspace symbol helpers%0A  > 91b6070 gopls/internal/regtest: eliminate DiagnosticAtRegexp%0A  > bd48b9a gopls/internal/regtest: eliminate DiagnosticsAtRegexpWithMessage%0A  > 5d65394 gopls/internal/regtest: eliminate DiagnosticAt%0A  > 27dfeb2 gopls/internal/regtest: replace NoDiagnostics with NoMatchingDiagnostics%0A  > 87092c8 gopls/internal/lsp/fake: use protocol types for the fake editor%0A  > 672a036 gopls/internal/regtest: simplify OnceMet expressions with an env helper%0A  > ab7b5b2 gopls/internal/regtest: eliminate GoSumDiagnostic%0A  > 331a1c6 gopls/internal/regtest: add a simpler API for diagnostic expectations%0A  > c9b82f2 gopls/internal/regtest: eliminate EmptyDiagnostics%0A  > e81af27 gopls: update golang.org/x/vuln@6ad3e3d%0A  > d19e3d1 internal/regtest/bench: fix BenchmarkRename and add more benchmark tests for gopls%0A  > 2be1a9a gopls/internal/regtest: rename EmptyOrNoDiagnostics to NoDiagnostics%0A  > 7ec05ac gopls/internal/regtest: eliminate NoDiagnostics%0A  > e956495 gopls/internal/regtest: eliminate DiagnosticsFor%0A  > 8087911 gopls: remove the experimentalWorkspaceModule mode%0A  > 5b300bd gopls/internal/lsp/cache: clean up view workspace information%0A  > 97d5de5 gopls/internal/cache: don't mark initialized after cancellation%0A  > 58691bc gopls/internal/lsp/glob: add an LSP compliant glob implementation%0A  > a3c22fc cmd/cover: delete package%0A  > 98dcb0e cmd/cover: remove replace directive%0A  > 7765567 gopls/internal/lsp/source: minor clarifications%0A  > a7f7db3 cmd/cover: carve out deprecated command into its own module%0A  > f9a10c0 Revert "cmd/cover: carve out deprecated command into its own module"%0A  > e345d46 internal/gcimporter: fix export of invalid methods%0A  > 4305a22 gopls/internal/lsp/cache: don't cache files if mtime is too recent%0A  > 227ee72 internal/regtest/misc: fail eagerly in TestRenameFileFromEditor%0A  > 43158af cmd/cover: carve out deprecated command into its own module%0A  > b798934 gopls/internal/lsp/protocol: cleanups and docs for Mapper%0A  > a24944e gopls/internal/lsp/protocol: rename s/ColumnMapper/Mapper/%0A  > 55935f4 gopls/internal/span: simplify Span%0A  > 40a1c97 gopls/internal/lsp/lsppos: delete Mapper%0A  > 6a3bc37 gopls/internal/lsp/protocol: reimplement ColumnMapper line logic%0A  > 6e9a35d go/callgraph/cha: refactor callee construction%0A  > fef5b76 go/callgraph: fix slicing in callgraph_test.go%0A  > 2be9d05 gopls/internal/lsp/source/xrefs: a new reference index%0A  > 0362cea gopls/internal/lsp/lsppos: delete TokenMapper%0A  > 67baca6 go/callgraph/vta: optimize scc computation%0A  > 2eb6138 gopls/internal/lsp/filecache: use TempDir if UserCacheDir fails us%0A  > 36bd3db gopls/internal/lsp/protocol: move MappedRange%0A  > 16b3bf8 gopls/internal/lsp/cache: assume Go 1.16+%0A  > 3856a5d internal/robustio: add Plan9 support to FileID%0A  > 09cbc42 gopls/internal/lsp/fake: fix EOF bug in applyEdits%0A  > 4ded35d gopls/internal/lsp/cache: use distinct types for mod and work parse keys%0A  > 107f43f gopls/completion: avoid duplicating text in test func completions%0A  > e225fd4 gopls/internal/lsp/mod: fix nil panic in go.mod hover%0A  > 057ed3c gopls/internal/lsp/filecache: use os.Chtimes%0A  > 1fe76af gopls/internal/lsp/source: MappedRange cleanup%0A  > 02bea03 gopls/internal/lsp/protocol: simplify ColumnMapper%0A  > a4455fe go/callgraph: adds benchmarks comparing algorithms%0A  > 7db99dd go.mod: update golang.org/x dependencies%0A  > 1e0dff2 gopls/internal/regtest: avoid race in TestSwitchFromGOPATHToModuleMode%0A  > 0441b43 gopls/internal/lsp/cache: use specific mutexes for module data%0A  > 33071fb internal/robustio: move robustio%0A  > b01e7a4 gopls/internal/regtest/watch: don't run TestSwitchFromGOPATHToModuleMode%0A  > e417ea3 gopls: remove dead analysis code%0A  > 1a08d01 gopls/internal/lsp: update replace directives in go.mod for package renaming%0A  > eac36cb gopls/internal/regtest: port experimental workspace tests to go.work%0A  > 224a61b gopls/internal/lsp/source: delete Snapshot.WriteEnv method%0A  > 81e741e gopls/internal/lsp/safetoken: funnel more calls through this package%0A  > 8367fb2 gopls/internal/regtest: await go.work changes in TestAddAndRemoveGoWork%0A  > 3b16059 gopls/internal/regtest: make BufferText strict%0A  > 0e1d013 gopls/internal/lsp/cache: recreate Views when their root changes%0A  > 2f31dd4 go/ssa,go/analysis/passes/nilness: refine when type param constants are nil%0A  > ae4ff82 gopls/internal/lsp/source: delete GetTypedFile%0A  > fe6b300 gopls/internal/lsp/source: eliminate Snapshot.Package{,s}ForFile%0A  > 26fc609 gopls/internal/lsp/cache: eliminate snapshot.containingPackages%0A  > 85e6ad7 gopls/internal/lsp/safetoken: fix bug in Offset at EOF%0A  > ef1ec5d gopls/internal/lsp/safetoken: fix error message%0A  > 44395ff gopls/internal/lsp/source: avoid unnecessary transitive rdeps%0A  > 6546d82 Revert "gopls/internal/regtest: harmless CL used for benchmark test"%0A  > 3be0647 gopls/symbols: call…

Signed-off-by: Knative Automation <automation@knative.team>
2023-05-24 14:56:10 +00:00
knative-automation 502d0440c3
Update community files (#1814)
Signed-off-by: Knative Automation <automation@knative.team>
2023-05-24 01:54:13 +00:00
knative-automation f9af3a7b05
Update community files (#1812)
Signed-off-by: Knative Automation <automation@knative.team>
2023-05-01 01:56:55 +00:00
knative-automation 81ec036a81
Update community files (#1810)
Signed-off-by: Knative Automation <automation@knative.team>
2023-04-28 01:52:36 +00:00
knative-automation 46dbf66117
upgrade to latest dependencies (#1809)
bumping knative.dev/eventing 4c2a3aa...034bec9:%0A  > 034bec9 [main] Upgrade to latest dependencies (# 6888)%0Abumping knative.dev/serving b2a416f...2c1bb07:%0A  > 2c1bb07 Update net-kourier nightly (# 13919)%0A  > 0637cdf Update net-contour nightly (# 13918)%0A  > 08bedbe Update net-gateway-api nightly (# 13917)%0A  > e39c429 Update net-istio nightly (# 13916)%0A  > 10ed0f8 Update net-certmanager nightly (# 13915)%0A  > 84fa64c Update data-plane Secrets  (# 13859)%0A  > 22783d6 Deployment probe fixes (# 13885)%0A  > 113616b add support for downwardAPI in projected volumes (# 13896)%0A  > 55f8dd7 upgrade to latest dependencies (# 13912)

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-26 07:22:44 +00:00
knative-automation 75eb762019
upgrade to latest dependencies (#1808)
bumping knative.dev/eventing 193f2df...4c2a3aa:%0A  > 4c2a3aa Bump Go to 1.20 in GH workflows (# 6882)%0A  > 825a2b5 Create Cert-Manager resources (# 6849)

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-24 16:06:43 +00:00
David Simansky 1231cd2c1f
Add kn secret command (#1791)
* Add kn secret command

* Update vendor dir

* Apply suggestions from code review

Co-authored-by: Gunjan Vyas <vyasgun20@gmail.com>

* Fix nits from the review feedback

* Rerun docs generation

---------

Co-authored-by: Gunjan Vyas <vyasgun20@gmail.com>
2023-04-24 12:25:43 +00:00
David Simansky 189592606e
fix: Use go_run from common lib (#1793)
* fix: Use go_run from common lib

* chore: Set Bash options in name format

* Reflect shell suggestion for the direct changes
2023-04-24 09:35:42 +00:00
knative-automation 8c648379a4
upgrade to latest dependencies (#1805)
bumping knative.dev/serving ac7c74b...b2a416f:%0A  > b2a416f Update net-gateway-api nightly (# 13907)%0A  > 91ac3b3 Update net-certmanager nightly (# 13904)%0A  > 787ac48 Update net-istio nightly (# 13902)%0A  > d315f71 Update net-contour nightly (# 13903)%0A  > b38ef3a Update net-istio nightly (# 13899)%0A  > b9b9d13 Update net-contour nightly (# 13900)%0A  > 9530fe9 Update net-certmanager nightly (# 13897)%0A  > 12bd205 Update net-kourier nightly (# 13898)%0A  > 4db179f upgrade to latest dependencies (# 13895)%0A  > 0c8f091 Update net-gateway-api nightly (# 13894)%0A  > f83732d Update net-kourier nightly (# 13893)%0A  > 87af840 upgrade to latest dependencies (# 13891)%0A  > 171cecd change mininum TLS version for tag to digest resolution (# 13886)%0A  > ef58d9b Update net-contour nightly (# 13881)%0A  > 842c516 Update net-istio nightly (# 13883)%0A  > cb946ff Update net-certmanager nightly (# 13882)%0A  > d0eea80 Update net-gateway-api nightly (# 13880)%0A  > c377269 Update actions (# 13879)%0A  > 018c7f8 Update net-kourier nightly (# 13871)%0A  > 235e7f1 Update net-contour nightly (# 13870)%0A  > 29089ce Update net-gateway-api nightly (# 13873)%0A  > f87c4d7 Update net-istio nightly (# 13872)%0A  > a96e2c5 upgrade to latest dependencies (# 13875)%0A  > e363b61 Update net-certmanager nightly (# 13874)%0A  > 9af99e5 Load certificate when they are updated when internal-encryption is enabled (# 13854)%0A  > 3efe96d Update community files (# 13868)%0A  > 944e8e0 Update net-kourier nightly (# 13864)%0A  > 4d85bc0 Update net-contour nightly (# 13865)%0A  > 96b84bd Update net-certmanager nightly (# 13866)%0A  > f5d3865 Update community files (# 13863)%0Abumping knative.dev/eventing 3224e50...193f2df:%0A  > 193f2df Eventing TLS: support `K_CA_CERTS` in adapter/v2 (# 6848)%0A  > cc3d254 [main] Upgrade to latest dependencies (# 6863)%0A  > 81f8e67 Fix ChannelChain test lifecyle (# 6862)%0A  > d7fe38f [main] Upgrade to latest dependencies (# 6860)%0A  > a5b4810 [main] Update actions (# 6858)%0A  > 43a2554 [main] Upgrade to latest dependencies (# 6855)%0A  > cf7ee9c [main] Update actions (# 6853)%0A  > d2eaff5 [main] Update community files (# 6856)%0A  > c59bd1f Eventing TLS: Install Cert Manager as part of the test setup phase (# 6850)%0A  > d35f808 [main] Upgrade to latest dependencies (# 6852)%0Abumping knative.dev/hack 9153cc6...f591fea:%0A  > f591fea individual globbing is required (# 284)%0A  > 4b3f230 Update community files (# 283)%0Abumping knative.dev/networking 0b998c1...e5d04e8:%0A  > e5d04e8 upgrade to latest dependencies (# 796)%0A  > 62fd5d0 Update actions (# 793)%0A  > b77b4a6 Bump Go version in github action (# 795)%0A  > 750a9e4 Update community files (# 792)%0A  > 62b7e26 Update actions (# 789)%0A  > 366f276 upgrade to latest dependencies (# 788)%0A  > fb58275 Update community files (# 790)%0Abumping knative.dev/pkg ef19121...dfad48e:%0A  > dfad48e upgrade to latest dependencies (# 2728)%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)

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-21 10:22:39 +00:00
David Simansky e2513545b8
feat: Add experimental filters to trigger describe cmd (#1794)
* feat: Add cesql filter field to trigger describe cmd

* Refactor trigger describe based on defined fields in filter

* Fix comment typo

* Refactor without reflection
2023-04-19 08:54:38 +00:00
knative-automation 7e90298d92
Update actions (#1807)
Signed-off-by: Knative Automation <automation@knative.team>
2023-04-13 13:45:53 +00:00
Dhruv Garg 1f9ece20ee
Update and reorganise kn cli setup docs (#1799)
* Update and reorganise kn cli setup docs

* fix grammar

Co-authored-by: David Simansky <dsimansk@redhat.com>

* restore docs/README.md with selective content

* Update user guide link to point to official website

Co-authored-by: David Simansky <dsimansk@redhat.com>

---------

Co-authored-by: David Simansky <dsimansk@redhat.com>
2023-04-12 12:43:49 +00:00
knative-automation dde1a60298
Update community files (#1806)
Signed-off-by: Knative Automation <automation@knative.team>
2023-04-12 01:51:53 +00:00
Manoel Marques 11bc9779a7
Add 'kn service wait' for deployment status check (#1800)
* Add 'kn service wait' for deployment status check

* Use AddConditionWaitFlags function to build command flags
2023-04-11 16:55:48 +00:00
knative-automation e522f1fa4c
Update actions (#1803)
Signed-off-by: Knative Automation <automation@knative.team>
2023-04-11 11:24:48 +00:00
knative-automation 25dac2d892
upgrade to latest dependencies (#1802)
bumping knative.dev/pkg ee73c93...ef19121:%0A  > ef19121 Update community files (# 2722)%0A  > 15cf17d Update actions (# 2720)%0Abumping knative.dev/serving 23f7e2b...ac7c74b:%0A  > ac7c74b Update actions (# 13862)%0A  > c367fec upgrade to latest dependencies (# 13860)%0A  > 8f273e4 Adds dev container and updates docs with Codespaces information (# 13838)%0A  > db52024 Update net-contour nightly (# 13853)%0A  > 1f3a35f Update net-istio nightly (# 13852)%0Abumping knative.dev/hack 1421f12...9153cc6:%0A  > 9153cc6 Update community files (# 282)%0A  > 359d585 Revert "Extract tools to knative.dev/toolbox (# 280)" (# 281)%0Abumping knative.dev/eventing d991040...3224e50:%0A  > 3224e50 [main] Update community files (# 6854)

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-11 10:36:48 +00:00
knative-automation 38989e61e5
Update community files (#1804)
Signed-off-by: Knative Automation <automation@knative.team>
2023-04-11 01:48:21 +00:00
knative-automation 146af00f56
upgrade to latest dependencies (#1798)
bumping knative.dev/hack 3de51af...1421f12:%0A  > 1421f12 Extract tools to knative.dev/toolbox (# 280)%0A  > 3b8ef01 Update community files (# 279)%0A  > 1eebfb3 Update community files (# 278)%0Abumping knative.dev/pkg b77a78c...ee73c93:%0A  > ee73c93 upgrade to latest dependencies (# 2710)%0A  > 4835a4c Eventing TLS: update destination and Kref types (# 2716)%0A  > b7f2774 Made changes to addressable and address status. (# 2713)%0A  > 696cac8 Expose queue proxy request metrics reporting period (# 2362)%0A  > bd3cf51 Printf log message with the right type when showing port (# 2709)%0A  > 4c84b1b Update actions (# 2707)%0A  > 3290ddf Update community files (# 2706)%0A  > 53fc6ab Update actions (# 2705)%0A  > b769fef drop eventing natss from downstream tests (# 2703)%0A  > 511b394 potential fix for flakey tlsBackoff (# 2702)%0A  > 0902ea8 Parameterize WEBHOOK_NAME env key in error message (# 2701)%0A  > c5dd1d1 Update community files (# 2700)%0Abumping knative.dev/eventing 1ff36e1...d991040:%0A  > d991040 Add transport-encryption feature flag (# 6845)%0A  > 642699b Sync retry option with spec (# 6834)%0A  > 500ae1d [main] Upgrade to latest dependencies (# 6846)%0A  > 4a78a6c Support running SinkBinding tests with inclusion selection behavior  (# 6841)%0A  > df3bd9e [main] Upgrade to latest dependencies (# 6839)%0A  > 7ba0648 [main] Upgrade to latest dependencies (# 6832)%0A  > 97a7b77 [main] Upgrade to latest dependencies (# 6830)%0A  > e691b39 removed release label (# 6807)%0A  > 69a3841 Removes the deprecated packages (# 6816)%0A  > a959915 parallel rekt test cleanup (# 6828)%0A  > 88c5dbb [main] Update actions (# 6827)%0A  > d15774f Add sequence reconciler test (# 6817)%0A  > f361a57 [main] Update community files (# 6822)%0A  > 605306c [main] Update actions (# 6819)%0A  > 3c8c86c Add documentation for MTChannelBasedBroker (# 6791)%0A  > ea0b254 fix api docs generation with go1.20 (# 6810)%0A  > 4d5278d Removes replace and ran `go vendor` (# 6795)%0A  > 62eb85e Make autoscaler leader aware (# 6814)%0A  > 5988c42 [main] Upgrade to latest dependencies (# 6812)%0A  > f6ca59b Use released hearthbeats image for testing (# 6808)%0A  > eabc874 updated broken link (# 6786)%0A  > 6a732ff Add basic retry support for hearthbeats utility (# 6809)%0A  > 05f6d84 Heartbeats: quit istio proxy when running in a job (# 6804)%0A  > 472d325 Add rekt based broker conformance test to ensure `broker.spec.config` is immutable (# 6799)%0A  > 5a0064b [main] Update community files (# 6805)%0A  > 1258a4e Fix pod annotations in containersource template (# 6802)%0A  > 38a00d8 Migrate to rekt cronjob package (# 6800)%0A  > 0e2c389 [main] Upgrade to latest dependencies (# 6798)%0A  > df2287d [main] Upgrade to latest dependencies (# 6794)%0Abumping knative.dev/serving 587f587...23f7e2b:%0A  > 23f7e2b Update net-kourier nightly (# 13849)%0A  > 32aacd6 Update net-certmanager nightly (# 13850)%0A  > 5eed3c1 Update net-istio nightly (# 13851)%0A  > 8a027b6 Update net-gateway-api nightly (# 13848)%0A  > 0814d02 upgrade to latest dependencies (# 13846)%0A  > dab78d1 upgrade to latest dependencies (# 13844)%0A  > 9976a2c Update net-kourier nightly (# 13841)%0A  > 0134c27 Update net-contour nightly (# 13840)%0A  > e824c3f Update net-certmanager nightly (# 13842)%0A  > ef53449 Update net-kourier nightly (# 13835)%0A  > e4f3288 Update net-contour nightly (# 13834)%0A  > 307a7e4 remove freezer code from queue proxy (# 13830)%0A  > 92dba5b Update net-gateway-api nightly (# 13833)%0A  > 5791aea Update net-certmanager nightly (# 13832)%0A  > be65250 upgrade to latest dependencies (# 13831)%0A  > bb18a82 upgrade to latest dependencies (# 13825)%0A  > 66c28b6 Update net-contour nightly (# 13822)%0A  > dce7a40 Update net-certmanager nightly (# 13821)%0A  > 8d8c39e Update net-istio nightly (# 13803)%0A  > 137c10f Update net-contour nightly (# 13818)%0A  > fc86653 Fix queue proxy handler setup (# 13815)%0A  > a5612ff Update net-kourier nightly (# 13817)%0A  > bfca504 Update net-certmanager nightly (# 13814)%0A  > dbb13ae upgrade to latest dependencies (# 13813)%0A  > f9b752c Update net-gateway-api nightly (# 13811)%0A  > e5556b4 Update net-contour nightly (# 13804)%0A  > 8d60f19 Update net-certmanager nightly (# 13807)%0A  > 023d909 Update actions (# 13799)%0A  > 7788c57 Update actions (# 13794)%0A  > 971dd38 Update community files (# 13795)%0A  > f031fd4 Update net-certmanager nightly (# 13793)%0A  > 1cfd960 Update net-gateway-api nightly (# 13788)%0A  > dc65c40 Update net-contour nightly (# 13791)%0A  > 5d43b7b Update net-istio nightly (# 13789)%0A  > 65c6d92 Update net-kourier nightly (# 13787)%0A  > 02685bc upgrade to latest dependencies (# 13785)%0A  > d569144 Update net-istio nightly (# 13711)%0A  > 71088a8 Update community files (# 13776)%0A  > 711371c Update net-contour nightly (# 13779)%0A  > 8859807 Update net-kourier nightly (# 13778)%0A  > 9d28f57 Update net-certmanager nightly (# 13777)%0A  > c0dea98 Update net-gateway-api nightly (# 13773)%0A  > 90c61a4 Update net-certmanager nightly (# 13774)%0A  > 677682f Update net-contour nightly (# 13772)%0A  > 74fcd62 Update net-kourier nightly (# 13775)%0A  > 6436af6 upgrade to latest dependencies (# 13769)%0A  > 4d51212 Use `pkgtest.CheckEndpointState` in TestActivationScale instead of raw client (# 13770)%0Abumping knative.dev/networking c692e9e...0b998c1:%0A  > 0b998c1 upgrade to latest dependencies (# 786)%0A  > 8174d2b upgrade to latest dependencies (# 785)%0A  > e18ca86 upgrade to latest dependencies (# 784)%0A  > 2ca8dbc upgrade to latest dependencies (# 783)%0A  > a2549e2 Update actions (# 782)%0A  > 8139f0f Update actions (# 780)%0A  > 5544973 Update community files (# 781)%0A  > 74471b9 Update community files (# 779)

Signed-off-by: Knative Automation <automation@knative.team>
2023-04-06 12:33:21 +00:00
David Simansky 3a8d646264
fix: Fix image tag for nightly builds (#1796)
* fix: Fix image tag for nightly builds

* Update hack/release.sh

Co-authored-by: Roland Huß <rhuss@redhat.com>

---------

Co-authored-by: Roland Huß <rhuss@redhat.com>
2023-03-23 16:35:55 +00:00
David Simansky c21e6605bc
fix: Fix tagging of kn container image for latest releases (#1792)
* fix: Fix tagging of kn container image for latest releases

* fix: Reflect shell suggestions
2023-03-22 19:05:54 +00:00
knative-automation a97df12a21
Update actions (#1790)
Signed-off-by: Knative Automation <automation@knative.team>
2023-03-20 02:08:54 +00:00
knative-automation 7586217a9e
Update actions (#1786)
Signed-off-by: Knative Automation <automation@knative.team>
2023-03-17 14:16:39 +00:00
knative-automation 2dcb8c09eb
Update community files (#1789)
Signed-off-by: Knative Automation <automation@knative.team>
2023-03-17 13:13:35 +00:00
Martin Gencur 3e19a354bb
Helloworld image running with non root user (#1787) 2023-03-17 09:57:01 +00:00
knative-automation 166872069e
Update community files (#1784)
Signed-off-by: Knative Automation <automation@knative.team>
2023-03-09 01:55:25 +00:00
knative-automation 3bdc2329a6
upgrade to latest dependencies (#1773)
bumping golang.org/x/time 2ce7c29...f3bd1da:
  > f3bd1da rate: add TokenAt and Tokens methods to Limiter.
bumping knative.dev/serving 484e848...587f587:
  > 587f587 add missing probes (# 13563)
  > 5e3b4af Adds e2e test for activation-scale (# 13197)
  > b285cb4 Update net-certmanager nightly (# 13762)
  > aab7abe Update net-contour nightly (# 13761)
  > 0cf0da8 Update net-gateway-api nightly (# 13756)
  > efc0bb0 Update net-kourier nightly (# 13760)
  > 6bc4bb2 upgrade to latest dependencies (# 13759)
  > 59d4c52 Update net-kourier nightly (# 13755)
  > 5a7a72e Update net-contour nightly (# 13758)
  > cc58860 Update net-certmanager nightly (# 13757)
  > 879c723 upgrade to latest dependencies (# 13742)
  > 23212b3 Update net-kourier nightly (# 13733)
  > 12b0690 Update net-contour nightly (# 13734)
  > 628b3e6 Update net-gateway-api nightly (# 13732)
  > cd3fe03 Update net-certmanager nightly (# 13735)
  > 28b8fba upgrade to latest dependencies (# 13730)
  > 708374e TestAutoscaleSustaining scales to 8 instead of 10 (# 13679)
  > 168ea39 Update net-contour nightly (# 13729)
  > f2ee629 Update net-certmanager nightly (# 13728)
  > bd75129 upgrade to latest dependencies (# 13726)
  > f4792e4 check for renewing status (# 13666)
  > 51ed9ad Update net-contour nightly (# 13724)
  > 1b99dce Update net-gateway-api nightly (# 13719)
  > fe52019 Update net-certmanager nightly (# 13718)
  > 506f8c6 Update net-contour nightly (# 13717)
  > 1f5f822 Update net-kourier nightly (# 13698)
  > 7aeb55d Update net-gateway-api nightly (# 13716)
  > aa4149f Update net-certmanager nightly (# 13715)
  > 04da752 upgrade to latest dependencies (# 13713)
  > dfd39ca Update support rotation (# 13714)
  > 8c282ba Update net-certmanager nightly (# 13697)
  > 7ed2869 Update support rotation contacts (# 13703)
  > 0ec0ecf Update net-gateway-api nightly (# 13699)
  > 060a49a Update net-contour nightly (# 13705)
  > 53e91c9 Fix G112: Potential Slowloris Attacks lint errs (# 13702)
  > a99a936 upgrade to latest dependencies (# 13709)
  > 08812b3 Update net-istio nightly (# 13706)
  > 368994b Update community files (# 13707)
  > d68797e Bumping 'github.com/google/go-containerregistry' dependency (# 13701)
  > 9b9a951 upgrade to latest dependencies (# 13689)
  > e2add5d fix curl invocation (# 13683)
  > 6334ffe Update net-contour nightly (# 13676)
  > d7959af Update net-certmanager nightly (# 13686)
  > 4db2ada Update net-istio nightly (# 13687)
  > 7f2264d Update community files (# 13685)
  > baa6292 Update net-gateway-api nightly (# 13672)
  > 83d2dd7 Update net-kourier nightly (# 13673)
  > 2fc2a12 fix route reconciler test flakes (# 13684)
  > 729eb6d Update net-istio nightly (# 13674)
  > 30a2b0c Add k8s 1.26 for kind (# 13682)
  > 3764762 use GITHUB_TOKEN when querying net-istio releases (# 13681)
  > 485f2a9 upgrade to latest dependencies (# 13680)
  > 0639c5f Update community files (# 13678)
  > b4d7a28 clean up OWNER files (# 13668)
  > 68e128b Update net-contour nightly (# 13667)
  > f6ab591 Adds slack links to CNCF Knative slack channel (# 13655)
  > 53b3c92 Add serving-internal docs about Knative encryption support (# 13662)
  > 3b8d6cb Update net-contour nightly (# 13656)
  > b9b4c57 Update net-gateway-api nightly (# 13654)
  > 63832e2 Update net-contour nightly (# 13650)
  > 908edaf Update net-istio nightly (# 13649)
  > 06add5f Update net-kourier nightly (# 13648)
bumping knative.dev/networking db2bcbe...c692e9e:
  > c692e9e upgrade to latest dependencies (# 776)
  > 475e232 upgrade to latest dependencies (# 775)
  > 5a5f810 upgrade to latest dependencies (# 767)
  > 2c2695b upgrade to latest dependencies (# 766)
  > 1bd50a5 Update community files (# 764)
  > 6a15e7d upgrade to latest dependencies (# 765)
  > 9373ba6 upgrade to latest dependencies (# 762)
  > 195809a Update community files (# 761)
  > c3510af upgrade to latest dependencies (# 760)
  > 2473e65 Update community files (# 759)
  > f6585dc update OWNERS file (# 758)
  > 89f3990 Assert all the expected DNSNames are part of the HTTP01 challenge (# 756)
  > 4ccbe60 adjust domain validation in kcert (# 754)
bumping github.com/google/go-containerregistry 31786c6...1e09daa:
  > 1e09daa clarify crane download readme (# 1533)
  > 8e08d51 Revert "Hack around DockerHub plugin scope handling" (# 1531)
  > 5ad0a76 crane: support --full-ref for crane ls (# 1525)
  > b063f6a Hack around DockerHub plugin scope handling (# 1527)
  > e797859 crane: add digest --full (# 1524)
  > 3986cf4 test: use `T.TempDir` to create temporary test directory (# 1522)
  > 9db616f FIX mutate.Time not respecting history (# 1520)
  > 8048663 Race http fallback ping (# 1521)
  > e64ff3a Bump actions/stale from 6 to 7 (# 1519)
  > 9bd8237 Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 (# 1511)
  > ffc14a0 Treat empty registry config as anonymous (# 1512)
  > 23d895d Fix missing doc comment (# 1509)
  > 6ba20c8 Fix various lints (# 1507)
  > 4270e04 Update Arch Linux install instructions (# 1508)
  > 37bf5df Revert "docs: pull latest instead of debug (# 1497)" (# 1504)
  > 47f0933 Use the default retry predicate in transport (# 1502)
  > c7270c2 Make unit tests substantially faster (# 1498)
  > a35805d Make credential warning slightly more accurate (# 1499)
  > 37b993a docs: pull latest instead of debug (# 1497)
  > cd77615 Add support for zstd compression (# 1487)
  > c412593 Fix calculating tarball size when duplicated layers exist (# 1495)
  > bdc946f add source archive checksum into the checksums.txt (# 1492)
  > 781782a Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 (# 1491)
  > 9e939fb Features: Allow eliding `serviceaccount` lookups. (# 1490)
  > 3e4f490 Bump slsa-framework/slsa-github-generator to 1.2.2 (# 1489)
  > 76ae819 Fix context.DeadlineExceeded comparison (# 1488)
  > 353a117 crane: add catalog argument use annotation (# 1473)
  > 1711cef Fix missing body.Close() in bearer auth (# 1482)
  > 426de7d Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (# 1475)
  > 6442b02 Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 (# 1476)
  > a0cca8a k8schain: Log and proceed if secret or SA are not found (# 1472)
  > 02f47e1 bump version of slsa generator (# 1468)
  > 3413eb6 registry: implement pagination (# 1430)
  > d3ed408 registry: implement blob deletion (# 1432)
  > 969699e Bump deps using ./hack/bump-deps.sh (# 1467)
  > 9b4fdd5 Bump actions/setup-go from 2 to 3 (# 1463)
  > a0f6687 Make ErrBadName checkable via errors.Is() (# 1462)
  > 7268da0 Bump actions/stale from 5 to 6 (# 1452)
  > 8eae069 Bump codecov/codecov-action from 3.1.0 to 3.1.1 (# 1453)
  > 9a5c14a fix crane's root.go after DefaultTransport change (# 1450)
  > e3b94c7 allow remote.DefaultTransport to be overridden by an http.RoundTripper (# 1449)
  > f981b4c deps: update goreleaser-action for bug (# 1444)
  > 87b3a79 feat: Add krane to release archive (# 1443)
  > e2d575c update crane installation instructions and release verification (# 1440)
  > 2859a0d feat: generate slsa provenance on github release artifacts (# 1438)
  > 771a9b4 e2e: pull and export stdin and stdout (# 1436)
  > 2b54510 fix: consider base image media type when appending layers (# 1437)
  > 7196cf3 Bump aws-actions/configure-aws-credentials from 1.6.1 to 1.7.0 (# 1424)
  > c1f9836 Bump opencontainers/image-spec (# 1423)
  > 24a1c33 Ignore docker config if it's a directory (# 1420)
  > 49cdb8b Correct usage of authn.NewKeychainFromHelper in docs (# 1419)
  > 19e3eff Retry ECONNRESET errors (# 1415)
  > 3ba4c51 Fix tar PAX format handling (# 1414)
  > 5749ee6 Support the platform specific authentication of krane in "auth get" command (# 1413)
bumping golang.org/x/crypto 35f4265...642fcc3:
  > 642fcc3 go.mod: update golang.org/x dependencies
  > 56aed06 all: use automatic RFC linking
  > 9be5aaa all: fix a few function names on comments
  > d6f0a8c ssh: add ServerConfig.NoClientAuthCallback
  > 4161e89 all: replace bytes.Compare with bytes.Equal
  > eccd636 acme/autocert: remove TestRenewFromCache skips
  > 4ba4fb4 acme/autocert: fix renewal timer issue
bumping knative.dev/eventing 4d6e1fc...1ff36e1:
  > 1ff36e1 Support testing ContainerSource with istio (# 6790)
  > a8128e6 [main] Upgrade to latest dependencies (# 6774)
  > 397387e SC settings for ApiServerSource's Receive Adapter's container/deployment  (# 6788)
  > b474770 No reason for API ServerSource adapter to not inject istio sidecar (# 6789)
  > 7d7df2d Removes the deprecated DeadLetterChannel in ChannelableStatus (# 6722)
  > c5847a9 Port broker many triggers testcase to rekt (# 6761)
  > 52574ce Fixes issue where a CE response is truncated (# 6758)
  > 44b0b8a Remove deprecated usage of ZipkinTracingEnabled (# 6780)
  > 07e6d0c [main] Upgrade to latest dependencies (# 6770)
  > 70d2cb9 Pass EnvConfig to Broker conformance tests (# 6769)
  > f6afad3 Exclusive access to tracing flag for upgrade prober (# 6767)
  > 843b6f2 Allow event display to log requests (# 6764)
  > 23dc742 [main] Upgrade to latest dependencies (# 6765)
  > 82d85f9 [main] Upgrade to latest dependencies (# 6762)
  > 5f24569 [main] Upgrade to latest dependencies (# 6744)
  > dac6b8b [main] Update community files (# 6756)
  > 2b517b6 Deprecate `test/rekt/resources/svc` (# 6742)
  > bbbd425 Deprecate `test/rekt/resources/deployment` (# 6748)
  > f022034 Update dependencies (# 6753)
  > fdffabe Deprecate `test/rekt/resources/pod` package (# 6747)
  > dfd095f Remove event flaker since eventshub offers an equivalent feature (# 6750)
  > 0ab29eb  Remove unused event-library (# 6751)
  > 82324b9 [main] Update community files (# 6743)
  > 452cd49 Adds apiVersion as an extension to api source events (# 6696)
  > b96d2fb Migrate from `knative.dev/reconciler-test/resources/svc` to `knative.dev/reconciler-test/pkg/resources/service` (# 6741)
  > f9ceb4f [main] Upgrade to latest dependencies (# 6715)
  > 37fa6e0 Extract scheduler config in a dedicate struct instead of many parameters (# 6736)
  > 4911986 Add function to check if a broker resource is `NotReady` (# 6737)
  > 2f98e55 Improve scheduler logging for state and pending vpods (# 6729)
  > 1092472 Scheduler doesn't reschedule vpods that are scheduled on unscehdulable pods (# 6726)
  > 40517be Added Broker class in `kubectl get -o wide` (# 6723)
  > e609459 [main] Update community files (# 6727)
  > 47a793b Revert "Change subscription patch logic to ensure resource version (# 6670) (# 6724)
  > 8b7551c Removing one more deprecated, unused func (# 6718)
  > 228eda3 Removing deprecated and unused func (# 6716)
  > ffc8fe0 Default a subscriptions subscriber and reply in webhook (# 6701)
  > 8d62a06  Adds link to the Knative CNCF Slack Channel  (# 6711)
  > 91a1991 Install source at requirement phase in conformance tests (# 6712)
  > 983189d Set scheduler logging to debug (# 6705)
  > c3364e4 Remove UNUSED and deprecated test helpers (# 6710)
  > 9b8c4d6 Port BrokerWorkFlowWithTranformation test to rekt and code cleanup (# 6709)
  > 45e7a24 Do not overwrite existing imagePullSecrets in CopySecret (# 6707)
  > efba019 [main] Format Go code (# 6702)
bumping golang.org/x/sync f12130a...8fcdb60:
  > 8fcdb60 singleflight: avoid race between multiple Do calls
  > 7f9b162 singleflight: remove forgotten field
bumping golang.org/x/mod 86c51ed...b3066c3:
  > b3066c3 go.mod: update golang.org/x dependencies
  > e3c1277 go.mod: update to tagged x/tools version
  > aac77cd all: fix a few function names on comments
  > 2666ed6 go.mod: ignore cyclic dependency for tagging
  > 2adab6b zip: expand logging and use t.TempDir and t.Cleanup in test helpers
  > 02c9913 sumdb: remove redundant type conversion
  > 8f535f7 sumdb/note: fix some typos
  > ed83ed6 modfile: remove duplicate words from comments
  > f994a2a zip: set PWD consistently for commands in subdirectories
  > 046e8b3 modfile: improve error message for replace with '@' in path
bumping knative.dev/pkg 247510c...b77a78c:
  > b77a78c upgrade to latest dependencies (# 2698)
  > 310274d bump golang version in downstream tests (# 2697)
  > fd00e03 Add certs secret name read from env (# 2685)
  > 645afb2 bump golang.org/x/net to v0.7.0 (# 2695)
  > 0591b75 bump net and text packages (# 2692)
  > 2fdd6bf Allow reconcilers to listen to leader promotion events  (# 2688)
  > f65eba5 Make ZipkinTracingEnabled flag thread safe (# 2690)
  > f306c13 upgrade to latest dependencies (# 2684)
  > 2f55fe0 Fix potential slowloris attack (# 2682)
  > 8d1efe1 Update community files (# 2683)
  > 4a80605 Add health checks (# 2671)
  > 33e6b88 fix: `reconcilerImpl.updateStatus` calculates state difference in debug mode only (# 2678)
  > c889c5b upgrade to latest dependencies (# 2679)
  > fb44e94 Update community files (# 2676)
  > decc1cc Update community files (# 2674)
  > 8532ae0 update OWNERS files to use teams with active members (# 2672)
  > 408ad07 Make SetDefaults of Destination duck type nil safer (# 2670)
bumping k8s.io/kube-openapi 67bda5d...172d655:
  > 172d655 Merge pull request # 319 from alexzielenski/json_next
  > 829ce0c fix json unmarshal bug when extension used with Responses (# 320)
  > 8d49439 add JSONRoundTripTestCase and add a Test*RoundTrip for every spec.* type which needs it
  > b7a9e6f Merge pull request # 318 from dims/add-go.mod-for-integration-tests
  > 3b3bb66 add jsonv2 roundtrip fuzz tests and benchmarks
  > a70c9af Merge pull request # 307 from apelisse/test-required-job
  > b856c89 Add a go.mod for integration test
  > 395774f add jsonv2 implementation
  > c6e407d Add required job that depends on matrix jobs
  > c601e50 add go-json-experiment/json to pkg/internal/third_party
  > 5ca72f5 gofmt changes

Signed-off-by: Knative Automation <automation@knative.team>
2023-03-07 09:27:19 +00:00
dependabot[bot] e82e7497da
Bump golang.org/x/net from 0.0.0-20220919232410-f2f64ebce3c1 to 0.7.0 (#1783)
* Bump golang.org/x/net from 0.0.0-20220919232410-f2f64ebce3c1 to 0.7.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220919232410-f2f64ebce3c1 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run codegen

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Simansky <dsimansk@redhat.com>
2023-02-28 13:10:53 +00:00
dependabot[bot] a91b916356
Bump golang.org/x/text from 0.3.7 to 0.3.8 (#1780)
* Bump golang.org/x/text from 0.3.7 to 0.3.8

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run codegen

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Simansky <dsimansk@redhat.com>
2023-02-28 10:47:53 +00:00
Scott Mason 8a2ed4cea3
Fixing errors related to Go 1.20 (#1779)
* Fix the errors Go 1.20 introduced

* Didn't remove comments

* New version of service.go

* add linter directive to allow for use of math/rand

* Added to changelog

* fix issue with tablegenerator.go

* remove factory_test.go changes, already fixed in #1777

* Revert changelog changes
2023-02-17 11:07:52 +00:00
knative-automation 954720d0bf
Update community files (#1778)
Signed-off-by: Knative Automation <automation@knative.team>
2023-02-16 10:13:52 +00:00
Roland Huß badd909328
Fixing some linter issues (#1777) 2023-02-15 11:35:53 +00:00
knative-automation dfc3c1e529
Update community files (#1774)
Signed-off-by: Knative Automation <automation@knative.team>
2023-02-10 01:53:48 +00:00
knative-automation a3f7ee0a39
Update community files (#1772)
Signed-off-by: Knative Automation <automation@knative.team>
2023-02-07 01:50:47 +00:00
knative-automation df40f5a389
upgrade to latest dependencies (#1770)
bumping knative.dev/serving 897b61a...484e848:
  > 484e848 upgrade to latest dependencies (# 13646)
  > 1e27b7a Update net-contour nightly (# 13643)
  > 43af7f1 Update net-istio nightly (# 13644)
  > eb96c59 Update net-kourier nightly (# 13641)
  > 412cf1c Update net-certmanager nightly (# 13640)
  > 2215dfe Update net-gateway-api nightly (# 13642)
  > 0360850 Add secure-pod-defaults flag to default Pods to 'restricted' profile by default (# 13398)
bumping knative.dev/eventing 7e899fd...4d6e1fc:
  > 4d6e1fc Change subscription patch logic to ensure resource version (# 6670)
  > 74e165a APIServerSource with selector to target namespaces (# 6665)
  > 1f9f4d3 Log stream from system namespace in upgrade tests (# 6699)
  > 466d123 Fix reconciler-tests Prow job (# 6694)
  > bd67450 Populate a Subscriptions subscriber and reply namespace only if not set already (# 6671)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2023-01-26 17:43:40 +00:00
knative-automation 2a124bdc26
upgrade to latest dependencies (#1769)
bumping knative.dev/eventing 9417125...7e899fd:
  > 7e899fd Reduce log noise in upgrade tests (# 6693)
bumping knative.dev/networking e9d3a55...db2bcbe:
  > db2bcbe Assert all the expected DNSNames are part of the HTTP01 challenge (# 757)
bumping knative.dev/serving 6b7e09a...897b61a:
  > 897b61a Change HTTP01 test DNS entry to *.{custom-domain} (# 13636)
  > 9004443 Allow challenges for hosts that don't match the route's host (# 13637)
  > 188dc1a Update net-certmanager nightly (# 13631)
  > 09bc85c Update net-kourier nightly (# 13634)
  > 87f5b62 Update net-contour nightly (# 13635)
  > 760b2f7 Update net-istio nightly (# 13632)
  > 8b28d41 Update net-gateway-api nightly (# 13633)
  > 550a6f5 Clean up `go_run` functions (# 13628)
  > d2d5723 Don't explicitly require a service account key for autotls dns tests (# 13627)
  > 6906c92 Refactor autoscaler TestContext (# 13618)
  > 8722a63 Update net-contour nightly (# 13624)
  > e05aa3a Add validation to warn about insecure SecurityContext defaults (# 13399)
  > 4a339c6 Update net-kourier nightly (# 13626)
  > b10db15 Update net-gateway-api nightly (# 13623)
  > 5b59ae0 Update net-certmanager nightly (# 13625)
  > 04df00a DomainMapping: Set Certificate.Spec.Domain (# 13620)
  > 94d23ac Set 'Domain' in kcert (# 13569)
  > a4fcb9d Update net-certmanager nightly (# 13619)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2023-01-24 05:17:38 +00:00
knative-automation 982711e2e3
[main] Upgrade to latest dependencies (#1763)
* upgrade to latest dependencies

bumping knative.dev/networking c037e29...e9d3a55:
  > e9d3a55 adjust domain validation in kcert (# 755)
  > dd05ffd upgrade to latest dependencies (# 753)
  > 3ad2fdc Update actions (# 752)
  > fe0ac7d Update community files (# 751)
  > 68f0fa7 add new field 'Domain' to kcert spec (# 747)
  > a51817e upgrade to latest dependencies (# 750)
  > bc7a7e5 Update community files (# 749)
  > eee5118 upgrade to latest dependencies (# 748)
  > f1db313 upgrade to latest dependencies (# 746)
  > 383bb2f Update community files (# 745)
  > 891aac2 upgrade to latest dependencies (# 740)
  > 5be75f2 upgrade to latest dependencies (# 739)
bumping knative.dev/serving cd1cd1a...6b7e09a:
  > 6b7e09a upgrade to latest dependencies (# 13616)
  > 2338826 Don't default Revision values when BYO name is unchanged. (# 13565)
  > f2147ef Stream logs from system and test namespace in upgrade tests (# 13587)
  > b989439 Ensure the autoscaler only has a single elector (# 13585)
  > 873eb5c Advance pvc e2e test to beta (# 13535)
  > 5cb43ab Update net-gateway-api nightly (# 13615)
  > 8064f6b Update net-gateway-api nightly (# 13614)
  > 52e79f7 show an error when curling the istio release (# 13612)
  > a5d0384 Update net-contour nightly (# 13613)
  > 2c117e8 Update net-gateway-api nightly (# 13607)
  > 06f59e3 Update net-kourier nightly (# 13608)
  > aa744ae Update net-certmanager nightly (# 13606)
  > cd2ad0c Update actions (# 13604)
  > 162b8fb consistent label selector for Service - include app label (# 13265)
  > 76005a0 upgrade to latest dependencies (# 13594)
  > ff959e4 Update net-kourier nightly (# 13599)
  > fc1cf65 Update net-contour nightly (# 13597)
  > 3db1864 Update net-istio nightly (# 13596)
  > bab961f Update net-certmanager nightly (# 13595)
  > e6db06e Update net-gateway-api nightly (# 13598)
  > 10a8e38 Update community files (# 13593)
  > b421efb Update net-kourier nightly (# 13590)
  > 288e59a Update net-contour nightly (# 13578)
  > 6d70f59 Update net-gateway-api nightly (# 13577)
  > b9d0952 Update net-certmanager nightly (# 13588)
  > 7b5c641 upgrade to latest dependencies (# 13573)
  > 4ad830a add fetch depth so we can fetch the tags (# 13586)
  > fb0c4bd Add setup script for internal-encryption e2e test (# 13559)
  > 11d88db Update community files (# 13584)
  > aaa992e upgrade to latest dependencies (# 13564)
  > 3b8f17c Update net-kourier nightly (# 13561)
  > 35abde0 Update net-istio nightly (# 13556)
  > 88ccb50 Update net-certmanager nightly (# 13557)
  > 3812acf Update net-contour nightly (# 13555)
  > cd50d85 Update net-gateway-api nightly (# 13554)
  > 01676d5 Update net-kourier nightly (# 13547)
  > f1b45e6 Update net-istio nightly (# 13549)
  > f0379ef Update net-certmanager nightly (# 13548)
  > 114bebe Update net-contour nightly (# 13550)
  > 38fa7c0 Update community files (# 13545)
  > 017bb66 Update net-istio nightly (# 13538)
  > a4f6edc Update net-contour nightly (# 13534)
  > 442877d Update net-certmanager nightly (# 13533)
  > b4198e7 Update net-kourier nightly (# 13532)
  > ceb505d Update net-gateway-api nightly (# 13530)
  > 99c3d5a Update net-gateway-api nightly (# 13527)
  > 95a6492 upgrade to latest dependencies (# 13526)
  > 7f217bb Use ubuntu 20.04 for kind e2e tests (# 13528)
  > 327bf91 Update net-istio nightly (# 13524)
  > 1beadbd Update net-gateway-api nightly (# 13523)
  > 0ea12f4 Update net-contour nightly (# 13520)
  > bcef4be Update net-contour nightly (# 13514)
  > b7492cc Update net-certmanager nightly (# 13509)
  > 5b217ef Update net-istio nightly (# 13510)
  > 2ba4499 Don't set seccomp profile in the queue proxy (# 13507)
  > e17e4d1 Update net-contour nightly (# 13502)
  > 05a28e0 Ensure probes from the autoscaler are not passed to the user-container (# 13501)
bumping knative.dev/hack c12c1bf...c7cfcb0:
  > c7cfcb0 Update community files (# 263)
  > af8745e Update community files (# 262)
  > cf3796d Upload attestations and print cosign version (# 261)
  > b9801b4 Update community files (# 260)
  > 7233e77 No more sugar controller in upstream eventing (# 259)

Signed-off-by: Knative Automation <automation@knative.team>

* Fix broker test

Signed-off-by: Knative Automation <automation@knative.team>
Co-authored-by: David Simansky <dsimansk@redhat.com>
2023-01-19 16:42:02 +00:00
knative-automation b72e964fe4
Update actions (#1768)
Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2023-01-16 02:10:53 +00:00
knative-automation bd8493fcab
Update community files (#1767)
Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2023-01-13 01:51:53 +00:00
knative-automation 2593aa6dbc
Update community files (#1766)
Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2023-01-10 01:44:47 +00:00
knative-automation d72eb5490b
Update community files (#1764)
Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-12-09 01:52:17 +00:00
knative-automation bad1ba3051
upgrade to latest dependencies (#1761)
bumping knative.dev/networking 0d4e937...c037e29:
  > c037e29 upgrade to latest dependencies (# 737)
  > 9b791e2 Update community files (# 736)
  > 22df410 upgrade to latest dependencies (# 735)
  > 6d96d69 upgrade to latest dependencies (# 734)
bumping k8s.io/klog/v2 0990e81...9ae4992:
  > 9ae4992 Merge pull request # 355 from pohly/call-overhead-benchmarks
  > cb9292a Merge pull request # 349 from pohly/init-flags-concurrency
  > f08fd26 klog: benchmark the overhead when logging is off
  > 02fe323 Merge pull request # 345 from dims/bump-version-of-golang-to-1.19-and-drop-older-versions
  > 28f7906 make InitFlags read-only
  > d64acbd Merge pull request # 344 from harshanarayana/bug/GIT-343/logr-handle-marshalling-non-string-values
  > 8c0f205 reformat to golang 1.19 standards
  > a952486 add test for the command line usage
  > dcddc5f kvlistformat: fix the issue with display marshalled value for non string type
  > 6f5eeb9 Bump version of golang to 1.19 and prune older versions
bumping knative.dev/serving 1b38451...cd1cd1a:
  > cd1cd1a upgrade to latest dependencies (# 13496)
  > 3a9cefb Update net-istio nightly (# 13497)
  > 638e114 Update net-istio nightly (# 13491)
  > 149d152 Update net-istio nightly (# 13490)
  > 2522268 Update net-gateway-api nightly (# 13489)
  > 7157519 Update community files (# 13477)
  > 87aad28 Update net-contour nightly (# 13482)
  > 8f5491a Update net-gateway-api nightly (# 13481)
  > 358853a Update net-certmanager nightly (# 13480)
  > 26bb82f Update net-kourier nightly (# 13479)
  > 1f3302d Update net-kourier nightly (# 13475)
  > bb6457f upgrade to latest dependencies (# 13474)
  > 651f27e next K8s min version is 1.24 (# 13473)
  > aee40fd upgrade to latest dependencies (# 13467)
  > 2b20603 add missing 'component' label to webhook template (# 13469)
  > 874cceb Update net-gateway-api nightly (# 13466)
  > aebc16c Update net-istio nightly (# 13460)
  > 0df133d Update net-certmanager nightly (# 13461)
  > 8848735 Update net-kourier nightly (# 13463)
  > 44295ff Update net-contour nightly (# 13462)
  > bd88e05 Use new keys for internal encryption secret data (# 13388)
  > 0511892 Update net-certmanager nightly (# 13457)
  > afc6942 Update net-kourier nightly (# 13456)
  > 2a22058 Update net-contour nightly (# 13454)
  > 8c79b7f Update net-gateway-api nightly (# 13455)
  > c3e0f12 Add support for QPOptions TLS + Audience bound Tokens  (# 13384)
  > fd1b9ed Set filtered factory label in controller main + Upgrade to latest dependencies (# 13442)
  > 601c762 Update net-certmanager nightly (# 13452)
  > f9fd5c8 Update net-contour nightly (# 13446)
  > 9106a61 Update net-certmanager nightly (# 13445)
bumping knative.dev/eventing 6de07e8...41653ce:
  > 41653ce Bump kind and k8s (# 6620)
  > 2e02230 Use pointer.XYZ() function instead of deprecated pointer.XYZPtr() (# 6617)
  > 0401105 Remove k8s 1.23 kind (# 6616)
  > e214072 [main] Upgrade to latest dependencies (# 6611)
  > 00a31f2 [main] Update community files (# 6614)
  > ed5e0a7 Knative enhance failed events extensions in mt channel broker (# 6569)
  > e8fec2a Remove strict subscriber feature flag (# 6608)
  > c6bfda3 Decrease exportTraceLimit to 100 (# 6612)
  > 03eafac [main] Upgrade to latest dependencies (# 6609)
  > 82bf83c Fix development docs on installing IMC (# 6605)
  > 1c76762 [Scheduler] Handle permanent pending pods (# 6599)
  > a390f74 [main] Upgrade to latest dependencies (# 6590)
  > 1d02f98 Add Ansu as scheduler approver (# 6600)
  > a653058 Set SecurityContext for test Pods (# 6584)
  > 4809791 Updates for Go 1.19 (# 6594)
bumping k8s.io/api 4b838ea...88912e3:
  > 88912e3 Update dependencies to v0.25.4 tag
  > e7b469b Merge pull request # 112808 from cheftako/automated-cherry-pick-of-# 112689-upstream-release-1.25
  > 1102e6f Updated vendor to the new preferred versions.
bumping knative.dev/pkg 389f811...05b694e:
  > 05b694e upgrade to latest dependencies (# 2653)
  > 242a3d7 Fix nil pointer deref in drain when it's reset (# 2645)
  > f5c1a03 Update community files (# 2641)
  > bd66b9b upgrade to latest dependencies (# 2640)
  > dca788a Min K8s version is now 1.24 (# 2639)
  > 6255ebd upgrade to latest dependencies (# 2638)
  > 0243d64 Function AllowRestrictedPodSecurityStandard for modifying test pods (# 2625)
bumping k8s.io/apimachinery 478dd6e...4fbe8e4:
  > 4fbe8e4 Merge pull request # 112218 from haoruan/automated-cherry-pick-of-# 111936-upstream-release-1.25
  > cf171ba Merge pull request # 112808 from cheftako/automated-cherry-pick-of-# 112689-upstream-release-1.25
  > b4db414 Marshal MicroTime to json and proto at the same precision
  > cb0507f Updated vendor to the new preferred versions.
bumping k8s.io/gengo 397b4ae...fad74ee:
  > fad74ee Merge pull request # 234 from aojea/use_github_actions
  > e83a76d Merge pull request # 233 from rainest/fix/filter-abort
  > f99002e remove travis
  > 3913671 Merge pull request # 199 from rainest/log/lower-severity-uncopyable
  > 535f8cc Restore uncopyable type case in Filter
  > 3bcdbc7 Merge pull request # 232 from alexzielenski/defaulter-const-symbol-reference
  > 914c10e Update examples/deepcopy-gen/generators/deepcopy.go
  > c0856e2 Merge pull request # 231 from weilaaa/add_method_symmetric_difference_in_set
  > 945b13c fix typo
  > ad375a7 Fail if any requested type cannot be copied
  > 66c86ac add method symmetric difference in set
  > 49f7e1e fix typo
  > 20f90a4 Update examples/defaulter-gen/generators/defaulter.go
  > e1d2c67 remove incorrect quotes from ref regex comment
  > 91632a7 address comments
  > bab4b7f allow +default to refer to symbols in code
bumping k8s.io/utils ee6ede2...8e77b1f:
  > 8e77b1f Merge pull request # 265 from danwinship/fix-dumb-api-mistake
  > 1a15be2 Merge pull request # 270 from dashpole/trace_panic
  > ba5a213 Fix an API accident with net.IPFamily
  > 61b03e2 Merge pull request # 268 from petr-muller/deprecation-convention
  > 71bfc7b make traces safe for concurrent use
  > cfd413d Merge pull request # 263 from saltbo/fix-invalid-gha-goverion
  > d90ac11 pointer: make deprecation comments follow convention
  > 460b63a demonstrate trace panic
  > 4270251 Merge pull request # 259 from LJTian/master
  > 4a5ee0b fix: update the go-versions format for the gha
  > 665eaae Merge pull request # 261 from liggitt/clean-deps
  > 1be0ed5 Update Go standard libs address to reduce jump time
  > 7796b5f Merge pull request # 260 from dims/bump-dependencies-and-go-language-version
  > 25648b1 Drop testify dependency
  > e9cbc92 Merge pull request # 242 from MushuEE/patch-3
  > c9660c8 Bump dependencies and go language version
  > 49b64f9 Drop afero dependency
  > ad59060 Merge pull request # 253 from kschoche/add_uint_to_pointer_pkg
  > d7bf925 Ineffective break statements triggering SA4011
  > 2e139fc Merge pull request # 254 from dims/bump-version-of-golang-to-1.19
  > d45ae35 add uint64 and uint to pointer pkg
  > e3a7968 Bump version of golang to 1.19
bumping k8s.io/code-generator 7e9837e...6523e22:
  > 6523e22 Merge pull request # 112808 from cheftako/automated-cherry-pick-of-# 112689-upstream-release-1.25
  > 59f8301 Updated vendor to the new preferred versions.
bumping knative.dev/hack 8f3c705...c12c1bf:
  > c12c1bf Revert of # 257 (# 258)
  > 6397aac 🐛 Don't use NodeLocalDNS addon (# 257)
  > 2e610ce Update community files (# 256)
  > de2ff40 Allow tests to skip dumping resources on failure (# 255)
  > 646aac0 e2e script tweaks (# 252)
  > d470f52 Format go code (# 253)
  > b035462 Calculate Image references properly (# 251)
  > 1ba176e Trap calls are now executed in LIFO order (# 249)
bumping k8s.io/client-go 593f096...7226b15:
  > 7226b15 Update dependencies to v0.25.4 tag
  > 166ab05 Merge pull request # 112808 from cheftako/automated-cherry-pick-of-# 112689-upstream-release-1.25
  > 4b5a638 Updated vendor to the new preferred versions.
bumping k8s.io/apiextensions-apiserver ebdae04...2c55649:
  > 2c55649 Update dependencies to v0.25.4 tag
  > 67ebb5f Merge pull request # 112808 from cheftako/automated-cherry-pick-of-# 112689-upstream-release-1.25
  > 05d7571 Updated vendor to the new preferred versions.
  > 2d6e469 Bump konnectivity-client to v0.0.33

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-11-24 09:50:43 +00:00
knative-automation 9de74647cd
Update community files (#1762)
Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-11-17 01:54:40 +00:00
knative-automation daa3c65ab9
upgrade to latest dependencies (#1758)
bumping knative.dev/hack 3fdc50b...8f3c705:
  > 8f3c705 Update community files (# 247)
  > 62b15bd drop support for the istio add on flag (# 243)
  > f5be74f Update community files (# 245)
  > 80fd6da KO_DATA_PATH doesn't need to be set anymore (# 244)
  > 4b6bd86 Format go code (# 239)
  > 566898d Update community files (# 242)
  > 9d2ae47 Update community files (# 241)
  > cf1a127 🎁 Use Knative ls-tags tool (# 238)
bumping knative.dev/pkg 714b763...389f811:
  > 389f811 upgrade to latest dependencies (# 2629)
  > 918fd93 Update community files (# 2633)
  > 44d1d7d Go1.19 changes (# 2631)
  > 6718478 Update community files (# 2628)
  > dc1fae1 changeset: allow override the revision through ldflags (# 2601)
  > 92ed919 Fix: Mute the linter on error return values. (# 2627)
  > 8fa1a3f CmpOpts overrides should be passed through (# 2621)
  > 64fc3e5 ListPointer flag should also apply to filtered informers (# 2620)
  > 2f19491 Feature: Implement Apply codegen. (# 2624)
  > 6eb8f18 Update community files (# 2626)
  > 5cbee02 Filter reactor FieldErrors on validation to only error-level alerts. (# 2611)
  > 198b463 Cleanup: Turn multiple warnings into multiple warnings. (# 2619)
  > 728dfd8 Add FieldError#WrappedErrors to allow dependent code to have access (readonly) (# 2618)
  > 6ce976c Default observability config if nil (# 2614)
  > ff95684 make METRICS_DOMAIN optional when backend is not OpenCensus (# 2617)
  > b2a3a39 upgrade to latest dependencies (# 2616)
  > 9823d96 Update community files (# 2615)
  > 5dd89c6 Support istio *List types where Items is an array of pointer types (# 2613)
  > b812aff Support fetching observability from ctx. (# 2610)
bumping knative.dev/eventing 0fe923c...6de07e8:
  > 6de07e8 Update community files (# 6593)
  > a57c12f Update community files (# 6589)
  > cd98a61 upgrade to latest dependencies (# 6586)
  > 6ea012a Update community files (# 6588)
  > ecf7a29 upgrade to latest dependencies (# 6585)
  > cdb52cc upgrade to latest dependencies (# 6582)
  > 39c914b upgrade to latest dependencies (# 6580)
  > 47c2635 Update community files (# 6579)
  > 98dfb5b Doing base64 encode in channel's responseBody (# 6542)
bumping knative.dev/serving e82287d...1b38451:
  > 1b38451 Update net-gateway-api nightly (# 13444)
  > 09f44f5 Update community files (# 13434)
  > 6f42856 Update net-gateway-api nightly (# 13432)
  > d72ba07 bump kind to 1.17 in e2e (# 13437)
  > a47c428 ran codegen with go1.19 & fix linter warnings (# 13438)
  > bc368c3 Update net-contour nightly (# 13431)
  > 025c712 upgrade to latest dependencies (# 13429)
  > 3d9c724 upgrade to latest dependencies (# 13427)
  > 2ca1aea Update net-istio nightly (# 13428)
  > 41f35ca Update community files (# 13426)
  > c737bb1 Update net-certmanager nightly (# 13425)
  > 21fc2b2 upgrade to latest dependencies (# 13424)
  > 81ebd47 upgrade to latest dependencies (# 13423)
  > b44de34 Update net-gateway-api nightly (# 13422)
  > 3b35f78 Update net-contour nightly (# 13421)
  > 299aa96 upgrade to latest dependencies (# 13420)
  > 9e7150f upgrade to latest dependencies (# 13417)
  > 5411bd0 upgrade to latest dependencies (# 13415)
  > 4c99f48 Update community files (# 13413)
  > a6a18b8 updates HPA webhook api version (# 13411)
  > 0b88704 Update net-gateway-api nightly (# 13406)
bumping knative.dev/networking 58f3e62...0d4e937:
  > 0d4e937 upgrade to latest dependencies (# 731)
  > ed86031 Update community files (# 730)
  > dd3d3d7 Updates style/lint checks for go1.19 (# 733)
  > 7d97614 upgrade to latest dependencies (# 729)
  > e051f4e upgrade to latest dependencies (# 728)
  > 23d44c9 Update community files (# 727)
  > cb26aa7 upgrade to latest dependencies (# 726)
  > 0f6a54a upgrade to latest dependencies (# 725)
  > 2cbe3ef upgrade to latest dependencies (# 724)
  > 83b94f2 Update community files (# 723)
  > db966e7 fix http01 conformance tests (# 721)
  > fb5566f fix downstream tests (# 722)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-11-07 14:53:22 +00:00
knative-automation 2b347b1eca
Update community files (#1760)
Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-11-04 01:55:07 +00:00
knative-automation 2b75ddfbff
Update community files (#1759)
Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-10-31 13:39:13 +00:00
knative-automation 4a545d07fb
Update community files (#1757)
Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-10-24 01:49:16 +00:00
David Simansky 66307f22ed
Resolve Serving version to released tag (#1755) 2022-10-19 10:51:12 +00:00
David Simansky 699a88860b
Fix namespaced unit test (#1753)
* Fix namespaced unit test

* Fallback to different default name
2022-10-19 10:09:11 +00:00
knative-automation 0b99fc58d6
upgrade to latest dependencies (#1752)
bumping knative.dev/serving d108ba9...e82287d:
  > e82287d updates features cm to include new allowed securitycontext field (# 13407)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-10-18 19:46:10 +00:00
knative-automation 288cf1f495
upgrade to latest dependencies (#1751)
bumping knative.dev/eventing 0fe923c...0fe923c:
bumping knative.dev/serving 6e597fa...d108ba9:
  > d108ba9 Allow setting seccompProfile to enable using restricted security profile (# 13401)
  > 388128b Run queue proxy with restricted profile (# 13376)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-10-18 18:57:11 +00:00
knative-automation 16f26ba1e4
upgrade to latest dependencies (#1750)
bumping knative.dev/eventing c5ef068...0fe923c:
  > 0fe923c Use knative/action/go/downstream-test (# 6573)
  > 53a186d Update pelletier/go-toml/v2 to v2.0.5 (# 6574)
bumping knative.dev/serving e95e99d...6e597fa:
  > 6e597fa Enable emptyDir volumes for Knative Services (# 13405)
  > 6264c1b Fix path validation when running tests on Windows (# 13400)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-10-18 10:28:10 +00:00
knative-automation 0323f52d12
upgrade to latest dependencies (#1749)
bumping knative.dev/eventing 2899fce...c5ef068:
  > c5ef068 upgrade to latest dependencies (# 6572)
  > 24adf19 upgrade to latest dependencies (# 6558)
  > 801a8e6 Add readiness and liveness probes in controller (# 6566)
bumping knative.dev/serving 3ac6d4a...e95e99d:
  > e95e99d Update net-kourier nightly (# 13404)
  > d780e92 upgrade to latest dependencies (# 13403)
  > 555e6ab Fix: Add the new `AllowPrivilegeEscalation` field to the *other* fieldmask. (# 13402)
  > a18077c Feature: Let users set `allowPrivilegeEscalation = false` on ksvc. (# 13395)
  > f9a75d7 Use svc.cluster.local as default domain (# 13259)
  > 535572e Update net-istio nightly (# 13394)
  > bce312c Update net-contour nightly (# 13392)
  > a81679b Update net-gateway-api nightly (# 13391)
  > 6c47a5d Update net-kourier nightly (# 13393)
  > 5f7d942 upgrade to latest dependencies (# 13390)
  > 2220d0c Adding profiling readme back (# 13389)
  > 24b8e81 Update net-istio nightly (# 13385)
  > 995b296 Update net-contour nightly (# 13383)
  > e44a412 Update net-kourier nightly (# 13382)
  > b476119 Update net-certmanager nightly (# 13381)
  > cbc4601 upgrade to latest dependencies (# 13380)
bumping knative.dev/networking fcbfa31...58f3e62:
  > 58f3e62 Fix lint error due to deprecated grpc.WithInsecure (# 720)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-10-17 20:02:10 +00:00
David Simansky be74c58ae0
Upgrade depedencies before next release (#1748)
* Upgrade spf13/cobra to 1.6

* Upgrade k8s.io/cli-runtime to matching version
2022-10-13 14:07:53 +00:00
Amir Alavi 0382c171d7
cli options to enable user, uid, and group impersonation (#1745)
* cli options to enable kubernetes user and group impersonation

Signed-off-by: Amir Alavi <amiralavi7@gmail.com>

* cli option to enable uid impersonation

Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
2022-10-13 13:11:53 +00:00
knative-automation a4667458d6
upgrade to latest dependencies (#1747)
bumping knative.dev/serving 636e121...3ac6d4a:
  > 3ac6d4a Make conformance tests configurable with custom resource values (# 13286)
  > 53b7da3 upgrade to latest dependencies (# 13378)
  > 9f882f1 add e2e test on k8s 1.25.2 (# 13358)
bumping knative.dev/eventing 56e9ee1...2899fce:
  > 2899fce bump k8s version to 1.25.2 (# 6561)
bumping knative.dev/pkg 21d3b47...714b763:
  > 714b763 upgrade to latest dependencies (# 2609)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-10-12 10:14:51 +00:00
knative-automation 6bbbd501be
Update actions (#1744)
Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-10-11 09:55:51 +00:00
knative-automation 3120ee616a
upgrade to latest dependencies (#1746)
bumping sigs.k8s.io/structured-merge-diff/v4 65611e5...26781d0:
  > 26781d0 Merge pull request # 224 from apelisse/revert-backwards-incompatible-changes
  > 4ad28cc Merge pull request # 223 from apelisse/v5
  > 4d3633c Remove all copies of Schema and Map
  > ebd569f Merge pull request # 220 from alexzielenski/fieldannotation
  > 1754a8d Create package v5 for backward incompatible change
  > b4e893e Revert "use pointer semantics for schema"
  > 5e8be97 Merge pull request # 222 from alexzielenski/fix-exponential-bug
  > c779eba fix gofmt
  > a70144b Revert "Create package v5 for backward incompatible change"
  > 8f72076 Merge pull request # 221 from apelisse/improve-operations-parsing
  > 478fc28 fix nil schema type not being deduced to whatever the other operand is
  > 50567d1 update gofmt
  > e3fbe42 Merge pull request # 204 from zqzten/retry_add_back_owned
  > 11d9bfa Change operation test dependency on parseableType rather than typename
  > 0f66c33 Add exponential test failure for large CR
  > 15f722a add benchmark excercising field-level overrides
  > 0f3c884 Merge pull request # 215 from alexzielenski/schema-copy
  > 41d6b2c add test for multiple version appliers with reliant fields conversions
  > 8a2620f Name operation tests after their filename
  > 60b3b65 use pointer semantics for schema
  > 73412af Merge pull request # 213 from apelisse/add-readme-testdata
  > f345637 fixup! add CopyInto method to schema.Schema
  > 5e01923 add back owned items at pruned version first
  > 00b6b52 add field-level element relationship which overrides referred type
  > aa301db Merge pull request # 214 from apelisse/update-jsoniter-go118
  > f0fadd0 Add README to explain how schemas can be generated
  > c26273c add CopyInto method to schema.Schema
  > b2bdf68 Update jsoniter to v1.1.12 to work with go1.18
bumping knative.dev/networking a5c26fe...fcbfa31:
  > fcbfa31 Update actions (# 718)
  > 8d6b2b0 Update community files (# 717)
  > 584ccad upgrade to latest dependencies (# 716)
bumping k8s.io/api 44d27eb...4b838ea:
  > 4b838ea Update dependencies to v0.25.2 tag
  > fce3016 Merge pull request # 112161 from pohly/automated-cherry-pick-of-# 112129-origin-release-1.25
  > 29513a2 dependencies: update to ginkgo v2.1.6 and gomega v1.20.1
  > 5c4a1b1 Merge remote-tracking branch 'origin/master' into release-1.25
  > 714e431 Merge pull request # 111657 from aojea/hc_nodeport
  > 8608211 Merge pull request # 109090 from sarveshr7/multicidr-rangeallocator
  > 7840548 doc services healthcheckNodePort is inmutable
  > b88698c Merge pull request # 111258 from dobsonj/kep-596-ga-feature-flag
  > a7621fb Auto generate code for ClusterCIDR API
  > 2f9e588 Merge pull request # 111113 from mimowo/retriable-pod-failures-job-controller
  > b964bc7 Move CSIInlineVolume feature to GA
  > 14e048f Introduce networking/v1alpha1 api, ClusterCIDR type
  > 3be517c Merge pull request # 111696 from liggitt/go119mod
  > fe83bea Support handling of pod failures with respect to the specified rules
  > 991b481 Merge pull request # 108692 from jsafrane/selinux
  > e281bde Update go.mod to go1.19
  > f42f86a Regenerate files
  > a39f97c Add CSIDriverSpec.SELinuxMount
  > c8f0601 Merge pull request # 111677 from dims/stop-panic-in-govet-levee
  > ea1451a run lint-dependencies and follow directions
  > a2b9bcc Stop panic in govet-levee CI job
  > ad89a10 Merge pull request # 110495 from alexzielenski/atomic-objectreference
  > e590d1f Merge pull request # 111090 from kinvolk/rata/userns-support-2022
  > d978b18 mark persistentvolume's claimRef as granular
  > 7488a8c Merge pull request # 111435 from soltysh/cronjob_timezone_beta
  > 2a31718 Update autogenerated files
  > d351ecd Merge pull request # 111557 from alexzielenski/update-smd-422
  > f990455 Update generated
  > 9448de2 pkg/apis, staging: add HostUsers to pod spec
  > ae37896 update smd to 4.2.3
  > 010c740 Promote CronJobTimeZone to beta
  > 1b82208 Merge pull request # 110959 from mimowo/retriable-pod-failures-pod-conditions
  > 08dedd8 Introduction of a pod condition type indicating disruption. Its `reason` field indicates the reason:
  > f5e1938 Merge pull request # 111587 from ialidzhikov/k8s-utils@ee6ede2d64
  > b3c30ab Update `k8s.io/utils` to `ee6ede2d64ed`
  > be740eb Merge pull request # 111441 from denkensk/respect-topology
  > a76179a Merge pull request # 111402 from verb/111030-ec-ga
  > acf399c code generated by script for MatchLabelKeys in TopologySpreadConstraint
  > 537ea12 Merge pull request # 111442 from ialidzhikov/k8s-utils@56c0de1e6f
  > d8280df Remove EphemeralContainers beta disclaimer
  > d96a10b api defination for MatchLabelKeys in TopologySpreadConstraint
  > 8f210eb Update `k8s.io/utils` to `9bab9ef40391`
  > 04aced3 Merge pull request # 111254 from dims/update-to-golang-1.19-rc2
  > dda4dee Generate and format files
  > f6f0d0e Merge pull request # 111194 from ravisantoshgudimetla/promote-maxSurge-ga
  > f77fa25 Merge pull request # 111229 from ravisantoshgudimetla/promote-podOS-GA
  > 7b89ea1 Generated: maxSurge for DS
  > 9a18f7a Merge pull request # 110178 from kevindelgado/validation-beta-1-25
  > 844753e Generated: PodOS field to GA
  > d895ab7 api: Promote DS maxSurge to GA
  > 096c9df Merge pull request # 110388 from sanposhiho/graduate-mindomain-beta
  > 1d3dcfc update kjson
  > bdc8eb0 api: Promote PodOS field to GA
  > fa32a3a Merge pull request # 110896 from ravisantoshgudimetla/promote-minReadySec-sts-update-ga
  > eeea400 Update doc comment
  > 08c75a7 Merge pull request # 111008 from cici37/bumpCEL
  > 40e8eea Generated: minReadySeconds for STS
  > 0110f55 Update v1 package to graduate minDomains to beta
  > 0c6d49d Bump cel-go to v0.12.0
  > df27ddf api: Promote statefulset MinReadySeconds to GA
  > b9bd732 Merge pull request # 110564 from j4m3s-s/add-ports-doc-fix
  > 51e4c4a Merge pull request # 111010 from thockin/remove-refs-to-EndpointSliceNodeName
  > b7c39ad Fix description of Ports in PodSpec
  > 248dcdb Merge pull request # 111001 from pohly/klog-update
  > 4756865 Remove obsolete refs to gate EndpointSliceNodeName
  > b5b8fba build: update to klog v2.70.1
  > 8488949 Merge pull request # 110990 from thockin/svc-typenames-IPFamilyPolicyType
  > ed77e2e Rename IPFamilyPolicyType => IPFamilyPolicy
  > 33ab20e Merge pull request # 110868 from rikatz/endport-to-ga
  > f18d381 Merge pull request # 110831 from chendave/openapi
  > 270b22d Generated files for endPort promotion
  > 724b071 Bump `kube-openapi` to the latest
  > e803bc1 Promote endPort to GA
  > b98f264 Merge pull request # 110724 from pohly/klog-update
  > 61fcc0f build: update to klog v2.70.0
  > edebc67 Merge pull request # 110561 from Shubham82/extend_Description
  > 60387f6 Merge pull request # 110378 from lucacome/bump-grpc
  > 1cba8e4 RBAC: Modify the Description for the apiGroup.
  > 89ed2a8 Bump grpc to v1.47.0
  > 6b0201d Merge pull request # 110520 from dims/update-gopkg.in/yaml.v3-to-v3.0.1
  > 2c10714 Update gopkg.in/yaml.v3 to v3.0.1
  > d50b1bc Merge pull request # 109293 from iamNoah1/improve-ingressclassname-api-doc
  > 832b1f4 Merge pull request # 109938 from dims/move-from-k8s.gcr.io-to-registry.k8s.io
  > bba462c generate ressources after change request
  > ed22bb3 Move from k8s.gcr.io to registry.k8s.io
  > d1f2717 add change requests
  > be84346 Merge pull request # 109968 from kerthcet/feature/optimize-apifield-comment
  > e85f85a generate ressources after change request
  > 209903b amend comment of NodeInclusionPolicy
  > bac3ee2 add change requests
  > ae35a85 Merge pull request # 108492 from kerthcet/feature/add-NodeInclustionPolicies
  > a3f4ca9 generate ressources after change request
  > 202371b feat: add NodeInclusionPolicy to TopologySpreadConstraint in PodSpec
  > 4e39c88 add change requests
  > 9b88471 Merge pull request # 109891 from pohly/log-dependency-update
  > af2d87a add generated assets
  > 548c53c Merge pull request # 109602 from lavalamp/remove-clustername
  > 0f669be dependencies: logr and zapr v1.2.3
  > 4b894ff first shot improving api doc for ingressclassname
  > 5e2f5ad Merge pull request # 109308 from danwinship/traffic-policy-docs
  > eb567e7 compat
  > a2ee8c7 Merge pull request # 109803 from liggitt/api-fixture-data
  > 85c4c9d Clarify ExternalTrafficPolicy/InternalTrafficPolicy definitions
  > fcb6509 Merge pull request # 109440 from liggitt/gomod-1.18
  > 1afa1ae Remove v1.22.0 API fixture data
  > 3f52c1d Regenerate vendor
  > a2ae4d4 Add v1.24.0 fixture data
  > d672b36 Merge pull request # 109506 from wangrzneu/fix-comment
  > f2f8c15 Merge pull request # 109421 from vpnachev/fix/typo-in-token-request-doc-string
  > 35e4518 fix IngressClassParametersReferenceScopeCluster comment in staging/src/k8s.io/api/networking
  > af4f75e Merge pull request # 105963 from zhucan/bugfix-95367
  > aed3ebb Fix typo in TokenRequest doc string
  > 7a89730 Merge pull request # 109436 from JamesLaverack/revert-108290
  > 56fb9f0 generated code and doc
  > 1f82dd7 Revert "Introduce APIs to support multiple ClusterCIDRs (# 108290)"
  > 6f81c7b csi: add nodeExpandSecret support for CSI client
bumping knative.dev/eventing af2298f...56e9ee1:
  > 56e9ee1 update exact/prefix/suffix filters to accept multiple entries (# 6551)
  > d1827fc Update actions (# 6560)
  > fdacfa3 Update community files (# 6559)
bumping k8s.io/kube-openapi 3ee0da9...67bda5d:
  > 67bda5d Merge pull request # 308 from alexzielenski/fieldlevelannotation
  > 011e075 Merge pull request # 302 from ruquanzhao/branch2
  > 4d09b3c add field level override integration test for openapi gen
  > c39d0f6 Merge pull request # 306 from apelisse/go-1.18
  > dff3465 Remove newlineReporter custom report
  > 74b52a2 update smd to 4.2.3
  > 1062c7a Merge pull request # 304 from dims/switch-to-released-version-of-v3.8.0-github.com/emicklei/go-restful/v3
  > 0bed9f0 Update to go1.18
  > 89ff079 upgrade ginkgo to ginkgo/v2
  > 48d47d9 remove unused function
  > 31174f5 Merge pull request # 303 from dims/move-to-newer-v3-version-of-go-restful
  > 77c5a1e Switch to released version of v3.8.0 - github.com/emicklei/go-restful/v3
  > bff9878 add ability to override structType with field-level annotation
  > 5e7f5fd Merge pull request # 300 from Jefftree/remove-bazel-references
  > ca8f27e Move to newer version (v3) of github.com/emicklei/go-restful
  > b28bf28 Merge pull request # 283 from alexzielenski/gnostic_conversion
  > fa41ef1 Remove bazel references
  > c715a76 add direct conversion for gnostic v2 types
bumping k8s.io/code-generator 65c70a5...7e9837e:
  > 7e9837e Merge pull request # 112161 from pohly/automated-cherry-pick-of-# 112129-origin-release-1.25
  > ecb165b dependencies: update to ginkgo v2.1.6 and gomega v1.20.1
  > 775c304 Merge remote-tracking branch 'origin/master' into release-1.25
  > d31c93c Revert "Remove gcp and azure auth plugins"
  > 7a6b27b Update go.mod to go1.19
  > fa4467d Merge pull request # 111677 from dims/stop-panic-in-govet-levee
  > 7b3066b run lint-dependencies and follow directions
  > c04cb7f Stop panic in govet-levee CI job
  > aed7155 Merge pull request # 110495 from alexzielenski/atomic-objectreference
  > 02dff21 update kube-openapi
  > 24b65b5 Update kubectl kustomize to kyaml/v0.13.9, cmd/config/v0.10.9, api/v0.12.1, kustomize/v4.5.7 (# 111606)
  > ce96325 Merge pull request # 111557 from alexzielenski/update-smd-422
  > 3e298a9 update smd to 4.2.3
  > 98b8ad1 Merge pull request # 111587 from ialidzhikov/k8s-utils@ee6ede2d64
  > 7d41d4b Update `k8s.io/utils` to `ee6ede2d64ed`
  > f7e6982 Merge pull request # 111442 from ialidzhikov/k8s-utils@56c0de1e6f
  > 5e969f2 Update `k8s.io/utils` to `9bab9ef40391`
  > 22db44c Merge pull request # 111254 from dims/update-to-golang-1.19-rc2
  > 53c2ca0 Generate and format files
  > a08f67b Merge pull request # 110178 from kevindelgado/validation-beta-1-25
  > e22e97f update kjson
  > 40a88eb Merge pull request # 111008 from cici37/bumpCEL
  > 9a892d0 Bump cel-go to v0.12.0
  > d665e29 Merge pull request # 108792 from wongearl/modify-todo
  > dc61ef8 Merge pull request # 111001 from pohly/klog-update
  > dec659d fix CustomArgs annotation, todo describe
  > 162a509 build: update to klog v2.70.1
  > 132cd9f Merge pull request # 110831 from chendave/openapi
  > 0bd13bc Bump `kube-openapi` to the latest
  > 068d9f8 Merge pull request # 110724 from pohly/klog-update
  > 051a429 build: update to klog v2.70.0
  > 4e8f8f5 Merge pull request # 110378 from lucacome/bump-grpc
  > 39381c1 Bump grpc to v1.47.0
  > a2acbb4 Merge pull request # 110546 from liggitt/fix-example
  > cb496e7 Merge pull request # 110518 from dims/switch-to-released-version-of-v3.8.0-github.com/emicklei/go-restful/v3
  > e246394 Drop spurious replace
  > f2ea995 Merge pull request # 110520 from dims/update-gopkg.in/yaml.v3-to-v3.0.1
  > 306deab Switch to released version of v3.8.0 - github.com/emicklei/go-restful/v3
  > d8adc26 Update gopkg.in/yaml.v3 to v3.0.1
  > 35a5f00 Merge pull request # 110351 from dims/switch-to-v3-of-github.com/emicklei/go-restful
  > e1fbd90 Switch to v3 of github.com/emicklei/go-restful
  > 7d977b3 Merge pull request # 110013 from enj/enj/i/remove_azure_gcp_auth_plugins
  > 7e85903 Remove gcp and azure auth plugins
  > 9f887a7 Merge pull request # 109891 from pohly/log-dependency-update
  > acd6f5b Merge pull request # 109602 from lavalamp/remove-clustername
  > 7c0fe80 dependencies: logr and zapr v1.2.3
  > 05559de generated files
  > 8ed2cce Merge pull request # 109804 from cici37/celUpdate
  > f82eadd Update go-control-plane, cncf/xds/go, cncf/udpa/go and remove unused versions
  > cd6d91a Update GRPC
  > df8059b Update genproto and antlr.
  > 4a69c11 Bump cel-go to v0.11.2
  > 0a834f8 Merge pull request # 109440 from liggitt/gomod-1.18
  > 5cbad16 Regenerate vendor
  > 8f17de0 Merge pull request # 109031 from Jefftree/openapiv3beta
  > 858bf3c generated: Update kube-openapi and vendor
bumping knative.dev/hack 92a65f1...3fdc50b:
  > 3fdc50b Remove Signing Feature Gate (# 236)
  > 2d67db5 generate provenances (# 237)
  > 52a87e1 Update community files (# 235)
bumping knative.dev/pkg 158538c...21d3b47:
  > 21d3b47 upgrade to latest dependencies (# 2608)
  > 8178c38 update k8s to 1.25.2 (# 2599)
  > fb2e4fb Preserve webhook namespaceSelector.matchLabels (# 2605)
  > 5c5da28 Update actions (# 2607)
  > 1fb3e67 Update community files (# 2606)
  > bc93b0a bump min kubernetes to v1.23 (# 2595)
  > 8cacac2 upgrade to latest dependencies (# 2604)
bumping k8s.io/apiextensions-apiserver b993e22...ebdae04:
  > ebdae04 Update dependencies to v0.25.2 tag
  > a290ab4 Merge pull request # 112161 from pohly/automated-cherry-pick-of-# 112129-origin-release-1.25
  > d8d88ce Merge pull request # 112107 from DangerOnTheRanger/automated-cherry-pick-of-# 111964-upstream-release-1.25
  > 34ce90c dependencies: update to ginkgo v2.1.6 and gomega v1.20.1
  > 063c82b Add unit tests.
  > 6d0af3c Run pin-dependency.sh and update-vendor.sh.
  > 850356a Update go.mod to go1.19
  > 1994fc0 Merge pull request # 111677 from dims/stop-panic-in-govet-levee
  > e2f1a8a run lint-dependencies and follow directions
  > 79e4ee6 Stop panic in govet-levee CI job
  > a9d332a Merge pull request # 110495 from alexzielenski/atomic-objectreference
  > 0bec600 update kube-openapi
  > 914f1d7 Update kubectl kustomize to kyaml/v0.13.9, cmd/config/v0.10.9, api/v0.12.1, kustomize/v4.5.7 (# 111606)
  > d25d03c Merge pull request # 111557 from alexzielenski/update-smd-422
  > 8f03975 Merge pull request # 105126 from sallyom/tracing-kubelet
  > 11291a4 update smd to 4.2.3
  > a34b99b kubelet tracing: update vendor
  > 5fd535d kubelet tracing
  > c66b2d1 Merge pull request # 111587 from ialidzhikov/k8s-utils@ee6ede2d64
  > 58b8011 Update `k8s.io/utils` to `ee6ede2d64ed`
  > 49cedce Merge pull request # 111446 from alexzielenski/trivial-x-preserve-unknown-fields-correction
  > 5f4930e Merge pull request # 111519 from jpbetz/skip-cel-validation
  > 3889972 correct OpenAPI extension in error message
  > 85460a1 Merge pull request # 111483 from jpbetz/fix-missing-root-object-type
  > 6158148 Skip CEL expression validation if OpenAPIv3 schema is invalid
  > de80fce Skip schemas that are non-structural in NewValidator
  > 7846e04 Merge pull request # 111451 from DangerOnTheRanger/cel-use-case-tests
  > 5ac5089 Merge pull request # 111442 from ialidzhikov/k8s-utils@56c0de1e6f
  > 560e664 Add examples of matchExpressions validations.
  > b317854 Update `k8s.io/utils` to `9bab9ef40391`
  > 5f2cc68 Merge pull request # 111254 from dims/update-to-golang-1.19-rc2
  > d8abaab Generate and format files
  > 02604ce Merge pull request # 108108 from thaJeztah/switch_golang_protobuf_extensions
  > fec6a8f downgrade github.com/matttproud/golang_protobuf_extensions to v1.0.1
  > a6bd8bf Merge pull request # 111156 from DangerOnTheRanger/cel-traversal-optimization
  > b655fba Replace estimateMinSizeJSON with DeclType.MinSerializedSize.
  > 758d6d5 Merge pull request # 110135 from jpbetz/efficient-crd-cel-validation
  > dbdebf1 Reuse structural schema and cel decls during CRD validation
  > 0bdac0d Merge pull request # 111071 from cici37/updateCEL
  > d0f6952 Merge pull request # 111242 from wojtek-t/fix_leaking_goroutines_11
  > d562a8a Sort out dep order
  > 7c89666 Merge pull request # 110178 from kevindelgado/validation-beta-1-25
  > 60ed3b4 Clean shutdown of apiserver integration tests
  > b19f020 Switch to use cel.TypeToExprType(celType) to generate the exprType.
  > 684f2a7 Merge pull request # 109639 from Abirdcfly/fixduplicateimport
  > fce3486 update kjson
  > 224fabd Turn on DefaultUTCTimeZone for cel-go.
  > 1c3183a Merge pull request # 111035 from jiahuif-forks/feature/matrics/cel
  > 896ce20 cleanup: remove duplicate import
  > e60fcc5 Add server-side metadata unknown field validation
  > adca902 Enable the empty list sum support.
  > 9bd3fbc Merge pull request # 111008 from cici37/bumpCEL
  > 40ff5d6 metrics for CEL compilation and evaluation.
  > ea6670e Pick up dispatcher refactor changes from cel-go
  > 62e4d5d Adding comment for maxValidDepth check.
  > 33c72d2 Bump cel-go to v0.12.4
  > 9f63533 Bump cel-go to v0.12.3
  > ce744a8 Add test for CEL maxRecurionDepth check.
  > 8b5da6a Bump cel-go to v0.12.1
  > 0735877 Bump cel-go to v0.12.0
  > 8789ab0 Merge pull request # 109111 from chendave/ginkgo_upstream
  > 3203d57 update ginkgo from v1 to v2 and gomega to 1.19.0
  > f3e37dc Merge pull request # 111001 from pohly/klog-update
  > 8a94cf1 build: update to klog v2.70.1
  > a394eda Merge pull request # 110831 from chendave/openapi
  > 020df44 Merge pull request # 110548 from benluddy/cel-unstructuredtoval-benchmark-fixture
  > 7a0dda7 Bump `kube-openapi` to the latest
  > 92942df Merge pull request # 110549 from benluddy/skip-unused-oldself-activation-work
  > ff05b62 Do test fixture setup outside cel.UnstructuredToVal benchmark loop.
  > 25b2ab4 Merge pull request # 110788 from 21kyu/change_reflect_ptr
  > a5932b2 Only provide an oldSelf binding when referenced by a CEL rule.
  > 17752d1 Change reflect.Ptr to reflect.Pointer
  > 442c886 Merge pull request # 109510 from sugangli/pinhole-fw
  > 3583982 Merge pull request # 110731 from jkh52/update-netproxy
  > 3c6fc8b update kube-controller-manager dependencies
  > 3963fc7 Bump konnectivity-client to 0.0.32
  > addd726 Merge pull request # 110724 from pohly/klog-update
  > 387f93d build: update to klog v2.70.0
  > 27cab03 Merge pull request # 110378 from lucacome/bump-grpc
  > 356b8d7 Merge pull request # 110519 from dims/update-etcd-packages-to-v3.5.4
  > c1fc8de Bump grpc to v1.47.0
  > c1ee610 Merge pull request # 110179 from Jefftree/fix_openapi_v2
  > e5b7b82 update etcd packages to v3.5.4
  > d877aaa Merge pull request # 110518 from dims/switch-to-released-version-of-v3.8.0-github.com/emicklei/go-restful/v3
  > 87c2a6e Prune defaults for CRD serving
  > e16b199 Merge pull request # 110520 from dims/update-gopkg.in/yaml.v3-to-v3.0.1
  > 8aaaf68 Switch to released version of v3.8.0 - github.com/emicklei/go-restful/v3
  > 546aafe Update gopkg.in/yaml.v3 to v3.0.1
  > bd811e0 Merge pull request # 110351 from dims/switch-to-v3-of-github.com/emicklei/go-restful
  > 83fedf3 Switch to v3 of github.com/emicklei/go-restful
  > 0b237d1 Merge pull request # 109552 from cyclinder/fix_CVE-2022-27191
  > 6af94f0 Merge pull request # 109228 from pacoxu/cleanup-ut
  > a8129d5 ix CVE-2022-27191: Bump golang.org/x/crypto to v0.0.0-20220315160706
  > 916bb0f Merge pull request # 110131 from stevekuznetsov/skuznets/stop-copying-metadata
  > 37a5c7c prevent the unit test name too long in report
  > 6ca81eb Merge pull request # 110130 from stevekuznetsov/skuznets/clean-up-crd-storage
  > dd95027 customresource: stop shallow-copying metadata
  > 774eebb Merge pull request # 109835 from cici37/celUpdate
  > 9215e7c customresouce: clean up the storage constructor
  > a47945a Merge pull request # 110061 from wojtek-t/shutdown_apiextensions
  > 8174e5f Initialize a base CEL env and share it to avoid repeated function declaration validation
  > eb1841e Merge pull request # 109880 from Jefftree/patch-4
  > 1b8c30d Cleanup CRD storage on shutdown
  > 1ec2449 Merge pull request # 109978 from wojtek-t/remove_storage_tracking
  > 2046a29 Remove warning log for merging meta and scale type
  > 21a45c1 Merge pull request # 108011 from cici37/benchmark
  > 94148b5 Cleanup no-longer used storage cleanup method
  > fe87b2a Merge pull request # 109891 from pohly/log-dependency-update
  > 97b5e54 benchmark unstructuredToVal
  > 057887d Merge pull request # 109602 from lavalamp/remove-clustername
  > 08a2064 dependencies: logr and zapr v1.2.3
  > 9b3dd0c generated files
  > 42c5701 Merge pull request # 109804 from cici37/celUpdate
  > 4b7a318 Update go-control-plane, cncf/xds/go, cncf/udpa/go and remove unused versions
  > fc318e0 Update GRPC
  > 42e3d58 Update genproto and antlr.
  > 637f1a6 Bump cel-go to v0.11.2
  > 0b2f79f Merge pull request # 109440 from liggitt/gomod-1.18
  > 47b3e71 Merge pull request # 109268 from liggitt/pruning-metadata
  > dd13fbf Regenerate vendor
  > 86df472 Merge pull request # 109303 from wojtek-t/clean_storage_shutdown
  > b4a77b2 Fix bug treating metadata fields as unknown fields
  > d779722 Implement Destroy() method for all registries
  > 3a045b9 Expand unit tests of pruning of unknown fields in metadata
  > 24b17b0 Merge pull request # 109242 from cici37/addTest
bumping k8s.io/apimachinery 97e5df2...478dd6e:
  > 478dd6e Merge pull request # 112527 from liggitt/automated-cherry-pick-of-# 112526-upstream-release-1.25
  > 14bc1be Limit redirect proxy handling to redirected responses
  > 8252641 Merge pull request # 112330 from enj/automated-cherry-pick-of-# 112193-upstream-release-1.25
  > 10b456c Merge pull request # 112161 from pohly/automated-cherry-pick-of-# 112129-origin-release-1.25
  > 4759a80 Add an option for aggregator
  > 3296217 dependencies: update to ginkgo v2.1.6 and gomega v1.20.1
  > 117bd9b Merge pull request # 111113 from mimowo/retriable-pod-failures-job-controller
  > 74deb3d Merge pull request # 111696 from liggitt/go119mod
  > dbffa07 Support handling of pod failures with respect to the specified rules
  > fef5499 Update go.mod to go1.19
  > 41606c6 Merge pull request # 111677 from dims/stop-panic-in-govet-levee
  > 6627090 run lint-dependencies and follow directions
  > addc01f Stop panic in govet-levee CI job
  > f15b816 Merge pull request # 110495 from alexzielenski/atomic-objectreference
  > e68cae5 update kube-openapi
  > b541046 Merge pull request # 111557 from alexzielenski/update-smd-422
  > ace683f update smd to 4.2.3
  > 899984f Merge pull request # 111587 from ialidzhikov/k8s-utils@ee6ede2d64
  > c77a8ed Update `k8s.io/utils` to `ee6ede2d64ed`
  > 954536d Merge pull request # 111450 from HecarimV/fix-22072710
  > d58901c Merge pull request # 111454 from HecarimV/fix-log-capitalized
  > a9b0d05 cleanup: omit redundant arguments in make call
  > 8b07078 Merge pull request # 111496 from HecarimV/unnecessary-fmt
  > 1be2ea2 cleanup: fix some error log capitalization
  > 3bab4b1 Remove unnecessary use of fmt.Sprintf
  > 47ba8cb Merge pull request # 111442 from ialidzhikov/k8s-utils@56c0de1e6f
  > 0a1c3aa Update `k8s.io/utils` to `9bab9ef40391`
  > 7fb0342 Merge pull request # 111254 from dims/update-to-golang-1.19-rc2
  > 9652184 Merge pull request # 106388 from alexzielenski/ssa-ignore-nonsemantic-changes
  > fdf7942 Generate and format files
  > 915d89a Merge pull request # 111173 from BinacsLee/binacs/regenerate-sets
  > 65bf58a optimize nil and empty also for slices
  > 0661104 Merge pull request # 110178 from kevindelgado/validation-beta-1-25
  > fb683c6 Re-Generate k8s.io/apimachinery/pkg/util/sets
  > 6586a12 optimize nil and empty case for parity with other branch
  > 5d375c1 update kjson
  > 019f1e1 revert timestamp updates to object if non-managed fields do not change
  > cff14a5 Merge pull request # 111081 from HecarimV/fix-22071210
  > afc5e00 Merge pull request # 111008 from cici37/bumpCEL
  > 6f7b214 Fix: some typo in apimachinery/pkg
  > 51e28bc Merge pull request # 111097 from saltbo/fix-thethe-typo
  > cd7836f Bump cel-go to v0.12.0
  > 5074e27 fix: update the typo code comment
  > 0897ed8 Merge pull request # 108532 from cbandy/status-cause
  > 9cb1f71 Merge pull request # 110916 from zhoumingcheng/master-code-v1
  > 9291eff api/errors: Improve performance of Is* functions
  > 4afd3f4 Merge pull request # 109111 from chendave/ginkgo_upstream
  > 8c521e1 Fix a typo
  > 1eec2ee Use errors.As to detect wrapping in StatusCause
  > c87322d update ginkgo from v1 to v2 and gomega to 1.19.0
  > 2496976 Merge pull request # 111001 from pohly/klog-update
  > d40a017 build: update to klog v2.70.1
  > a869692 Merge pull request # 110831 from chendave/openapi
  > e4283bb Bump `kube-openapi` to the latest
  > 66bbc50 Merge pull request # 110788 from 21kyu/change_reflect_ptr
  > 55378ba Change reflect.Ptr to reflect.Pointer
  > e74e8a9 Merge pull request # 110724 from pohly/klog-update
  > 21dbaf7 build: update to klog v2.70.0
  > eda93e0 Merge pull request # 110448 from twilight0620/test0608
  > c5be385 Merge pull request # 110378 from lucacome/bump-grpc
  > 6243438 add some uts of group_version.go
  > bae69c6 Bump grpc to v1.47.0
  > b90ea24 Merge pull request # 110520 from dims/update-gopkg.in/yaml.v3-to-v3.0.1
  > 1831736 Update gopkg.in/yaml.v3 to v3.0.1
  > d407afb Merge pull request # 110351 from dims/switch-to-v3-of-github.com/emicklei/go-restful
  > 5e1e879 Switch to v3 of github.com/emicklei/go-restful
  > be3a79b Merge pull request # 109892 from jlsong01/add_annotation_comments
  > 5abf6e2 Merge pull request # 110207 from wojtek-t/clean_shutdown_managers
  > 21bf400 clarify a comment on annotation key validation
  > be75d4d Make contextForChannel public
  > e3c6631 Merge pull request # 110079 from ash2k/dial-with-context
  > e929c35 Always dial using a context
  > e572490 Merge pull request # 109752 from MadhavJivrajani/remove-apimachinery-clocks
  > e11374f Merge pull request # 110040 from astoycos/fix-panic
  > 5526e82 apimachinery/clock: Delete the clock package
  > ca5c89b Merge pull request # 110029 from ash2k/ash2k/no-double-tls-validation
  > 7c09d67 Fix additional panic
  > 4f2ae94 tls.Dial() validates hostname, no need to do that manually
  > ec91382 Write Unit test to imitate Panic
  > 28c7554 Merge pull request # 109651 from ash2k/ash2k/spdy-cleanup
  > f3b1305 Merge pull request # 108080 from astoycos/issue-132
  > 284911f Pass context for TLS dial
  > 1c398d5 Merge pull request # 107213 from mk46/portname_validation
  > 912a38b Fix Panic Condition
  > f1ceaed Don't clone headers twice
  > 4778951 Merge pull request # 109891 from pohly/log-dependency-update
  > b243f86 Fixed portName validation error message.
  > b85d889 Merge pull request # 109602 from lavalamp/remove-clustername
  > 1c1f82a dependencies: logr and zapr v1.2.3
  > 0ac710b generated files
  > 430b920 Remove ClusterName
  > 5f6d692 Merge pull request # 109804 from cici37/celUpdate
  > a5de00b Merge pull request # 109750 from aojea/spdy_tls
  > b6901b9 Update go-control-plane, cncf/xds/go, cncf/udpa/go and remove unused versions
  > b042ede Merge pull request # 109440 from liggitt/gomod-1.18
  > e57894b spdyroundtripper: d tlson't verify hostname twice
  > 535f064 Update GRPC
  > 92ee148 Regenerate vendor
  > 1564fe5 spdyroundrippter: close the connection if tls handshake fails
  > 5ac2923 Update genproto and antlr.
  > f71cc27 Merge pull request # 109259 from roycaihw/tweak-quantity-docs
  > 54c2bc0 Bump cel-go to v0.11.2
  > 080c0c7 Merge pull request # 109212 from alexzielenski/copylock-fix
  > af9793b Generated files
  > cf0bfa9 Tweak Quantity docstring for ease of reference generation
bumping knative.dev/serving 080aaa5...636e121:
  > 636e121 upgrade to latest dependencies (# 13372)
  > 2383f14 Update net-istio nightly (# 13375)
  > f7bf75a Update net-kourier nightly (# 13374)
  > b584945 Update net-gateway-api nightly (# 13373)
  > 974d19d upgrade k8s autoscaling to v2 (# 13337)
  > 6463604 Update net-certmanager nightly (# 13370)
  > 3430cee Update net-kourier nightly (# 13369)
  > a90ffb3 upgrade to latest dependencies (# 13367)
  > 473faf4 Update net-gateway-api nightly (# 13368)
  > a741bc0 upgrade to latest dependencies (# 13361)
  > 80aed04 Update actions (# 13366)
  > 7c49366 Update net-gateway-api nightly (# 13362)
  > 52cba34 Update net-certmanager nightly (# 13365)
  > e1b8e36 Update net-istio nightly (# 13364)
  > cf0550d Update net-kourier nightly (# 13363)
  > 7199d90 Update community files (# 13360)
  > c3f3eae Remove kind 1.22 testing, since min-version will be 1.23 in the next release (# 13357)
  > ce2a9f6 upgrade to latest dependencies (# 13356)
bumping sigs.k8s.io/json 9f7c6b3...f223a00:
  > f223a00 Merge pull request # 16 from kevindelgado/strict-error-path-separation
  > ff3dbbe Merge pull request # 14 from liggitt/go118
  > b536e95 store err type and path separately in strict errors
  > 227cbc7 Merge pull request # 15 from liggitt/ci-refresh-go
  > 4017094 sync go1.18 changes from encoding/json
  > 93e9748 Check latest go version in CI
bumping k8s.io/utils 3a6ce19...ee6ede2:
  > ee6ede2 Merge pull request # 252 from ialidzhikov/cleanup/testdata
  > 9bab9ef Merge pull request # 251 from dims/tolerate-path-lookup-issues-in-golang-1.19
  > a4934a1 Move test data file under testdata/
  > 56c0de1 Merge pull request # 249 from ialidzhikov/pointer-func-deprecations
  > ee5bcf5 tolerate path lookup issues in golang 1.19
  > f6158b4 Merge pull request # 248 from aojea/ci
  > 161a940 Properly deprecate the funcs from the pointer pkg
  > 74ebc72 IP.UnmarshalText() uses net.Parse internally
  > 105d5f1 fix linter
  > f2fee6f call to (*T).Fatalf from a non-test goroutine (govet)
  > 8cc7140 update github CI
bumping k8s.io/client-go 3e73df6...593f096:
  > 593f096 Update dependencies to v0.25.2 tag
  > 1904631 Merge pull request # 112161 from pohly/automated-cherry-pick-of-# 112129-origin-release-1.25
  > 8f4eb75 Merge pull request # 112336 from enj/automated-cherry-pick-of-# 112017-upstream-release-1.25
  > e278668 dependencies: update to ginkgo v2.1.6 and gomega v1.20.1
  > 1874bc6 exec auth: support TLS config caching
  > db7e2d8 Merge pull request # 112055 from aanm/automated-cherry-pick-of-# 111752-origin-gh-aanm-release-1.25
  > c9008f3 client-go/rest: check if url is nil to prevent nil pointer dereference
  > 1a46dfd Revert "client-go: remove no longer used finalURLTemplate"
  > b3e4a40 Merge remote-tracking branch 'origin/master' into release-1.25
  > c2f61ae Update removal warnings to 1.26
  > 54e42ab update-gofmt
  > ef26118 Revert "Remove gcp and azure auth plugins"
  > a890e7b Merge pull request # 109090 from sarveshr7/multicidr-rangeallocator
  > f10f16e Merge pull request # 111113 from mimowo/retriable-pod-failures-job-controller
  > 76884cd Auto generate code for ClusterCIDR API
  > 3300752 Merge pull request # 111696 from liggitt/go119mod
  > c439b25 Support handling of pod failures with respect to the specified rules
  > ce9ac37 Merge pull request # 108692 from jsafrane/selinux
  > 4100519 Update go.mod to go1.19
  > a00e9ab Regenerate files
  > 55b6f70 Merge pull request # 111677 from dims/stop-panic-in-govet-levee
  > 606e4a8 run lint-dependencies and follow directions
  > fe9020e Stop panic in govet-levee CI job
  > e803ec6 Merge pull request # 110495 from alexzielenski/atomic-objectreference
  > 07171f8 Merge pull request # 111090 from kinvolk/rata/userns-support-2022
  > b5feb25 mark persistentvolume's claimRef as granular
  > bebf219 Update kubectl kustomize to kyaml/v0.13.9, cmd/config/v0.10.9, api/v0.12.1, kustomize/v4.5.7 (# 111606)
  > 912b04a Update autogenerated files
  > c5a511a update kube-openapi
  > 68639ba Merge pull request # 111557 from alexzielenski/update-smd-422
  > 828c3cb pkg/apis, staging: add HostUsers to pod spec
  > b0d4101 Merge pull request # 111475 from alculquicondor/clear_pod_disruption
  > 1631be4 update smd to 4.2.3
  > 3dfaef5 Add clock interface to disruption controller
  > 3e9c4b4 Merge pull request # 111587 from ialidzhikov/k8s-utils@ee6ede2d64
  > 2037cc6 Update `k8s.io/utils` to `ee6ede2d64ed`
  > 07735ea Merge pull request # 111441 from denkensk/respect-topology
  > 95367f2 Merge pull request # 110851 from negz/more-like-mac-slow-s
  > 2190b2f code generated by script for MatchLabelKeys in TopologySpreadConstraint
  > ec0f337 Merge pull request # 111387 from marseel/feature/retry_internal_errors
  > 761f55c Use SHA256 sums to verify discovery cache integrity
  > c2d2c47 Merge pull request # 111228 from Abirdcfly/220716
  > ff6bf67 Add option to retry internal api error in reflector.
  > 735524f Use sha256 to sanitize discovery HTTP cache keys
  > fe12e65 Merge pull request # 111442 from ialidzhikov/k8s-utils@56c0de1e6f
  > 65b1e7d clean Unreachable code
  > 1ea239f Use checksums instead of fsyncs to manage discovery cache corruption
  > 7a55c3b Update `k8s.io/utils` to `9bab9ef40391`
  > 76fccca Add a benchmark for the discovery cache RoundTripper
  > cc879cd Merge pull request # 111254 from dims/update-to-golang-1.19-rc2
  > b5c7588 Merge pull request # 109141 from ulucinar/bump-discovery-burst
  > 2a6c116 Generate and format files
  > b2097e6 Merge pull request # 110666 from ldsdsy/modify
  > 4aac6a7 Bump discovery burst of default ConfigFlags to 300
  > 4db4856 Merge pull request # 111242 from wojtek-t/fix_leaking_goroutines_11
  > 123d4e7 Fix a typo
  > ed7d154 Bump default burst limit for discovery client to 300
  > 95a40e2 Merge pull request # 110178 from kevindelgado/validation-beta-1-25
  > 9dde02d Clean shutdown of client integration tests
  > 267b657 Merge pull request # 111235 from Abirdcfly/220719
  > b4c3510 update kjson
  > 0cfc963 Merge pull request # 110649 from harshanarayana/fix/GIT-110335-fix-fake-event-expansion
  > ca60e0e fix a possible panic because of taking the address of nil
  > c6bd30b Merge pull request # 111176 from p0lyn0mial/upstream-cacher-refactor-for-streaming
  > e2ef408 GIT-110335: address namespace defaulting for events
  > 441e2c8 reflector: simplify reading the resourceVersion
  > 04f67d5 reflector: move LIST to its own method
  > 4e28921 reflector: refactor watchHandler
  > 163ee0b Merge pull request # 111080 from zhoumingcheng/master-v3
  > 743e29d Merge pull request # 111008 from cici37/bumpCEL
  > 84e1219 Correct some wrong syntax
  > 79a582f Merge pull request # 111097 from saltbo/fix-thethe-typo
  > 7f7dbbc Bump cel-go to v0.12.0
  > eabd428 Merge pull request # 111002 from HecarimV/fix-220707
  > 7c3fa18 fix: update the typo code comment
  > 59fda2e Merge pull request # 111087 from HecarimV/fix-22071205
  > f295032 fix static-check for staging/src/k8s.io/client-go/
  > 2f582c2 Fix:import the same package multiple times
  > 3b969f9 Merge pull request # 111001 from pohly/klog-update
  > 26b5064 build: update to klog v2.70.1
  > 506ef89 Merge pull request # 110990 from thockin/svc-typenames-IPFamilyPolicyType
  > 61a7d9d Rename IPFamilyPolicyType => IPFamilyPolicy
  > a16e76e Merge pull request # 110831 from chendave/openapi
  > 6a58c3a Bump `kube-openapi` to the latest
  > f5b6af4 Merge pull request # 110788 from 21kyu/change_reflect_ptr
  > 1b23c15 Change reflect.Ptr to reflect.Pointer
  > 8dfe88a Merge pull request # 110724 from pohly/klog-update
  > 899bcd7 Merge pull request # 110425 from LY-today/fake-evict-list-err
  > cb4a10d build: update to klog v2.70.0
  > 0647d43 Merge pull request # 109632 from weilaaa/recorrect_byindex_input_param
  > 9ac8bfe fix: list pod err after an pod evicted
  > acab036 Merge pull request # 110436 from nicks/nicks/issue-1108
  > 64585cf correct input params and add godoc
  > 830d4c4 Merge pull request # 110378 from lucacome/bump-grpc
  > 5ce7078 client-go: fix panic in ConfirmUsable validation
  > e0fa504 Bump grpc to v1.47.0
  > 2a9f955 Merge pull request # 110518 from dims/switch-to-released-version-of-v3.8.0-github.com/emicklei/go-restful/v3
  > d4fc9af Merge pull request # 110520 from dims/update-gopkg.in/yaml.v3-to-v3.0.1
  > 7e1edab Switch to released version of v3.8.0 - github.com/emicklei/go-restful/v3
  > 08b4bbc Update gopkg.in/yaml.v3 to v3.0.1
  > 87a5b7b Merge pull request # 110351 from dims/switch-to-v3-of-github.com/emicklei/go-restful
  > cf0ba13 Switch to v3 of github.com/emicklei/go-restful
  > f88de91 Merge pull request # 96771 from soltysh/shortcut_expander
  > e2598a4 restmapper: re-try shortcut expander after not-found error
  > cf13620 Merge pull request # 84145 from bells17/fix-typo
  > 33115b4 Merge pull request # 110100 from tkashem/client-go-backoff-fix
  > 21f4308 Fix typo: type -> eventtype
  > 0bc005e Merge pull request # 110076 from karlkfi/patch-1
  > 71b8c17 client-go: fix backoff delay
  > 8764064 fix: reflector to return wrapped list errors
  > ef63e49 Merge pull request # 110013 from enj/enj/i/remove_azure_gcp_auth_plugins
  > 1f7dc88 Remove gcp and azure auth plugins
  > 77f6364 Merge pull request # 108080 from astoycos/issue-132
  > b4b8e5e Merge pull request # 108492 from kerthcet/feature/add-NodeInclustionPolicies
  > f19a514 Fix Panic Condition
  > 5bb1a76 feat: add NodeInclusionPolicy to TopologySpreadConstraint in PodSpec
  > 2420926 Merge pull request # 109891 from pohly/log-dependency-update
  > 7c5b742 Merge pull request # 109602 from lavalamp/remove-clustername
  > c301d44 dependencies: logr and zapr v1.2.3
  > 5a9c3ac generated files
  > c0ab12a Merge pull request # 109804 from cici37/celUpdate
  > bb66d80 Merge pull request # 109607 from liggitt/drop-unused-third-party
  > 631da0c Update go-control-plane, cncf/xds/go, cncf/udpa/go and remove unused versions
  > f4c553f Merge pull request # 109440 from liggitt/gomod-1.18
  > 7481505 Remove package variables
  > 28feddd Update GRPC
  > ccff963 Regenerate vendor
  > 28c4a4d Drop unused golang/template funcs
  > a8fbc49 Update genproto and antlr.
  > 671a40c Merge pull request # 109520 from cncal/lcn_cleanup_duplicate_code_snippet
  > ac3e4ba Bump cel-go to v0.11.2
  > 211d8a7 Merge pull request # 109443 from kevindelgado/dynamic-apply
  > 152e68f Remove the duplicate code snippet in client-go delaying_queue tests
  > 2cf1a8f Merge pull request # 105963 from zhucan/bugfix-95367
  > 4eab6be Add Apply and ApplyStatus methods to dynamic ResourceInterface
  > 28ccde7 Merge pull request # 109436 from JamesLaverack/revert-108290
  > 1f8debf generated code and doc
  > f9fdccd Revert "Introduce APIs to support multiple ClusterCIDRs (# 108290)"

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-10-11 08:55:50 +00:00
knative-automation 97690ef46c
Update community files (#1743)
Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-10-06 01:50:32 +00:00
knative-automation 369321c1db
[main] Upgrade to latest dependencies (#1738)
* upgrade to latest dependencies

bumping knative.dev/serving 2332731...4229a18:
  > 4229a18 upgrade to latest dependencies (# 13352)
  > 183bea1 Add log message when internal encryption is enabled (# 13351)
  > affc8df upgrade to latest dependencies (# 13348)
  > 79a4588 Use kebab-case in config for queue sidecar image key (# 13347)
  > f0d66ee Update net-istio nightly (# 13345)
  > 6791c23 Update net-certmanager nightly (# 13346)
  > 842e273 Update net-gateway-api nightly (# 13344)
  > bedf5e9 Update community files (# 13342)
  > 47907d0 Update net-certmanager nightly (# 13341)
  > bf0e590 Update net-kourier nightly (# 13340)
  > c18d504 Update community files (# 13339)
  > 8a11681 Update net-kourier nightly (# 13336)
  > 243fad9 Update net-istio nightly (# 13334)
  > 4ac8668 Update net-kourier nightly (# 13335)
  > ed3515c Fix: Raise the reconciliation timeout from 10 to 30s. (# 13323)
  > 6b1972b upgrade to latest dependencies (# 13330)
  > 2befffb Update net-istio nightly (# 13328)
bumping knative.dev/hack d1317b0...92a65f1:
  > 92a65f1 don't quote vars referencing files (# 234)
  > b3c9790 Notarize Mac binaries (# 231)
  > 0198902 Format go code (# 226)
  > 7dff557 Update community files (# 233)
  > 6887217 Update community files (# 232)
  > 9b76387 output certificate as well (# 229)

Signed-off-by: Knative Automation <automation@knative.team>

* Update to latest Eventing

Signed-off-by: Knative Automation <automation@knative.team>
Co-authored-by: David Simansky <dsimansk@redhat.com>
2022-10-05 13:24:29 +00:00
Gunjan Vyas 84cba981c1
Added config support to specify read only volumes (#1732)
* Added config support to specify read only volumes

* modified unit tests for read only customization

* fix e2e test
2022-10-05 12:01:29 +00:00
knative-automation 7caf80fb79
Update community files (#1740)
Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-09-29 01:59:17 +00:00
knative-automation 69adb60704
Update community files (#1739)
Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-09-28 01:58:17 +00:00
David Simansky fb417da090
Update knb to recognize drop-in module replace (#1736)
* Update knb to recognize drop-in module replace

* Update tools/knb/pkg/plugin/distro.go

Co-authored-by: Roland Huß <rhuss@redhat.com>

Co-authored-by: Roland Huß <rhuss@redhat.com>
2022-09-22 14:01:12 +00:00
David Simansky ee3514402f
Update spf13/cobra deps (#1734)
* Update spf13/cobra deps

* Update vendor & licences

* Fix codegen versions
2022-09-22 10:36:12 +00:00
knative-automation 73d48f7ecb
upgrade to latest dependencies (#1735)
bumping knative.dev/pkg 5f66ecf...d1d5c84:
  > d1d5c84 Define a global for `reconciler.DefaultTimeout`. (# 2597)
  > df29e2a Avoid second lister fetch during finalizer reconciliation. (# 2596)
bumping knative.dev/serving dadd0b6...2332731:
  > 2332731 upgrade to latest dependencies (# 13326)
  > 3f03f22 upgrade to latest dependencies (# 13324)
bumping knative.dev/eventing 645fd88...54174e3:
  > 54174e3 Remove strict check in scorer plugins and respect maxskew, requeue when no pods available rather than fail Scheduler (# 6524)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-09-22 10:02:11 +00:00
David Simansky 58f686bf92
Fix release script version calculation (#1737) 2022-09-21 15:41:10 +00:00
knative-automation c059e0e5c8
upgrade to latest dependencies (#1733)
bumping knative.dev/eventing b8cb60c...645fd88:
  > 645fd88 Knative port broker redelivery test to rekt (# 6522)
bumping knative.dev/serving d6ab464...dadd0b6:
  > dadd0b6 Update net-istio nightly (# 13312)
  > 9a2028a Update net-gateway-api nightly (# 13311)
  > d1af2ab Update net-contour nightly (# 13313)
  > 81b75a5 Update net-kourier nightly (# 13314)
  > dc8d797 update kapp module name in e2e tests (# 13315)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-09-20 09:19:08 +00:00
knative-automation 9bbef97106
[main] Upgrade to latest dependencies (#1731)
* upgrade to latest dependencies

bumping k8s.io/kube-openapi 4241196...3ee0da9:
  > 3ee0da9 Merge pull request # 299 from Jefftree/def-optimize
  > 3a31a64 Merge pull request # 292 from Jefftree/v2v3conv
  > ba6f675 Optimize Definition generation
  > e69a86c Merge pull request # 298 from Jefftree/allOf
  > 2cbad14 Add OpenAPIConv
  > 9f9c01d Merge pull request # 297 from cici37/errFix
  > 207f0c7 Wrap Refs with AllOf
  > 29d7264 Merge pull request # 295 from Jefftree/fix-api-json
  > d2a55e8 Align maxProperties/minProperties err value with others
  > 52feaf8 Merge pull request # 290 from jiahuif/feature/prune-v2-when-serving-v3
  > 352e363 Fix json encoding for OpenAPI v3 Discovery
  > 662cbb0 Return valid for kubernetes to handle err properly
  > 13192b9 Merge pull request # 289 from jiahuif/feature/openapi-oneof-type
  > 2580423 remove embedded v2 from expected schema
  > 8a7ee80 Merge pull request # 293 from alexzielenski/cache-busting
  > 79a5a7d generated: update integration test.
  > d436835 add test for pruning v2 schema.
  > 6a7b704 Merge pull request # 291 from Jefftree/builder3-test
  > de6f8b0 split openapi mock class into Fake and FakeV3
  > da7e27a add integration test for v3 OneOf
  > eca4f62 do not include v2 schema when serving v3.
  > 89ac9db Merge pull request # 284 from Jefftree/cache-busting
  > 7afa56c Add test for builder3
  > 3ca26f0 address comments
  > 697543f add support for custom v3 oneOf types.
  > ddc6692 Merge pull request # 288 from Jefftree/gnostic-fix
  > b0d7548 Cache busting
  > 130db2b add wrapper around gnostic v3 document
  > a9dfcaa Merge pull request # 286 from Jefftree/leading-newline
  > 91ab739 Update gnostic to drop jsonschema dependency
  > 3f90b8c Merge pull request # 282 from alexzielenski/header_vendorext_marshal
  > c7e0de3 Merge pull request # 285 from Jefftree/proto-upgrade
  > 7626df5 Trim leading newlines in Descriptions
  > 1cd4920 add vendor extensions to marshal openapi v2 header
  > 86aaf54 Upgrade protobuf and change references of googleapis/gnostic -> google/gnostic
bumping knative.dev/networking 215bac9...cefed20:
  > cefed20 upgrade to latest dependencies (# 710)
  > aded181 upgrade to latest dependencies (# 709)
bumping knative.dev/pkg 93b66e6...5f66ecf:
  > 5f66ecf Allow configuration of threads-per-controller (# 2567)
  > 717747b Register webhook GVKs for validating callbacks (# 2590)
  > 501fbd5 upgrade to latest dependencies (# 2592)
  > 3d24b84 fix lint warnings (# 2589)
  > cc6e435 upgrade to latest dependencies (# 2587)
  > 20aabd5 Bump to k8s v0.24.4 client packages (# 2586)
  > 2a05469 updates boilerplate action to use go v1.18 (# 2588)
bumping knative.dev/hack 664eac5...d1317b0:
  > d1317b0 errexit and pipefail should remain off until downstream is fixed (# 228)
  > df80419 🐛 Fix for test failures of knative/serving# 13292 (# 227)
  > 7556452 🎁 Use modscope tool to get info about Go modules (# 223)
  > 103cdb3 Default `SIGN_IMAGES` variable to `false` (# 225)
  > 36b2b3c add flag (# 224)
  > 547a2ca Start Signing our Releases (# 198)
  > 6c30196 🧹 Rewrite unit tests in Golang (# 215)
  > f9dc722 Format go code (# 218)
bumping github.com/prometheus/client_golang 989baa3...2e1c481:
  > 2e1c481 Cut v1.12.1 (# 978)
  > 77626d6 Reduce granularity of histogram buckets for Go 1.17 collector (# 974)
  > 4dd3cbb API client: make http reads more efficient (# 976)
  > 8520671 Use simpler locking in the Go 1.17 collector (# 975)
  > f63e219 Make the Go 1.17 collector thread-safe (# 969)
  > 0108796 Cut v1.12.0 (# 966)
  > 5bd9ee5 go.*: Update dependencies (# 965)
  > 9075cdf promhttp: Check validity of method and code label values (# 962)
  > 22da949 Use the runtime/metrics package for the Go collector for 1.17+ (# 955)
  > dc1559e Update /api/v1/status/tsdb to include headStats (# 925)
  > e6e54e8 Merge pull request # 944 from yeya24/add-wal-replay-status
  > 98fbd99 Merge pull request # 952 from prometheus/repo_sync
  > 440c09d support wal replay status api
  > dbf420e Merge pull request # 928 from prometheus/repo_sync
  > 70a41d5 Update common Prometheus files
  > 6d5cf25 Merge pull request # 939 from gozeloglu/fix-typo
  > 1d09783 Merge pull request # 950 from mrueg/go-1.17
  > a7919ad Update common Prometheus files
  > 1b145ca Merge pull request # 935 from prometheus/beorn7/examples
  > 55320aa Fix typo
  > 8535b62 Add new go:build lines for go 1.17
  > 679eb0d Update cespare/xxhash dependency (# 913)
  > f78dc19 Move flags and metrics into main()
  > d28a147 chore: adds support for go 1.17 on CI.
  > 35ee299 Merge pull request # 909 from prometheus/repo_sync
  > 2261d5c add ExponentialBucketsRange function (# 899)
  > 6cd53c4 Update common Prometheus files
  > 20eef74 Update common Prometheus files (# 892)
  > cb5c8ff Merge pull request # 881 from sivabalan/master
  > 26d4b4c Merge pull request # 885 from prometheus/superq/badgers
  > 5426b51 Updating dependency versions
  > c7175cc Merge pull request # 888 from prometheus/repo_sync
  > 6d946b5 Update status badgets
  > 1965365 Merge pull request # 879 from kakkoyun/fix_changelog
  > e23b9ce Update common Prometheus files
  > 64a9c51 Address minor issues on Changelog
bumping knative.dev/eventing e1866d7...b8cb60c:
  > b8cb60c upgrade to latest dependencies (# 6508)
  > e46f4d5 Quarterly release cadence (# 6520)
  > fae8544 InMemoryChannel receiver validates received events (# 6511)
  > 3acc3ec Make some broker conformance tests decoratable with broker options (# 6510)
  > 7f1f49f Knative port prefer header check test to rekt (# 6499)
  > f63a073 Knative containersource test to rekt (# 6507)
bumping golang.org/x/mod 49f84bc...9b9b3d8:
  > 9b9b3d8 zip: always populate known keys in haveVCS map in TestVCS
  > c2adaff zip: treat plan9 git as unsupported
  > 5f2f164 zip: skip tests that run 'git init' and 'git config' on plan9
  > 3a5865c modfile: rename directory directive to use
  > c96bc14 x/mod: update requirement on x/crypto
  > ecfafd6 semver: remove unused err field
  > dd30a60 module: accept trailing slash in MatchPrefixPattern
  > 37dd689 modfile: in SetRequireSeparateIndirect, convert lines to blocks
  > 4be982b modfile: in SetRequireSeparateIndirect, arrange requirements consistently
  > 1b1db11 zip: add ErrUnrecognizedVCS error, allowing fallback behavior
  > 4029241 [dev.cmdgo] modfile: parser changes for workfile proposal
  > 607370a module: use strings.ContainsRune in fileNameOK
  > 98d530a zip: add CreateFromVCS, which creates a module zip from vcs
  > 154199d zip: add bit more information about what checkFiles does
bumping k8s.io/apimachinery 276a8a7...97e5df2:
  > 97e5df2 fix remove implicit copy of a lock
  > 6550efd Merge pull request # 109102 from liggitt/darwin-tls
  > 00f0711 Merge pull request # 109031 from Jefftree/openapiv3beta
  > 53a85ef Tolerate additional error messages in TLS unit tests
  > 9b5b68c generated: Update kube-openapi and vendor
  > 31e52c9 Merge pull request # 108126 from sanposhiho/doc/generatedname
  > 3b8fb46 Merge pull request # 108713 from jiahuif-forks/feature/openapi/intstr-any-of
  > dd2f21c fix the doc about generateName conflict
  > 2866f23 oneOf types for IntOrString
  > 7b6c37e oneOf types for Quantity
  > 1992dcc Merge pull request # 109044 from liggitt/encoder-log
  > 4d8ad18 Merge pull request # 108996 from cici37/errUpdate
  > 9015177 Raise verbosity of EncoderWithAllocator log
  > ea355d9 Bump kube-openapi
  > 1a82635 Merge pull request # 108859 from cici37/placeholder
  > 27a96d8 Merge pull request # 109019 from liggitt/null-fix
  > 2c106ec Remove unused func
  > df7fbf8 Merge pull request # 108531 from tallclair/redirects
  > 6b8ae0d Make strict json unstructured decoding consistent with non-strict decoding
  > 611d116 Update err handling
  > b68ae5e Update kube-openapi (# 108895)
  > 30f68c4 Don't follow redirects with spdy
  > 955b30c Expand testcases around untyped data in json decoding
  > aacfc8a Return a placeholder error for blocking failure before CEL validation.
  > 7300632 Merge pull request # 108725 from pohly/klog-flush-and-exit
  > ff4eb2c Merge pull request # 108717 from lavalamp/remove-clustername
  > aaf4b2e klog v2.60.1
  > a475f7c generated files
  > a8dbe81 review comments
  > f992b21 remove unneeded references
  > 5556187 find and replace
  > e1c5512 change field name
  > c68a4df Merge pull request # 108644 from Jefftree/googleapis-gnostic
  > eeb7a8d Merge pull request # 108359 from ArangoGutierrez/devel/108355
  > b8c3709 googleapis/gnostic -> google/gnostic
  > aa72564 Merge pull request # 108252 from wojtek-t/avoid_object_deep_copies
  > a324a2a Fix logging statement with missing parameter
  > 5f1f3f0 Prepare apiserver for operating on cached objects by not modifying them
  > d81a7ed Merge pull request # 106525 from dgrisonnet/sanitize-forwarded-uri
  > da0995b Merge pull request # 106830 from pacoxu/StreamingProxyRedirects-remove
  > 2b952f7 pkg/util/proxy: escape redirect URL
  > 2936d3f Merge pull request # 108365 from liggitt/fix-proto-gen
  > 96ac948 remove unused parameter: intercceptRedirects & RequireSameHostRedirects
  > b0775b9 apimachinery/pkg/util/proxy: escape forwarded URI
  > 57893b8 Merge pull request # 108186 from p0lyn0mial/watch-list-reduce-allocations-in-watch-server
  > 1657375 Regenerate protobuf
  > 4f3ae9f Merge pull request # 107105 from justaugustus/go118
  > 5901cfa introduces a new streaming encoder that utilizes a memory allocator during objects serialization
  > 86d2c9e Merge pull request # 108219 from liggitt/api-compatibility-fuzzer
  > dc51050 generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > ce93857 fixes TestNestedEncodeError test
  > f356a33 Merge pull request # 106630 from howardjohn/protogen/full-package-name
  > 7d61d87 Fill API compatibility data with identifying values rather than random data
  > 60477b4 [go1.18] Bump golang.org/x/... dependencies
  > 94e26b2 introduces a memory allocator
  > ddce29f Merge pull request # 107697 from kevindelgado/nested-decoding
  > 08e82e3 go-to-protobuf: regenerate with full go_package
  > a65a9ec provides EncodeWithAllocator method for the protobuf encoder
  > ec22c43 Merge pull request # 107705 from ardaguclu/filter-strategic-patch-nonexist
  > d603de9 Nested decoders handle strict decoding errors
  > 92a83a4 codec: exposes EncodeWithAllocator method
  > a995449 Merge pull request # 108163 from wojtek-t/update_selflink_doc
  > cfd9b3f Simplify casting in discardNullValuesFromPatch
  > e7b1571 codec interfaces
  > 20500e5 Autogenerated
  > 1b70fc8 Discard null values in complex objects in strategic patch
  > f5001e0 Update SelfLink field documentation
  > 1414335 Merge pull request # 107527 from wojtek-t/remove_selflink_ga
  > cafff28 Autogenerated
  > eebcb96 Update SelfLink OpenAPI documentation
  > 7e3486b Relax to using namer instead of selflinker in API groupversion
  > 4475671 Introduce Namer interface
  > cec36f7 Remove selflink setting from apiserver
  > 1a1682d Merge pull request # 108059 from RaghavRoy145/k8s-utils-update
  > a8d1671 Merge pull request # 107650 from apelisse/update-managedfields-time-field-description
  > 0ff68d0 Updated k8s.io/utils dependency
  > 96c98da Merge pull request # 108055 from liggitt/api-compatibility
  > ce3db85 Run hack/update-all.sh
  > e7458ea Add check for unused API compatibility fixture files
  > 04356ed Update ManagedFields Time description to be more accurate
  > df99359 Merge pull request # 107841 from aojea/fix_race_socks5
  > 1dd05ad deflake TestRoundTripSocks5AndNewConnection unit test
  > 322368c Merge pull request # 107758 from aojea/flake_socks5
  > 3b49665 disable socks5 flake test
  > 3d7c63b Merge pull request # 105632 from xens/fix/kubectl-socks5-proxy2
  > e787e55 feat: add missing SOCKS5 features
  > 73cb564 Merge pull request # 105142 from pacoxu/cespare-2.1.2
  > e537f0c upgrade prometheus/client_golang to v1.12.0(common to v0.32.1)
  > 162a22f Merge pull request # 107606 from xens/feat/propagate_req_context_into_proxyreq
  > 91a5267 feat: propagate req context into proxyReq
  > 3c16f3d Merge pull request # 107565 from jiahuif-forks/deps/structured-merged-diff
  > d54bd08 generated: ./hack/update-vendor.sh
  > d1e4f60 upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
  > 80d954b Merge pull request # 107293 from dims/jan-1-owners-cleanup
  > d8a436c OWNERS cleanup - Jan 2021 Week 1
  > e9b426b Merge pull request # 106472 from ash2k/ash2k/remove-return-value
  > 1646622 Merge pull request # 106647 from kidlj/add_unit_tests_for_SetNestedSlice
  > 489a8d5 Remove return value from MaybeResetRESTMapper()
  > 621c98e Merge pull request # 106915 from MikeSpreitzer/deprecate-interval-clock
  > 9225110 add unit tests for TestSetNestedStringSlice, TestSetNestedSlice etc.
  > b76ef24 Merge pull request # 104819 from justinsb/less_cmp
  > 3750a41 Note dishonesty of IntervalClock
  > fbbdcc6 Merge pull request # 106688 from kidlj/fix_obsolete_runtime_schema_comments
  > f495b04 Use utils string-slice comparison
  > ea11419 Merge pull request # 107195 from caesarxuchao/blockOwner
  > 22bcbe5 fix obsolete comments in runtime/schema struct
  > 9584bbb Merge pull request # 105808 from yuanjize/master
  > 6976816 Refers to the GC doc in the blockOwnerDeletion API doc
  > de7147d Merge pull request # 107103 from pohly/log-klog-update
  > f75369a Fix function comment typo
  > 7e097b1 dependencies: update klog to v2.40.1
  > e7b02e6 Merge pull request # 106436 from dims/cleanup-owners-files-no-activity-in-a-year
  > e65876e Merge pull request # 106568 from liggitt/json-fieldpath
  > 4e5ef7a Cleanup OWNERS files (No Activity in the last year)
  > 90b4bfb bump sigs.k8s.io/json
  > 6df201a Merge pull request # 106949 from cpanato/update-golang-xnet
  > 32abfd8 Merge pull request # 106458 from dims/lint-yaml-in-owners-files
  > 4bfcafb dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
  > ee64e46 Merge pull request # 106921 from dims/update-x/tools-to-v0.1.8
  > 1edfc96 Check in OWNERS modified by update-yamlfmt.sh
  > 57e7b49 Update golang.org/x/tools to a specific tag and avoid SHA
  > 0cb2c3d Merge pull request # 106850 from MadhavJivrajani/deprecate-clock-pkg
  > 5a5dd29 clock: Deprecate types to use k8s.io/utils/clock
  > 573b50c Bump k8s.io/utils
  > 32df714 Merge pull request # 106473 from Dingshujie/fix_inotify_memory_leak
  > 6cf7a67 Merge pull request # 106797 from kidlj/fix_mapToUnstructured_todo
  > 3b691e5 update k/utils to v0.0.0-20211116205334-6203023598ed
  > 15885e2 Merge pull request # 106722 from kevindelgado/field-validation-apirefdoc
  > a58f9b5 remove TODOs in mapToUnstructured and sliceToUnstructured
  > 15877ef Merge pull request # 101719 from SergeyKanzhelev/removeReallyCrashForTesting
  > 8fa9c2c Update fieldValidation godoc
  > a50b011 Merge pull request # 106786 from kidlj/fix_mapToUnstructured_error_message
  > 73ee90c remove ReallyCrashForTesting and cleaned up some references to HandleCrash behavior
  > 0b80a01 Merge pull request # 106785 from kidlj/cleanup_typeFrom_made_twice
  > 5052b16 fix mapToUnstructured error message
  > 67ffd82 Merge pull request # 106646 from pohly/api-errors-nil
  > 32ad59f cleanup: use present typeFrom variable to avoid another reflect.TypeOf call
  > 7d2b743 Merge pull request # 103863 from tanjing2020/time
  > 995f5f8 api/errors: explicitly allow nil error parameters
  > cdd1abb Merge pull request # 106452 from MadhavJivrajani/watch-test-coverage
  > 15b0056 Replace  with
  > 5f07275 staging: add dummy commit to trigger gomod update (# 106794)
  > 418d00d Add unit test for Recorder
  > ffb9472 Merge pull request # 106660 from liggitt/smd-merge
  > a9c6a30 Revert sigs.k8s.io/structured-merge-diff/v4 to v4.1.2
  > 7149480 Merge pull request # 105916 from kevindelgado/validation-unify-all
bumping github.com/stretchr/testify acba37e...181cea6:
  > 181cea6 impr: `CallerInfo` should print full paths to the terminal (# 1201)
  > cf1284f Allow mock expectations to be ordered (# 1106)
  > 66eef0e fix: assert.MapSubset (or just support maps in assert.Subset) (# 1178)
  > 2fab6df Add WithinTimeRange method (# 1188)
  > b5ce165 fixing panic in calls to assertion with nil m.mutex (# 1212)
  > c206b2e Mock can be deadlocked by a panic (# 1157)
  > 1b73601 suite: correctly set stats on test panic (# 1195)
  > ba1076d Add .Unset method to mock (# 982)
  > c31ea03 Support comparing byte slice (# 1202)
  > 48391ba Fix panic in AssertExpectations for mocks without expectations (# 1207)
  > 840cb80 arrays value types in a zero-initialized state are considered empty (# 1126)
  > 07dc7ee Bump actions/setup-go from 3.1.0 to 3.2.0 (# 1191)
  > c33fc8d Bump actions/checkout from 2 to 3 (# 1163)
  > 3c33e07 Added Go 1.18.1 as a build/supported version (# 1182)
  > e2b56b3 Bump github.com/stretchr/objx from 0.1.0 to 0.4.0
  > 41453c0 Update gopkg.in/yaml.v3
  > 285adcc Update go versions in build matrix
  > 6e7fab4 Bump actions/setup-go from 2 to 3.1.0
  > 106ec21 use RWMutex
  > a409ccf fix data race in the suit
  > 3586478 assert: fix typo
  > 7797738 Update versions supported to include `go 1.16`
  > 083ff1c Fixed didPanic to now detect panic(nil).
  > 1e36bfe Use cross Go version compatible build tag syntax
  > e798dc2 Add docs on 1.17 build tags
  > 83198c2 assert: guard CanConvert call in backward compatible wrapper
  > 087b655 assert: allow comparing time.Time
  > 7bcf74e fix msgAndArgs forwarding
  > c29de71 add tests for correct msgAndArgs forwarding
  > f87e2b2 Update builds
  > ab6dc32 fix linting errors in /assert package
  > edff5a0 fix funtion name
  > 5c61ef9 fix potential nil-pointer dereference
  > e209ca8 Improve mock.MatchedBy failed comparison Diff message
  > a9de4f0 Create dependabot.yml
  > fd9e1fb Fix NaN similarity checks
  > ee42bbe Use multiple run commands
  > 57bf675 Update go versions
  > 6c59e0f Convert CI to use GitHub Actions
  > 6241f9a Add String method to Mock to fix # 625
  > dc5c261 Make sure time.Time comparison produces a helpful diff. closes # 989
  > 6990a05 Add ErrorContains
  > bf646ea add test to check that Helper is called
  > 6f81fdf fix the output source file in test output
  > a2f7dbf Change Readme to reflect supported Go versions
bumping golang.org/x/tools c20fd7c...897bd77:
  > 897bd77 internal/gocommand: remove support for -workfile
  > e6a7e13 go/analysis/tools/internal/checker: add support for RunDespiteError
  > adcfb65 internal/lsp/source: use the object as the hover source for type params
  > 411d040 internal/lsp/source: clean up the interface to hover information
  > 45aeaf7 internal/lsp/source: improve the heuristics for linkable identifiers
  > a317113 internal/lsp/source: fix hover on generic type declarations
  > 1f3875c internal/lsp/source: begin to refactor hovering with a HoverContext type
  > fd59bdf internal/lsp/source: adjust object position when formatting full AST
  > cda4201 internal/lsp/source: simplify Identifier.enclosing
  > 59f1f2c cmd/goyacc: reduce array sizes using smaller base types
  > c677677 internal/lsp/cache: let Session.getGoEnv query GOWORK
  > 9095d10 go/analysis/passes/tests: fix a missed rename from CL 374495
  > 70c3ea2 gopls,internal/lsp: Implement method stubbing via CodeAction
  > 2ff4db7 go/analysis/passes/tests: Check malformed fuzz target.
  > 11109f6 go/ssa/ssautil: Initialize Instances field.
  > 33002ea go/loader: Initialize (types/Info).Instances field
  > be40034 internal/lsp: add support for formatting go.work files
  > 2405dce internal/lsp: use placeholders with prepare rename
  > c6fca02 godoc: handle type parameters correctly in LinkifyText
  > c0b9fb5 internal/lsp/analysis/undeclaredname: suppress impossible quick fixes
  > 9b156ee internal/lsp/source: provide full documentation of builtin types
  > caecc2b internal/typeparams: add a generic form of types.AssignableTo
  > 164402d internal/lsp/cache: set types.Config.GoVersion
  > 6aaba77 internal/lsp/debug: add go version to gopls version output
  > 414ec9c internal/lsp: add ListImports
  > d55d892 gopls/doc: how to request a particular gopls w/ sublime text
  > cf66aec gopls: update coc.nvim documentation for using go.work
  > 597b165 internal/lsp/cache: use -workfile on 1.18
  > 8305295 gopls: recognize the go.work file type
  > 962260a internal/lsp/source: remove the unused source.DetectLanguage
  > 3e30e21 gopls: remove the workspace_metadata command
  > 25d2ab2 internal/lsp/cache: fixes for workspace invalidation
  > 8d915b1 internal/lsp/cache: simplify workspace construction
  > 77f5fa5 internal/lsp/cache: replace old go.work parser with x/mod
  > 4da8ceb internal/lsp/source: remove the unused UpdateUserModFile invocation flag
  > 727dfdb internal/lsp/source/completion: add conventional acronyms for type names
  > c009ab4 internal/lsp/completion: the inserted text should be what is shown to the user
  > eeb95ae gopls: make 'fastfuzzy' the default fuzzy matcher for workspace symbols
  > ea5e1dc internal/typeparams: add a helper to return the origin method
  > a739c97 internal/lsp/fake: retry ioutil.ReadFile on plan9 if it fails due to exclusive use
  > 82366c6 internal/lsp/fake: in WriteFileData, retry writes that fail with ERROR_LOCK_VIOLATION on Windows
  > f6067dc gopls: cleanup the main help pages
  > dfda270 gopls: use the = form in flag parameter printing rather than a space
  > 5ad7054 gopls: add long forms for all the 1 rune flags
  > 217a9fc gopls: take control of the flag printing
  > afd524f gopls: clean up the help text
  > ec9a7de gopls: write out the raw usage text
  > 461d130 internal/lsp: include receiver type parameters when completing receivers
  > 263785d gopls: update dependencies post-release
  > 8e9bdc5 gopls: document that v0.7.5 is the final version to support Go 1.12
  > 492cf3a doc: update the instruction to use beta2
  > 939c2c0 godoc/redirect: close HTTP response bodies in TestRedirect
  > 0f0bbfd go/callgraph/vta: avoid panic on missing function definitions
  > 845bb90 go/types/objectpath: update objectpath tests for TypeString changes
  > be5769c go/types/objectpath: update objectpath tests for TypeString changes
  > 135791d go/callgraph/vta: move test code to testdata/src
  > fe74b5f internal/template: return available semantic tokens even on template error
  > 772a399 internal/template: return a Source with template diagnostics
bumping k8s.io/api f89a761...44d27eb:
  > 44d27eb Update dependencies to v0.24.4 tag
  > 0bf1867 Revert "Introduce APIs to support multiple ClusterCIDRs (# 108290)"
  > 2de6996 Merge pull request # 109241 from ravisantoshgudimetla/sts-ar-optional
  > 7734d26 [sts] api: Make available replicas optional
  > 38ec09a [sts] Generated: Make available replicas optional
  > ec84bcb Merge pull request # 109178 from liggitt/openapi-master
  > e3797f2 Drop enum tag from certificate request condition
  > 02c2207 Merge pull request # 109151 from Argh4k/r-101566
  > 1eb735b Revert "Field `status.hostIPs` added for Pod (# 101566)"
  > 290a349 Introduce APIs to support multiple ClusterCIDRs (# 108290)
  > b754a94 Merge pull request # 109031 from Jefftree/openapiv3beta
  > a729cc1 generated: Update kube-openapi and vendor
  > 6031be5 Merge pull request # 108736 from NetApp/any-volume-data-source-beta
  > e78ec14 Merge pull request # 108032 from deejross/kep3140-cronjob-timezone
  > 5b36872 Update AnyVolumeDataSource feature gate to beta
  > 6519413 Merge pull request # 107476 from alculquicondor/job-ready
  > 4d603a5 make update after timeZone support for CronJob
  > ed1c913 Field `status.hostIPs` added for Pod (# 101566)
  > 135d041 Graduate JobReadyPods to beta
  > 3bd5d7d TimeZone support for CronJobs
  > f457c96 Implementation on Network Policy Status (# 107963)
  > b091752 Merge pull request # 82162 from krmayankk/maxun
  > e43e442 Merge pull request # 108282 from sftim/20220222_reword_types_container_runtime_neutral
  > 6135a28 API: maxUnavailable for StatefulSet
  > 9431395 Merge pull request # 108996 from cici37/errUpdate
  > 0d1146f Update generated docs
  > b0daa7a Bump kube-openapi
  > 9d3e6aa Avoid using Docker Engine as example for container runtime
  > 92515b8 Handle Non-graceful Node Shutdown (# 108486)
  > 24067bf Update types to be neutral about container runtime
  > df53a95 Update kube-openapi (# 108895)
  > 252596f Merge pull request # 108725 from pohly/klog-flush-and-exit
  > eba027b Merge pull request # 107859 from ravisantoshgudimetla/promote-PodOS-beta
  > 31a68ac klog v2.60.1
  > b14ef06 Merge pull request # 108522 from SergeyKanzhelev/grpcToBeta
  > 2a29e32 Generated: PodOS field to beta
  > 20a98db Merge pull request # 107395 from alculquicondor/indexed-job
  > b956cca promote grpcProbes to beta
  > c3242c8 Merge pull request # 108445 from pohly/storage-capacity-ga
  > 1864916 Graduate IndexedJob to stable
  > 1f158ba Merge pull request # 108782 from cfryanr/expirationseconds_conformance
  > b78eb95 storage capacity: generated files
  > e8dffa9 Promote CertificateSigningRequest's Spec.ExpirationSeconds field to GA
  > e9a2988 storage capacity: clarify relationship between capacity fields
  > 0f1a9d7 Merge pull request # 108441 from pacoxu/pod-overload-ga
  > 4d4dca7 storage capacity: v1 API
  > b9830ac Merge pull request # 108644 from Jefftree/googleapis-gnostic
  > e8cba0c mark PodOverhead to GA in v1.24; remove in v1.26
  > 045528e storage capacity: GA, always enabled, remove feature check
  > 939bda2 googleapis/gnostic -> google/gnostic
  > 17c9f73 Merge pull request # 108639 from jiahuif-forks/feature/openapi/node-condition-type-non-enum
  > fcdc547 polish comments of non-enum values.
  > c1d9c2b unmark non-validated types as enums.
  > ee4a762 Merge pull request # 107674 from sanposhiho/api-min-domains
  > 99de566 Add MinDomains API to TopologySpreadConstraints field
  > b8c40e0 Merge pull request # 108365 from liggitt/fix-proto-gen
  > a7a04f7 Regenerate protobuf
  > 860906f Merge pull request # 103061 from SergeyKanzhelev/removeAlphaRuntimeClass
  > cf872a4 Merge pull request # 108280 from liggitt/secrets
  > 2cb3498 Remove RuntimeClass feature gate as it was GA-ed
  > 35b1d68 Update secrets field API doc
  > 1b1f1b7 Merge pull request # 107105 from justaugustus/go118
  > fedc50b Merge pull request # 108219 from liggitt/api-compatibility-fuzzer
  > 6a7745d generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > ef99526 Merge pull request # 108136 from ahg-g/ahg-affinity
  > b9d60f7 Regenerate HEAD compatibility fixtures
  > 5ab0434 Merge pull request # 106630 from howardjohn/protogen/full-package-name
  > f4d2900 Graduate PodAffinityNamespaceSelector to GA
  > 42578ae Merge pull request # 108129 from ahg-g/ahg-suspend
  > 402c109 go-to-protobuf: regenerate with full go_package
  > 4097bdc Merge pull request # 108138 from liggitt/v1beta1-selector
  > 52c1bbc generated files
  > 0ce2a88 Revert v1beta1 PodDisruptionBudget select patchStrategy
  > fc54d6a Graduate SuspendJob to GA
  > 29fd43e Merge pull request # 108059 from RaghavRoy145/k8s-utils-update
  > 9f54b3e Updated k8s.io/utils dependency
  > 64a9060 Merge pull request # 108055 from liggitt/api-compatibility
  > b2746bc Remove unused API compatibility fixture files
  > 816e830 Add hpa v2 compatibility fixtures
  > 8fb9658 Merge pull request # 107691 from SubhasmitaSw/issue_31393
  > 67a3496 Merge pull request # 107432 from denkensk/graduate-nonpreemptingpriority-to-ga
  > 85611ae removed references to Docker in Kubernetes API
  > 8a75781 Merge pull request # 107656 from dims/add-labels-when-there-are-sig-aliases-used-in-approvers-reviewers
  > 583fc80 graduate nonpreemptingpriority to ga
  > b2d630a Merge pull request # 106932 from SergeyKanzhelev/removeDynamicKubeletConfig
  > dc08a5d Add labels when there sig aliases used in approvers/reviewers
  > e6d62dd Merge pull request # 105632 from xens/fix/kubectl-socks5-proxy2
  > 107b310 remove DynamicKubeletConfig logic from kubelet
  > 1d22b5b feat: add missing SOCKS5 features
  > 35d41aa Merge pull request # 105142 from pacoxu/cespare-2.1.2
  > 0ade255 upgrade prometheus/client_golang to v1.12.0(common to v0.32.1)
  > 94676c7 Merge pull request # 107603 from jayesh-srivastava/IANA-links
  > 5be450b Update IANA links
  > 37c9308 Merge pull request # 107565 from jiahuif-forks/deps/structured-merged-diff
  > 13861f0 generated: ./hack/update-vendor.sh
  > 688ca8d Merge pull request # 107529 from humblec/vol-fields
  > a75b0b5 Merge pull request # 107293 from dims/jan-1-owners-cleanup
  > 2240bf0 storage: correct struct fields in volume plugins
  > 6b8e940 Merge pull request # 107466 from humblec/new-field
  > 15e2172 Add mwielgus back
  > 58b7590 correct struct fields in various core storage structs
  > 204fd46 OWNERS cleanup - Jan 2021 Week 1
  > 0bfaff8 Merge pull request # 107441 from humblec/more-pv-source
  > 5b5d5de correct struct fields in VolumeSource and PersistentVolumeSource
  > 37748cc Merge pull request # 107385 from humblec/csipvsource
  > 274b9af csi: correct struct fields in CSI{Persistent}VolumeSource.
  > 7289fed Merge pull request # 107235 from Nordix/deprecate-loadbalancerip
  > db00d7c Update generated files
  > 38141dd Deprecate service.spec.LoadBalancerIP
  > e869828 Merge pull request # 106643 from cyclinder/addresses_in_endpointslice
  > 18d22ba Merge pull request # 107103 from pohly/log-klog-update
  > f45808c fix: documenting that kube-proxy only use the first address in each endpoint
  > 236866c Merge pull request # 107027 from Nordix/disable-nodeport-ga
  > 4f891e5 dependencies: update klog to v2.40.1
  > fcebee2 Update generated files after ServiceLBNodePortControl->GA
  > 6c48d34 Mark ServiceLBNodePortControl as GA
  > 038a002 Merge pull request # 106436 from dims/cleanup-owners-files-no-activity-in-a-year
  > b7112c1 Merge pull request # 107004 from liggitt/flowcontrol-beta
  > f1dacd8 Cleanup OWNERS files (No Activity in the last year)
  > 3dfa338 Point flowcontrol users at v1beta2
  > 0820d15 Merge pull request # 106568 from liggitt/json-fieldpath
  > d992e83 Merge pull request # 106887 from liggitt/hpa-beta
  > 248e099 bump sigs.k8s.io/json
  > b3fcc5e Merge pull request # 106949 from cpanato/update-golang-xnet
  > a7f63e3 Direct v2betaX users to migrate to HPA v2
  > 217eb4a Merge pull request # 106458 from dims/lint-yaml-in-owners-files
  > 32d2b15 dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
  > e092618 Merge pull request # 106921 from dims/update-x/tools-to-v0.1.8
  > 7ee1208 Check in OWNERS modified by update-yamlfmt.sh
  > ef29486 Update golang.org/x/tools to a specific tag and avoid SHA
  > f3ee229 Merge pull request # 106850 from MadhavJivrajani/deprecate-clock-pkg
  > 969edbc Bump k8s.io/utils
  > ec2f4f7 Merge pull request # 106473 from Dingshujie/fix_inotify_memory_leak
  > cc1590f Merge pull request # 106868 from pacoxu/v1.23.0-api-testdata
  > b155431 update k/utils to v0.0.0-20211116205334-6203023598ed
  > 669b4af Remove 1.21.0 API test data
  > 23fb2ef Add v1.23.0 API testdata
  > 25b7aa9 staging: add dummy commit to trigger gomod update (# 106794)
  > 1a73729 Merge pull request # 106774 from SergeyKanzhelev/grpcFieldRename
  > ed38fc4 generated files for the grpc field rename
  > baa6f4b update the grpc field name for consistency
  > 4c321cf Merge pull request # 106660 from liggitt/smd-merge
  > 3b613a0 Revert sigs.k8s.io/structured-merge-diff/v4 to v4.1.2
bumping knative.dev/serving 62685b3...d6ab464:
  > d6ab464 Update net-istio nightly (# 13309)
  > c832f35 Add the capability for perf tests to store their results in an influxdb (# 13192)
  > 43c7a5c upgrade to latest dependencies (# 13292)
  > ee1058c Fix LatestReadyRevision semantics - it only advances forward (# 13239)
  > 8690e51 Update net-contour nightly (# 13307)
  > 3cae749 Update net-gateway-api nightly (# 13306)
  > e7ad41e Update net-kourier nightly (# 13302)
  > 95cebbc update to use k8s.io/utils/clock package (# 13301)
  > 67255a6 Update net-gateway-api nightly (# 13296)
  > f38229d Use new k8s.io/util/clock package (# 13300)
  > a92d508 Update net-kourier nightly (# 13297)
  > 50bec63 Update net-istio nightly (# 13295)
  > 8b76bfe Update net-contour nightly (# 13294)
  > 1c6a05d Update net-certmanager nightly (# 13291)
  > c5c5ea2 use GKE 1.23 clusters (# 13289)
  > 540e947 upgrade to latest dependencies (# 13290)
  > 8eb8629 upgrade to latest dependencies (# 13288)
  > 78f8af6 Update net-contour nightly (# 13287)
  > 19cd295 update setup-ko action to v0.6 (# 13283)
  > e826275 Update net-certmanager nightly (# 13281)
  > 6bf8c1f Update net-contour nightly (# 13282)
  > 0643359 Update net-istio nightly (# 13280)
  > 85c593d Update net-gateway-api nightly (# 13279)
bumping github.com/spf13/cobra 178edbb...5b2b9e9:
  > 5b2b9e9 Removes viper dependency by removing cobra/ CLI tool (# 1604)
  > 9369465 labeler: fix syntax
  > e1b831e Updates labeler for new labels (# 1613)
  > 8267283 Add MAINTAINERS file (alphabetical order) (# 1545)
  > 6d2dc43 Add Pixie to projects. (# 1581)
  > a599632 Fix install command (# 1576)
  > 7cabfeb Update Go Doc link and badge (# 1593)
  > e04ec72 Bump license year to 2022 in golden files (# 1575)
  > cb9d7b1 Bump github.com/spf13/viper from 1.10.0 to 1.10.1 (# 1567)
bumping k8s.io/client-go 11f68c5...3e73df6:
  > 3e73df6 Update dependencies to v0.24.4 tag
  > 5e66e32 Merge pull request # 111274 from Abirdcfly/automated-cherry-pick-of-# 111235-upstream-release-1.24
  > 37577f3 fix a possible panic because of taking the address of nil
  > 686b396 Revert "Introduce APIs to support multiple ClusterCIDRs (# 108290)"
  > af4295f Merge pull request # 109114 from tkashem/client-go-retry-thread-safe
  > d8531f5 client-go: make retry in Request thread safe
  > 33011f1 Merge pull request # 109050 from MadhavJivrajani/client-go-retry
  > 8a672f0 Merge pull request # 109151 from Argh4k/r-101566
  > 01ab7fb client-go: reset request body after response is read and closed
  > f699049 Revert "Field `status.hostIPs` added for Pod (# 101566)"
  > 092a109 Introduce APIs to support multiple ClusterCIDRs (# 108290)
  > 488e9bb Merge pull request # 109137 from wojtek-t/fix_multiple_values_indexer
  > e540ebe Addresses the issue which caused # 109115
  > 1cab689 Add test for indexer with multiple values
  > b1e85f6 Merge pull request # 109031 from Jefftree/openapiv3beta
  > 4fdf361 generated: Update kube-openapi and vendor
  > 9cfda74 Merge pull request # 108032 from deejross/kep3140-cronjob-timezone
  > 0c14d0c Field `status.hostIPs` added for Pod (# 101566)
  > 400b1be make update after timeZone support for CronJob
  > 94a1081 Implementation on Network Policy Status (# 107963)
  > 11ca265 Merge pull request # 108992 from alexzielenski/cache-busting-client-go
  > 92adc4d Merge pull request # 82162 from krmayankk/maxun
  > fa08fc2 adjust comments
  > 1a9591b API: maxUnavailable for StatefulSet
  > 27f72fc update vendor
  > 402aa66 Merge pull request # 108996 from cici37/errUpdate
  > 018cf8a add fetching into discovery client for OpenAPI v3
  > ef44f11 Bump kube-openapi
  > 1933a66 Merge pull request # 108505 from rikatz/kubectl-debug-not-showing-response
  > e0aaa37 Merge pull request # 107180 from ardaguclu/remove-deprecated-serverresource
  > 9c04962 Reintroduce response status and header on kubectl verbose debug
  > 23ab4ae Merge pull request # 108698 from tkashem/last-error
  > 7e062f8 Remove deprecated discovery/ServerResources function
  > ed28381 Merge pull request # 108531 from tallclair/redirects
  > 7c9347d client-go: wrap error from previous attempt to provide more context
  > b307538 Merge pull request # 108159 from pohly/logcheck
  > 8c38cf3 Don't follow redirects with spdy
  > af0252e Update kube-openapi (# 108895)
  > 9175c47 enhance and fix log calls
  > f4f092d Merge pull request # 108981 from liggitt/skip-race
  > 97bcbe7 sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel Gopkg.toml */.gitattributes
  > 8302916 Temporarily disable TestCheckRetryClosesBody
  > cf06297 Merge pull request # 108725 from pohly/klog-flush-and-exit
  > d82e1fd Merge pull request # 108717 from lavalamp/remove-clustername
  > 2bba973 klog v2.60.1
  > c012194 Merge pull request # 108342 from tkashem/rate-limit-error
  > a34beeb generated files
  > a1a133b Merge pull request # 108445 from pohly/storage-capacity-ga
  > 147848c client-go: chain the error returned by rate limiter
  > 14e253c remove unneeded references
  > c55e66b Merge pull request # 108680 from kidlj/fix_cache_index_comments
  > 6ece0de storage capacity: generated files
  > dedf7ce Merge pull request # 108852 from mikedanese/auth-plugin-doc
  > 6b59aa0 make comments of updateIndices optimization code more accurate
  > f624f8e add better link for gcp auth plugin doc
  > 3ac142e Merge pull request # 108616 from margocrawf/delete-execcredential-v1alpha1
  > c47b802 Merge pull request # 108772 from aojea/user_agent
  > 7088906 Generated code for deleting exec credential v1alpha1 api
  > 0f3c791 client-go: update generated
  > 28b9e26 Remove v1alpha1 of the execcredential
  > 7390aac default kubernetes agent for generated clients
  > 6889a6b Merge pull request # 108644 from Jefftree/googleapis-gnostic
  > 186c332 googleapis/gnostic -> google/gnostic
  > ab732f5 Merge pull request # 107674 from sanposhiho/api-min-domains
  > b32b6a7 Add MinDomains API to TopologySpreadConstraints field
  > 2f52a10 Merge pull request # 107410 from margocrawf/master
  > 0a04e97 Merge pull request # 108426 from deads2k/e2e-check
  > 2b59dab Check whether static cert is already configured in UpdateTransportConfig
  > eb103e0 Merge pull request # 108347 from tkashem/refactor
  > 7d7fd49  add resource enablement check for e2e tests of beta APIs
  > 34f3aff client-go: refactor retry logic for backoff, rate limiter and metric
  > 8e46da3 Merge pull request # 108296 from aojea/client_go_size_metrics
  > e2c62ff client-go: add request and response size metrics
  > cc43a70 Merge pull request # 108262 from tkashem/retry-unit-test
  > 5463dac Merge pull request # 106911 from aojea/client_go_metrics
  > e4ecde2 client-go: add unit test to verify order of calls
  > 83bb1e3 client-go: remove no longer used finalURLTemplate
  > 41e0447 Merge pull request # 107105 from justaugustus/go118
  > dade88b generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > 50aa9bb [go1.18] Bump golang.org/x/... dependencies
  > a7d2e01 Merge pull request # 107527 from wojtek-t/remove_selflink_ga
  > dd71ff2 Autogenerated
  > b74c541 Merge pull request # 108059 from RaghavRoy145/k8s-utils-update
  > 6f7b0ae Updated k8s.io/utils dependency
  > 6964e37 Merge pull request # 107834 from SataQiu/fix-applyconfiguration
  > 4c892f8 Merge pull request # 107812 from diyi0926/add-field-path-back-to-event-logs
  > 1f90b31 code-generator: fix the bug that ApplyConfiguration constructor missing WithKind/WithAPIVersion methods
  > 8f44946 Merge pull request # 107876 from jlsong01/fix-concurrent-scheme-usage
  > 5b56e4a resolve casing issue
  > 470c93d allocate a unique scheme for each test to fix concurrent usage issue
  > 93a6315 add fieldPath back to event logs
  > af150e1 Merge pull request # 107904 from sabbey37/update_azure_auth
  > f4bf759 Update azure auth plugin deprecation to warning
  > 7f04550 Merge pull request # 107507 from alexzielenski/client-preprocess-handler
  > 3255cdc Merge pull request # 105632 from xens/fix/kubectl-socks5-proxy2
  > 54928ee modify SharedIndexInformer to use newInformer constructor which supports transformers
  > f157a09 feat: add missing SOCKS5 features
  > b70ee0a Merge pull request # 105142 from pacoxu/cespare-2.1.2
  > 909a459 Merge pull request # 107559 from liggitt/invalid-selectors
  > ae5b2b8 upgrade prometheus/client_golang to v1.12.0(common to v0.32.1)
  > 664b1a6 client-go: refactor: Fix styling issues (# 107248)
  > aab0bb8 Handle invalid selectors properly
  > 3618ec5 Merge pull request # 107551 from wojtek-t/remove_unused_selflink_test_references
  > 092b54e Merge pull request # 107565 from jiahuif-forks/deps/structured-merged-diff
  > a806c6e Remove selflink references in different testing-related files
  > 61ce20e generated: ./hack/update-vendor.sh
  > 3c9082a upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
  > 07be351 Merge pull request # 105387 from howardjohn/metadata-client/tracker
  > 23e2d9e Merge pull request # 107293 from dims/jan-1-owners-cleanup
  > f582d43 Make metadata fake client implement testing.FakeClient
  > 3bf0eac OWNERS cleanup - Jan 2021 Week 1
  > b025aba Merge pull request # 107420 from 21kyu/fix-typos
  > 3480737 fix typos in comment
  > 255c796 Merge pull request # 93709 from ash2k/ash2k/interruptible-sleep
  > 6524542 Merge pull request # 106547 from astraw99/fix-log-typo
  > 7a08020 Make sleep interruptible
  > 8344b1c Merge pull request # 107311 from fasaxc/fix-resource-ver-match
  > a8ff96d fix log typo
  > 5754d8f client-go: Clear the ResourceVersionMatch on paged list calls
  > 782ff78 Merge pull request # 107103 from pohly/log-klog-update
  > a6257fd Enable setting proxyurl in kubeconfig via kubectl config (# 105566)
  > 416ac20 dependencies: update klog to v2.40.1
  > d7ed940 Merge pull request # 106436 from dims/cleanup-owners-files-no-activity-in-a-year
  > 6096096 Merge pull request # 106934 from spencer-p/spencer-master
  > 73f2731 Cleanup OWNERS files (No Activity in the last year)
  > 056a9de Merge pull request # 106568 from liggitt/json-fieldpath
  > 5a53787 Document when workqueue metrics are dropped
  > df79851 bump sigs.k8s.io/json
  > 80a3c86 Merge pull request # 106949 from cpanato/update-golang-xnet
  > 6919fc5 Merge pull request # 106458 from dims/lint-yaml-in-owners-files
  > b630899 dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
  > b945f6e Merge pull request # 106921 from dims/update-x/tools-to-v0.1.8
  > 70f09c4 Check in OWNERS modified by update-yamlfmt.sh
  > 096f1fd Merge pull request # 106852 from wojtek-t/remove_legacy_leader_election
  > 464c8e2 Update golang.org/x/tools to a specific tag and avoid SHA
  > cbd965e Merge pull request # 106850 from MadhavJivrajani/deprecate-clock-pkg
  > 276ea3e Remove support for Endpoints and ConfigMaps lock from leader election
  > 1106390 Bump k8s.io/utils
  > 8bffd27 Merge pull request # 106473 from Dingshujie/fix_inotify_memory_leak
  > c713f38 Merge pull request # 106153 from hyschumi/refactor_thread_safe_store
  > c8a8ad5 update k/utils to v0.0.0-20211116205334-6203023598ed
  > d85d0d9 Merge pull request # 106774 from SergeyKanzhelev/grpcFieldRename
  > 547d6c8 refactor: remove dup code
  > 2f5ae78 generated files for the grpc field rename
  > 91177d7 Merge pull request # 106716 from aojea/http1_flake_timeout
  > 115ee0e bump TestHTTP1DoNotReuseRequestAfterTimeout timeout
  > 1218545 Merge pull request # 106660 from liggitt/smd-merge
  > 38ad836 Revert sigs.k8s.io/structured-merge-diff/v4 to v4.1.2
  > 0e6a989 Merge pull request # 99728 from mattcary/control
bumping k8s.io/code-generator 31c00a6...65c70a5:
  > 65c70a5 generated: Update kube-openapi and vendor
  > 15a5f67 Merge pull request # 108126 from sanposhiho/doc/generatedname
  > c771500 Merge pull request # 108992 from alexzielenski/cache-busting-client-go
  > 4a52dcf fix the doc about generateName conflict
  > 5a00495 update vendor
  > a207ba4 Merge pull request # 108996 from cici37/errUpdate
  > 9f21e2b Bump kube-openapi
  > 671bd3e Update kube-openapi (# 108895)
  > 9929ef4 Merge pull request # 108725 from pohly/klog-flush-and-exit
  > c5df488 Merge pull request # 108717 from lavalamp/remove-clustername
  > 206a8cc klog v2.60.1
  > a23a1f1 generated files
  > f85d174 teach code generator about ugly fields
  > 3e00677 Merge pull request # 108772 from aojea/user_agent
  > 306583c client-go: update generated
  > 9dbaade default kubernetes agent for generated clients
  > cdbee2b Merge pull request # 108644 from Jefftree/googleapis-gnostic
  > 9763ef4 googleapis/gnostic -> google/gnostic
  > 8d7923d Merge pull request # 108365 from liggitt/fix-proto-gen
  > f1858f0 Fix protobuf generation
  > 0c4a6d9 Merge pull request # 107105 from justaugustus/go118
  > 25e8fa3 generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > 32a7a63 [go1.18] Bump golang.org/x/... dependencies
  > 5770f4d Merge pull request # 106630 from howardjohn/protogen/full-package-name
  > 5915ef0 Merge pull request # 108163 from wojtek-t/update_selflink_doc
  > 6769cf5 Remove double boilerplate
  > 6538e15 Autogenerated
  > 87d0e9f go-to-protobuf: use full path for go_package
  > cad66f3 Merge pull request # 107527 from wojtek-t/remove_selflink_ga
  > 52348e7 Autogenerated
  > 547d6d2 Remove SelfLink from autogenerating applyconfigurations
  > bbecdaa Merge pull request # 108059 from RaghavRoy145/k8s-utils-update
  > ed2f643 Merge pull request # 107650 from apelisse/update-managedfields-time-field-description
  > 836551d Updated k8s.io/utils dependency
  > 2df02cb Merge pull request # 107834 from SataQiu/fix-applyconfiguration
  > 2515885 Run hack/update-all.sh
  > f3a897a code-generator: fix the bug that ApplyConfiguration constructor missing WithKind/WithAPIVersion methods
  > 9c1c6b4 Merge pull request # 105632 from xens/fix/kubectl-socks5-proxy2
  > ca4cdc1 feat: add missing SOCKS5 features
  > e4455d9 Merge pull request # 105142 from pacoxu/cespare-2.1.2
  > 76ef341 upgrade prometheus/client_golang to v1.12.0(common to v0.32.1)
  > 46b6323 Merge pull request # 107565 from jiahuif-forks/deps/structured-merged-diff
  > 03c1f21 generated: ./hack/update-vendor.sh
  > 197714c upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
  > 7e38d57 Merge pull request # 106978 from pohly/log-message-verbosity
  > 1ad454e avoid klog Info calls without verbosity
  > ae5cafc Merge pull request # 107195 from caesarxuchao/blockOwner
  > b64c36c Refers to the GC doc in the blockOwnerDeletion API doc
  > ce8fd65 Merge pull request # 107103 from pohly/log-klog-update
  > c367d78 dependencies: update klog to v2.40.1
  > 08f5f5b Merge pull request # 106601 from liggitt/gomodule-gengo-normalize
  > 5a604ed bump k8s.io/gengo
  > 05a01c0 Merge pull request # 106964 from ncdc/portable-code-generation
  > f1a3d4f Bump k8s.io/gengo to v0.0.0-20211115164449-b448ea381d54
  > 4dd26a2 Merge pull request # 106949 from cpanato/update-golang-xnet
  > 194e9e9 Merge pull request # 106458 from dims/lint-yaml-in-owners-files
  > f7b51b0 dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
  > f1673b2 Merge pull request # 106921 from dims/update-x/tools-to-v0.1.8
  > 742f451 Check in OWNERS modified by update-yamlfmt.sh
  > d001e99 Update golang.org/x/tools to a specific tag and avoid SHA
  > 77d70b0 Merge pull request # 106850 from MadhavJivrajani/deprecate-clock-pkg
  > 83c01e1 Bump k8s.io/utils
  > 901b633 Merge pull request # 106473 from Dingshujie/fix_inotify_memory_leak
  > 81b6111 Merge pull request # 106722 from kevindelgado/field-validation-apirefdoc
  > 62630d3 update k/utils to v0.0.0-20211116205334-6203023598ed
  > 993e1ce staging: add dummy commit to trigger gomod update (# 106794)
  > 036d4df Update fieldValidation godoc
  > 1685c04 Merge pull request # 106660 from liggitt/smd-merge
  > 0f2dbc9 Revert sigs.k8s.io/structured-merge-diff/v4 to v4.1.2
  > 999c27b Merge pull request # 105916 from kevindelgado/validation-unify-all
bumping k8s.io/apiextensions-apiserver cf300a6...b993e22:
  > b993e22 Update dependencies to v0.24.4 tag
  > f6dccd8 Merge pull request # 110042 from Jefftree/automated-cherry-pick-of-# 109880-upstream-release-1.24
  > b82ec0b Remove warning log for merging meta and scale type
  > b34b607 Merge pull request # 109242 from cici37/addTest
  > 1ad114b Merge pull request # 109238 from jpbetz/reduce-time-cel-validation-tests
  > a205029 Add separate cost limit test.
  > 8ec5404 Only validate each expression once in primary CEL correctness suite
  > b94fca5 Merge pull request # 109128 from Jefftree/openapiv3-metrics
  > 16d550b Merge pull request # 109122 from jpbetz/runtime-limit-tightening
  > 62f765a Add metrics for OpenAPI v3 generation
  > 1221011 Merge pull request # 109031 from Jefftree/openapiv3beta
  > dfe9350 Reduce CEL runtime cost limits by 1/2 based on latency goals
  > f350dab Separate OpenAPI V2 and V3 Config
  > d05111e Update tests for kube-openapi upgrade
  > c671030 generated: Update kube-openapi and vendor
  > 426e20e Merge pull request # 108126 from sanposhiho/doc/generatedname
  > 810bf54 Merge pull request # 108990 from jpbetz/per-crd
  > 205af0a fix the doc about generateName conflict
  > ae7a078 Merge pull request # 108629 from skitt/blang-semver-v4
  > 9240dba Enfoce per-CRD estimated cost limit
  > b5908bd Merge pull request # 108612 from DangerOnTheRanger/cel-crd-maxlength
  > 068f21d Upgrade to blang/semver/v4 v4.0.0
  > a17b9ba Add per-CRD cost evaluation.
  > 6b99f74 Merge pull request # 108996 from cici37/errUpdate
  > 97bfd37 Update err handling
  > abe11f3 Bump kube-openapi
  > 76c7ff3 Merge pull request # 109040 from jpbetz/revert-cel-bump
  > 21e0a14 Merge pull request # 108859 from cici37/placeholder
  > 5021b3f Revert "Initialize a base CEL env and share it to avoid repeated function declaration validation"
  > 8f35bcf Merge pull request # 108954 from jpbetz/cel-0.11.1
  > a18d2aa Update due to inconsistent message got from kube-openapi
  > 6ae144f Revert "Bump CEL to 0.11.2"
  > be2a6a0 Initialize a base CEL env and share it to avoid repeated function declaration validation
  > d3fef43 Update err handling
  > f8dc6df Bump CEL to 0.11.2
  > 899817b Return a placeholder error for blocking failure before CEL validation.
  > 6c890e6 Merge pull request # 108073 from benluddy/cel-transition-rule-oldself-plumbing
  > fc90687 Add validation rule tests for transition rules
  > 6fe18a4 Allow and enforce CEL CRD validation rules that reference oldSelf.
  > 6ab3fd1 Update kube-openapi (# 108895)
  > afe8ea9 Merge pull request # 107090 from cici37/reduceNoise
  > 808447f Merge pull request # 106591 from Kartik494/bumpetcd
  > e0c3d86 Return type instead of object
  > 5799d5a Merge pull request # 108725 from pohly/klog-flush-and-exit
  > b4c2bc2 Updated Etcd Version to 3.5.1 in go.mod
  > 8f25f22 Merge pull request # 108717 from lavalamp/remove-clustername
  > 0bf7876 klog v2.60.1
  > 39229d8 Merge pull request # 108950 from jpbetz/fix-cel-test
  > 6e966cf generated files
  > b9cbe6c Remove flaky CEL cost tests that rely on map iteration order
  > a599743 Merge pull request # 108907 from Jefftree/crd-openapi-bug
  > 4812e51 Merge pull request # 108529 from cici37/celCostStability
  > 0a88d0b Fix OpenAPI v3 bug with #/definitions
  > b776ad9 Merge pull request # 103516 from ykakarap/kubectl-subresources-apiserver
  > fab2d1a Adjust cost after library func introduced.
  > faa1359 Merge pull request # 108617 from jpbetz/function-ext-costs
  > c65c485 kubectl: API changes to support --subresource in kubectl
  > 91bff26 Add cel cost stability test.
  > 5772ec0 Add cost calculator for extensions functions, enable regex pre-compilation
  > 31c15bc Merge pull request # 108772 from aojea/user_agent
  > 2b7cf69 client-go: update generated
  > 855f37e Merge pull request # 108646 from cici37/context
  > 3385c39 Merge pull request # 108644 from Jefftree/googleapis-gnostic
  > eff5693 Wire in request context
  > adf04b6 Merge pull request # 108419 from DangerOnTheRanger/cel-maxlength-integration
  > e2b78f2 googleapis/gnostic -> google/gnostic
  > c907672 Merge pull request # 108695 from cici37/errMessage
  > 1b50e07 Add maxLength/maxItems/maxProperties support to cel.Compile.
  > ab086dd Fix err handling due to cel update
  > 4846ad6 Merge pull request # 108595 from cici37/updateLimit
  > a2327b5 Update cost budget
  > b111587 Merge pull request # 108482 from cici37/vendorCEL
  > feee012 Merge pull request # 108643 from liggitt/cobra
  > 963365e Wire runtime cost into validation.
  > 824a45c Merge pull request # 108647 from cici37/bumpCEL
  > d6b1060 Update cobra to v1.4.0
  > 21a13eb Bump cel-go to v0.10.1
  > 58b0992 Merge pull request # 108204 from kevindelgado/field-validation-crd-unit-tests
  > f5b06c9 Merge pull request # 108576 from jpbetz/cel-0_10_0
  > 68670ad PR feedback
  > 685b1c8 Add tests demonstrating numeric comparisons and int-or-string behavior
  > 97d9a2b WIP: start debuging crd handler testing
  > df72649 Bump cel-go to v0.10.0
  > e429598 Merge pull request # 108437 from andrewsykim/bump-konnectivity-v0.0.29
  > 7066a88 bump sigs.k8s.io/apiserver-network-proxy/konnectivity-client@v0.0.30
  > cca509a Merge pull request # 108013 from benluddy/cel-transition-rule-schema-validation
  > e2c64f5 Forbid CEL transition rules on unmergeable CRD subschemas.
  > 96339dc Merge pull request # 108312 from jpbetz/stdlib
  > fa462a9 Add stdlib of CEL functions to Kubernetes that extends the standard library provided by CEL
  > e446098 Merge pull request # 108365 from liggitt/fix-proto-gen
  > f985f3a Merge pull request # 108339 from cheftako/anp-release
  > e7aa232 Regenerate protobuf
  > 59c870e Bump konnectivity-client to v0.0.28
  > d5c90c4 Merge pull request # 108328 from dgrisonnet/fix-go-collector
  > 73189fb bump client_golang to v1.12.1
  > b80398f Merge pull request # 94637 from liggitt/namespace-before-admission
  > f3ea2cc Merge pull request # 108263 from deads2k/more-resthandlers
  > 6e79810 Update tests to have namespace set in req context
  > 15285c5 migrate more rest handlers to select by resource enablement
  > 8b3b1d9 Merge pull request # 107105 from justaugustus/go118
  > fd2dd05 generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > f250253 Merge pull request # 106630 from howardjohn/protogen/full-package-name
  > 83dafd2 Merge pull request # 108163 from wojtek-t/update_selflink_doc
  > c54016b go-to-protobuf: regenerate with full go_package
  > 2a6193b Autogenerated
  > 1d3fa8d Merge pull request # 107527 from wojtek-t/remove_selflink_ga
  > d325580 Autogenerated
  > 50ae234 Remove Selflink from convertors
  > ba8efeb Remove unused selflink parameters from ContextBasedNaming
  > c854e56 Relax to using namer instead of selflinker in API groupversion
  > 00b1c08 Remove selflink integration tests
  > 392ce15 Merge pull request # 108059 from RaghavRoy145/k8s-utils-update
  > 7c6ef62 Merge pull request # 107650 from apelisse/update-managedfields-time-field-description
  > 2d699db Updated k8s.io/utils dependency
  > 72daf89 Merge pull request # 107970 from liggitt/validations-round-trip
  > 181de81 Run hack/update-all.sh
  > ed8b997 Use serializable struct for x-kubernetes-validations in openapi
  > b475f27 Make JSON schema round tripping test more strict
  > 29400d7 Merge pull request # 107956 from benluddy/xvalidations-deepcopy
  > 8ad7e6e Deeply copy JSONSchemaProps.XValidations.
  > 5e47baf Merge pull request # 107688 from liggitt/prune-array
  > 871b919 Merge pull request # 105632 from xens/fix/kubectl-socks5-proxy2
  > 0c5d09f Fix regression pruning array fields with x-kubernetes-preserve-unknown-fields: true
  > 2cfc338 feat: add missing SOCKS5 features
  > bf40ed2 Merge pull request # 105142 from pacoxu/cespare-2.1.2
  > 0e92d7a upgrade prometheus/client_golang to v1.12.0(common to v0.32.1)
  > c718707 upgrade cespare/xxhash/v2 to v2.1.2
  > 003be15 Merge pull request # 107551 from wojtek-t/remove_unused_selflink_test_references
  > 1f308a5 Merge pull request # 107565 from jiahuif-forks/deps/structured-merged-diff
  > 538d83d Remove selflink references in different testing-related files
  > 528ea3b generated: ./hack/update-vendor.sh
  > 05f9509 upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
  > 38cf7f6 Merge pull request # 107176 from Iceber/fix-request-info
  > 3c274a4 Merge pull request # 107195 from caesarxuchao/blockOwner
  > 4a15d17 if the ok returned by RequestInfoFrom is false, the requestInfo is nil
  > ad20064 Refers to the GC doc in the blockOwnerDeletion API doc
  > 1ef4cd2 Merge pull request # 107103 from pohly/log-klog-update
  > 62d72d9 Merge pull request # 107061 from alexzielenski/oav3-bug-incorrect-definitions-version
  > 306b66d dependencies: update klog to v2.40.1
  > 6abfddc Merge pull request # 104733 from thaJeztah/bump_moby_term
  > b2e5f2b fix bug which causes openapi builder to lookup cached possibly incorrect schema
  > b4a81f5 Merge pull request # 106436 from dims/cleanup-owners-files-no-activity-in-a-year
  > 0fdde31 go.mod: github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
  > b0c4213 Merge pull request # 106601 from liggitt/gomodule-gengo-normalize
  > 1d7b071 Cleanup OWNERS files (No Activity in the last year)
  > 982d384 Merge pull request # 106568 from liggitt/json-fieldpath
  > 6c4c420 bump k8s.io/gengo
  > 27fee24 bump sigs.k8s.io/json
  > a09f760 Merge pull request # 106964 from ncdc/portable-code-generation
  > dc0fc6d Merge pull request # 106922 from cheftako/anp-release
  > 4944e93 Bump k8s.io/gengo to v0.0.0-20211115164449-b448ea381d54
  > e6d99b1 Merge pull request # 106949 from cpanato/update-golang-xnet
  > 3497c54 Bump konnectivity network proxy to v0.0.27.
  > 39a622b Merge pull request # 106458 from dims/lint-yaml-in-owners-files
  > ebb93b9 dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
  > ff3cd97 Merge pull request # 106921 from dims/update-x/tools-to-v0.1.8
  > 6dba7a6 Check in OWNERS modified by update-yamlfmt.sh
  > 0d43231 Update golang.org/x/tools to a specific tag and avoid SHA
  > aa82854 Merge pull request # 106850 from MadhavJivrajani/deprecate-clock-pkg
  > ba11ada Bump k8s.io/utils
  > f3eac92 Merge pull request # 106473 from Dingshujie/fix_inotify_memory_leak
  > 65b3c17 Merge pull request # 106722 from kevindelgado/field-validation-apirefdoc
  > 6e695a1 update k/utils to v0.0.0-20211116205334-6203023598ed
  > b0680dd staging: add dummy commit to trigger gomod update (# 106794)
  > dba3122 Update fieldValidation godoc
  > 6ca57ba Merge pull request # 106660 from liggitt/smd-merge
  > 4ac31f8 Revert sigs.k8s.io/structured-merge-diff/v4 to v4.1.2

Signed-off-by: Knative Automation <automation@knative.team>

* upgrade to latest dependencies

bumping knative.dev/pkg 93b66e6...5f66ecf:
  > 5f66ecf Allow configuration of threads-per-controller (# 2567)
  > 717747b Register webhook GVKs for validating callbacks (# 2590)
  > 501fbd5 upgrade to latest dependencies (# 2592)
  > 3d24b84 fix lint warnings (# 2589)
  > cc6e435 upgrade to latest dependencies (# 2587)
  > 20aabd5 Bump to k8s v0.24.4 client packages (# 2586)
  > 2a05469 updates boilerplate action to use go v1.18 (# 2588)
bumping k8s.io/kube-openapi 4241196...3ee0da9:
  > 3ee0da9 Merge pull request # 299 from Jefftree/def-optimize
  > 3a31a64 Merge pull request # 292 from Jefftree/v2v3conv
  > ba6f675 Optimize Definition generation
  > e69a86c Merge pull request # 298 from Jefftree/allOf
  > 2cbad14 Add OpenAPIConv
  > 9f9c01d Merge pull request # 297 from cici37/errFix
  > 207f0c7 Wrap Refs with AllOf
  > 29d7264 Merge pull request # 295 from Jefftree/fix-api-json
  > d2a55e8 Align maxProperties/minProperties err value with others
  > 52feaf8 Merge pull request # 290 from jiahuif/feature/prune-v2-when-serving-v3
  > 352e363 Fix json encoding for OpenAPI v3 Discovery
  > 662cbb0 Return valid for kubernetes to handle err properly
  > 13192b9 Merge pull request # 289 from jiahuif/feature/openapi-oneof-type
  > 2580423 remove embedded v2 from expected schema
  > 8a7ee80 Merge pull request # 293 from alexzielenski/cache-busting
  > 79a5a7d generated: update integration test.
  > d436835 add test for pruning v2 schema.
  > 6a7b704 Merge pull request # 291 from Jefftree/builder3-test
  > de6f8b0 split openapi mock class into Fake and FakeV3
  > da7e27a add integration test for v3 OneOf
  > eca4f62 do not include v2 schema when serving v3.
  > 89ac9db Merge pull request # 284 from Jefftree/cache-busting
  > 7afa56c Add test for builder3
  > 3ca26f0 address comments
  > 697543f add support for custom v3 oneOf types.
  > ddc6692 Merge pull request # 288 from Jefftree/gnostic-fix
  > b0d7548 Cache busting
  > 130db2b add wrapper around gnostic v3 document
  > a9dfcaa Merge pull request # 286 from Jefftree/leading-newline
  > 91ab739 Update gnostic to drop jsonschema dependency
  > 3f90b8c Merge pull request # 282 from alexzielenski/header_vendorext_marshal
  > c7e0de3 Merge pull request # 285 from Jefftree/proto-upgrade
  > 7626df5 Trim leading newlines in Descriptions
  > 1cd4920 add vendor extensions to marshal openapi v2 header
  > 86aaf54 Upgrade protobuf and change references of googleapis/gnostic -> google/gnostic
bumping knative.dev/networking 215bac9...cefed20:
  > cefed20 upgrade to latest dependencies (# 710)
  > aded181 upgrade to latest dependencies (# 709)
bumping golang.org/x/tools c20fd7c...897bd77:
  > 897bd77 internal/gocommand: remove support for -workfile
  > e6a7e13 go/analysis/tools/internal/checker: add support for RunDespiteError
  > adcfb65 internal/lsp/source: use the object as the hover source for type params
  > 411d040 internal/lsp/source: clean up the interface to hover information
  > 45aeaf7 internal/lsp/source: improve the heuristics for linkable identifiers
  > a317113 internal/lsp/source: fix hover on generic type declarations
  > 1f3875c internal/lsp/source: begin to refactor hovering with a HoverContext type
  > fd59bdf internal/lsp/source: adjust object position when formatting full AST
  > cda4201 internal/lsp/source: simplify Identifier.enclosing
  > 59f1f2c cmd/goyacc: reduce array sizes using smaller base types
  > c677677 internal/lsp/cache: let Session.getGoEnv query GOWORK
  > 9095d10 go/analysis/passes/tests: fix a missed rename from CL 374495
  > 70c3ea2 gopls,internal/lsp: Implement method stubbing via CodeAction
  > 2ff4db7 go/analysis/passes/tests: Check malformed fuzz target.
  > 11109f6 go/ssa/ssautil: Initialize Instances field.
  > 33002ea go/loader: Initialize (types/Info).Instances field
  > be40034 internal/lsp: add support for formatting go.work files
  > 2405dce internal/lsp: use placeholders with prepare rename
  > c6fca02 godoc: handle type parameters correctly in LinkifyText
  > c0b9fb5 internal/lsp/analysis/undeclaredname: suppress impossible quick fixes
  > 9b156ee internal/lsp/source: provide full documentation of builtin types
  > caecc2b internal/typeparams: add a generic form of types.AssignableTo
  > 164402d internal/lsp/cache: set types.Config.GoVersion
  > 6aaba77 internal/lsp/debug: add go version to gopls version output
  > 414ec9c internal/lsp: add ListImports
  > d55d892 gopls/doc: how to request a particular gopls w/ sublime text
  > cf66aec gopls: update coc.nvim documentation for using go.work
  > 597b165 internal/lsp/cache: use -workfile on 1.18
  > 8305295 gopls: recognize the go.work file type
  > 962260a internal/lsp/source: remove the unused source.DetectLanguage
  > 3e30e21 gopls: remove the workspace_metadata command
  > 25d2ab2 internal/lsp/cache: fixes for workspace invalidation
  > 8d915b1 internal/lsp/cache: simplify workspace construction
  > 77f5fa5 internal/lsp/cache: replace old go.work parser with x/mod
  > 4da8ceb internal/lsp/source: remove the unused UpdateUserModFile invocation flag
  > 727dfdb internal/lsp/source/completion: add conventional acronyms for type names
  > c009ab4 internal/lsp/completion: the inserted text should be what is shown to the user
  > eeb95ae gopls: make 'fastfuzzy' the default fuzzy matcher for workspace symbols
  > ea5e1dc internal/typeparams: add a helper to return the origin method
  > a739c97 internal/lsp/fake: retry ioutil.ReadFile on plan9 if it fails due to exclusive use
  > 82366c6 internal/lsp/fake: in WriteFileData, retry writes that fail with ERROR_LOCK_VIOLATION on Windows
  > f6067dc gopls: cleanup the main help pages
  > dfda270 gopls: use the = form in flag parameter printing rather than a space
  > 5ad7054 gopls: add long forms for all the 1 rune flags
  > 217a9fc gopls: take control of the flag printing
  > afd524f gopls: clean up the help text
  > ec9a7de gopls: write out the raw usage text
  > 461d130 internal/lsp: include receiver type parameters when completing receivers
  > 263785d gopls: update dependencies post-release
  > 8e9bdc5 gopls: document that v0.7.5 is the final version to support Go 1.12
  > 492cf3a doc: update the instruction to use beta2
  > 939c2c0 godoc/redirect: close HTTP response bodies in TestRedirect
  > 0f0bbfd go/callgraph/vta: avoid panic on missing function definitions
  > 845bb90 go/types/objectpath: update objectpath tests for TypeString changes
  > be5769c go/types/objectpath: update objectpath tests for TypeString changes
  > 135791d go/callgraph/vta: move test code to testdata/src
  > fe74b5f internal/template: return available semantic tokens even on template error
  > 772a399 internal/template: return a Source with template diagnostics
bumping k8s.io/client-go 11f68c5...3e73df6:
  > 3e73df6 Update dependencies to v0.24.4 tag
  > 5e66e32 Merge pull request # 111274 from Abirdcfly/automated-cherry-pick-of-# 111235-upstream-release-1.24
  > 37577f3 fix a possible panic because of taking the address of nil
  > 686b396 Revert "Introduce APIs to support multiple ClusterCIDRs (# 108290)"
  > af4295f Merge pull request # 109114 from tkashem/client-go-retry-thread-safe
  > d8531f5 client-go: make retry in Request thread safe
  > 33011f1 Merge pull request # 109050 from MadhavJivrajani/client-go-retry
  > 8a672f0 Merge pull request # 109151 from Argh4k/r-101566
  > 01ab7fb client-go: reset request body after response is read and closed
  > f699049 Revert "Field `status.hostIPs` added for Pod (# 101566)"
  > 092a109 Introduce APIs to support multiple ClusterCIDRs (# 108290)
  > 488e9bb Merge pull request # 109137 from wojtek-t/fix_multiple_values_indexer
  > e540ebe Addresses the issue which caused # 109115
  > 1cab689 Add test for indexer with multiple values
  > b1e85f6 Merge pull request # 109031 from Jefftree/openapiv3beta
  > 4fdf361 generated: Update kube-openapi and vendor
  > 9cfda74 Merge pull request # 108032 from deejross/kep3140-cronjob-timezone
  > 0c14d0c Field `status.hostIPs` added for Pod (# 101566)
  > 400b1be make update after timeZone support for CronJob
  > 94a1081 Implementation on Network Policy Status (# 107963)
  > 11ca265 Merge pull request # 108992 from alexzielenski/cache-busting-client-go
  > 92adc4d Merge pull request # 82162 from krmayankk/maxun
  > fa08fc2 adjust comments
  > 1a9591b API: maxUnavailable for StatefulSet
  > 27f72fc update vendor
  > 402aa66 Merge pull request # 108996 from cici37/errUpdate
  > 018cf8a add fetching into discovery client for OpenAPI v3
  > ef44f11 Bump kube-openapi
  > 1933a66 Merge pull request # 108505 from rikatz/kubectl-debug-not-showing-response
  > e0aaa37 Merge pull request # 107180 from ardaguclu/remove-deprecated-serverresource
  > 9c04962 Reintroduce response status and header on kubectl verbose debug
  > 23ab4ae Merge pull request # 108698 from tkashem/last-error
  > 7e062f8 Remove deprecated discovery/ServerResources function
  > ed28381 Merge pull request # 108531 from tallclair/redirects
  > 7c9347d client-go: wrap error from previous attempt to provide more context
  > b307538 Merge pull request # 108159 from pohly/logcheck
  > 8c38cf3 Don't follow redirects with spdy
  > af0252e Update kube-openapi (# 108895)
  > 9175c47 enhance and fix log calls
  > f4f092d Merge pull request # 108981 from liggitt/skip-race
  > 97bcbe7 sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel Gopkg.toml */.gitattributes
  > 8302916 Temporarily disable TestCheckRetryClosesBody
  > cf06297 Merge pull request # 108725 from pohly/klog-flush-and-exit
  > d82e1fd Merge pull request # 108717 from lavalamp/remove-clustername
  > 2bba973 klog v2.60.1
  > c012194 Merge pull request # 108342 from tkashem/rate-limit-error
  > a34beeb generated files
  > a1a133b Merge pull request # 108445 from pohly/storage-capacity-ga
  > 147848c client-go: chain the error returned by rate limiter
  > 14e253c remove unneeded references
  > c55e66b Merge pull request # 108680 from kidlj/fix_cache_index_comments
  > 6ece0de storage capacity: generated files
  > dedf7ce Merge pull request # 108852 from mikedanese/auth-plugin-doc
  > 6b59aa0 make comments of updateIndices optimization code more accurate
  > f624f8e add better link for gcp auth plugin doc
  > 3ac142e Merge pull request # 108616 from margocrawf/delete-execcredential-v1alpha1
  > c47b802 Merge pull request # 108772 from aojea/user_agent
  > 7088906 Generated code for deleting exec credential v1alpha1 api
  > 0f3c791 client-go: update generated
  > 28b9e26 Remove v1alpha1 of the execcredential
  > 7390aac default kubernetes agent for generated clients
  > 6889a6b Merge pull request # 108644 from Jefftree/googleapis-gnostic
  > 186c332 googleapis/gnostic -> google/gnostic
  > ab732f5 Merge pull request # 107674 from sanposhiho/api-min-domains
  > b32b6a7 Add MinDomains API to TopologySpreadConstraints field
  > 2f52a10 Merge pull request # 107410 from margocrawf/master
  > 0a04e97 Merge pull request # 108426 from deads2k/e2e-check
  > 2b59dab Check whether static cert is already configured in UpdateTransportConfig
  > eb103e0 Merge pull request # 108347 from tkashem/refactor
  > 7d7fd49  add resource enablement check for e2e tests of beta APIs
  > 34f3aff client-go: refactor retry logic for backoff, rate limiter and metric
  > 8e46da3 Merge pull request # 108296 from aojea/client_go_size_metrics
  > e2c62ff client-go: add request and response size metrics
  > cc43a70 Merge pull request # 108262 from tkashem/retry-unit-test
  > 5463dac Merge pull request # 106911 from aojea/client_go_metrics
  > e4ecde2 client-go: add unit test to verify order of calls
  > 83bb1e3 client-go: remove no longer used finalURLTemplate
  > 41e0447 Merge pull request # 107105 from justaugustus/go118
  > dade88b generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > 50aa9bb [go1.18] Bump golang.org/x/... dependencies
  > a7d2e01 Merge pull request # 107527 from wojtek-t/remove_selflink_ga
  > dd71ff2 Autogenerated
  > b74c541 Merge pull request # 108059 from RaghavRoy145/k8s-utils-update
  > 6f7b0ae Updated k8s.io/utils dependency
  > 6964e37 Merge pull request # 107834 from SataQiu/fix-applyconfiguration
  > 4c892f8 Merge pull request # 107812 from diyi0926/add-field-path-back-to-event-logs
  > 1f90b31 code-generator: fix the bug that ApplyConfiguration constructor missing WithKind/WithAPIVersion methods
  > 8f44946 Merge pull request # 107876 from jlsong01/fix-concurrent-scheme-usage
  > 5b56e4a resolve casing issue
  > 470c93d allocate a unique scheme for each test to fix concurrent usage issue
  > 93a6315 add fieldPath back to event logs
  > af150e1 Merge pull request # 107904 from sabbey37/update_azure_auth
  > f4bf759 Update azure auth plugin deprecation to warning
  > 7f04550 Merge pull request # 107507 from alexzielenski/client-preprocess-handler
  > 3255cdc Merge pull request # 105632 from xens/fix/kubectl-socks5-proxy2
  > 54928ee modify SharedIndexInformer to use newInformer constructor which supports transformers
  > f157a09 feat: add missing SOCKS5 features
  > b70ee0a Merge pull request # 105142 from pacoxu/cespare-2.1.2
  > 909a459 Merge pull request # 107559 from liggitt/invalid-selectors
  > ae5b2b8 upgrade prometheus/client_golang to v1.12.0(common to v0.32.1)
  > 664b1a6 client-go: refactor: Fix styling issues (# 107248)
  > aab0bb8 Handle invalid selectors properly
  > 3618ec5 Merge pull request # 107551 from wojtek-t/remove_unused_selflink_test_references
  > 092b54e Merge pull request # 107565 from jiahuif-forks/deps/structured-merged-diff
  > a806c6e Remove selflink references in different testing-related files
  > 61ce20e generated: ./hack/update-vendor.sh
  > 3c9082a upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
  > 07be351 Merge pull request # 105387 from howardjohn/metadata-client/tracker
  > 23e2d9e Merge pull request # 107293 from dims/jan-1-owners-cleanup
  > f582d43 Make metadata fake client implement testing.FakeClient
  > 3bf0eac OWNERS cleanup - Jan 2021 Week 1
  > b025aba Merge pull request # 107420 from 21kyu/fix-typos
  > 3480737 fix typos in comment
  > 255c796 Merge pull request # 93709 from ash2k/ash2k/interruptible-sleep
  > 6524542 Merge pull request # 106547 from astraw99/fix-log-typo
  > 7a08020 Make sleep interruptible
  > 8344b1c Merge pull request # 107311 from fasaxc/fix-resource-ver-match
  > a8ff96d fix log typo
  > 5754d8f client-go: Clear the ResourceVersionMatch on paged list calls
  > 782ff78 Merge pull request # 107103 from pohly/log-klog-update
  > a6257fd Enable setting proxyurl in kubeconfig via kubectl config (# 105566)
  > 416ac20 dependencies: update klog to v2.40.1
  > d7ed940 Merge pull request # 106436 from dims/cleanup-owners-files-no-activity-in-a-year
  > 6096096 Merge pull request # 106934 from spencer-p/spencer-master
  > 73f2731 Cleanup OWNERS files (No Activity in the last year)
  > 056a9de Merge pull request # 106568 from liggitt/json-fieldpath
  > 5a53787 Document when workqueue metrics are dropped
  > df79851 bump sigs.k8s.io/json
  > 80a3c86 Merge pull request # 106949 from cpanato/update-golang-xnet
  > 6919fc5 Merge pull request # 106458 from dims/lint-yaml-in-owners-files
  > b630899 dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
  > b945f6e Merge pull request # 106921 from dims/update-x/tools-to-v0.1.8
  > 70f09c4 Check in OWNERS modified by update-yamlfmt.sh
  > 096f1fd Merge pull request # 106852 from wojtek-t/remove_legacy_leader_election
  > 464c8e2 Update golang.org/x/tools to a specific tag and avoid SHA
  > cbd965e Merge pull request # 106850 from MadhavJivrajani/deprecate-clock-pkg
  > 276ea3e Remove support for Endpoints and ConfigMaps lock from leader election
  > 1106390 Bump k8s.io/utils
  > 8bffd27 Merge pull request # 106473 from Dingshujie/fix_inotify_memory_leak
  > c713f38 Merge pull request # 106153 from hyschumi/refactor_thread_safe_store
  > c8a8ad5 update k/utils to v0.0.0-20211116205334-6203023598ed
  > d85d0d9 Merge pull request # 106774 from SergeyKanzhelev/grpcFieldRename
  > 547d6c8 refactor: remove dup code
  > 2f5ae78 generated files for the grpc field rename
  > 91177d7 Merge pull request # 106716 from aojea/http1_flake_timeout
  > 115ee0e bump TestHTTP1DoNotReuseRequestAfterTimeout timeout
  > 1218545 Merge pull request # 106660 from liggitt/smd-merge
  > 38ad836 Revert sigs.k8s.io/structured-merge-diff/v4 to v4.1.2
  > 0e6a989 Merge pull request # 99728 from mattcary/control
bumping knative.dev/serving 62685b3...d6ab464:
  > d6ab464 Update net-istio nightly (# 13309)
  > c832f35 Add the capability for perf tests to store their results in an influxdb (# 13192)
  > 43c7a5c upgrade to latest dependencies (# 13292)
  > ee1058c Fix LatestReadyRevision semantics - it only advances forward (# 13239)
  > 8690e51 Update net-contour nightly (# 13307)
  > 3cae749 Update net-gateway-api nightly (# 13306)
  > e7ad41e Update net-kourier nightly (# 13302)
  > 95cebbc update to use k8s.io/utils/clock package (# 13301)
  > 67255a6 Update net-gateway-api nightly (# 13296)
  > f38229d Use new k8s.io/util/clock package (# 13300)
  > a92d508 Update net-kourier nightly (# 13297)
  > 50bec63 Update net-istio nightly (# 13295)
  > 8b76bfe Update net-contour nightly (# 13294)
  > 1c6a05d Update net-certmanager nightly (# 13291)
  > c5c5ea2 use GKE 1.23 clusters (# 13289)
  > 540e947 upgrade to latest dependencies (# 13290)
  > 8eb8629 upgrade to latest dependencies (# 13288)
  > 78f8af6 Update net-contour nightly (# 13287)
  > 19cd295 update setup-ko action to v0.6 (# 13283)
  > e826275 Update net-certmanager nightly (# 13281)
  > 6bf8c1f Update net-contour nightly (# 13282)
  > 0643359 Update net-istio nightly (# 13280)
  > 85c593d Update net-gateway-api nightly (# 13279)
bumping github.com/stretchr/testify acba37e...181cea6:
  > 181cea6 impr: `CallerInfo` should print full paths to the terminal (# 1201)
  > cf1284f Allow mock expectations to be ordered (# 1106)
  > 66eef0e fix: assert.MapSubset (or just support maps in assert.Subset) (# 1178)
  > 2fab6df Add WithinTimeRange method (# 1188)
  > b5ce165 fixing panic in calls to assertion with nil m.mutex (# 1212)
  > c206b2e Mock can be deadlocked by a panic (# 1157)
  > 1b73601 suite: correctly set stats on test panic (# 1195)
  > ba1076d Add .Unset method to mock (# 982)
  > c31ea03 Support comparing byte slice (# 1202)
  > 48391ba Fix panic in AssertExpectations for mocks without expectations (# 1207)
  > 840cb80 arrays value types in a zero-initialized state are considered empty (# 1126)
  > 07dc7ee Bump actions/setup-go from 3.1.0 to 3.2.0 (# 1191)
  > c33fc8d Bump actions/checkout from 2 to 3 (# 1163)
  > 3c33e07 Added Go 1.18.1 as a build/supported version (# 1182)
  > e2b56b3 Bump github.com/stretchr/objx from 0.1.0 to 0.4.0
  > 41453c0 Update gopkg.in/yaml.v3
  > 285adcc Update go versions in build matrix
  > 6e7fab4 Bump actions/setup-go from 2 to 3.1.0
  > 106ec21 use RWMutex
  > a409ccf fix data race in the suit
  > 3586478 assert: fix typo
  > 7797738 Update versions supported to include `go 1.16`
  > 083ff1c Fixed didPanic to now detect panic(nil).
  > 1e36bfe Use cross Go version compatible build tag syntax
  > e798dc2 Add docs on 1.17 build tags
  > 83198c2 assert: guard CanConvert call in backward compatible wrapper
  > 087b655 assert: allow comparing time.Time
  > 7bcf74e fix msgAndArgs forwarding
  > c29de71 add tests for correct msgAndArgs forwarding
  > f87e2b2 Update builds
  > ab6dc32 fix linting errors in /assert package
  > edff5a0 fix funtion name
  > 5c61ef9 fix potential nil-pointer dereference
  > e209ca8 Improve mock.MatchedBy failed comparison Diff message
  > a9de4f0 Create dependabot.yml
  > fd9e1fb Fix NaN similarity checks
  > ee42bbe Use multiple run commands
  > 57bf675 Update go versions
  > 6c59e0f Convert CI to use GitHub Actions
  > 6241f9a Add String method to Mock to fix # 625
  > dc5c261 Make sure time.Time comparison produces a helpful diff. closes # 989
  > 6990a05 Add ErrorContains
  > bf646ea add test to check that Helper is called
  > 6f81fdf fix the output source file in test output
  > a2f7dbf Change Readme to reflect supported Go versions
bumping k8s.io/api f89a761...44d27eb:
  > 44d27eb Update dependencies to v0.24.4 tag
  > 0bf1867 Revert "Introduce APIs to support multiple ClusterCIDRs (# 108290)"
  > 2de6996 Merge pull request # 109241 from ravisantoshgudimetla/sts-ar-optional
  > 7734d26 [sts] api: Make available replicas optional
  > 38ec09a [sts] Generated: Make available replicas optional
  > ec84bcb Merge pull request # 109178 from liggitt/openapi-master
  > e3797f2 Drop enum tag from certificate request condition
  > 02c2207 Merge pull request # 109151 from Argh4k/r-101566
  > 1eb735b Revert "Field `status.hostIPs` added for Pod (# 101566)"
  > 290a349 Introduce APIs to support multiple ClusterCIDRs (# 108290)
  > b754a94 Merge pull request # 109031 from Jefftree/openapiv3beta
  > a729cc1 generated: Update kube-openapi and vendor
  > 6031be5 Merge pull request # 108736 from NetApp/any-volume-data-source-beta
  > e78ec14 Merge pull request # 108032 from deejross/kep3140-cronjob-timezone
  > 5b36872 Update AnyVolumeDataSource feature gate to beta
  > 6519413 Merge pull request # 107476 from alculquicondor/job-ready
  > 4d603a5 make update after timeZone support for CronJob
  > ed1c913 Field `status.hostIPs` added for Pod (# 101566)
  > 135d041 Graduate JobReadyPods to beta
  > 3bd5d7d TimeZone support for CronJobs
  > f457c96 Implementation on Network Policy Status (# 107963)
  > b091752 Merge pull request # 82162 from krmayankk/maxun
  > e43e442 Merge pull request # 108282 from sftim/20220222_reword_types_container_runtime_neutral
  > 6135a28 API: maxUnavailable for StatefulSet
  > 9431395 Merge pull request # 108996 from cici37/errUpdate
  > 0d1146f Update generated docs
  > b0daa7a Bump kube-openapi
  > 9d3e6aa Avoid using Docker Engine as example for container runtime
  > 92515b8 Handle Non-graceful Node Shutdown (# 108486)
  > 24067bf Update types to be neutral about container runtime
  > df53a95 Update kube-openapi (# 108895)
  > 252596f Merge pull request # 108725 from pohly/klog-flush-and-exit
  > eba027b Merge pull request # 107859 from ravisantoshgudimetla/promote-PodOS-beta
  > 31a68ac klog v2.60.1
  > b14ef06 Merge pull request # 108522 from SergeyKanzhelev/grpcToBeta
  > 2a29e32 Generated: PodOS field to beta
  > 20a98db Merge pull request # 107395 from alculquicondor/indexed-job
  > b956cca promote grpcProbes to beta
  > c3242c8 Merge pull request # 108445 from pohly/storage-capacity-ga
  > 1864916 Graduate IndexedJob to stable
  > 1f158ba Merge pull request # 108782 from cfryanr/expirationseconds_conformance
  > b78eb95 storage capacity: generated files
  > e8dffa9 Promote CertificateSigningRequest's Spec.ExpirationSeconds field to GA
  > e9a2988 storage capacity: clarify relationship between capacity fields
  > 0f1a9d7 Merge pull request # 108441 from pacoxu/pod-overload-ga
  > 4d4dca7 storage capacity: v1 API
  > b9830ac Merge pull request # 108644 from Jefftree/googleapis-gnostic
  > e8cba0c mark PodOverhead to GA in v1.24; remove in v1.26
  > 045528e storage capacity: GA, always enabled, remove feature check
  > 939bda2 googleapis/gnostic -> google/gnostic
  > 17c9f73 Merge pull request # 108639 from jiahuif-forks/feature/openapi/node-condition-type-non-enum
  > fcdc547 polish comments of non-enum values.
  > c1d9c2b unmark non-validated types as enums.
  > ee4a762 Merge pull request # 107674 from sanposhiho/api-min-domains
  > 99de566 Add MinDomains API to TopologySpreadConstraints field
  > b8c40e0 Merge pull request # 108365 from liggitt/fix-proto-gen
  > a7a04f7 Regenerate protobuf
  > 860906f Merge pull request # 103061 from SergeyKanzhelev/removeAlphaRuntimeClass
  > cf872a4 Merge pull request # 108280 from liggitt/secrets
  > 2cb3498 Remove RuntimeClass feature gate as it was GA-ed
  > 35b1d68 Update secrets field API doc
  > 1b1f1b7 Merge pull request # 107105 from justaugustus/go118
  > fedc50b Merge pull request # 108219 from liggitt/api-compatibility-fuzzer
  > 6a7745d generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > ef99526 Merge pull request # 108136 from ahg-g/ahg-affinity
  > b9d60f7 Regenerate HEAD compatibility fixtures
  > 5ab0434 Merge pull request # 106630 from howardjohn/protogen/full-package-name
  > f4d2900 Graduate PodAffinityNamespaceSelector to GA
  > 42578ae Merge pull request # 108129 from ahg-g/ahg-suspend
  > 402c109 go-to-protobuf: regenerate with full go_package
  > 4097bdc Merge pull request # 108138 from liggitt/v1beta1-selector
  > 52c1bbc generated files
  > 0ce2a88 Revert v1beta1 PodDisruptionBudget select patchStrategy
  > fc54d6a Graduate SuspendJob to GA
  > 29fd43e Merge pull request # 108059 from RaghavRoy145/k8s-utils-update
  > 9f54b3e Updated k8s.io/utils dependency
  > 64a9060 Merge pull request # 108055 from liggitt/api-compatibility
  > b2746bc Remove unused API compatibility fixture files
  > 816e830 Add hpa v2 compatibility fixtures
  > 8fb9658 Merge pull request # 107691 from SubhasmitaSw/issue_31393
  > 67a3496 Merge pull request # 107432 from denkensk/graduate-nonpreemptingpriority-to-ga
  > 85611ae removed references to Docker in Kubernetes API
  > 8a75781 Merge pull request # 107656 from dims/add-labels-when-there-are-sig-aliases-used-in-approvers-reviewers
  > 583fc80 graduate nonpreemptingpriority to ga
  > b2d630a Merge pull request # 106932 from SergeyKanzhelev/removeDynamicKubeletConfig
  > dc08a5d Add labels when there sig aliases used in approvers/reviewers
  > e6d62dd Merge pull request # 105632 from xens/fix/kubectl-socks5-proxy2
  > 107b310 remove DynamicKubeletConfig logic from kubelet
  > 1d22b5b feat: add missing SOCKS5 features
  > 35d41aa Merge pull request # 105142 from pacoxu/cespare-2.1.2
  > 0ade255 upgrade prometheus/client_golang to v1.12.0(common to v0.32.1)
  > 94676c7 Merge pull request # 107603 from jayesh-srivastava/IANA-links
  > 5be450b Update IANA links
  > 37c9308 Merge pull request # 107565 from jiahuif-forks/deps/structured-merged-diff
  > 13861f0 generated: ./hack/update-vendor.sh
  > 688ca8d Merge pull request # 107529 from humblec/vol-fields
  > a75b0b5 Merge pull request # 107293 from dims/jan-1-owners-cleanup
  > 2240bf0 storage: correct struct fields in volume plugins
  > 6b8e940 Merge pull request # 107466 from humblec/new-field
  > 15e2172 Add mwielgus back
  > 58b7590 correct struct fields in various core storage structs
  > 204fd46 OWNERS cleanup - Jan 2021 Week 1
  > 0bfaff8 Merge pull request # 107441 from humblec/more-pv-source
  > 5b5d5de correct struct fields in VolumeSource and PersistentVolumeSource
  > 37748cc Merge pull request # 107385 from humblec/csipvsource
  > 274b9af csi: correct struct fields in CSI{Persistent}VolumeSource.
  > 7289fed Merge pull request # 107235 from Nordix/deprecate-loadbalancerip
  > db00d7c Update generated files
  > 38141dd Deprecate service.spec.LoadBalancerIP
  > e869828 Merge pull request # 106643 from cyclinder/addresses_in_endpointslice
  > 18d22ba Merge pull request # 107103 from pohly/log-klog-update
  > f45808c fix: documenting that kube-proxy only use the first address in each endpoint
  > 236866c Merge pull request # 107027 from Nordix/disable-nodeport-ga
  > 4f891e5 dependencies: update klog to v2.40.1
  > fcebee2 Update generated files after ServiceLBNodePortControl->GA
  > 6c48d34 Mark ServiceLBNodePortControl as GA
  > 038a002 Merge pull request # 106436 from dims/cleanup-owners-files-no-activity-in-a-year
  > b7112c1 Merge pull request # 107004 from liggitt/flowcontrol-beta
  > f1dacd8 Cleanup OWNERS files (No Activity in the last year)
  > 3dfa338 Point flowcontrol users at v1beta2
  > 0820d15 Merge pull request # 106568 from liggitt/json-fieldpath
  > d992e83 Merge pull request # 106887 from liggitt/hpa-beta
  > 248e099 bump sigs.k8s.io/json
  > b3fcc5e Merge pull request # 106949 from cpanato/update-golang-xnet
  > a7f63e3 Direct v2betaX users to migrate to HPA v2
  > 217eb4a Merge pull request # 106458 from dims/lint-yaml-in-owners-files
  > 32d2b15 dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
  > e092618 Merge pull request # 106921 from dims/update-x/tools-to-v0.1.8
  > 7ee1208 Check in OWNERS modified by update-yamlfmt.sh
  > ef29486 Update golang.org/x/tools to a specific tag and avoid SHA
  > f3ee229 Merge pull request # 106850 from MadhavJivrajani/deprecate-clock-pkg
  > 969edbc Bump k8s.io/utils
  > ec2f4f7 Merge pull request # 106473 from Dingshujie/fix_inotify_memory_leak
  > cc1590f Merge pull request # 106868 from pacoxu/v1.23.0-api-testdata
  > b155431 update k/utils to v0.0.0-20211116205334-6203023598ed
  > 669b4af Remove 1.21.0 API test data
  > 23fb2ef Add v1.23.0 API testdata
  > 25b7aa9 staging: add dummy commit to trigger gomod update (# 106794)
  > 1a73729 Merge pull request # 106774 from SergeyKanzhelev/grpcFieldRename
  > ed38fc4 generated files for the grpc field rename
  > baa6f4b update the grpc field name for consistency
  > 4c321cf Merge pull request # 106660 from liggitt/smd-merge
  > 3b613a0 Revert sigs.k8s.io/structured-merge-diff/v4 to v4.1.2
bumping knative.dev/hack 664eac5...d1317b0:
  > d1317b0 errexit and pipefail should remain off until downstream is fixed (# 228)
  > df80419 🐛 Fix for test failures of knative/serving# 13292 (# 227)
  > 7556452 🎁 Use modscope tool to get info about Go modules (# 223)
  > 103cdb3 Default `SIGN_IMAGES` variable to `false` (# 225)
  > 36b2b3c add flag (# 224)
  > 547a2ca Start Signing our Releases (# 198)
  > 6c30196 🧹 Rewrite unit tests in Golang (# 215)
  > f9dc722 Format go code (# 218)
bumping k8s.io/apiextensions-apiserver cf300a6...b993e22:
  > b993e22 Update dependencies to v0.24.4 tag
  > f6dccd8 Merge pull request # 110042 from Jefftree/automated-cherry-pick-of-# 109880-upstream-release-1.24
  > b82ec0b Remove warning log for merging meta and scale type
  > b34b607 Merge pull request # 109242 from cici37/addTest
  > 1ad114b Merge pull request # 109238 from jpbetz/reduce-time-cel-validation-tests
  > a205029 Add separate cost limit test.
  > 8ec5404 Only validate each expression once in primary CEL correctness suite
  > b94fca5 Merge pull request # 109128 from Jefftree/openapiv3-metrics
  > 16d550b Merge pull request # 109122 from jpbetz/runtime-limit-tightening
  > 62f765a Add metrics for OpenAPI v3 generation
  > 1221011 Merge pull request # 109031 from Jefftree/openapiv3beta
  > dfe9350 Reduce CEL runtime cost limits by 1/2 based on latency goals
  > f350dab Separate OpenAPI V2 and V3 Config
  > d05111e Update tests for kube-openapi upgrade
  > c671030 generated: Update kube-openapi and vendor
  > 426e20e Merge pull request # 108126 from sanposhiho/doc/generatedname
  > 810bf54 Merge pull request # 108990 from jpbetz/per-crd
  > 205af0a fix the doc about generateName conflict
  > ae7a078 Merge pull request # 108629 from skitt/blang-semver-v4
  > 9240dba Enfoce per-CRD estimated cost limit
  > b5908bd Merge pull request # 108612 from DangerOnTheRanger/cel-crd-maxlength
  > 068f21d Upgrade to blang/semver/v4 v4.0.0
  > a17b9ba Add per-CRD cost evaluation.
  > 6b99f74 Merge pull request # 108996 from cici37/errUpdate
  > 97bfd37 Update err handling
  > abe11f3 Bump kube-openapi
  > 76c7ff3 Merge pull request # 109040 from jpbetz/revert-cel-bump
  > 21e0a14 Merge pull request # 108859 from cici37/placeholder
  > 5021b3f Revert "Initialize a base CEL env and share it to avoid repeated function declaration validation"
  > 8f35bcf Merge pull request # 108954 from jpbetz/cel-0.11.1
  > a18d2aa Update due to inconsistent message got from kube-openapi
  > 6ae144f Revert "Bump CEL to 0.11.2"
  > be2a6a0 Initialize a base CEL env and share it to avoid repeated function declaration validation
  > d3fef43 Update err handling
  > f8dc6df Bump CEL to 0.11.2
  > 899817b Return a placeholder error for blocking failure before CEL validation.
  > 6c890e6 Merge pull request # 108073 from benluddy/cel-transition-rule-oldself-plumbing
  > fc90687 Add validation rule tests for transition rules
  > 6fe18a4 Allow and enforce CEL CRD validation rules that reference oldSelf.
  > 6ab3fd1 Update kube-openapi (# 108895)
  > afe8ea9 Merge pull request # 107090 from cici37/reduceNoise
  > 808447f Merge pull request # 106591 from Kartik494/bumpetcd
  > e0c3d86 Return type instead of object
  > 5799d5a Merge pull request # 108725 from pohly/klog-flush-and-exit
  > b4c2bc2 Updated Etcd Version to 3.5.1 in go.mod
  > 8f25f22 Merge pull request # 108717 from lavalamp/remove-clustername
  > 0bf7876 klog v2.60.1
  > 39229d8 Merge pull request # 108950 from jpbetz/fix-cel-test
  > 6e966cf generated files
  > b9cbe6c Remove flaky CEL cost tests that rely on map iteration order
  > a599743 Merge pull request # 108907 from Jefftree/crd-openapi-bug
  > 4812e51 Merge pull request # 108529 from cici37/celCostStability
  > 0a88d0b Fix OpenAPI v3 bug with #/definitions
  > b776ad9 Merge pull request # 103516 from ykakarap/kubectl-subresources-apiserver
  > fab2d1a Adjust cost after library func introduced.
  > faa1359 Merge pull request # 108617 from jpbetz/function-ext-costs
  > c65c485 kubectl: API changes to support --subresource in kubectl
  > 91bff26 Add cel cost stability test.
  > 5772ec0 Add cost calculator for extensions functions, enable regex pre-compilation
  > 31c15bc Merge pull request # 108772 from aojea/user_agent
  > 2b7cf69 client-go: update generated
  > 855f37e Merge pull request # 108646 from cici37/context
  > 3385c39 Merge pull request # 108644 from Jefftree/googleapis-gnostic
  > eff5693 Wire in request context
  > adf04b6 Merge pull request # 108419 from DangerOnTheRanger/cel-maxlength-integration
  > e2b78f2 googleapis/gnostic -> google/gnostic
  > c907672 Merge pull request # 108695 from cici37/errMessage
  > 1b50e07 Add maxLength/maxItems/maxProperties support to cel.Compile.
  > ab086dd Fix err handling due to cel update
  > 4846ad6 Merge pull request # 108595 from cici37/updateLimit
  > a2327b5 Update cost budget
  > b111587 Merge pull request # 108482 from cici37/vendorCEL
  > feee012 Merge pull request # 108643 from liggitt/cobra
  > 963365e Wire runtime cost into validation.
  > 824a45c Merge pull request # 108647 from cici37/bumpCEL
  > d6b1060 Update cobra to v1.4.0
  > 21a13eb Bump cel-go to v0.10.1
  > 58b0992 Merge pull request # 108204 from kevindelgado/field-validation-crd-unit-tests
  > f5b06c9 Merge pull request # 108576 from jpbetz/cel-0_10_0
  > 68670ad PR feedback
  > 685b1c8 Add tests demonstrating numeric comparisons and int-or-string behavior
  > 97d9a2b WIP: start debuging crd handler testing
  > df72649 Bump cel-go to v0.10.0
  > e429598 Merge pull request # 108437 from andrewsykim/bump-konnectivity-v0.0.29
  > 7066a88 bump sigs.k8s.io/apiserver-network-proxy/konnectivity-client@v0.0.30
  > cca509a Merge pull request # 108013 from benluddy/cel-transition-rule-schema-validation
  > e2c64f5 Forbid CEL transition rules on unmergeable CRD subschemas.
  > 96339dc Merge pull request # 108312 from jpbetz/stdlib
  > fa462a9 Add stdlib of CEL functions to Kubernetes that extends the standard library provided by CEL
  > e446098 Merge pull request # 108365 from liggitt/fix-proto-gen
  > f985f3a Merge pull request # 108339 from cheftako/anp-release
  > e7aa232 Regenerate protobuf
  > 59c870e Bump konnectivity-client to v0.0.28
  > d5c90c4 Merge pull request # 108328 from dgrisonnet/fix-go-collector
  > 73189fb bump client_golang to v1.12.1
  > b80398f Merge pull request # 94637 from liggitt/namespace-before-admission
  > f3ea2cc Merge pull request # 108263 from deads2k/more-resthandlers
  > 6e79810 Update tests to have namespace set in req context
  > 15285c5 migrate more rest handlers to select by resource enablement
  > 8b3b1d9 Merge pull request # 107105 from justaugustus/go118
  > fd2dd05 generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > f250253 Merge pull request # 106630 from howardjohn/protogen/full-package-name
  > 83dafd2 Merge pull request # 108163 from wojtek-t/update_selflink_doc
  > c54016b go-to-protobuf: regenerate with full go_package
  > 2a6193b Autogenerated
  > 1d3fa8d Merge pull request # 107527 from wojtek-t/remove_selflink_ga
  > d325580 Autogenerated
  > 50ae234 Remove Selflink from convertors
  > ba8efeb Remove unused selflink parameters from ContextBasedNaming
  > c854e56 Relax to using namer instead of selflinker in API groupversion
  > 00b1c08 Remove selflink integration tests
  > 392ce15 Merge pull request # 108059 from RaghavRoy145/k8s-utils-update
  > 7c6ef62 Merge pull request # 107650 from apelisse/update-managedfields-time-field-description
  > 2d699db Updated k8s.io/utils dependency
  > 72daf89 Merge pull request # 107970 from liggitt/validations-round-trip
  > 181de81 Run hack/update-all.sh
  > ed8b997 Use serializable struct for x-kubernetes-validations in openapi
  > b475f27 Make JSON schema round tripping test more strict
  > 29400d7 Merge pull request # 107956 from benluddy/xvalidations-deepcopy
  > 8ad7e6e Deeply copy JSONSchemaProps.XValidations.
  > 5e47baf Merge pull request # 107688 from liggitt/prune-array
  > 871b919 Merge pull request # 105632 from xens/fix/kubectl-socks5-proxy2
  > 0c5d09f Fix regression pruning array fields with x-kubernetes-preserve-unknown-fields: true
  > 2cfc338 feat: add missing SOCKS5 features
  > bf40ed2 Merge pull request # 105142 from pacoxu/cespare-2.1.2
  > 0e92d7a upgrade prometheus/client_golang to v1.12.0(common to v0.32.1)
  > c718707 upgrade cespare/xxhash/v2 to v2.1.2
  > 003be15 Merge pull request # 107551 from wojtek-t/remove_unused_selflink_test_references
  > 1f308a5 Merge pull request # 107565 from jiahuif-forks/deps/structured-merged-diff
  > 538d83d Remove selflink references in different testing-related files
  > 528ea3b generated: ./hack/update-vendor.sh
  > 05f9509 upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
  > 38cf7f6 Merge pull request # 107176 from Iceber/fix-request-info
  > 3c274a4 Merge pull request # 107195 from caesarxuchao/blockOwner
  > 4a15d17 if the ok returned by RequestInfoFrom is false, the requestInfo is nil
  > ad20064 Refers to the GC doc in the blockOwnerDeletion API doc
  > 1ef4cd2 Merge pull request # 107103 from pohly/log-klog-update
  > 62d72d9 Merge pull request # 107061 from alexzielenski/oav3-bug-incorrect-definitions-version
  > 306b66d dependencies: update klog to v2.40.1
  > 6abfddc Merge pull request # 104733 from thaJeztah/bump_moby_term
  > b2e5f2b fix bug which causes openapi builder to lookup cached possibly incorrect schema
  > b4a81f5 Merge pull request # 106436 from dims/cleanup-owners-files-no-activity-in-a-year
  > 0fdde31 go.mod: github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
  > b0c4213 Merge pull request # 106601 from liggitt/gomodule-gengo-normalize
  > 1d7b071 Cleanup OWNERS files (No Activity in the last year)
  > 982d384 Merge pull request # 106568 from liggitt/json-fieldpath
  > 6c4c420 bump k8s.io/gengo
  > 27fee24 bump sigs.k8s.io/json
  > a09f760 Merge pull request # 106964 from ncdc/portable-code-generation
  > dc0fc6d Merge pull request # 106922 from cheftako/anp-release
  > 4944e93 Bump k8s.io/gengo to v0.0.0-20211115164449-b448ea381d54
  > e6d99b1 Merge pull request # 106949 from cpanato/update-golang-xnet
  > 3497c54 Bump konnectivity network proxy to v0.0.27.
  > 39a622b Merge pull request # 106458 from dims/lint-yaml-in-owners-files
  > ebb93b9 dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
  > ff3cd97 Merge pull request # 106921 from dims/update-x/tools-to-v0.1.8
  > 6dba7a6 Check in OWNERS modified by update-yamlfmt.sh
  > 0d43231 Update golang.org/x/tools to a specific tag and avoid SHA
  > aa82854 Merge pull request # 106850 from MadhavJivrajani/deprecate-clock-pkg
  > ba11ada Bump k8s.io/utils
  > f3eac92 Merge pull request # 106473 from Dingshujie/fix_inotify_memory_leak
  > 65b3c17 Merge pull request # 106722 from kevindelgado/field-validation-apirefdoc
  > 6e695a1 update k/utils to v0.0.0-20211116205334-6203023598ed
  > b0680dd staging: add dummy commit to trigger gomod update (# 106794)
  > dba3122 Update fieldValidation godoc
  > 6ca57ba Merge pull request # 106660 from liggitt/smd-merge
  > 4ac31f8 Revert sigs.k8s.io/structured-merge-diff/v4 to v4.1.2
bumping github.com/prometheus/client_golang 989baa3...2e1c481:
  > 2e1c481 Cut v1.12.1 (# 978)
  > 77626d6 Reduce granularity of histogram buckets for Go 1.17 collector (# 974)
  > 4dd3cbb API client: make http reads more efficient (# 976)
  > 8520671 Use simpler locking in the Go 1.17 collector (# 975)
  > f63e219 Make the Go 1.17 collector thread-safe (# 969)
  > 0108796 Cut v1.12.0 (# 966)
  > 5bd9ee5 go.*: Update dependencies (# 965)
  > 9075cdf promhttp: Check validity of method and code label values (# 962)
  > 22da949 Use the runtime/metrics package for the Go collector for 1.17+ (# 955)
  > dc1559e Update /api/v1/status/tsdb to include headStats (# 925)
  > e6e54e8 Merge pull request # 944 from yeya24/add-wal-replay-status
  > 98fbd99 Merge pull request # 952 from prometheus/repo_sync
  > 440c09d support wal replay status api
  > dbf420e Merge pull request # 928 from prometheus/repo_sync
  > 70a41d5 Update common Prometheus files
  > 6d5cf25 Merge pull request # 939 from gozeloglu/fix-typo
  > 1d09783 Merge pull request # 950 from mrueg/go-1.17
  > a7919ad Update common Prometheus files
  > 1b145ca Merge pull request # 935 from prometheus/beorn7/examples
  > 55320aa Fix typo
  > 8535b62 Add new go:build lines for go 1.17
  > 679eb0d Update cespare/xxhash dependency (# 913)
  > f78dc19 Move flags and metrics into main()
  > d28a147 chore: adds support for go 1.17 on CI.
  > 35ee299 Merge pull request # 909 from prometheus/repo_sync
  > 2261d5c add ExponentialBucketsRange function (# 899)
  > 6cd53c4 Update common Prometheus files
  > 20eef74 Update common Prometheus files (# 892)
  > cb5c8ff Merge pull request # 881 from sivabalan/master
  > 26d4b4c Merge pull request # 885 from prometheus/superq/badgers
  > 5426b51 Updating dependency versions
  > c7175cc Merge pull request # 888 from prometheus/repo_sync
  > 6d946b5 Update status badgets
  > 1965365 Merge pull request # 879 from kakkoyun/fix_changelog
  > e23b9ce Update common Prometheus files
  > 64a9c51 Address minor issues on Changelog
bumping k8s.io/apimachinery 276a8a7...97e5df2:
  > 97e5df2 fix remove implicit copy of a lock
  > 6550efd Merge pull request # 109102 from liggitt/darwin-tls
  > 00f0711 Merge pull request # 109031 from Jefftree/openapiv3beta
  > 53a85ef Tolerate additional error messages in TLS unit tests
  > 9b5b68c generated: Update kube-openapi and vendor
  > 31e52c9 Merge pull request # 108126 from sanposhiho/doc/generatedname
  > 3b8fb46 Merge pull request # 108713 from jiahuif-forks/feature/openapi/intstr-any-of
  > dd2f21c fix the doc about generateName conflict
  > 2866f23 oneOf types for IntOrString
  > 7b6c37e oneOf types for Quantity
  > 1992dcc Merge pull request # 109044 from liggitt/encoder-log
  > 4d8ad18 Merge pull request # 108996 from cici37/errUpdate
  > 9015177 Raise verbosity of EncoderWithAllocator log
  > ea355d9 Bump kube-openapi
  > 1a82635 Merge pull request # 108859 from cici37/placeholder
  > 27a96d8 Merge pull request # 109019 from liggitt/null-fix
  > 2c106ec Remove unused func
  > df7fbf8 Merge pull request # 108531 from tallclair/redirects
  > 6b8ae0d Make strict json unstructured decoding consistent with non-strict decoding
  > 611d116 Update err handling
  > b68ae5e Update kube-openapi (# 108895)
  > 30f68c4 Don't follow redirects with spdy
  > 955b30c Expand testcases around untyped data in json decoding
  > aacfc8a Return a placeholder error for blocking failure before CEL validation.
  > 7300632 Merge pull request # 108725 from pohly/klog-flush-and-exit
  > ff4eb2c Merge pull request # 108717 from lavalamp/remove-clustername
  > aaf4b2e klog v2.60.1
  > a475f7c generated files
  > a8dbe81 review comments
  > f992b21 remove unneeded references
  > 5556187 find and replace
  > e1c5512 change field name
  > c68a4df Merge pull request # 108644 from Jefftree/googleapis-gnostic
  > eeb7a8d Merge pull request # 108359 from ArangoGutierrez/devel/108355
  > b8c3709 googleapis/gnostic -> google/gnostic
  > aa72564 Merge pull request # 108252 from wojtek-t/avoid_object_deep_copies
  > a324a2a Fix logging statement with missing parameter
  > 5f1f3f0 Prepare apiserver for operating on cached objects by not modifying them
  > d81a7ed Merge pull request # 106525 from dgrisonnet/sanitize-forwarded-uri
  > da0995b Merge pull request # 106830 from pacoxu/StreamingProxyRedirects-remove
  > 2b952f7 pkg/util/proxy: escape redirect URL
  > 2936d3f Merge pull request # 108365 from liggitt/fix-proto-gen
  > 96ac948 remove unused parameter: intercceptRedirects & RequireSameHostRedirects
  > b0775b9 apimachinery/pkg/util/proxy: escape forwarded URI
  > 57893b8 Merge pull request # 108186 from p0lyn0mial/watch-list-reduce-allocations-in-watch-server
  > 1657375 Regenerate protobuf
  > 4f3ae9f Merge pull request # 107105 from justaugustus/go118
  > 5901cfa introduces a new streaming encoder that utilizes a memory allocator during objects serialization
  > 86d2c9e Merge pull request # 108219 from liggitt/api-compatibility-fuzzer
  > dc51050 generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > ce93857 fixes TestNestedEncodeError test
  > f356a33 Merge pull request # 106630 from howardjohn/protogen/full-package-name
  > 7d61d87 Fill API compatibility data with identifying values rather than random data
  > 60477b4 [go1.18] Bump golang.org/x/... dependencies
  > 94e26b2 introduces a memory allocator
  > ddce29f Merge pull request # 107697 from kevindelgado/nested-decoding
  > 08e82e3 go-to-protobuf: regenerate with full go_package
  > a65a9ec provides EncodeWithAllocator method for the protobuf encoder
  > ec22c43 Merge pull request # 107705 from ardaguclu/filter-strategic-patch-nonexist
  > d603de9 Nested decoders handle strict decoding errors
  > 92a83a4 codec: exposes EncodeWithAllocator method
  > a995449 Merge pull request # 108163 from wojtek-t/update_selflink_doc
  > cfd9b3f Simplify casting in discardNullValuesFromPatch
  > e7b1571 codec interfaces
  > 20500e5 Autogenerated
  > 1b70fc8 Discard null values in complex objects in strategic patch
  > f5001e0 Update SelfLink field documentation
  > 1414335 Merge pull request # 107527 from wojtek-t/remove_selflink_ga
  > cafff28 Autogenerated
  > eebcb96 Update SelfLink OpenAPI documentation
  > 7e3486b Relax to using namer instead of selflinker in API groupversion
  > 4475671 Introduce Namer interface
  > cec36f7 Remove selflink setting from apiserver
  > 1a1682d Merge pull request # 108059 from RaghavRoy145/k8s-utils-update
  > a8d1671 Merge pull request # 107650 from apelisse/update-managedfields-time-field-description
  > 0ff68d0 Updated k8s.io/utils dependency
  > 96c98da Merge pull request # 108055 from liggitt/api-compatibility
  > ce3db85 Run hack/update-all.sh
  > e7458ea Add check for unused API compatibility fixture files
  > 04356ed Update ManagedFields Time description to be more accurate
  > df99359 Merge pull request # 107841 from aojea/fix_race_socks5
  > 1dd05ad deflake TestRoundTripSocks5AndNewConnection unit test
  > 322368c Merge pull request # 107758 from aojea/flake_socks5
  > 3b49665 disable socks5 flake test
  > 3d7c63b Merge pull request # 105632 from xens/fix/kubectl-socks5-proxy2
  > e787e55 feat: add missing SOCKS5 features
  > 73cb564 Merge pull request # 105142 from pacoxu/cespare-2.1.2
  > e537f0c upgrade prometheus/client_golang to v1.12.0(common to v0.32.1)
  > 162a22f Merge pull request # 107606 from xens/feat/propagate_req_context_into_proxyreq
  > 91a5267 feat: propagate req context into proxyReq
  > 3c16f3d Merge pull request # 107565 from jiahuif-forks/deps/structured-merged-diff
  > d54bd08 generated: ./hack/update-vendor.sh
  > d1e4f60 upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
  > 80d954b Merge pull request # 107293 from dims/jan-1-owners-cleanup
  > d8a436c OWNERS cleanup - Jan 2021 Week 1
  > e9b426b Merge pull request # 106472 from ash2k/ash2k/remove-return-value
  > 1646622 Merge pull request # 106647 from kidlj/add_unit_tests_for_SetNestedSlice
  > 489a8d5 Remove return value from MaybeResetRESTMapper()
  > 621c98e Merge pull request # 106915 from MikeSpreitzer/deprecate-interval-clock
  > 9225110 add unit tests for TestSetNestedStringSlice, TestSetNestedSlice etc.
  > b76ef24 Merge pull request # 104819 from justinsb/less_cmp
  > 3750a41 Note dishonesty of IntervalClock
  > fbbdcc6 Merge pull request # 106688 from kidlj/fix_obsolete_runtime_schema_comments
  > f495b04 Use utils string-slice comparison
  > ea11419 Merge pull request # 107195 from caesarxuchao/blockOwner
  > 22bcbe5 fix obsolete comments in runtime/schema struct
  > 9584bbb Merge pull request # 105808 from yuanjize/master
  > 6976816 Refers to the GC doc in the blockOwnerDeletion API doc
  > de7147d Merge pull request # 107103 from pohly/log-klog-update
  > f75369a Fix function comment typo
  > 7e097b1 dependencies: update klog to v2.40.1
  > e7b02e6 Merge pull request # 106436 from dims/cleanup-owners-files-no-activity-in-a-year
  > e65876e Merge pull request # 106568 from liggitt/json-fieldpath
  > 4e5ef7a Cleanup OWNERS files (No Activity in the last year)
  > 90b4bfb bump sigs.k8s.io/json
  > 6df201a Merge pull request # 106949 from cpanato/update-golang-xnet
  > 32abfd8 Merge pull request # 106458 from dims/lint-yaml-in-owners-files
  > 4bfcafb dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
  > ee64e46 Merge pull request # 106921 from dims/update-x/tools-to-v0.1.8
  > 1edfc96 Check in OWNERS modified by update-yamlfmt.sh
  > 57e7b49 Update golang.org/x/tools to a specific tag and avoid SHA
  > 0cb2c3d Merge pull request # 106850 from MadhavJivrajani/deprecate-clock-pkg
  > 5a5dd29 clock: Deprecate types to use k8s.io/utils/clock
  > 573b50c Bump k8s.io/utils
  > 32df714 Merge pull request # 106473 from Dingshujie/fix_inotify_memory_leak
  > 6cf7a67 Merge pull request # 106797 from kidlj/fix_mapToUnstructured_todo
  > 3b691e5 update k/utils to v0.0.0-20211116205334-6203023598ed
  > 15885e2 Merge pull request # 106722 from kevindelgado/field-validation-apirefdoc
  > a58f9b5 remove TODOs in mapToUnstructured and sliceToUnstructured
  > 15877ef Merge pull request # 101719 from SergeyKanzhelev/removeReallyCrashForTesting
  > 8fa9c2c Update fieldValidation godoc
  > a50b011 Merge pull request # 106786 from kidlj/fix_mapToUnstructured_error_message
  > 73ee90c remove ReallyCrashForTesting and cleaned up some references to HandleCrash behavior
  > 0b80a01 Merge pull request # 106785 from kidlj/cleanup_typeFrom_made_twice
  > 5052b16 fix mapToUnstructured error message
  > 67ffd82 Merge pull request # 106646 from pohly/api-errors-nil
  > 32ad59f cleanup: use present typeFrom variable to avoid another reflect.TypeOf call
  > 7d2b743 Merge pull request # 103863 from tanjing2020/time
  > 995f5f8 api/errors: explicitly allow nil error parameters
  > cdd1abb Merge pull request # 106452 from MadhavJivrajani/watch-test-coverage
  > 15b0056 Replace  with
  > 5f07275 staging: add dummy commit to trigger gomod update (# 106794)
  > 418d00d Add unit test for Recorder
  > ffb9472 Merge pull request # 106660 from liggitt/smd-merge
  > a9c6a30 Revert sigs.k8s.io/structured-merge-diff/v4 to v4.1.2
  > 7149480 Merge pull request # 105916 from kevindelgado/validation-unify-all
bumping golang.org/x/mod 49f84bc...9b9b3d8:
  > 9b9b3d8 zip: always populate known keys in haveVCS map in TestVCS
  > c2adaff zip: treat plan9 git as unsupported
  > 5f2f164 zip: skip tests that run 'git init' and 'git config' on plan9
  > 3a5865c modfile: rename directory directive to use
  > c96bc14 x/mod: update requirement on x/crypto
  > ecfafd6 semver: remove unused err field
  > dd30a60 module: accept trailing slash in MatchPrefixPattern
  > 37dd689 modfile: in SetRequireSeparateIndirect, convert lines to blocks
  > 4be982b modfile: in SetRequireSeparateIndirect, arrange requirements consistently
  > 1b1db11 zip: add ErrUnrecognizedVCS error, allowing fallback behavior
  > 4029241 [dev.cmdgo] modfile: parser changes for workfile proposal
  > 607370a module: use strings.ContainsRune in fileNameOK
  > 98d530a zip: add CreateFromVCS, which creates a module zip from vcs
  > 154199d zip: add bit more information about what checkFiles does
bumping knative.dev/eventing e1866d7...b8cb60c:
  > b8cb60c upgrade to latest dependencies (# 6508)
  > e46f4d5 Quarterly release cadence (# 6520)
  > fae8544 InMemoryChannel receiver validates received events (# 6511)
  > 3acc3ec Make some broker conformance tests decoratable with broker options (# 6510)
  > 7f1f49f Knative port prefer header check test to rekt (# 6499)
  > f63a073 Knative containersource test to rekt (# 6507)
bumping k8s.io/code-generator 31c00a6...65c70a5:
  > 65c70a5 generated: Update kube-openapi and vendor
  > 15a5f67 Merge pull request # 108126 from sanposhiho/doc/generatedname
  > c771500 Merge pull request # 108992 from alexzielenski/cache-busting-client-go
  > 4a52dcf fix the doc about generateName conflict
  > 5a00495 update vendor
  > a207ba4 Merge pull request # 108996 from cici37/errUpdate
  > 9f21e2b Bump kube-openapi
  > 671bd3e Update kube-openapi (# 108895)
  > 9929ef4 Merge pull request # 108725 from pohly/klog-flush-and-exit
  > c5df488 Merge pull request # 108717 from lavalamp/remove-clustername
  > 206a8cc klog v2.60.1
  > a23a1f1 generated files
  > f85d174 teach code generator about ugly fields
  > 3e00677 Merge pull request # 108772 from aojea/user_agent
  > 306583c client-go: update generated
  > 9dbaade default kubernetes agent for generated clients
  > cdbee2b Merge pull request # 108644 from Jefftree/googleapis-gnostic
  > 9763ef4 googleapis/gnostic -> google/gnostic
  > 8d7923d Merge pull request # 108365 from liggitt/fix-proto-gen
  > f1858f0 Fix protobuf generation
  > 0c4a6d9 Merge pull request # 107105 from justaugustus/go118
  > 25e8fa3 generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > 32a7a63 [go1.18] Bump golang.org/x/... dependencies
  > 5770f4d Merge pull request # 106630 from howardjohn/protogen/full-package-name
  > 5915ef0 Merge pull request # 108163 from wojtek-t/update_selflink_doc
  > 6769cf5 Remove double boilerplate
  > 6538e15 Autogenerated
  > 87d0e9f go-to-protobuf: use full path for go_package
  > cad66f3 Merge pull request # 107527 from wojtek-t/remove_selflink_ga
  > 52348e7 Autogenerated
  > 547d6d2 Remove SelfLink from autogenerating applyconfigurations
  > bbecdaa Merge pull request # 108059 from RaghavRoy145/k8s-utils-update
  > ed2f643 Merge pull request # 107650 from apelisse/update-managedfields-time-field-description
  > 836551d Updated k8s.io/utils dependency
  > 2df02cb Merge pull request # 107834 from SataQiu/fix-applyconfiguration
  > 2515885 Run hack/update-all.sh
  > f3a897a code-generator: fix the bug that ApplyConfiguration constructor missing WithKind/WithAPIVersion methods
  > 9c1c6b4 Merge pull request # 105632 from xens/fix/kubectl-socks5-proxy2
  > ca4cdc1 feat: add missing SOCKS5 features
  > e4455d9 Merge pull request # 105142 from pacoxu/cespare-2.1.2
  > 76ef341 upgrade prometheus/client_golang to v1.12.0(common to v0.32.1)
  > 46b6323 Merge pull request # 107565 from jiahuif-forks/deps/structured-merged-diff
  > 03c1f21 generated: ./hack/update-vendor.sh
  > 197714c upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
  > 7e38d57 Merge pull request # 106978 from pohly/log-message-verbosity
  > 1ad454e avoid klog Info calls without verbosity
  > ae5cafc Merge pull request # 107195 from caesarxuchao/blockOwner
  > b64c36c Refers to the GC doc in the blockOwnerDeletion API doc
  > ce8fd65 Merge pull request # 107103 from pohly/log-klog-update
  > c367d78 dependencies: update klog to v2.40.1
  > 08f5f5b Merge pull request # 106601 from liggitt/gomodule-gengo-normalize
  > 5a604ed bump k8s.io/gengo
  > 05a01c0 Merge pull request # 106964 from ncdc/portable-code-generation
  > f1a3d4f Bump k8s.io/gengo to v0.0.0-20211115164449-b448ea381d54
  > 4dd26a2 Merge pull request # 106949 from cpanato/update-golang-xnet
  > 194e9e9 Merge pull request # 106458 from dims/lint-yaml-in-owners-files
  > f7b51b0 dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
  > f1673b2 Merge pull request # 106921 from dims/update-x/tools-to-v0.1.8
  > 742f451 Check in OWNERS modified by update-yamlfmt.sh
  > d001e99 Update golang.org/x/tools to a specific tag and avoid SHA
  > 77d70b0 Merge pull request # 106850 from MadhavJivrajani/deprecate-clock-pkg
  > 83c01e1 Bump k8s.io/utils
  > 901b633 Merge pull request # 106473 from Dingshujie/fix_inotify_memory_leak
  > 81b6111 Merge pull request # 106722 from kevindelgado/field-validation-apirefdoc
  > 62630d3 update k/utils to v0.0.0-20211116205334-6203023598ed
  > 993e1ce staging: add dummy commit to trigger gomod update (# 106794)
  > 036d4df Update fieldValidation godoc
  > 1685c04 Merge pull request # 106660 from liggitt/smd-merge
  > 0f2dbc9 Revert sigs.k8s.io/structured-merge-diff/v4 to v4.1.2
  > 999c27b Merge pull request # 105916 from kevindelgado/validation-unify-all
bumping github.com/spf13/cobra 178edbb...5b2b9e9:
  > 5b2b9e9 Removes viper dependency by removing cobra/ CLI tool (# 1604)
  > 9369465 labeler: fix syntax
  > e1b831e Updates labeler for new labels (# 1613)
  > 8267283 Add MAINTAINERS file (alphabetical order) (# 1545)
  > 6d2dc43 Add Pixie to projects. (# 1581)
  > a599632 Fix install command (# 1576)
  > 7cabfeb Update Go Doc link and badge (# 1593)
  > e04ec72 Bump license year to 2022 in golden files (# 1575)
  > cb9d7b1 Bump github.com/spf13/viper from 1.10.0 to 1.10.1 (# 1567)

Signed-off-by: Knative Automation <automation@knative.team>

* Fix build issue with older cli-runtime module & deprecated functions

* Fix unit tests

Signed-off-by: Knative Automation <automation@knative.team>
Co-authored-by: David Simansky <dsimansk@redhat.com>
2022-09-19 09:32:09 +00:00
knative-automation 59948bb372
upgrade to latest dependencies (#1730)
bumping knative.dev/pkg 4a03844...93b66e6:
  > 93b66e6 Update: report stats for request (# 2584)
  > a650186 Make request body available in admission context (# 2583)
  > a6afcab Fix # 2115, allow selective verbs / subresources for webhooks. (# 2547)
  > da71919 split warnings. Fix issue: 2581 (# 2582)
  > 0a3c1d6 upgrade to latest dependencies (# 2580)
  > 5fbe0c3 upgrade to latest dependencies (# 2579)
  > 2f06d64 Update community files (# 2578)
  > 2e08ca6 WaitForServiceEndpoints doesn't take into account not found endpoint (# 2576)
  > 766f70d fix double close of channel (# 2574)
bumping knative.dev/hack 8d1e4cc...664eac5:
  > 664eac5 Fixing go.mod foreach (# 217)
  > 97fd663 🎁 Support multiple Golang modules in a single project (# 205)
  > f472a96 fix go run invocation of github hub cli (# 212)
  > 7d3bed1 go run... (# 210)
  > e81d63a Update community files (# 209)
bumping knative.dev/eventing a9151b5...e1866d7:
  > e1866d7 Knative trigger dependency annotations test to rekt (# 6506)
  > ceaae24 We always have v1 ConfigMaps... (# 6502)
  > db235e7 upgrade to latest dependencies (# 6494)
bumping knative.dev/networking e51df7c...215bac9:
  > 215bac9 httpproxy test image can setup TLS client with CA certs (# 708)
  > 7c9b49e upgrade to latest dependencies (# 707)
  > dba99c4 upgrade to latest dependencies (# 706)
  > 9d28d41 Update community files (# 705)
  > 99830de upgrade to latest dependencies (# 704)
bumping knative.dev/serving 9402a71...62685b3:
  > 62685b3 upgrade to latest dependencies (# 13272)
  > ab56cfe Update net-kourier nightly (# 13273)
  > 6d3d676 Tests for encryption with Kourier local gateway (# 13263)
  > 3e07846 Update net-contour nightly (# 13268)
  > f43692b Update net-kourier nightly (# 13269)
  > 85d2eee Update net-gateway-api nightly (# 13267)
  > 89469ad Update net-certmanager nightly (# 13266)
  > 84be423 add e2e test for timeout with websocket (# 13232)
  > 4fc7743 Add timeout handler to activator to respect the revision timeouts (# 13261)
  > e9df8d9 Update net-kourier nightly (# 13264)
  > f517a90 Update net-istio nightly (# 13253)
  > 39f30aa Update net-gateway-api nightly (# 13251)
  > 79232f4 Update net-certmanager nightly (# 13249)
  > 17a970f Update net-kourier nightly (# 13250)
  > b7075ab Update net-contour nightly (# 13252)
  > b36de60 revision request start timeout should default to revision timeout second (# 13255)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-09-06 11:44:42 +00:00
Gunjan Vyas 6376f9a607
Add --scale-activation flag to match new Serving option (#1729)
* Add --scale-activation flag to match new Serving option

* Add scale activation tests

* Docs gen

* moved the scale activation test to service_options_test.go
2022-09-05 09:00:22 +00:00
knative-automation 794cdef8e4
upgrade to latest dependencies (#1728)
bumping knative.dev/serving d79b8bb...9402a71:
  > 9402a71 revision request start timeout should default to revision timeout second (# 13256)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-08-25 10:34:19 +00:00
knative-automation 6d86bf7557
upgrade to latest dependencies (#1727)
bumping knative.dev/serving 8a2fb54...d79b8bb:
  > d79b8bb upgrade to latest dependencies (# 13246)
bumping knative.dev/eventing cc06bab...a9151b5:
  > a9151b5 upgrade to latest dependencies (# 6495)
  > 291e961 upgrade to latest dependencies (# 6493)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-08-23 20:21:18 +00:00
knative-automation be439e1c54
upgrade to latest dependencies (#1725)
bumping knative.dev/pkg d02dcd0...4a03844:
  > 4a03844 fix double close of channel (# 2575)
  > f78a006 upgrade to latest dependencies (# 2573)
bumping knative.dev/eventing ab981d6...cc06bab:
  > cc06bab Update community files (# 6492)
  > 0060ddd upgrade to latest dependencies (# 6491)
  > 5ee6158 Make sure tracer is shut down across components (# 6474)
  > 091ee6e Remove deprecated functions from test/upgrade package (# 6489)
  > 6eb4c78 upgrade to latest dependencies (# 6487)
  > cb3901f Increase max namespace count for e2e test runner (# 6486)
  > 1d00055 upgrade to latest dependencies (# 6485)
bumping knative.dev/serving 58148c5...8a2fb54:
  > 8a2fb54 Update net-istio nightly (# 13242)
  > 768e8ba Update net-certmanager nightly (# 13241)
  > 3178bc9 Update net-contour nightly (# 13244)
  > 374b282 Update community files (# 13240)
  > 7315b02 Update net-kourier nightly (# 13236)
  > 2a72beb upgrade to latest dependencies (# 13238)
  > 765a052 Update net-certmanager nightly (# 13234)
  > ea5c535 stop the queue-proxy drain if we don't receive a TERM signal (# 13229)
  > 8d0281e Update net-istio nightly (# 13222)
  > d60e5e7 upgrade to latest dependencies (# 13227)
  > d89869e Properly shutdown tracer when the work is done (# 13226)
  > b3a7557 Update net-contour nightly (# 13225)
  > 358d04e Update net-certmanager nightly (# 13224)
  > b48e0e5 Update net-kourier nightly (# 13223)
  > dbd3fc3 Update net-certmanager nightly (# 13218)
  > 15ee48d Update net-contour nightly (# 13220)
  > 0474e35 Update net-istio nightly (# 13219)
  > 951c48c Update net-kourier nightly (# 13221)
  > 77d24d1 Update net-gateway-api nightly (# 13217)
  > ee06bc5 fix linting (# 13216)
bumping knative.dev/networking 50ab590...e51df7c:
  > e51df7c upgrade to latest dependencies (# 703)
  > cb90216 upgrade to latest dependencies (# 702)
bumping knative.dev/hack e9a8475...8d1e4cc:
  > 8d1e4cc fix go run invocation of github hub cli (# 213)
  > d35c718 [release-1.7] go run... (# 211)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-08-23 15:03:17 +00:00
Gunjan Vyas 6c81567557
added gvr sink test cases and support to specify resource name in both singular/plural versions (#1724) 2022-08-23 12:38:18 +00:00
knative-automation 76b3724af4
Update community files (#1726)
Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-08-23 01:51:18 +00:00
knative-automation a4a11637a7
upgrade to latest dependencies (#1719)
bumping knative.dev/eventing c884e27...ab981d6:
  > ab981d6 Upgrade deps (# 6484)
  > 7414f6b Update actions (# 6483)
  > df904f8 Update community files (# 6482)
  > 08ede0b Knative port sink binding v1 job test to rekt (# 6481)
  > 4e56370 Update community files (# 6480)
  > aceb557 Knative port sink binding v1 deployment test to rekt (# 6479)
  > 37cb0e9 Knative port source at event types test to rekt (# 6476)
bumping knative.dev/networking d2c739d...50ab590:
  > 50ab590 Update actions (# 701)
  > 69c47bd Update community files (# 700)
  > fd61ced Update community files (# 699)
bumping knative.dev/serving fd833bc...58148c5:
  > 58148c5 upgrade to latest dependencies (# 13215)
  > d4601f3 Update actions (# 13214)
  > dd2abc9 Refactor VolumeMountPath to Directory (# 13202)
  > 468bb83 Update community files (# 13213)
  > fb89ff1 Update net-gateway-api nightly (# 13212)
  > 86a3daf Update net-istio nightly (# 13207)
  > 7cfc194 Update net-kourier nightly (# 13206)
  > 8acf355 Update net-contour nightly (# 13205)
  > b9ca11e Update community files (# 13203)
  > 2e77abf Fix timeout handlers to max duration instead of time to first byte (# 12970)
  > 5bba016 A refactor of the queue volume constants (# 13146)
  > 24e1ec2 Update net-gateway-api nightly (# 13198)
bumping knative.dev/pkg 7b8b060...d02dcd0:
  > d02dcd0 allow drainer to be reset (# 2572)
  > 894c2f2 SetupStaticPublishing and SetupDynamicPublishing returns Tracer with Shutdown function (# 2566)
  > 4f6a775 Remove pkg/pool (# 2568)
  > 9a1245b Update actions (# 2571)
  > 0049fdd Update community files (# 2570)
  > 52261a1 Update community files (# 2569)
bumping knative.dev/hack 9dabf7c...e9a8475:
  > e9a8475 Update community files (# 208)
  > 4621ee6 Update community files (# 207)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-08-16 07:12:48 +00:00
knative-automation 8142687f25
Update actions (#1721)
Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-08-15 14:26:29 +00:00
knative-automation 7d055610b7
Update community files (#1720)
Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-08-15 13:35:31 +00:00
knative-automation fa2ea509c4
Update community files (#1718)
Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-08-12 01:52:02 +00:00
Gunjan Vyas bf20fe2185
Add support for providing sink spec in GVR format (#1717) 2022-08-09 21:08:34 +00:00
knative-automation ebc672993a
upgrade to latest dependencies (#1716)
bumping knative.dev/serving bfa381a...fd833bc:
  > fd833bc Update net-kourier nightly (# 13196)
  > 698ac9e Update net-contour nightly (# 13194)
  > 9399fb2 Update net-gateway-api nightly (# 13195)
  > 16730b2 Fixes resource quota test flake (# 13181)
  > f77b15e Update net-gateway-api nightly (# 13190)
  > 19f508c Update net-kourier nightly (# 13187)
  > 838bbb0 Update net-istio nightly (# 13189)
  > abb923e Update net-contour nightly (# 13188)
  > 78ddf60 upgrade to latest dependencies (# 13186)
  > 725c38c Update net-kourier nightly (# 13184)
  > e9a0ce9 Update net-gateway-api nightly (# 13183)
  > e600ae7 Make Kingress reconciled with DomainMapping when adding a new label (# 13178)
bumping knative.dev/pkg a01dfed...7b8b060:
  > 7b8b060 Add tracing.SetupDynamicPublishingWithInitialValue (# 2558)
bumping knative.dev/eventing 15dd7ca...c884e27:
  > c884e27 Remove the filter restriction of only containing exactly one attribute (# 6477)
  > f7e8eef use go1.18 (# 6470)
  > d99685b Promote strict subscriber to beta (# 6473)
  > 5a8f707 Promote delivery timeout to beta (# 6472)
  > 840fce7 chore: update sugar controller ConfigMap example (# 6460)
  > 7e30288 Ignore trailing slashes for Broker addresses (# 6471)
  > 32dea96 update trace of apiserversource (# 6458)
  > 480c8cb Adds receiver options for configuring read and write timeouts message receiver (# 6306)
  > 37dc195 Port Pingsource test to rekt (# 6463)

Signed-off-by: Knative Automation <automation@knative.team>
2022-08-09 20:34:18 +00:00
David Simansky e918cd278c
Bump Go version to 1.18 (#1715) 2022-08-05 05:57:22 +00:00
knative-automation 664b8998cc
upgrade to latest dependencies (#1714)
bumping k8s.io/code-generator 31c00a6...31c00a6:
bumping knative.dev/networking 19a4157...d2c739d:
  > d2c739d upgrade to latest dependencies (# 698)
  > 20876d7 bump go.mod to v1.18 (# 694)
bumping k8s.io/apiextensions-apiserver 7e2da33...cf300a6:
  > cf300a6 Update dependencies to v0.23.9 tag
bumping knative.dev/pkg 449f7e6...a01dfed:
  > a01dfed bump to k8s 0.23.9 (# 2565)
bumping knative.dev/serving 8fc6d87...bfa381a:
  > bfa381a Update net-gateway-api nightly (# 13180)
  > 9574ddb Update net-contour nightly (# 13179)
  > 875937b upgrade to latest dependencies (# 13177)
  > 782df98 Qp options config additions only (# 13162)
  > 034035b add paul to party, update sched through 2022 (# 13174)
  > a2cf188 Add e2e test for DomainMapping working with websocket. (# 13077)
  > 02d89d8 Update net-contour nightly (# 13171)
  > 77340bb Update net-kourier nightly (# 13170)
  > f846b2c bumping go.mod to v1.18 (# 13169)
bumping k8s.io/api e08b72c...f89a761:
  > f89a761 Update dependencies to v0.23.9 tag
bumping k8s.io/client-go 14fa49e...11f68c5:
  > 11f68c5 Update dependencies to v0.23.9 tag
bumping k8s.io/gengo 4627b89...397b4ae:
  > 397b4ae Merge pull request # 227 from SimonBaeumer/add-gitignore
  > 940203f Merge pull request # 226 from SimonBaeumer/add-link-to-code-generator
  > 6697a9b Add IDE config files to .gitignore
  > 6c88d16 Add link to code-generator tree in introduction text
  > 7b3c0fe Add .idea/ to .gitignore
bumping k8s.io/klog/v2 43cc75f...0990e81:
  > 0990e81 Merge pull request # 342 from pohly/harshanarayana-reviewer
  > 33351c0 Merge pull request # 341 from pohly/contextual-logging-state-fix
  > 442891b OWNERS: add harshanarayana
  > ea66a13 Merge pull request # 337 from pohly/testing-logger-stop
  > c2d5a45 contextual logging: enable by default again
  > 7a070b4 Merge pull request # 333 from harshanarayana/tests/GIT-275-add-additional-test-for-kv
  > 9405f8e ktesting: stop using testing.T when test completes
  > 265aa25 Merge pull request # 327 from pohly/buffer-logger
  > 280fc18 GIT-275: add tests for int and struct keys
  > 78f38f6 ktesting: fix type assertion
  > ca252b1 Merge pull request # 328 from pohly/fatal-backtrace-revert
  > 325472d ktesting: capture log data in memory
  > 66544b3 ktesting: use black box testing
  > 49e17d5 Merge pull request # 332 from harshanarayana/bug/GIT-331/fix-variable-shadown
  > c5c3132 klog.Fatal: document behavior and alternatives
  > 6b3fb0b Merge pull request # 329 from pohly/apidiff-fix
  > 9c48b7d Merge pull request # 330 from pohly/logtools-removal
  > e4329d2 GIT-331: fix shadowing key from the kv pair
  > c977919 klog.Fatal: revert dumping of all stack backtraces to stderr
  > ea35802 Merge pull request # 320 from pohly/state-restore
  > 49d73a5 GitHub: use apidiff with more recent Go
  > e9884d2 remove hack/tools
  > a585df9 Merge pull request # 326 from pohly/remove-trim-duplicates
  > 3c90bf9 refactor global state
  > 788efcd Merge pull request # 325 from pohly/logr-marshaler
  > cebb190 internal: remove unused TrimDuplicates
  > 296f5e6 save and restore state
  > 42bf7a2 Merge pull request # 322 from pohly/kobjs-performance
  > 369b848 support logr.Marshaler
  > cc2ce06 Merge pull request # 315 from pohly/logcheck-regexp
  > 87ca629 Merge pull request # 324 from pohly/trim-duplicates
  > 8a3e48e replace KObjs with KObjSlice
  > c697110 Merge pull request # 314 from pohly/stop-flush-daemon-clarification
  > 5079582 logcheck: fix detection of invalid * regexp in filter
  > 7a827a0 Merge pull request # 319 from pohly/klog-help-texts
  > 4c3943c use faster MergeKVs
  > ff92e06 test: add benchmark for KObjs
  > d07cbbf Merge pull request # 313 from pohly/logcheck-contextual-logging
  > 47f254f StopFlushDaemon: document flushing on shutdown
  > 2910cb1 README.md: clarify -logtostderr
  > 6f47a32 klogr: simplify test failure message
  > 4a4a786 Merge pull request # 297 from pohly/logcheck-contextual-logging
  > 7179178 hack/tools: drop dependency on golangci-lint
  > e2432e8 serialize: add MergeKVs as faster TrimDuplicates alternative
  > b46e95d Merge pull request # 311 from pohly/contextual-logging-stable
  > 1876dee logcheck: harmonize report messages
  > e6d69a5 serialize: benchmark and test TrimDuplicates
  > 7b1c318 Merge pull request # 310 from pohly/fork-clock
  > 36e44e7 promote non-test APIs to stable
  > 216a02e logcheck: add check for With* and NewContext
  > e3af9af dependencies: avoid k8s.io/utils, fork clock code instead
  > 317fe52 logcheck: optionally warn about using direct klog logging
  > 41995aa logcheck: detect if V().Enabled()
  > 5b4c326 logcheck: warn about functions with both Logger and Context
  > 567c037 logcheck: support logr.Logger
  > c4c35ff logcheck: support import renaming and improve klog.V(2) handling
  > df531eb logcheck: support running as golangci-lint plugin
  > 3f08024 logcheck: also check for format specifier in calls like klog.Info
  > 0c36cf7 logcheck: move into package
  > 93980ca logcheck: add test cases for parameter check
bumping k8s.io/apimachinery 276a8a7...276a8a7:

Signed-off-by: Knative Automation <automation@knative.team>
2022-08-04 12:13:21 +00:00
knative-automation 559a4bd056
upgrade to latest dependencies (#1711)
bumping knative.dev/eventing c8435ed...15dd7ca:
  > 15dd7ca 🧹 Remove dead variables & config for presubmit markdown checking (# 6452)
  > e5405de Update community files (# 6462)
bumping knative.dev/serving 63523f9...8fc6d87:
  > 8fc6d87 Update net-istio nightly (# 13167)
  > 0b694b0 Update net-certmanager nightly (# 13165)
  > b3fb541 Update net-gateway-api nightly (# 13164)
  > 1f849ab Update net-kourier nightly (# 13166)
  > d0887e7 Update community files (# 13163)
  > bb043fa updating name of activation-scale (# 13161)
  > addd55a Add active-min-scale annotation (# 13136)
  > c82be27 Update net-istio nightly (# 13156)
  > f428628 Update net-gateway-api nightly (# 13155)
bumping knative.dev/networking cddb0ff...19a4157:
  > 19a4157 remove defunct markdown linting variable (# 696)
  > 8baa0ac upgrade to latest dependencies (# 692)
  > d6a574e Update community files (# 697)
bumping knative.dev/pkg ed7ab1d...449f7e6:
  > 449f7e6 Update community files (# 2564)
bumping knative.dev/hack 782bbaa...9dabf7c:
  > 9dabf7c Update community files (# 206)

Signed-off-by: Knative Automation <automation@knative.team>
2022-07-29 11:21:38 +00:00
David Simansky 05ccf8e035
Fix volume creation for PVC (#1709) 2022-07-29 10:48:38 +00:00
knative-automation 526d680cf6
Update community files (#1710)
Signed-off-by: Knative Automation <automation@knative.team>
2022-07-28 01:39:38 +00:00
knative-automation ed5fed50d1
upgrade to latest dependencies (#1708)
bumping knative.dev/pkg e60d250...ed7ab1d:
  > ed7ab1d upgrade to latest dependencies (# 2559)
  > 6c9c1c6 remove defunct markdown linting variable (# 2552)
  > 3764d73 fix linting (# 2555)
  > a286510 upgrade to latest dependencies (# 2554)
  > 1a5e168 Update community files (# 2553)
  > c488837 Add reconcile for ValidatingWebhookConfiguration and MutatingWebhookConfiguration. (# 2550)
  > 1ad02a5 Drop error from changeset.Get signature (# 2549)
  > 473ba31 Bump min go version to  1.18 && read build info from embedded binary (# 2548)
  > f1f36a2 Fix subresource update logic. (# 2546)
  > 418e138 Update community files (# 2545)
bumping knative.dev/networking f087178...cddb0ff:
  > cddb0ff Stop using knative.dev/pkg/pool, use errgroup instead (# 695)
  > 1f4c9ce Bump Go version to 1.18 for CI (# 693)
  > 5ea1a8e Update community files (# 691)
  > 30b5dfe Update community files (# 690)
bumping knative.dev/eventing 0eb566a...c8435ed:
  > c8435ed 🧹 Accommodate to knative-sandbox/reconciler-test# 294 (# 6451)
  > 5a21cd4 Update community files (# 6453)
  > 365a012 Update community files (# 6449)
bumping knative.dev/serving 3666ce7...63523f9:
  > 63523f9 Enable refactoring queue-proxy binary with out-of-tree extensions (# 13133)
  > 8f351ad Update net-gateway-api nightly (# 13152)
  > 1656d0d Update net-certmanager nightly (# 13151)
  > 08c4062 Update net-kourier nightly (# 13150)
  > 2a22c44 upgrade to latest dependencies (# 13147)
  > 808923d upgrade to latest dependencies (# 13144)
  > ca011f8 Update net-certmanager nightly (# 13142)
  > 50a87e9 Stop using knative.dev/pkg/pool, use errgroup instead (# 13143)
  > 5467217 remove defunct markdown lint and linking variables (# 13137)
  > ed1397d Update `changeset.Get` according to pkg update (# 13141)
  > d1f8e8d bump go version in kind-e2e tests to v1.18 (# 13140)
  > dc552e5 Update community files (# 13138)
  > 38973e5 Update net-gateway-api nightly (# 13134)
  > 044d947 Update net-kourier nightly (# 13132)
  > 017b9d0 Don't included git info in our containers (# 13130)
  > 167199a QP shim main (# 13128)
  > d366049 Update community files (# 13129)
  > 97517d3 Add test flag --ingress-class (# 13117)
  > ed2ddf2 Update net-gateway-api nightly (# 13124)
  > 3ce8ebb Update net-gateway-api nightly (# 13119)
  > 57c2a04 Update net-contour nightly (# 13120)
bumping knative.dev/hack 65c463a...782bbaa:
  > 782bbaa drop warning (# 204)
  > 92c7e36 Fix the buoy invocation (# 203)
  > 123a278 🧹 Migrate to using the `go run` instead of `go install` (# 172)
  > a645040 Update community files (# 201)
  > 81e30c2 remove references to git markdown checking (# 199)
  > e3be8da Update community files (# 197)
bumping golang.org/x/sync 036812b...886fb93:
  > 886fb93 A+C: delete AUTHORS and CONTRIBUTORS
  > 0de741c x/sync/errgroup: make note of the default errgroup goroutine limit (unlimited)
  > 0976fa6 x/sync/errgroup: add TryGo and SetLimit to control concurrency

Signed-off-by: Knative Automation <automation@knative.team>
2022-07-26 08:50:24 +00:00
David Simansky 2f1eefe6f1
Add check for PVC status in E2E tests (#1707)
* Add check for PVC status in E2E tests

* Update test/e2e/service_test.go

Co-authored-by: Gunjan Vyas <vyasgun20@gmail.com>

Co-authored-by: Gunjan Vyas <vyasgun20@gmail.com>
2022-07-21 16:21:19 +00:00
Kelly A 452863fb54
remove defunct markdown linting variable (#1705) 2022-07-21 13:04:20 +00:00
knative-automation cbf710a0b1
Update community files (#1706)
Signed-off-by: Knative Automation <automation@knative.team>
2022-07-21 01:42:26 +00:00
knative-automation 5251985592
Update community files (#1703)
Signed-off-by: Knative Automation <automation@knative.team>
2022-07-15 01:44:28 +00:00
knative-automation bfdc0a2198
upgrade to latest dependencies (#1702)
bumping knative.dev/eventing 2d2e049...0eb566a:
  > 0eb566a upgrade to latest dependencies (# 6448)
bumping knative.dev/serving e2862ae...3666ce7:
  > 3666ce7 upgrade to latest dependencies (# 13116)
  > 67347fe Update net-contour nightly (# 13115)
  > 9c88305 Update net-certmanager nightly (# 13113)
  > 4009fb7 Update net-kourier nightly (# 13114)

Signed-off-by: Knative Automation <automation@knative.team>
2022-07-13 05:22:13 +00:00
Gunjan Vyas 61579a20bc
Added --broker-config flag to broker create command (#1700)
* Added --broker-config flag to broker create command

* Added unit tests

* Added comments for exported functions and regenerated docs

* Changed format for spec config
2022-07-12 18:00:13 +00:00
David Simansky 9abb876c76
Add --probe-liveness and --probe-readiness flags (#1697)
* Add --probe-liveness and --probe-readiness flags

* Add more unit test

* Add even more unit tests

* Fix spelling

* Add error coverage

* Update pkg/kn/flags/podspec.go

Co-authored-by: Gunjan Vyas <vyasgun20@gmail.com>

* Regen docs

* Fix error message

* Split probe opts into standalone flag

* Fix docs

Co-authored-by: Gunjan Vyas <vyasgun20@gmail.com>
2022-07-12 17:27:13 +00:00
knative-automation f2dd5fc664
upgrade to latest dependencies (#1701)
bumping knative.dev/networking 5bf508e...f087178:
  > f087178 upgrade to latest dependencies (# 689)
bumping knative.dev/pkg 97eb150...e60d250:
  > e60d250 upgrade to latest dependencies (# 2543)
bumping knative.dev/eventing a63ea4e...2d2e049:
  > 2d2e049 Increase initialDelaySeconds to 120 for webhooks (# 6447)
  > b84ec54 Refactor tracing helper to be reusable (# 6446)
  > 465db7c Bump prom client version for CVE-2022-21698 (# 6443)
  > cb776ce Add validation methods for ingress feature in broker's conformance test (# 6434)
  > aea0887 Deschedule placements on FinalizeKind (# 6440)
  > d3813f7 Golang version update (# 6433)
bumping knative.dev/serving 6ceb219...e2862ae:
  > e2862ae allow unknown fields in our webhooks since our CRD schemas are now specified (# 13111)
  > 3360e41 Remove Prometheus stat reporter from queue-proxy (# 12961)
  > 4fa002a Update net-gateway-api nightly (# 13106)
  > e701a33 Update Knative Serving schema (# 13095)
  > 432b38d Update net-certmanager nightly (# 13105)
  > 4b09847 Update net-contour nightly (# 13107)
  > 1d44884 Update net-kourier nightly (# 13104)
  > 1ba9714 Update net-istio nightly (# 13103)
  > deed9f4 Add filtering secret informer label for internal-encryption (# 13082)
  > 9f4f28d Update net-istio nightly (# 13100)
  > f9951ec Add overview for scaling doc (# 13088)
  > 499c0af Update net-gateway-api nightly (# 13093)
  > c190a06 Update net-kourier nightly (# 13092)
  > 70c3309 Drop EnableAlphaFeatures from TestHttpRedirect (# 13084)
  > bf49148 upgrade to latest dependencies (# 13089)

Signed-off-by: Knative Automation <automation@knative.team>
2022-07-12 06:03:12 +00:00
David Simansky 8931db000c
Add release note section to PR template (#1692) 2022-07-05 13:59:06 +00:00
knative-automation e6503785b1
upgrade to latest dependencies (#1699)
bumping knative.dev/networking 716a8b8...5bf508e:
  > 5bf508e generate schema for networking types (# 688)
  > c3aef9c upgrade to latest dependencies (# 683)
bumping knative.dev/serving df215c7...6ceb219:
  > 6ceb219 upgrade to latest dependencies (# 13087)
  > 2e823f7 Update net-istio nightly (# 13086)
  > 2ea6b3e Update net-gateway-api nightly (# 13085)
  > 838305e upgrade to latest dependencies (# 13081)
  > a3348ed Update net-gateway-api nightly (# 13080)
  > ef11229 Update net-contour nightly (# 13079)
  > 8d6189c Update net-certmanager nightly (# 13078)
  > 4695705 Update net-kourier nightly (# 13030)
  > dd5cf21 upgrade to latest dependencies (# 13037)
bumping knative.dev/eventing f69e181...a63ea4e:
  > a63ea4e upgrade to latest dependencies (# 6436)

Signed-off-by: Knative Automation <automation@knative.team>
2022-07-05 13:25:06 +00:00
knative-automation cfed6d7653
upgrade to latest dependencies (#1694)
bumping knative.dev/eventing c1b0ea6...f69e181:
  > f69e181 Update community files (# 6435)
  > 159f4ec upgrade to latest dependencies (# 6432)
  > 33d1be7 Bump PodDisruptionBudget to policy/v1 (# 6424)
  > ee47ed1 Update community files (# 6431)
  > 9c41f75 upgrade to latest dependencies (# 6428)
  > eaec729 Update actions (# 6427)
  > 7763e03 upgrade to latest dependencies (# 6423)
  > 0866e62 Report last error for unavailability periods (# 6381)
bumping knative.dev/networking 07c9d76...716a8b8:
  > 716a8b8 Update community files (# 687)
  > 10dbbe0 Update community files (# 686)
  > a44888a Update actions (# 685)
bumping knative.dev/pkg 9c5a731...97eb150:
  > 97eb150 Update community files (# 2541)
  > 5569169 update boilerplate date (# 2539)
  > 85965e1 upgrade to latest dependencies (# 2540)
  > f4ae0af Update community files (# 2538)
  > f5db225 Drop `UserInfo` from logger tagging in webhook. (# 2535)
  > 1777513 Update actions (# 2536)
bumping knative.dev/hack dc6c287...65c463a:
  > 65c463a Update community files (# 195)
  > e7d6365 Add [skip-dot-release] feature (# 189)
  > 33ce6af Update community files (# 190)
bumping knative.dev/serving 3573163...df215c7:
  > df215c7 Update community files (# 13076)
  > 58cce54 Support config to deploy internal certificates automatically (# 13005)
  > 25de812 Fix webhook config drift issue (# 13061)
  > ee386a1 Update community files (# 13068)
  > d9cb5f0 Update net-istio nightly (# 13067)
  > 189003d Update net-contour nightly (# 13066)
  > d0367df Update net-gateway-api nightly (# 13064)
  > 278cedc Update net-certmanager nightly (# 13065)
  > 1da6f33 Update actions (# 13063)
  > cd85b44 Update net-gateway-api nightly (# 13062)
  > 752c336 Allow calls to test.Setup to disable logstream (# 13046)
  > 8f62874 Update net-certmanager nightly (# 13040)
  > 2b7f301 Update net-istio nightly (# 13031)
  > 6eccc36 Update net-gateway-api nightly (# 13029)
  > 38c5dbc Update net-contour nightly (# 13032)
  > f25a0df Temporarily disable flaky kind test (# 13055)

Signed-off-by: Knative Automation <automation@knative.team>
2022-07-01 12:42:42 +00:00
Gunjan Vyas c23a1f7dbe
Added PVC support to volume mounts (#1693)
* Added  PVC support to volume mounts

* Added unit tests for pvc volume type

* Added e2e tests
2022-07-01 09:54:42 +00:00
knative-automation e2e06321b9
Update community files (#1698)
Signed-off-by: Knative Automation <automation@knative.team>
2022-07-01 01:43:01 +00:00
knative-automation 06a463fb83
Update community files (#1696)
Signed-off-by: Knative Automation <automation@knative.team>
2022-06-29 13:24:43 +00:00
knative-automation 458a6b7cca
Update actions (#1695)
Signed-off-by: Knative Automation <automation@knative.team>
2022-06-28 02:12:29 +00:00
Gunjan Vyas b6965469fe
Added support for mounting EmptyDir volume type (#1679)
* Added emptyDir support for volume mount

* Moved detailed emptyDir configuration spec to --volume

* Added unit tests

* Added readonly false for emptyDir volume
2022-06-24 12:22:25 +00:00
knative-automation 1b039776c7
upgrade to latest dependencies (#1690)
bumping knative.dev/networking 3103f3a...07c9d76:
  > 07c9d76 Support `internal-encryption` to deploy internal certificates automatically (# 680)
bumping knative.dev/eventing f488f46...c1b0ea6:
  > c1b0ea6 Bump cloudevents/sdk-go to v2.10.1 (# 6422)
  > c71c362 upgrade to latest dependencies (# 6419)
bumping knative.dev/serving 2f7b6db...3573163:
  > 3573163 only watch endpoints for our private services (# 13048)
  > 35a94ff Update link, thanks to Zhu Lei (# 13052)
  > 5f8892f skip http2 test early (# 13047)
  > e67dbb9 Improve SKS handling for unavailable Activator. (# 13027)
  > 6fca86c fix scale-from-zero mako test (# 13035)
  > 7c2b46d Relax the "timeout" requirement for `TestProbeRuntimeAfterStartup` (# 13026)
  > d54ad4c Remove the scale-to-zero checking in conformance. (# 13025)
bumping go.uber.org/multierr 3114a8b...10aaa3c:
  > 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)

Signed-off-by: Knative Automation <automation@knative.team>
2022-06-22 11:06:23 +00:00
knative-automation 56e146231a
upgrade to latest dependencies (#1688)
bumping knative.dev/eventing 56edb3b...f488f46:
  > f488f46 Update community files (# 6418)
  > 57f2395 Update community files (# 6416)
  > 59d13fa Update community files (# 6414)
  > 6072846 Update community files (# 6413)
  > 6fc4a54 add openssf badge (# 6412)
  > 13ed6ed Update community files (# 6411)
  > 816db8d Parallel to use `subscription.subscriber` instead of `reply` if there's no filter (# 6405)
  > 21ab643 Update community files (# 6406)
bumping knative.dev/serving 36ee6f2...2f7b6db:
  > 2f7b6db Bump kind to v0.14 for e2e tests (# 13022)
  > eeaff1c upgrade to latest dependencies (# 13016)
  > 50a42a9 Update net-certmanager nightly (# 13018)
  > 15111a1 Update net-istio nightly (# 13017)
  > 093ba0b Update net-gateway-api nightly (# 13021)
  > bc6d456 Update net-kourier nightly (# 13020)
  > 1997324 Update net-contour nightly (# 13019)
  > bf3b740 Update community files (# 13015)
  > 1ec8ad3 Update net-gateway-api nightly (# 13013)
  > 81fc500 Update community files (# 13014)
  > 78272a6 Update community files (# 13012)
  > 2b88568 regen protobuf after bumping the versions in the prow-image (# 13011)
  > 47cf88d Update net-contour nightly (# 13006)
  > 01f81e9 Update net-gateway-api nightly (# 13008)
  > 1be5251 Update net-certmanager nightly (# 13007)
  > 0d0cb33 Update net-istio nightly (# 13010)
  > 8de1a68 Update net-kourier nightly (# 13009)
  > 3c1b20e Update community files (# 13004)
  > 0c0acc9 add openssf knative badge (# 13001)
  > bb5bdbb Update net-contour nightly (# 12992)
  > a8dc74c Update net-gateway-api nightly (# 12991)
  > 67ee782 Update net-certmanager nightly (# 12990)
  > 9c56abc Update net-kourier nightly (# 12994)
  > 6bb3576 Update net-istio nightly (# 12993)
  > 6e4a27d Update community files (# 12988)
  > 44178dc Update net-kourier nightly (# 12984)
  > 7e45e5a Update net-gateway-api nightly (# 12983)
  > 527c69a Update net-istio nightly (# 12985)
  > 6a1160a Update net-contour nightly (# 12982)
  > 7134e31 Update net-certmanager nightly (# 12979)
  > 77c2527 Update community files (# 12981)
bumping knative.dev/hack 12d3e2a...dc6c287:
  > dc6c287 Update community files (# 185)
  > fd240e2 Update community files (# 184)
  > 40350b6 Update community files (# 183)
  > 674c2b3 Update community files (# 182)
  > 0c389ad Update community files (# 181)
  > bafe4b1 Update community files (# 180)
bumping knative.dev/pkg 19adf79...7d607d6:
  > 7d607d6 Update community files (# 2531)
  > 865e331 Update community files (# 2530)
  > ec27457 Update community files (# 2529)
  > 759dd87 Update community files (# 2528)
  > aad4309 sets mutating webhook ReinvocationPolicy to ifNeeded (# 2472)
  > 9ffe192 Update community files (# 2527)
  > bac16f2 Update community files (# 2525)
  > 18f6995 Log metrics/logging init messages at debug level (# 2522)
bumping knative.dev/networking 22d1b93...3103f3a:
  > 3103f3a Update community files (# 684)
  > 2d1abcf Update community files (# 682)
  > c339ad0 Update community files (# 681)
  > edfa211 Update community files (# 679)
  > 50e5291 Update community files (# 678)
  > 02f3ab7 Update community files (# 677)

Signed-off-by: Knative Automation <automation@knative.team>
2022-06-13 10:53:18 +00:00
knative-automation ada0005ff7
Update community files (#1689)
Signed-off-by: Knative Automation <automation@knative.team>
2022-06-10 13:19:26 +00:00
knative-automation 95f6a55628
Update community files (#1687)
Signed-off-by: Knative Automation <automation@knative.team>
2022-06-09 13:23:31 +00:00
knative-automation 9b0407797e
Update community files (#1686)
Signed-off-by: Knative Automation <automation@knative.team>
2022-06-09 01:36:37 +00:00
knative-automation 6210f9637d
Update community files (#1685)
Signed-off-by: Knative Automation <automation@knative.team>
2022-06-08 01:37:38 +00:00
knative-automation 7ac23dbede
Update community files (#1683)
Signed-off-by: Knative Automation <automation@knative.team>
2022-06-03 01:35:53 +00:00
knative-automation 363ec9449e
Update community files (#1682)
Signed-off-by: Knative Automation <automation@knative.team>
2022-06-01 01:45:11 +00:00
knative-automation 0646532018
upgrade to latest dependencies (#1681)
bumping knative.dev/eventing 56edb3b...56edb3b:
bumping knative.dev/serving 33dbc31...36ee6f2:
  > 36ee6f2 Update net-contour nightly (# 12964)
  > d7027b5 skips default probe if container freezer in use (# 12967)
  > 797bee5 Update net-kourier nightly (# 12976)
  > ca6a190 Support parsing host header with port (# 12974)
  > 620139a Update net-gateway-api nightly (# 12968)
  > 293a95a Update net-istio nightly (# 12975)

Signed-off-by: Knative Automation <automation@knative.team>
2022-05-31 17:09:36 +00:00
David Simansky 4cccb5f683
Update changelog for 1.5 release (#1680)
* Update changelog for 1.5 release

* Update CHANGELOG.adoc

Co-authored-by: Navid Shaikh <shaikhnavid14@gmail.com>

Co-authored-by: Navid Shaikh <shaikhnavid14@gmail.com>
2022-05-31 16:28:37 +00:00
knative-automation dec1fa55f2
upgrade to latest dependencies (#1678)
bumping knative.dev/hack b4d4d73...12d3e2a:
  > 12d3e2a switch to UTC (# 176)
bumping knative.dev/serving 45f7c05...33dbc31:
  > 33dbc31 Log confirmation of queue-proxy startup (# 12965)
  > d14ebd8 Update net-kourier nightly (# 12962)
  > 158177d Update net-certmanager nightly (# 12957)
  > 22f2af6 Update net-istio nightly (# 12956)
  > 3446ca3 upgrade to latest dependencies (# 12955)
  > b44da83 Update actions (# 12963)
bumping knative.dev/pkg f907b31...19adf79:
  > 19adf79 upgrade to latest dependencies (# 2524)
  > b0ff5ad Update actions (# 2523)
bumping knative.dev/eventing c3e1396...56edb3b:
  > 56edb3b upgrade to latest dependencies (# 6398)
  > 1096fc2 Update actions (# 6397)
bumping knative.dev/networking 941c61a...22d1b93:
  > 22d1b93 upgrade to latest dependencies (# 676)
  > 5d159ff Update actions (# 675)

Signed-off-by: Knative Automation <automation@knative.team>
2022-05-30 14:17:36 +00:00
Gunjan Vyas 2a56f07c18
Added delivery options to broker create (#1670)
* Added delivery flags

* Added test cases

* Added client tests

* Added unit tests and updated flag usage

* Added broker update command

* Added unit tests for update command

* Added mock and update retry tests
2022-05-26 11:06:05 +00:00
knative-automation 4df601027b
[main] Upgrade to latest dependencies (#1675)
* upgrade to latest dependencies

bumping knative.dev/pkg a8b7d99...f907b31:
  > f907b31 Update community files (# 2520)
  > 2d8305b Update community files (# 2517)
bumping knative.dev/hack a8076b0...b4d4d73:
  > b4d4d73 Update community files (# 178)
  > f4972b4 Update community files (# 177)
bumping knative.dev/serving f726b1d...45f7c05:
  > 45f7c05 Fix deprecation notices (# 12958)
  > 4446497 fix owner files after merging scaling + serving working groups (# 12960)
  > 92b11a8 drop swap file (# 12959)
  > 591e12d upgrade to latest dependencies (# 12954)
  > a522443 Update net-istio nightly (# 12951)
  > 9ea835d Update net-gateway-api nightly (# 12950)
  > bc7fcd3 Update net-certmanager nightly (# 12949)
  > b2fff20 Update net-contour nightly (# 12948)
  > 9db81c3 Update net-kourier nightly (# 12952)
  > 4e54509 Update community files (# 12946)
  > 646e5cc Update net-istio nightly (# 12945)
  > f56e235 Update net-certmanager nightly (# 12944)
  > 08f0d31 Update net-contour nightly (# 12929)
  > ba84f6e upgrade to latest dependencies (# 12943)
  > 08e09bc kind-e2e dump namespaces and crds (# 12942)
  > 5776635 Update net-istio nightly (# 12931)
  > d7e2e3a Update net-certmanager nightly (# 12928)
  > 0bdaf56 Update net-kourier nightly (# 12930)
  > 3b832ad Update net-gateway-api nightly (# 12926)
  > 1a99825 Use mako stub for collecting performance tests results (# 12889)
  > fd6b191 fix a flake where the informer didn't have KPA (# 12934)
  > 9b7788c Update community files (# 12933)
  > f778a37 Update net-certmanager nightly (# 12925)
bumping knative.dev/eventing 9af9870...c3e1396:
  > c3e1396 Propagate log level to env var in source ConfigWatcher (# 6391)
  > 9449169 Update community files (# 6390)
  > d7a8a95 upgrade to latest dependencies (# 6389)
  > 75253dc Only proxy some headers from the reply in MTBroker filter (# 6357)
  > bba50a4 Upgrade test exports logs before shutting down sender (# 6384)
  > 0a738fd Remove calling 'ExecuteLocalYAML', b/c it is deprecated (# 6380)
  > e7c9ffc Adding retry for 408 (Request Timeout) http status code ♻️ (# 6370)
  > b966175 remove the namespae for the imc (# 6382)
  > 005d6b6 adding util for adding custom annotation values to different broker implementation usage (# 6378)
  > 02a6fa0 Update community files (# 6379)
  > ee7c071 Update the link of the sample code.(# 6374) (# 6375)
bumping knative.dev/networking 91dcb36...941c61a:
  > 941c61a move label to apis/networking (# 674)
  > 773e2bf fix deprecated comments (# 673)
  > 3f52bdb Update community files (# 672)
  > f1ee84b Split up the `networking/pkg` to separate packages (# 670)
  > 7363ea6 Add label selector for secrets (# 668)
  > 894675d Update community files (# 669)

Signed-off-by: Knative Automation <automation@knative.team>

* Fix deprecated networking pkg label

Co-authored-by: David Simansky <dsimansk@redhat.com>
2022-05-24 20:13:03 +00:00
knative-automation 2f4e19252f
Update actions (#1677)
Signed-off-by: Knative Automation <automation@knative.team>
2022-05-24 17:15:04 +00:00
knative-automation 8cfec3d368
Update community files (#1676)
Signed-off-by: Knative Automation <automation@knative.team>
2022-05-18 01:39:20 +00:00
knative-automation 00b78866ca
Update community files (#1674)
Signed-off-by: Knative Automation <automation@knative.team>
2022-05-12 01:42:38 +00:00
knative-automation dcd6bb612b
upgrade to latest dependencies (#1671)
bumping knative.dev/pkg 5c8cc3c...a8b7d99:
  > a8b7d99 Update community files (# 2515)
  > 0719b40 upgrade to latest dependencies (# 2512)
  > 2451664 Switch to iota/fmt.Stringer-based diagnostic levels. (# 2511)
  > ea3c8cb Fix timeout test on darwin and log dial destination on timeout. (# 2510)
  > af54d73 Support fetching configs from `ctx`. (# 2505)
  > 5f5455f Use the updated action that infers the module name (# 2509)
  > 4fced01 Use knative/action/go/downstream-test (# 2507)
  > 16b36b7 Add support for admission webhook warnings. (# 2498)
  > 6ec9c1a Fix linting (# 2506)
bumping knative.dev/serving f6cb424...f726b1d:
  > f726b1d Bump cert-manager to 1.8.0 (# 12923)
  > 01f15e1 Update net-gateway-api nightly (# 12920)
  > dcb16f2 Update net-kourier nightly (# 12919)
  > d9f4954 Update net-istio nightly (# 12918)
  > 69bf45c Update net-certmanager nightly (# 12901)
  > 754ea6c Update net-kourier nightly (# 12916)
  > 4273c6e Update net-contour nightly (# 12915)
  > 119517a Update net-gateway-api nightly (# 12902)
  > 18da4c0 upgrade to latest dependencies (# 12907)
  > 8129005 Update community files (# 12913)
  > 9dc1baa run go.mod tidy (# 12911)
  > 061be9e Fixing the panicRPSM parameter in autoscaler (# 12910)
  > 7aa5d8a Update net-kourier nightly (# 12903)
bumping knative.dev/eventing 01f5612...9af9870:
  > 9af9870 upgrade to latest dependencies (# 6371)
  > 59e25b8 Export trace for events which exceeded unavailable period limit (# 6372)
  > 22e2a2c upgrade to latest dependencies (# 6365)
  > e033a2a Update community files (# 6369)
  > ec36c86 upgrade to latest dependencies (# 6360)
bumping knative.dev/networking 591d2bb...91dcb36:
  > 91dcb36 Update community files (# 667)
  > 8d5dcbe upgrade to latest dependencies (# 666)
  > a60cb5f upgrade to latest dependencies (# 665)
bumping knative.dev/hack 5f47386...a8076b0:
  > a8076b0 Model []byte as strings (# 175)
  > ccf82ad Update community files (# 174)
  > 46c77f1 Skip passing enable-ha flag to test script (# 173)

Signed-off-by: Knative Automation <automation@knative.team>
2022-05-11 10:46:34 +00:00
David Simansky 48ff336ce4
Cleanup sugar controller setup (#1669) 2022-05-10 14:25:33 +00:00
David Simansky e3dbe5879f
Fix Tekton e2e script (#1673) 2022-05-10 13:49:33 +00:00
knative-automation 94a5352da1
Update community files (#1672)
Signed-off-by: Knative Automation <automation@knative.team>
2022-05-05 01:42:15 +00:00
knative-automation e734ca660a
upgrade to latest dependencies (#1668)
bumping knative.dev/networking 700c576...591d2bb:
  > 591d2bb upgrade to latest dependencies (# 664)
bumping knative.dev/eventing 2219e14...01f5612:
  > 01f5612 fix pingsource-mt-adapter crash when initial replica is more than 0 (# 6359)
  > 11dd387 Update support rotation (# 6351)
  > 98de1d7 upgrade to latest dependencies (# 6350)
bumping knative.dev/serving 7184235...f6cb424:
  > f6cb424 Add support for `dnsConfig` and `dnsPolicy` in pod spec (# 12897)
  > 89be0fd modify checksum so its not a float64 (# 12900)
  > 078e0b9 upgrade to latest dependencies (# 12899)
  > 0d76bb7 Update net-certmanager nightly (# 12879)
  > 95cfa70 ServerlessService's initial operation mode is now Proxy (# 12842)
  > 5128270 upgrade to latest dependencies (# 12890)
bumping knative.dev/pkg 2d552be...5c8cc3c:
  > 5c8cc3c Ignore migration of CRDs that aren't installed (# 2493)

Signed-off-by: Knative Automation <automation@knative.team>
2022-05-02 10:37:56 +00:00
David Simansky 06b4b9e9ca
Bump Tekton pipeline version to latest by default (#1667) 2022-05-02 09:37:56 +00:00
David Simansky bcd18d39f4
Fix OCI image build (#1666)
* Fix OCI image build

* Reflect review feedback
2022-04-29 11:48:53 +00:00
knative-automation fef2f69e6f
upgrade to latest dependencies (#1663)
bumping knative.dev/networking 1145ec5...700c576:
  > 700c576 upgrade to latest dependencies (# 662)
  > 4539925 Update community files (# 663)
  > 9f491cb upgrade to latest dependencies (# 661)
  > 7ac1516 Update actions (# 659)
bumping knative.dev/serving 6ec4509...7184235:
  > 7184235 Update net-kourier nightly (# 12885)
  > c2394b6 Update net-gateway-api nightly (# 12884)
  > 2dd73f5 Update net-contour nightly (# 12883)
  > 47238dc upgrade to latest dependencies (# 12882)
  > 6b3905b Update community files (# 12881)
  > e99c34f upgrade to latest dependencies (# 12878)
  > f7deea4 Use imjasonh/setup-ko (# 12868)
  > 527730f Update net-kourier nightly (# 12869)
bumping knative.dev/pkg e325df6...2d552be:
  > 2d552be Add genreconcile for core/v1 Node (# 2503)
  > fd05bf1 upgrade to latest dependencies (# 2500)
  > 1f681e1 Update community files (# 2501)
  > 45c37c2 🐛 `TestDialWithBackoff` work without special environment (# 2402)
  > 12be060 Update actions (# 2492)
bumping knative.dev/hack 6ffd841...5f47386:
  > 5f47386 Update community files (# 171)
  > 2a09b5c only use `install` for run_go_tool (# 169)
bumping knative.dev/eventing 39eef14...2219e14:
  > 2219e14 Fix performance tests setup (# 6340)
  > 3abb436 properly initialize branchStatuses (# 6354)
  > 2d47847 Update community files (# 6355)
  > 3e24a78 NPE fix (# 6343)
  > 1104746 [scheduler] Use node taints for keeping track of available nodes and zones (# 6291)

Signed-off-by: Knative Automation <automation@knative.team>
2022-04-28 09:47:52 +00:00
David Simansky 76a0b1e6bc
Fix display version in OCI image (#1662)
* Fix display version in OCI image

* Refactor ko ldflags to be used from env vars
2022-04-28 09:08:00 +00:00
David Simansky 93e27f74a8
Mark --inject-broker flag as deprecated (#1661) 2022-04-28 09:07:53 +00:00
knative-automation 2eaeab491e
Update community files (#1664)
Signed-off-by: Knative Automation <automation@knative.team>
2022-04-27 13:17:52 +00:00
Eng Zer Jun 736c7c24ef
test: use `T.TempDir` to create temporary test directory (#1660)
* test: use `T.TempDir` to create temporary test directory

This commit replaces `ioutil.TempDir` with `t.TempDir` in tests. The
directory created by `t.TempDir` is automatically removed when the test
and all its subtests complete.

Prior to this commit, temporary directory created using `ioutil.TempDir`
needs to be removed manually by calling `os.RemoveAll`, which is omitted
in some tests. The error handling boilerplate e.g.
	defer func() {
		if err := os.RemoveAll(dir); err != nil {
			t.Fatal(err)
		}
	}
is also tedious, but `t.TempDir` handles this for us nicely.

Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

* docs: update CHANGELOG.adoc

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-04-21 11:53:30 +00:00
knative-automation ff097e9d8d
upgrade to latest dependencies (#1659)
bumping knative.dev/eventing 073af74...39eef14:
  > 39eef14 upgrade to latest dependencies (# 6341)
bumping knative.dev/serving 6ec4509...6ec4509:

Signed-off-by: Knative Automation <automation@knative.team>
2022-04-19 22:03:28 +00:00
knative-automation d8ab3d58ca
upgrade to latest dependencies (#1658)
bumping knative.dev/eventing ff55a45...073af74:
  > 073af74 Ensure the clean up will remove installed elements (# 6338)
bumping knative.dev/serving 2e5ca67...6ec4509:
  > 6ec4509 All Hops Encrypted: TLS between activator and queue-Proxy (# 12815)
  > 98bb924 Update net-contour nightly (# 12863)
  > e3e1ac3 Update net-gateway-api nightly (# 12864)
  > e867807 Update net-kourier nightly (# 12862)
  > 48d824d Update net-istio nightly (# 12861)
  > 2982b52 upgrade to latest dependencies (# 12847)

Signed-off-by: Knative Automation <automation@knative.team>
2022-04-19 14:02:28 +00:00
David Simansky 9154f2629f
Fix build warning from go version upgrade (#1657) 2022-04-19 09:53:28 +00:00
Gunjan Vyas b858dab2b4
Added subpath functionality to --mount flag (#1655)
* Added subpath functionality to --mount flag

* Added mount subpath test

* Added e2e tests for volume subpath mount

* Updated changelog
2022-04-18 14:12:13 +00:00
knative-automation 7e8a6727fe
upgrade to latest dependencies (#1656)
bumping google.golang.org/genproto 43724f9...1ac2ace:
  > 1ac2ace chore(all): auto-regenerate .pb.go files (# 768)
  > 15d65a4 chore(all): auto-regenerate .pb.go files (# 767)
  > 1da8797 chore(all): auto-regenerate .pb.go files (# 766)
bumping github.com/google/go-containerregistry 1571d7f...892d7a8:
  > 892d7a8 authn.kubernetes.Resolve now behaves exactly like Kubernetes (# 1349)
  > f1b7291 AuthConfig now supports json (un)marshalling (# 1350)
  > 7b4be6b fix(v1/remote): return an error if both auth and keychain are set (# 1334)
  > 610f826 fix(v1/random): set MediaType in randomIndex.manifest (# 1343)
  > f1b065c use k8s keychain first (# 1346)
  > 2042cc9 Bump codecov/codecov-action from 2.1.0 to 3.0.0 (# 1341)
  > a2b8a99 Bump actions/stale from 4 to 5 (# 1342)
  > 24b9440 Bump actions/setup-go from 2 to 3 (# 1340)
  > efc62d8 Bump peter-evans/create-pull-request from 3 to 4 (# 1327)
  > f1fa40b Add --user flag to crane mutate (# 1316)
  > d8a0048 Bump deps, fix ecr-login API change (# 1310)
  > 39e4996 Fix isolation of presubmit tools (# 1306)
  > 30512b8 Bump actions/checkout from 2 to 3 (# 1315)
  > 3295637 Don't parse challenge's scopes, put them first (# 1312)
  > bfe2ffc crane export: Support reading tarball from a stream (# 1274)
  > 5d4fcd4 Add rebase_test.sh to hack/presubmit.sh (# 1304)
  > 4029342 Bump golangci/golangci-lint-action from 2 to 3.1.0 (# 1308)
  > 445dc97 Include blob existence checks in retries (# 1307)
  > 86e1c81 Add GitHub Action to automatically bump deps (# 1291)
  > 17d8b10 Add output option to mutate to save to a tar file and not push to a registry (same as append) (# 1257)
  > dd8d514 Cover a couple special paths in keychain unit tests. (# 1302)
  > 0527e42 Take advantage of Chainguard maintained versions of various actions. (# 1301)
bumping knative.dev/serving 2de1474...2e5ca67:
  > 2e5ca67 Update net-kourier nightly (# 12843)
  > 2ca83c0 Update net-istio nightly (# 12852)
  > 563463c Update net-gateway-api nightly (# 12849)
  > 931ac09 Update net-certmanager nightly (# 12845)
  > 7a85008 Update net-contour nightly (# 12844)
  > f931c3a bump ggcr which fixes tag to digest (# 12855)
  > 97f9014 adds failure message when container exit code == 0 (# 12822)
  > e93926a Update actions (# 12848)
  > 151e875 Update to 1.17 (# 12854)
bumping knative.dev/eventing 1b90ef3...ff55a45:
  > ff55a45 Fix for pod overcommit by one in HA Scheduler (# 6322)
  > 5bb50cb Allow adapter/v2 based components to use ConfigMapWatcher (# 6086)
  > d14dc09 upgrade to latest dependencies (# 6327)
  > 6d61534 Update actions (# 6328)
  > 76ce7e4 Cleanup Zipkin tracing only once in upgrade test suite (# 6331)

Signed-off-by: Knative Automation <automation@knative.team>
2022-04-18 09:54:13 +00:00
Gunjan Vyas bb055ee1a4
Added scale-metric flag to configure metric name (#1653)
* Added scale-metric flag to configure metric name

* Updated flag description

* code gen fix

* Added test for coverage

* Updated Changelog
2022-04-18 09:15:12 +00:00
David Simansky 76f17f686f
Upgrade Go to 1.17 (#1654)
* Upgrade Go to 1.17

* Rerun codegen

* Fix vendor dir permissions
2022-04-14 14:15:10 +00:00
knative-automation 1cb29fbabc
upgrade to latest dependencies (#1652)
bumping knative.dev/eventing 2222324...1b90ef3:
  > 1b90ef3 Limit the number of exported traces (# 6329)
bumping knative.dev/serving e75bcf0...2de1474:
  > 2de1474 All Hops Encrypted: Activator serving TLS (# 12770)

Signed-off-by: Knative Automation <automation@knative.team>
2022-04-13 18:42:09 +00:00
Gunjan Vyas 2929f381a9
Added flag to configure wait-window between intermediate errors durin… (#1645)
* Added flag to configure wait-window between intermediate errors during service create

* Added waitconfig struct

* Moved --wait-window flag to shared flags
2022-04-13 17:17:09 +00:00
Gunjan Vyas 0ac405d4b5
Add timeout option to service create (#1643)
* Add timeout option to service create

* Changed unit tests to reflect the default timeout value

* Fixed timeout help message

* Added unit test for --timeout flag

* Moved --timeout flag to shared flags
2022-04-13 16:14:09 +00:00
Gunjan Vyas bb7fd73821
Added pull-policy flag to service (#1644)
* Added pull-policy flag to service

* Added unit tests

* Added test to increase coverage

* Added unit test and made --pull-policy case insensitive

* Added config_changes test cases to increase coverage

* Improve help message for pull-policy flag

* Move image pull policy processing to podspec.go

* Add negative test case for pull policy
2022-04-13 08:15:08 +00:00
knative-automation 0d4e83bf8c
Update actions (#1651)
Signed-off-by: Knative Automation <automation@knative.team>
2022-04-13 07:26:09 +00:00
knative-automation b4e95db7a3
upgrade to latest dependencies (#1650)
bumping knative.dev/serving 674c1c6...e75bcf0:
  > e75bcf0 upgrade to latest dependencies (# 12846)
  > d9ab756 Update net-gateway-api nightly (# 12816)
  > 52097ba upgrade to latest dependencies (# 12839)
  > 5021d8c Update net-contour nightly (# 12819)
bumping knative.dev/eventing e874b89...2222324:
  > 2222324 Update actions (# 6323)
  > e7459cb upgrade to latest dependencies (# 6324)
bumping knative.dev/pkg 00c122e...e325df6:
  > e325df6 upgrade to latest dependencies (# 2490)
bumping knative.dev/networking f96f8e2...1145ec5:
  > 1145ec5 upgrade to latest dependencies (# 658)
  > 56c4a3e upgrade to latest dependencies (# 657)
  > c173eed Add certificates config keys in config-network (# 648)

Signed-off-by: Knative Automation <automation@knative.team>
2022-04-12 17:13:08 +00:00
David Simansky 0993e23fed
Align codecov config with rest of the org (#1649) 2022-04-12 10:55:08 +00:00
knative-automation e3d4191f1d
Update actions (#1648)
Signed-off-by: Knative Automation <automation@knative.team>
2022-04-12 09:19:09 +00:00
knative-automation d07b60092c
upgrade to latest dependencies (#1642)
bumping knative.dev/hack 0e0784b...6ffd841:
  > 6ffd841 Update community files (# 168)
  > 02c525c Update community files (# 167)
bumping knative.dev/serving f4ea3ac...674c1c6:
  > 674c1c6 Update net-istio nightly (# 12833)
  > 807f9c9 Update net-certmanager nightly (# 12826)
  > bdb6511 Update net-kourier nightly (# 12817)
  > 60f0883 Update actions (# 12841)
  > 845878e Update community files (# 12838)
  > e73e83b Update community files (# 12837)
  > e38c4cf Fix tag to digest resolution with K8s secrets (# 12836)
  > a01b639 fix double import (# 12832)
  > b4d1391 upgrade to latest dependencies (# 12831)
bumping knative.dev/networking 7307ffd...f96f8e2:
  > f96f8e2 upgrade to latest dependencies (# 655)
  > 224a816 Update actions (# 656)
  > 57ad9cf Update community files (# 654)
  > 88881dd Update community files (# 653)
  > 0d114b7 upgrade to latest dependencies (# 652)
bumping knative.dev/pkg 4d62e1d...00c122e:
  > 00c122e Add genreconcile for ConfigMap (# 2489)
  > 6bb6518 Update actions (# 2488)
  > 5b0e728 drop deprecated eventing repos (# 2463)
  > 75629c8 Update community files (# 2487)
  > ca82d2b Add `NewProxyAutoTLSTransport` and `DialTLSWithBackOff` to support TLS proxy (# 2479)
  > e2b4d74 Update community files (# 2486)
bumping knative.dev/eventing 58865af...e874b89:
  > e874b89 upgrade to latest dependencies (# 6321)
  > fd10179 Update community files (# 6320)
  > bb76b30 Update community files (# 6310)
  > 5accb7a Update actions (# 6303)
  > 2ff606c upgrade to latest dependencies (# 6307)
bumping gotest.tools/v3 568bc57...dc5149e:
  > dc5149e Merge pull request # 224 from DominicLavery/main
  > 7fe928e Merge pull request # 223 from seriousben/fix-golden-dir-creation
  > 7501e42 switch darwin defaults using runtime.GOOS
  > 10e310b Merge pull request # 222 from gotestyourself/fs-path-existing
  > b0ea9a7 Stop creating directory outside of testdata
  > aca5a3c Fix # 141 comparing symlink permissions
  > 196ee67 Merge pull request # 208 from dnephin/assert-error-is
  > cb4623d fs: add DirFromPath
  > 524f2ce Merge pull request # 221 from dnephin/go1.17
  > bc5434b Remove commented out line
  > 4fbf292 Merge pull request # 218 from thaJeztah/secure_exec
  > 4d8cea6 ci: add go1.17, remove go1.13
  > 567b2a0 lint: ignore line length in tests
  > fd36aec Merge pull request # 219 from dnephin/fix-windows-ci
  > 66ae1b5 icmd: replace all usages of os/exec with golang.org/x/sys/execabs
  > ae5beef assert: Add ErrorIs
  > c280cb4 Merge pull request # 217 from thaJeztah/bump_deps
  > 2dd0fa3 ci: set path for go install
  > cda9c22 go.mod: golang.org/x/tools v0.1.0
  > e419626 poll: small improvement to check functions
  > 3fcbc0e Merge pull request # 216 from thaJeztah/bump_go_16
  > 77bb3d3 go.mod: github.com/google/go-cmp v0.5.5
  > 1df0ee5 Merge pull request # 215 from dnephin/mkdir-in-update
  > d67588d CircleCI: update to GA version of Go 1.16
  > 059fb72 go.mod: github.com/pkg/errors v0.9.1
  > de21663 Merge pull request # 213 from dnephin/ci-go-1.16
  > fbb0800 golden: only create dir if update flag is set
  > 84d691d Merge pull request # 211 from dnephin/add-merge-main-workflow
  > eddfe6c ci: add go1.16
  > 4190a0e Add github action for merging main branch

Signed-off-by: Knative Automation <automation@knative.team>
2022-04-12 08:45:08 +00:00
David Simansky b702b42859
Fix latest release CI setup (#1647) 2022-04-11 19:46:06 +00:00
knative-automation 5daa09d87d
Update community files (#1646)
Signed-off-by: Knative Automation <automation@knative.team>
2022-04-11 13:17:56 +00:00
knative-automation 26ba0e21e8
Update community files (#1641)
Signed-off-by: Knative Automation <automation@knative.team>
2022-04-11 01:40:17 +00:00
knative-automation e074fff2ef
Update actions (#1639)
Signed-off-by: Knative Automation <automation@knative.team>
2022-04-08 09:55:45 +00:00
knative-automation f8129fead3
upgrade to latest dependencies (#1638)
bumping knative.dev/pkg 1f7514a...4d62e1d:
  > 4d62e1d bump our min k8s version to 1.22 (# 2485)
  > 9ae44fe Update community files (# 2484)
  > 29f716f Fix `InitialBuckets()` for statefulSetBuilder's electors (# 2483)
  > 8db11d0 Update community files (# 2482)
  > dcd5d7c bump go version of tekton downstream workflow (# 2481)
  > 0ce1e92 Update actions (# 2480)
  > 4f42bf4 Update actions (# 2478)
  > 7479994 Update actions (# 2477)
  > c2f1f3e Update community files (# 2476)
  > 0a1ec2e upgrade to latest dependencies (# 2474)
bumping knative.dev/eventing 7001b65...58865af:
  > 58865af Update community files (# 6305)
  > c6fd9d4 Update community files (# 6304)
  > dcdd9e0 [rekt] Improve various isReady/GoesReady checks (# 6241)
  > 05733bf 💄 symlink the observability file (# 6301)
  > d1bb7a8 Update actions (# 6300)
  > 632efa5 Do not fail upgrade tests if tracing is not configured (# 6299)
  > aaa15c1 Symlink tracing.yaml config map (# 6295)
  > 741fb0e Update community files (# 6296)
  > 06f57ca Add sugar namespace and trigger reconcilers to main eventing controller (# 6027)
  > 380849f Print traces for missed events in upgrade tests (# 6249)
  > 38562c3 Update actions (# 6294)
  > 5ede92d Update community files (# 6293)
  > 02663e2 Update community files (# 6290)
  > 04eafff Process empty tracing config in test images (# 6289)
  > 3890b39 Wathola Tracing for upgrade tests (# 6219)
  > eb2bfff upgrade to latest dependencies (# 6288)
bumping knative.dev/networking 55757e9...7307ffd:
  > 7307ffd Update community files (# 651)
  > 7fa8012 Update community files (# 650)
  > a49d1a2 Update actions (# 649)
  > 5dd0002 Update actions (# 647)
  > dde40b0 drop knative.dev/release label (# 646)
  > 0aef61e Update community files (# 645)
  > 84f7ed6 Update actions (# 644)
  > a1261cd Update community files (# 643)
  > 7e90d10 Update community files (# 642)
  > 09072d9 upgrade to latest dependencies (# 641)
bumping knative.dev/hack f067737...0e0784b:
  > 0e0784b Update community files (# 166)
  > a75ca49 Update community files (# 165)
  > 9c0ea69 Update community files (# 164)
  > c7a1ce1 Update community files (# 163)
bumping knative.dev/serving 15f7a4e...f4ea3ac:
  > f4ea3ac Drop myself (# 12829)
  > 39c7b5b DomainMapping Overriding the default HTTP behavior (# 12786)
  > 635bd49 update e2e actions (# 12796)
  > 2caaec2 Update community files (# 12827)
  > c2e8491 Update community files (# 12825)
  > fbee369 Update actions (# 12823)
  > 4a652f1 Fix kpa.TestReconcileDeciderCreatesAndDeletes flake (# 12820)
  > f948dd2 include rebaseRule for activator replicas (# 12785)
  > 3b7e49e Update net-certmanager nightly (# 12818)
  > 365d9da Adding a resource-quota test (# 12791)
  > 59c3739 upgrade to latest dependencies (# 12814)
  > 1858ab4 Update net-istio nightly (# 12749)
  > d594ba0 Update net-gateway-api nightly (# 12809)
  > 37e9fe8 Update actions (# 12812)
  > bd61f91 Update net-certmanager nightly (# 12813)
  > c54a33c Update net-contour nightly (# 12805)
  > 9fdf53a hpa revisions ready when min pods ready (# 12811)
  > a53d8ea Update net-kourier nightly (# 12810)
  > efcaa63 upgrade to latest dependencies (# 12792)
  > 21c05dc Force activator always in path when activator CA is specified (# 12790)
  > 43ca40f Update community files (# 12807)
  > b80e92e Update community files (# 12802)
  > 496dc6e Update actions (# 12803)
  > ad15a85 Update net-kourier nightly (# 12800)
  > c136562 Update community files (# 12798)
  > 73d4e7c Update net-kourier nightly (# 12794)
  > 40be138 Update net-gateway-api nightly (# 12793)
  > f216d7b Fix racey tests by not adding things directly to the informer cache (# 12795)

Signed-off-by: Knative Automation <automation@knative.team>
2022-04-08 08:38:45 +00:00
knative-automation 6170c6dc26
Update community files (#1640)
Signed-off-by: Knative Automation <automation@knative.team>
2022-04-07 17:11:45 +00:00
knative-automation 73b2d8bb13
Update actions (#1637)
Signed-off-by: Knative Automation <automation@knative.team>
2022-04-05 10:28:43 +00:00
knative-automation 38b1034b12
Update community files (#1636)
Signed-off-by: Knative Automation <automation@knative.team>
2022-04-01 12:53:46 +00:00
knative-automation 1bab8209ce
upgrade to latest dependencies (#1635)
bumping knative.dev/hack 14f832e...f067737:
  > f067737 Adding code of conduct to reference knative/community's CoC (# 162)
bumping k8s.io/api a1613d7...cd271e7:
  > cd271e7 Update dependencies to v0.23.5 tag
  > a6b2207 Merge pull request # 108139 from liggitt/automated-cherry-pick-of-# 108138-upstream-release-1.23
  > 80b93d4 Revert v1beta1 PodDisruptionBudget select patchStrategy
bumping knative.dev/eventing 9b9cdee...7001b65:
  > 7001b65 upgrade to latest dependencies (# 6286)
  > 4be06cd Feature/keep ports for service (# 6283)
  > 5081edd Drop sendevent tool since there is kn-plugin-event (# 6284)
  > a27ee9e Use env config for tests instead of hardcoded configs (# 6282)
bumping knative.dev/serving 646d0b1...15f7a4e:
  > 15f7a4e Update net-kourier nightly (# 12781)
  > 1255dc7 upgrade to latest dependencies (# 12787)
  > 6a0c9cb Update net-gateway-api nightly (# 12780)
  > ad64980 use ctx setup by the test which has a test logger (# 12784)
  > 0bc4171 Adds progressDeadline annotation on per revision basis (# 12751)
  > 082ed55 Make some of the unit tests a bit more robust (# 12783)
  > ccc4040 upgrade to latest dependencies (# 12775)
  > b6e6baa Change default target burst capacity (# 12774)
  > 852a171 Update net-contour nightly (# 12726)
  > b0c7da2 make the ttl override work when the field isn't present (# 12773)
  > d6f0dbb Fix gc: delete revision in correct orderer (# 12752)
  > 14eae34 Update net-gateway-api nightly (# 12748)
  > 6a6690d Update net-kourier nightly (# 12768)
  > 6f568b8 Update net-certmanager nightly (# 12766)
bumping k8s.io/client-go b425fb6...97582f2:
  > 97582f2 Update dependencies to v0.23.5 tag
bumping k8s.io/code-generator fb849a7...fb849a7:
bumping knative.dev/networking ec52d71...55757e9:
  > 55757e9 Add HTTPS port variables (# 640)
  > ccab092 Adding code of conduct to reference knative/community's CoC (# 639)
bumping k8s.io/apimachinery 276a8a7...276a8a7:
bumping knative.dev/pkg e6e3cf0...1f7514a:
  > 1f7514a bump k8s deps to v0.23.5 (# 2469)
  > 19a2589 fix coverage settings (# 2471)
  > 2daa86a Electors can provide an initial set of buckets (# 2473)

Signed-off-by: Knative Automation <automation@knative.team>
2022-03-29 09:03:15 +00:00
knative-automation 06c3202925
Update community files (#1630)
Signed-off-by: Knative Automation <automation@knative.team>
2022-03-23 09:55:18 -07:00
knative-automation b13174cc9a
[main] Upgrade to latest dependencies (#1632)
* upgrade to latest dependencies

bumping k8s.io/apimachinery 47f99e7...276a8a7:
  > 276a8a7 Merge pull request # 107638 from gjkim42/cherry-pick-of-# 106473-upstream-release-1.23
  > 32582e3 Update k/utils to v0.0.0-20211116205334-6203023598ed
  > 91f688f Merge pull request # 107567 from jiahuif-forks/automated-cherry-pick-of-# 107565-upstream-release-1.23
  > b004898 generated: ./hack/update-vendor.sh
  > e6473ad upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
  > 4427f8f Merge pull request # 106835 from cpanato/go117-release-1-23
  > 7e05421 dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
  > 1d209c8 Merge pull request # 106661 from liggitt/automated-cherry-pick-of-# 106660-upstream-release-1.23
  > bc8397d Revert sigs.k8s.io/structured-merge-diff/v4 to v4.1.2
  > db630ad Server Side Field Validation
  > 9edaf59 Merge pull request # 106448 from aojea/hlee/issue-103721/staticcheck
  > 7b19dc5 remove ineffectual assignment base var
  > c6fa79a nolint float64(-0.0), //nolint:staticcheck // SA4026:
  > 3c77d51 nolint unused expectNoMatchDirect function
  > c3a9c93 fix ineffectual assignment to base var
  > 15e61a1 fix SA4005: ineffective assignment to field PatchMeta.patchStrategies (staticcheck)
  > 9d6998d migrate nolint coments to golangci-lint
  > cc08b72 Merge pull request # 105623 from ash2k/ash2k/resettable-rest-mapper
  > f3cf56e Merge pull request # 105057 from jiahuif-forks/feature/enum-types-feature-enablement
  > 551a1f0 ResettableRESTMapper to make it possible to reset wrapped mappers
  > 10158cf Merge pull request # 104844 from aojea/clientgo_close_idle
  > 8dbf676 generated: ./hack/update-vendor.sh
  > 19377c9 Merge pull request # 106234 from jpbetz/cel-libs
  > dd07dbd CloseIdleConnections for wrapped Transport
  > b076af9 Pin new dependency: github.com/google/cel-go v0.9.0
  > 0922fd5 Merge pull request # 106181 from ulucinar/aru/consume-kube-openapi
  > d7e096f Merge pull request # 105421 from brianpursley/kubernetes-105146
  > b2cebad Bump k8s.io/kube-openapi to commit ee342a809c29
  > 9402052 Merge pull request # 105983 from jiahuif-forks/dep/bump-smd
  > 918d368 Fix bug where attempting to use patch with deleteFromPrimitiveList on an empty or nonexistent list incorrectly adds the item to be removed.
  > aa7685d generated: ./hack/update-vendor.sh
  > b255da5 Merge pull request # 105959 from liggitt/podsecurity-details
  > 11a505a apierrors: optimize ToAggregate() for zero-length lists
  > 43e7be7 apierrors: Avoid spurious <nil> in invalid error message
  > a39cb4b Merge pull request # 105896 from zqzten/upgrade-json-patch
  > 0a1a573 upgrade github.com/evanphx/json-patch to v4.12.0
  > 153f11a Merge pull request # 104877 from pohly/json-kobj
  > f8f6d27 klog 2.30.0, logr 1.2.0, zapr 1.2.0
  > a7973b2 Merge pull request # 105030 from liggitt/json-stdlib
  > 40349b1 vendor sigs.k8s.io/json
  > 253c511 Switch from json-iterator to utiljson
  > e6c90c4 Merge pull request # 105702 from liggitt/json-strict-test
  > 436a610 Test json/yaml decoding type coercion
  > 3c79fac Fix strict json decoder test
  > ff30008 Add missing json tag on internal unstructured list
  > 6c3d2b3 Merge pull request # 95128 from ii/remove-unwanted-redirects
  > 9111733 Merge pull request # 104873 from pohly/json-output-stream
  > ec3388c Redirect proxy requests for only GET & HEAD methods
  > 6ea1bd9 resource: support using Quantity as command line value
  > 968be71 Merge pull request # 105466 from liggitt/json-stdlib-pretty
  > 8c52066 Compact pretty-printed compatibility fixtures when decoding
  > f8ea685 Use stdlib json encoder for yaml and pretty-json marshaling
  > df63df3 Merge pull request # 105372 from MadhavJivrajani/vendor-clock-utils
  > 2616b06 run hack/{pind-dependency.sh, update-vendor.sh}
  > 0eeeaa3 Merge pull request # 105330 from liggitt/importboss-doc
  > e896b70 Make package paths referenced by import boss valid
  > 86c0c0f Merge pull request # 105095 from wojtek-t/migrate_clock_3
  > ddfe1ec Migrate to k8s.io/utils/clock in client-go
  > f7f8dd8 Merge pull request # 105026 from wojtek-t/migrate_clock_2
  > 87fb71e Merge pull request # 104949 from Karthik-K-N/json-iterator-version-update
  > 234eb3d  Migrate to k8s.io/utils/clock in apimachinery
  > 093b2e9 Updated vendor files and pinned versions
  > 71bf7ba Merge pull request # 104747 from kinvolk/invidian/typos
  > 2694a9d Merge pull request # 104103 from pohly/logr-1.0
  > 1059638 Fix typo coersion -> coercion
  > b274948 Merge pull request # 103751 from y-tag/approx-float64
  > ac0292d klog 2.20.0, logr v1.1.0, zapr v1.1.0
  > 9fff050 Merge pull request # 104816 from mkumatag/fix-rand
  > 0adefd5 Additional resource quantity testing
  > 60a8f1c Merge pull request # 104699 from vincepri/generate-name-error
  > 6c3d45d Update the valid string from rand.go
  > c542eeb fix AsApproximateFloat64() for BinarySI
  > 43a0941 Object creation with generateName should return a proper error
  > 74be3b8 Merge pull request # 103692 from justaugustus/go117
  > e001aa9 generated: Run hack/update-gofmt.sh
  > 6b8f11a generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > a068ff4 [go1.17] Bump golang.org/x/... dependencies
  > 43d8bfe Merge pull request # 104187 from j2gg0s/remove-unnecessary-map-in-converter
  > 19d9835 Merge pull request # 97350 from FabianKramm/master
  > 42dd94c apimachinery: remove unused ignoredConversions map and nameFunc in converter.
  > 8e946d1 Merge pull request # 104368 from aojea/ruleguard
  > 29ed2d8 kubectl proxy: append context host path to request path
  > 9cba95e update vendor
  > 04387bf run hack/update-netparse-cve.sh
  > 02cfb53 Merge pull request # 104413 from liggitt/openapi-ipvalidation
  > aa45c77 Bump k8s.io/kube-openapi
  > 1af25b6 Merge pull request # 101926 from bhcleek/errors/code-check
  > 805eea8 Merge pull request # 104279 from liggitt/add-staging-golang-license
  > d1d7b99 check APIStatus.Code in Is* family of functions
  > 05b78bb Copy golang license to staging copies
  > a653093 Merge pull request # 101475 from ash2k/ash2k/stop-timer
  > 2cdc0db Merge pull request # 102913 from pacoxu/upgrade-promotheus-common
  > f5b61dc Correctly drain timer
  > f776929 Merge pull request # 103564 from kevindelgado/unstr-extr-poc
  > 24db68d upgrade github.com/prometheus/common to v0.28.0
  > 4164974 fix boilerplate and staticcheck
  > cb71a88 fix extract_test
  > bb87b1b remove apiserver impor from client-go
  > 5c86445 Manually set GVK in extract, add commentary to extractor
  > 21f109e Initial UnstructuredExtract without caching
bumping k8s.io/api 9d2e771...a1613d7:
  > a1613d7 Update dependencies to v0.23.4 tag
  > d42c342 Merge pull request # 107638 from gjkim42/cherry-pick-of-# 106473-upstream-release-1.23
  > 5b17c10 Update k/utils to v0.0.0-20211116205334-6203023598ed
  > 041d396 Merge pull request # 107567 from jiahuif-forks/automated-cherry-pick-of-# 107565-upstream-release-1.23
  > 1b5f1f9 generated: ./hack/update-vendor.sh
  > 69f9c87 Merge pull request # 107005 from liggitt/automated-cherry-pick-of-# 107004-upstream-release-1.23
  > fa0d183 Merge pull request # 106888 from liggitt/automated-cherry-pick-of-# 106887-upstream-release-1.23
  > cd2e958 Point flowcontrol users at v1beta2
  > 1cfd3d8 Merge pull request # 106835 from cpanato/go117-release-1-23
  > 15d9b0c Direct v2betaX users to migrate to HPA v2
  > d24c38d dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
  > 45fc4f6 Merge pull request # 106776 from SergeyKanzhelev/grpcFieldNameCharryPick
  > 2776038 regenerated files
  > 2972bc8 update the grpc field name for consistency
  > 2893881 Merge pull request # 106661 from liggitt/automated-cherry-pick-of-# 106660-upstream-release-1.23
  > 750097c Revert sigs.k8s.io/structured-merge-diff/v4 to v4.1.2
  > 8a6e2ee Merge pull request # 105916 from kevindelgado/validation-unify-all
  > cf43cc3 Merge pull request # 99728 from mattcary/control
  > fc94c9d Server Side Field Validation
  > 6f9317d tests for statefulset PersistentVolumeClaimDeletePolicy api change
  > 6f4caf0 statefulset PersistentVolumeClaimDeletePolicy api change
  > 1d6faf2 Merge remote-tracking branch 'origin/master'
  > db3d9bc implement :grpc probe action
  > b7adf12 Merge pull request # 105057 from jiahuif-forks/feature/enum-types-feature-enablement
  > 3ba8597 Merge pull request # 106154 from gnufied/recover-expansion-failure-123
  > 6bc0285 add enum markers for built-in v1 types.
  > 3b96cd1 Merge pull request # 106285 from SergeyKanzhelev/updateHandlersDescription
  > be51f63 Implement API changes necessary for recovery from resize failure
  > 4759853 generated: ./hack/update-vendor.sh
  > bf6ff80 Merge pull request # 105555 from MikeSpreitzer/fix-105393
  > bc22e59 ./hack/update-openapi-spec.sh after the updated probe handler types descriptions
  > 2d1f8bd Merge pull request # 106234 from jpbetz/cel-libs
  > 6487905 Update generated
  > d7c9145 updated probe handler types descriptions
  > 64c6a22 Merge pull request # 104636 from hbagdi/ingress-class-namespaced-params-ga
  > 17b4c12 Pin new dependency: github.com/google/cel-go v0.9.0
  > 3eb12fc Update comment on ResourcePolicyRule
  > ce16127 Merge pull request # 106181 from ulucinar/aru/consume-kube-openapi
  > 6dc5253 Graduate IngressClassNamespacedParams to GA
  > 0917088 Merge pull request # 102534 from wangyysde/create-hpav2stable
  > fabbfe4 Bump k8s.io/kube-openapi to commit ee342a809c29
  > 4df1ddc rename v2beta2 to v2
  > 1920a30 just copy v2beta2 to v2
  > 7979b39 Merge pull request # 105940 from dobsonj/kep-1682-ga
  > e423bf5 Merge pull request # 105983 from jiahuif-forks/dep/bump-smd
  > 3aff6e7 Move CSIVolumeFSGroupPolicy feature to GA
  > 542317d generated: ./hack/update-vendor.sh
  > cca52a0 De-share the Handler struct in core API (# 105979)
  > 29b5863 referenced the V1Secret type (# 105901)
  > 4101918 Merge pull request # 104693 from ravisantoshgudimetla/add-podOS-field
  > b7ac315 Merge pull request # 100318 from lyft/hpa-v2beta2-opt-conditions
  > 472ae40 testdata: Pod OS field
  > ee6ea93 Merge pull request # 105609 from pohly/generic-ephemeral-volume-ga
  > 38ff9a3 Mark v2beta1 and v2beta2 HPA status conditions as optional to resolve unnecessary apply error
  > 557aa26 generated: Add os field to Pod Spec
  > bf3f702 Merge pull request # 105726 from DiptoChakrabarty/podexecdoc
  > a83064a generic ephemeral volume: graduation to GA
  > f52c238 api: Introduce os field to pod spec
  > c9a65ff Merge pull request # 104915 from alculquicondor/job-ready
  > 84fbf07 remove default value comment for pod exec and update openapi spec
  > 5604a48 Merge pull request # 105896 from zqzten/upgrade-json-patch
  > 8f0e95b Add ready field to Job status
  > ef9c7a4 upgrade github.com/evanphx/json-patch to v4.12.0
  > 7d47955 Merge pull request # 104877 from pohly/json-kobj
  > ac20314 klog 2.30.0, logr 1.2.0, zapr 1.2.0
  > 0d10942 Merge pull request # 105030 from liggitt/json-stdlib
  > dc1e5d5 Merge pull request # 105405 from verb/1.23-ec-beta
  > feba9b8 vendor sigs.k8s.io/json
  > 654d74d Merge pull request # 105687 from alculquicondor/job-tracking
  > f3837cb Generated code for EphemeralContainers beta
  > 73bbc49 Graduate JobTrackingWithFinalizers to beta
  > f42ce3c Disallow subpath for ephemeral container mounts
  > 2a5dae0 Merge pull request # 105219 from sahilvv/ga_ttl
  > 08ca84a Add test for EphemeralContainerCommon struct tags
  > 57acaa5 GA TTLAfterFinish
  > de23480 Clarify EphemeralContainer behavior in docs
  > 965a3d4 Merge pull request # 105466 from liggitt/json-stdlib-pretty
  > 7d4a437 Promote EphemeralContainers feature to beta
  > 0d93349 Fix pretty-printed fixtures
  > dd41419 Merge pull request # 105372 from MadhavJivrajani/vendor-clock-utils
  > d1a1228 run hack/{pind-dependency.sh, update-vendor.sh}
  > a771498 Merge pull request # 105330 from liggitt/importboss-doc
  > fc7a6c5 Make package paths referenced by import boss valid
  > 7036ead move IPv6DualStack feature to stable. (# 104691)
  > 87c4113 Merge pull request # 104949 from Karthik-K-N/json-iterator-version-update
  > 9608724 Merge pull request # 104399 from tkashem/apf-v1beta2
  > 1367e0a Updated vendor files and pinned versions
  > 5c8efac Merge pull request # 104045 from ravisantoshgudimetla/promote-minReadySec-sts-beta
  > 43bebb0 apf: regenerate for v1beta2
  > f745d22 Merge pull request # 104747 from kinvolk/invidian/typos
  > c347539 testdata: STS minReadySeconds beta
  > a473268 apf: ebable v1beta2
  > 897e446 Merge pull request # 104103 from pohly/logr-1.0
  > 32e2770 Fix typo assigment -> assignment
  > 8da00a0 api: Promote statefulset MinReadySeconds to beta
  > cd22686 apf: rename to v1beta2
  > d21f9c9 Merge pull request # 104829 from mikedanese/rbac-doc
  > 3dded91 klog 2.20.0, logr v1.1.0, zapr v1.1.0
  > 7a17be7 Fix typo fileystem -> filesystem
  > 9cb5675 apf: copy v1beta1 to v1beta2
  > 2faddc9 rbac: remove AttributeRestriction documentation
  > 9cb86d9 Merge pull request # 103941 from saschagrunert/seccomp-profile-root
  > 3ca8c84 Remove deprecated `--seccomp-profile-root`/`seccompProfileRoot` configuration
  > f20796d Merge pull request # 103692 from justaugustus/go117
  > ece165c generated: Run hack/update-gofmt.sh
  > 7b85cee generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > 2e3872a Merge pull request # 104509 from mysunshine92/job-0823
  > d8b6789 fix typo: Modify PodTrackingWithFinalizers to JobTrackingWithFinalizers
  > 5403b8c Merge pull request # 104368 from aojea/ruleguard
  > 69511e4 update vendor
  > 62998e9 Merge pull request # 104270 from liggitt/1.22-compatibility-data
  > f6e4980 Merge pull request # 104413 from liggitt/openapi-ipvalidation
  > 7872f87 Remove 1.20.0 API test data
  > 17ecddf Bump k8s.io/kube-openapi
  > e5a2d0c Add 1.22 API test data
  > 2491c6b Merge pull request # 101789 from pohly/mutable-csi-driver
  > 692293c generated swagger docs
  > a97eb92 CSIDriver: allow "StorageCapacity" to be modified
  > dea7265 Merge pull request # 102913 from pacoxu/upgrade-promotheus-common
  > 499b6f9 Merge pull request # 103872 from able8/fix-a-typo-in-comment
  > 37acb84 upgrade github.com/prometheus/common to v0.28.0
  > c02a408 Merge pull request # 103779 from SergeyKanzhelev/ContainerStatusApiDocs
  > 9ed9a63 Fix a typo in comment
  > 7a35d40 Clarify ready (# 103782)
  > 8dde4c7 TODO comment should have been removed with # 2912, the restartCount docs wasn't updated as part of # 6794.
  > aa30bda Merge pull request # 103747 from mattcary/noapi
bumping k8s.io/apiextensions-apiserver 811461e...75190f0:
  > 75190f0 Update dependencies to v0.23.4 tag
  > 2f4923f Merge pull request # 108030 from liggitt/automated-cherry-pick-of-# 107970-upstream-release-1.23
  > 7185162 Use serializable struct for x-kubernetes-validations in openapi
  > b7984b2 Make JSON schema round tripping test more strict
  > 517b3a7 Merge pull request # 107968 from benluddy/automated-cherry-pick-of-# 107956-upstream-release-1.23
  > 5a97858 Deeply copy JSONSchemaProps.XValidations.
  > da1467a Merge pull request # 107638 from gjkim42/cherry-pick-of-# 106473-upstream-release-1.23
  > 74a969b Merge pull request # 107689 from liggitt/automated-cherry-pick-of-# 107688-upstream-release-1.23
  > 4cf7251 Update k/utils to v0.0.0-20211116205334-6203023598ed
  > a510ebc Fix regression pruning array fields with x-kubernetes-preserve-unknown-fields: true
  > e6ecc4a Merge pull request # 107567 from jiahuif-forks/automated-cherry-pick-of-# 107565-upstream-release-1.23
  > bd60879 generated: ./hack/update-vendor.sh
  > b4947e4 upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
  > cdb171a Merge pull request # 107037 from jdnurme/1.23-knp-27-merge
  > d690e9b cherry pick of knp 0.0.27
  > 591fc2d Merge pull request # 106835 from cpanato/go117-release-1-23
  > f10de57 dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
  > 3221597 Merge pull request # 106661 from liggitt/automated-cherry-pick-of-# 106660-upstream-release-1.23
  > 31e1b0d Revert sigs.k8s.io/structured-merge-diff/v4 to v4.1.2
  > 1c17837 Merge pull request # 106462 from jpbetz/cel-e2e2
  > 563f73c Merge pull request # 105916 from kevindelgado/validation-unify-all
  > 3b2c86f Add e2e test for CEL Validation Rules
  > abac151 Server Side Field Validation
  > 4b86980 sync: update go.mod
  > 4c15c61 Merge pull request # 106448 from aojea/hlee/issue-103721/staticcheck
  > 91ff711 remove unused listMetaType var
  > 3838b1e migrate nolint coments to golangci-lint
  > 963c6ff Merge pull request # 105945 from Jefftree/openapi-v3-test
  > 42b45ce Add OpenAPI v3 publishing under feature gate OpenAPIV3
  > db04da6 Merge pull request # 105057 from jiahuif-forks/feature/enum-types-feature-enablement
  > 1199a5a Merge pull request # 106051 from jpbetz/cel-port
  > 8e34cc7 generated: apiextensions-apiserver OpenAPI spec.
  > 1e49ba9 Enable feature gated custom resource validation using validation rules
  > 33ddeaf prune enum when OpenAPIEnums is disabled.
  > a18dafa Update third_party/forked/celopenapi to support kubernetes schema extensions and CEL property name escaping
  > 1bc477a generated: ./hack/update-vendor.sh
  > 3e65834 Add validation rule compilation and validation of x-kubernetes-validations extension fields
  > 4dcacf7 Auto update/generated files for validation rules feature
  > b84c534 Merge pull request # 106234 from jpbetz/cel-libs
  > 4b54177 Integrate CEL in wired off state to appease verify vendor
  > ca0a300 Manual changes in /third_party/forked/celopenapi to use Kubernetes types and remove unused code.
  > ccfa8e3 Add models from cel-policy-templates
  > a355471 Pin new dependency: github.com/google/cel-go v0.9.0
  > e52d568 Merge pull request # 106181 from ulucinar/aru/consume-kube-openapi
  > 4ca9c4c Merge pull request # 106213 from cheftako/try_clean
  > 46474e6 Bump k8s.io/kube-openapi to commit ee342a809c29
  > db9f537 Bump konnectivity to v0.0.25
  > 4c1a29c Merge pull request # 105983 from jiahuif-forks/dep/bump-smd
  > 537abca generated: ./hack/update-vendor.sh
  > 01632cd Merge pull request # 102945 from chenchun/fake
  > 9f08acc Merge pull request # 105653 from p0lyn0mial/crd-503-refactor
  > 108d059 Auto generated
  > dd20d89 apiextentionserver: refactor returning 503 for custom resource requests during server start
  > ebfb0f7 Merge pull request # 105896 from zqzten/upgrade-json-patch
  > 66ee571 upgrade github.com/evanphx/json-patch to v4.12.0
  > 10b6750 Merge pull request # 104877 from pohly/json-kobj
  > 638e647 klog 2.30.0, logr 1.2.0, zapr 1.2.0
  > daab40b Merge pull request # 105030 from liggitt/json-stdlib
  > 2bf8fb2 Merge pull request # 105490 from aojea/restclient-shared-transport
  > 6ecd800 vendor sigs.k8s.io/json
  > c49617d updated generated
  > 8e290cb Switch from json-iterator to utiljson
  > ec755f5 Merge pull request # 105076 from pohly/log-flush-frequency-bug
  > 14db7f1 Merge pull request # 105372 from MadhavJivrajani/vendor-clock-utils
  > 9e1400e initialize logging after flag parsing
  > 8d0ae7c run hack/{pind-dependency.sh, update-vendor.sh}
  > b0555e7 Merge pull request # 104949 from Karthik-K-N/json-iterator-version-update
  > 0149c93 Merge pull request # 104969 from liggitt/crd-error-validation
  > 7de5c90 Updated vendor files and pinned versions
  > 9a412db Fix null JSON round tripping
  > f73ff4b Propagate conversion errors
  > d98297d Merge pull request # 104747 from kinvolk/invidian/typos
  > 58a0ad7 Merge pull request # 104103 from pohly/logr-1.0
  > b4740a1 Fix typo coersion -> coercion
  > a067eab Merge pull request # 104444 from cheftako/anp-v23
  > 3d2f112 klog 2.20.0, logr v1.1.0, zapr v1.1.0
  > 89638b8 Merge pull request # 104652 from MikeSpreitzer/add-resourcde-config
  > 7ded4f9 Enable http2 health checking with go 1.16.5
  > 7f34a56 Merge pull request # 104231 from astraw99/fix_unified_workers
  > 6d17d53 Introduce storagebackend.ConfigForResource
  > bdd9a82 Merge pull request # 103692 from justaugustus/go117
  > 9fb4790 unify worker num to workers
  > f4befd4 generated: Run hack/update-gofmt.sh
  > d24c5cb generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > 0c663f5 Merge pull request # 104368 from aojea/ruleguard
  > c51bea0 run hack/update-netparse-cve.sh
  > 94de4c1 Merge pull request # 104466 from stbenjam/bump-utils
  > 436c764 vendor: bump k8s.io/util to get fix for LRU cache
  > 322de0e Merge pull request # 103448 from eddiezane/ez/update-cobra-1.2.1
  > 0aa8228 Update cobra to v1.2.1
  > db7708e Merge pull request # 104413 from liggitt/openapi-ipvalidation
  > f288353 Merge pull request # 104330 from liggitt/defaulter-package
  > ebbf994 Bump k8s.io/kube-openapi
  > a332d81 Merge pull request # 103402 from ilyee/validation-test
  > 17f449c bump gengo to include defaulter-gen package support
  > 74fc111 Add unit tests for validateStructuralInvariants
  > e11bc83 Merge pull request # 104248 from liggitt/drop-beta
  > a104830 Merge pull request # 102913 from pacoxu/upgrade-promotheus-common
  > e0e2cc7 Drop legacy validation logic for CRD API
  > affd00a Merge pull request # 103700 from tkashem/storage-object-tracker
  > 8516f26 upgrade google.golang.org/api to v0.45.0
  > afa06d6 Drop beta REST APIs removed in 1.22
  > 89809e4 apiserver: add callback to get notified of object count
  > 2bfa9a5 upgrade github.com/prometheus/common to v0.28.0
  > 215a8f6 Update golang.org/x/time/rate (# 104014)
  > 0389b17 Merge pull request # 103895 from cheftako/anpv122
  > 2524dfc Update to using apiserver-network-proxy v1.22
  > cb2283d Merge pull request # 103743 from kolyshkin/runc-1.0.1
  > 6fa4852 vendor: bump runc to 1.0.1
  > fcfdc0b Merge pull request # 103601 from dashpole/webhook_tracing
  > 4953389 add tracing to webhook requests
bumping k8s.io/code-generator 7b37ed0...fb849a7:
  > fb849a7 Merge pull request # 107638 from gjkim42/cherry-pick-of-# 106473-upstream-release-1.23
  > 0fbe752 Update k/utils to v0.0.0-20211116205334-6203023598ed
  > 293ba3b Merge pull request # 107567 from jiahuif-forks/automated-cherry-pick-of-# 107565-upstream-release-1.23
  > 102c4b7 generated: ./hack/update-vendor.sh
  > 7182501 upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
  > 1680916 Merge pull request # 106835 from cpanato/go117-release-1-23
  > e1deb1b dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
  > 5266a1f Merge pull request # 106661 from liggitt/automated-cherry-pick-of-# 106660-upstream-release-1.23
  > e6baa0e Revert sigs.k8s.io/structured-merge-diff/v4 to v4.1.2
  > 2ae819a Server Side Field Validation
  > 63f081a Merge pull request # 106448 from aojea/hlee/issue-103721/staticcheck
  > 6be528b fix ineffectual assignment to name (ineffassign)
  > bce3d85 Merge pull request # 105057 from jiahuif-forks/feature/enum-types-feature-enablement
  > 526a2ef generated: ./hack/update-vendor.sh
  > 7b5df41 Merge pull request # 106234 from jpbetz/cel-libs
  > dae1b7b Pin new dependency: github.com/google/cel-go v0.9.0
  > 6579f18 Merge pull request # 106181 from ulucinar/aru/consume-kube-openapi
  > dd362fd Bump k8s.io/kube-openapi to commit ee342a809c29
  > 1003036 Merge pull request # 105983 from jiahuif-forks/dep/bump-smd
  > b5850d9 generated: ./hack/update-vendor.sh
  > 35fbf26 Merge pull request # 102945 from chenchun/fake
  > efa7a93 Auto generated
  > f53a9f9 Pass DeleteOptions down to the Reactor
  > e92ab9f Merge pull request # 105896 from zqzten/upgrade-json-patch
  > 3a62c14 upgrade github.com/evanphx/json-patch to v4.12.0
  > 1ca1c4b Merge pull request # 104877 from pohly/json-kobj
  > 765cb83 klog 2.30.0, logr 1.2.0, zapr 1.2.0
  > 03c63d7 Merge pull request # 105030 from liggitt/json-stdlib
  > 5a93c8b Merge pull request # 105490 from aojea/restclient-shared-transport
  > 65cde1d vendor sigs.k8s.io/json
  > 180e9a3 updated generated
  > 62c9cbb client-go: share http client for all GV
  > ede4574 Merge pull request # 105372 from MadhavJivrajani/vendor-clock-utils
  > 4d89208 run hack/{pind-dependency.sh, update-vendor.sh}
  > da5f105 Merge pull request # 105330 from liggitt/importboss-doc
  > 274be6e Make package paths referenced by import boss valid
  > 9e65146 Merge pull request # 105169 from liggitt/gomodule-codegenerator
  > 4a2a938 Smoke test code-generator using full packages
  > df0a6b4 Merge pull request # 104949 from Karthik-K-N/json-iterator-version-update
  > 4317b0d Updated vendor files and pinned versions
  > cefb511 Merge pull request # 104747 from kinvolk/invidian/typos
  > db3ab43 Merge pull request # 104103 from pohly/logr-1.0
  > 066fa02 Fix typo coersion -> coercion
  > cb72d5a klog 2.20.0, logr v1.1.0, zapr v1.1.0
  > e7c2dcc Merge pull request # 104475 from Iceber/update-code-generate
  > 55f37e8 Merge pull request # 101572 from carlory/fix-prerelease-lifecycle-gen-usage
  > 64446c7 code-generator: remove bounding-dirs flag of the deepcopy-gen in the script
  > ef1f065 Merge pull request # 103692 from justaugustus/go117
  > 3ba1129 update the usage doc of prerelease-lifecycle-gen
  > 6b84a4d generated: Run hack/update-gofmt.sh
  > 8aab4da generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > c012e94 [go1.17] Bump golang.org/x/... dependencies
  > 48d3d44 Merge pull request # 104466 from stbenjam/bump-utils
  > 3d0e586 vendor: bump k8s.io/util to get fix for LRU cache
  > 7edd005 Merge pull request # 104413 from liggitt/openapi-ipvalidation
  > 2717b3a Merge pull request # 104330 from liggitt/defaulter-package
  > c74d1ec Bump k8s.io/kube-openapi
  > 16d6d02 bump gengo to include defaulter-gen package support
  > 3bfba9d Merge pull request # 104279 from liggitt/add-staging-golang-license
  > 767f1ea Copy golang license to staging copies
  > 6037d5d Merge pull request # 102913 from pacoxu/upgrade-promotheus-common
  > 09c8290 Merge pull request # 100738 from cuisongliu/bug_register-gen_groupName
  > 3d7bf31 upgrade google.golang.org/api to v0.45.0
  > f7583cc Merge pull request # 103847 from liggitt/generator-install-fix
  > f9cd01d code-generator/register-gen: groupName can't use '// +groupName=somegroup ' to override
  > 9e0e641 upgrade github.com/prometheus/common to v0.28.0
  > 96aa56d Update golang.org/x/time/rate (# 104014)
  > 5bb9f2e k8s.io/code-generator: Change BoilerplatePath() to locate file or require explicit flag
  > ee3ba0f Merge pull request # 103548 from dims/drop-hashicorp-lru
  > 04e4fe8 k8s.io/code-generator: Enable generate-*  scripts usage as module deps
bumping knative.dev/eventing 9590bc3...9b9cdee:
  > 9b9cdee Adding code of conduct to reference knative/community's CoC (# 6281)
  > 5df47e1 Bump k8s deps to v0.23.4 (# 6280)
  > 2233333 Update community files (# 6275)
  > 40ad27a Test Channel as dead letter sink (# 6272)
  > c02e63a upgrade to latest dependencies (# 6267)
  > 5fcc285 only reconcile triggers that point to the MTChannelBroker class (# 6265)
  > 08ac6d0 upgrade to latest dependencies (# 6266)
  > 19935b1 Set dead letter sink URI in the `Channel` status (# 6256)
  > fffe9c2 Update community files (# 6255)
  > f9498e8 upgrade to latest dependencies (# 6252)
  > 1d881c1 Update community files (# 6251)
bumping knative.dev/hack e178598...14f832e:
  > 14f832e Update community files (# 161)
  > c9c3ea1 Update community files (# 160)
  > aae7c22 Update community files (# 159)
  > 0687d6e Update community files (# 158)
bumping knative.dev/networking e8b2eb9...ec52d71:
  > ec52d71 Add validation for activator-ca and activator-san (# 637)
  > 7d792a6 bump deps and pull in k8s v0.23 lib (# 638)
  > f35c7e7 Update community files (# 636)
  > 31d0d3f upgrade to latest dependencies (# 635)
  > d1f3f8e upgrade to latest dependencies (# 634)
  > 1890039 upgrade to latest dependencies (# 632)
  > c478885 Update community files (# 633)
  > 02ec99f Update community files (# 631)
  > 8f9516e upgrade to latest dependencies (# 630)
bumping k8s.io/client-go a406c93...b425fb6:
  > b425fb6 Update dependencies to v0.23.4 tag
  > 0f7ee70 Merge pull request # 107638 from gjkim42/cherry-pick-of-# 106473-upstream-release-1.23
  > 42bda1a Update k/utils to v0.0.0-20211116205334-6203023598ed
  > 857d6f1 Merge pull request # 107567 from jiahuif-forks/automated-cherry-pick-of-# 107565-upstream-release-1.23
  > 94fb0d0 generated: ./hack/update-vendor.sh
  > f739adf upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
  > 3074be1 Merge pull request # 107334 from fasaxc/automated-cherry-pick-of-# 107311-upstream-release-1.23
  > 8ae6aa2 client-go: Clear the ResourceVersionMatch on paged list calls
  > 72a8f74 Merge pull request # 106835 from cpanato/go117-release-1-23
  > d333414 dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
  > c752eaa Merge pull request # 106782 from palnabarun/automated-cherry-pick-of-# 106716-upstream-release-1.23
  > 17bbf03 Merge pull request # 106776 from SergeyKanzhelev/grpcFieldNameCharryPick
  > 0d94476 bump TestHTTP1DoNotReuseRequestAfterTimeout timeout
  > 1d1035d regenerated files
  > f3c25ef Merge pull request # 106661 from liggitt/automated-cherry-pick-of-# 106660-upstream-release-1.23
  > 3f1288c Revert sigs.k8s.io/structured-merge-diff/v4 to v4.1.2
  > b4c5f29 tests for statefulset PersistentVolumeClaimDeletePolicy api change
  > f1d7f5c Merge pull request # 106463 from SergeyKanzhelev/grpcProbe
  > ad95a77 Merge pull request # 106660 from liggitt/smd-merge
  > a154062 Revert sigs.k8s.io/structured-merge-diff/v4 to v4.1.2
  > 10e087c Merge pull request # 99728 from mattcary/control
  > 475f2c7 tests for statefulset PersistentVolumeClaimDeletePolicy api change
  > 2a70348 sync: update go.mod
  > 51a4fd4 Merge pull request # 106448 from aojea/hlee/issue-103721/staticcheck
  > cc8a98c Merge pull request # 103526 from brianpursley/kubectl-686
  > 34c9930 remove unused fakeUpgradeConnection
  > 3f38fd3 Merge pull request # 105623 from ash2k/ash2k/resettable-rest-mapper
  > f5d063c close streamConn and stop listening when an error occurs while port forwarding
  > d62dc4e no lint unused variables
  > e2c9d63 Merge pull request # 105057 from jiahuif-forks/feature/enum-types-feature-enablement
  > c5a1393 ResettableRESTMapper to make it possible to reset wrapped mappers
  > 2e69bf9 fix unassigned error on client-go test
  > d9ceca5 Merge pull request # 106154 from gnufied/recover-expansion-failure-123
  > 0ed96f3 generated: ./hack/update-vendor.sh
  > 5b8ad0d migrate nolint coments to golangci-lint
  > 28b1932 Merge pull request # 104844 from aojea/clientgo_close_idle
  > c643e47 Implement API changes necessary for recovery from resize failure
  > 2f764f9 Merge pull request # 106399 from justinsb/populate_event_typemetad
  > f34af1a CloseIdleConnections for wrapped Transport
  > ecfd45a leaderelection: populate the apiVersion/kind when reporting events
  > e627be7 Merge pull request # 106234 from jpbetz/cel-libs
  > 8d0429e Pin new dependency: github.com/google/cel-go v0.9.0
  > 843baa6 Merge pull request # 106240 from tkashem/client-retry
  > 0f29216 Merge pull request # 106181 from ulucinar/aru/consume-kube-openapi
  > 4b3bec4 client-go: add jitter to flowcontrol.Backoff
  > 5d42009 Merge pull request # 102534 from wangyysde/create-hpav2stable
  > 50900ef Bump k8s.io/kube-openapi to commit ee342a809c29
  > 607f5b2 rename v2beta2 to v2
  > 6d69eb8 Merge pull request # 105794 from margocrawf/master
  > 9b0b23a Merge pull request # 106177 from aojea/RoundTripperWrapper
  > 5fca705 --as-uid flag in kubectl and kubeconfigs.
  > 06eaec4 assert RoundTripperWrapper interface
  > 26d331c client-go token source transport implement RoundTripperWrapper interface
  > 6d49694 Merge pull request # 105983 from jiahuif-forks/dep/bump-smd
  > 980663e Merge pull request # 105819 from tosi3k/client-go-traces
  > 871103e generated: ./hack/update-vendor.sh
  > e57f404 Merge pull request # 102945 from chenchun/fake
  > 9af7db3 Add more info to the ListAndWatch trace
  > 2f5d8b0 Merge pull request # 106014 from enj/enj/i/unwrap_exec
  > dd4008c Auto generated
  > d92ef13 client-go exec: make sure round tripper can be unwrapped
  > d478a57 Pass DeleteOptions down to the Reactor
  > fd0a034 De-share the Handler struct in core API (# 105979)
  > 5be956b Merge pull request # 104693 from ravisantoshgudimetla/add-podOS-field
  > c64db8c generated: Add os field to Pod Spec
  > c151c2c Merge pull request # 104915 from alculquicondor/job-ready
  > 651ddcb Merge pull request # 105896 from zqzten/upgrade-json-patch
  > 0659305 Add ready field to Job status
  > 1e6b5d9 upgrade github.com/evanphx/json-patch to v4.12.0
  > 56656ba Merge pull request # 104877 from pohly/json-kobj
  > 816febe klog 2.30.0, logr 1.2.0, zapr 1.2.0
  > d8ccb0e Merge pull request # 105030 from liggitt/json-stdlib
  > 4154d81 Merge pull request # 105490 from aojea/restclient-shared-transport
  > dfce9f4 vendor sigs.k8s.io/json
  > 88713b7 Merge pull request # 105405 from verb/1.23-ec-beta
  > 4d53a8d updated generated
  > 7159ac8 Generated code for EphemeralContainers beta
  > 30025c3 expose NewForConfigAndClient for the metadata client
  > fa4ee25 Merge pull request # 104327 from sxllwx/fix/dynamic-client
  > 12956a0 expose NewForConfigAndClient for the dynamic client
  > 7697067 Merge pull request # 105603 from shawnhanx/eventstructuredlogging
  > 61ae14a set the content-type Header when the dynamic client sends the request
  > bb294ff NewDiscoveryClientForConfigAndClient constructor
  > 9359514 Support SetStructuredLogging with the new events library
  > fd09dce RESTClient contructors for config and http client
  > 3511ef4 Merge pull request # 105156 from aojea/clientgo_trace
  > 1cbb8e6 Merge pull request # 105312 from Karthik-K-N/fix-reatelimite-testfail
  > 3a10028 client-go httpstats
  > f71d255 Merge pull request # 104653 from astraw99/fix-word-comment
  > 881e30a Changes to fix the flake test case in ratelimiter
  > dbfa30b Merge pull request # 105372 from MadhavJivrajani/vendor-clock-utils
  > 1816a40 fix word comment to common
  > 235fd36 run hack/{pind-dependency.sh, update-vendor.sh}
  > b3f71e4 Merge pull request # 105330 from liggitt/importboss-doc
  > fe0e5b1 Merge pull request # 103900 from ash2k/ash2k/cache-mapper-and-client
  > 93c09c3 Make package paths referenced by import boss valid
  > 6d070ad Merge pull request # 105315 from wzshiming/test/events-expansion
  > 0ae31f6 Cache rest mapper and discovery client
  > 9bea344 Merge pull request # 104300 from wojtek-t/converting_informer
  > a062895 Add unit test coverage for events expansion
  > f1b4ce1 Merge pull request # 105234 from wojtek-t/optimize_indexer
  > c702a41 Create TransformingIndexerInformer
  > 439294e Update comments
  > b7ec70c Merge pull request # 104507 from wzshiming/fix/match
  > e61d0d5 Optimize index updating
  > b100ecf Create TransformingInformer
  > 372575c Merge pull request # 104483 from margocrawf/master
  > 6e9eb81 Check namespaces match in UpdateWithEventNamespace
  > 463b3d1 Optimize indexer
  > 7cbd2d5 Merge pull request # 105162 from MadhavJivrajani/migrate-clock-pkg
  > e0129e6 Introduces Impersonate-Uid to client-go.
  > 721036c migrate k8s.io/apimachinery/util/clock -> k8s.io/utils/clock
  > 79916c5 Merge pull request # 104578 from MadhavJivrajani/refactor-rate-limiters
  > 191e5dc Merge pull request # 105095 from wojtek-t/migrate_clock_3
  > b9fa896 Refactor client-go/util/flowcontrol/throttle.go RateLimiter
  > 4fc3881 Merge pull request # 104655 from luyou86/client-go-bucket-rate-limiter-add-maxDelay
  > 01243dd Migrate to k8s.io/utils/clock in client-go
  > cc76160 Merge pull request # 105031 from howardjohn/q/memory-leak
  > a6277bb client-go bucket rate limiter add maxDelay
  > 98470c8 Merge pull request # 105080 from smira/client-error-wrapping
  > eb364c7 workqueue: fix leak in queue preventing objects from being GCed
  > efdf058 Merge pull request # 105026 from wojtek-t/migrate_clock_2
  > 8f8a83c fix: wrap errors correct when validating kubeconfig
  > 0866d96 Merge pull request # 104949 from Karthik-K-N/json-iterator-version-update
  > 608b521 Migrate to k8s.io/utils/clock in client-go - part 1
  > 7e5e2e0 Merge pull request # 104991 from hzxuzhonghu/mem-leak
  > e4babf5 Updated vendor files and pinned versions
  > 2ed3e42 Merge pull request # 104874 from wojtek-t/migrate_clock_1
  > 2f21912 Fix workqueue memory leak
  > a5f006e Merge pull request # 104969 from liggitt/crd-error-validation
  > 8d49a0b  Migrate to k8s.io/utils/clock in flowcontrol backoff
  > bf0611c Merge pull request # 104399 from tkashem/apf-v1beta2
  > 5960e3c Propagate conversion errors
  > 14a5158 Migratet to k8s.io/utils/clock in workqueue
  > 29730ab Merge pull request # 104045 from ravisantoshgudimetla/promote-minReadySec-sts-beta
  > 0c0d853 apf: regenerate for v1beta2
  > 45fb834 Merge pull request # 104853 from kitianFresh/feature/avoid-sharedIndexInformer-run-more-than-once
  > aade4d8 api: Promote statefulset MinReadySeconds to beta
  > b36b60b Merge pull request # 104725 from NoicFank/master
  > f0bcda0 avoid sharedIndexInformer run more than once, avoid more cache and memory consume
  > 9b97591 Merge pull request # 101928 from alexanderConstantinescu/drain-workqueue
  > b866957 Improve DeltaFIFO function 'ListKeys'
  > 9026029 Merge pull request # 104841 from h4ghhh/deltafifo_rv
  > 22aa998 [queue] Implement `ShutDownWithDrain` allowing the queue to drain when shutting down
  > 92773de Merge pull request # 104103 from pohly/logr-1.0
  > c209a2e para 'resourceVersion' in DeltaFIFO.Replace is not used, so remove it
  > dbb2afa Merge pull request # 104812 from astraw99/fix-sharedInformer-doc
  > 90bee32 klog 2.20.0, logr v1.1.0, zapr v1.1.0
  > 84f9a96 Merge pull request # 103023 from tiloso/staticcheck-apiserver-clientgo
  > 33e23ed fix sharedInformer doc
  > a31b18a Merge pull request # 104573 from sxllwx/refine/clear-comments-for-metaclient
  > 04efcfc Fix staticcheck in apiserver and client-go pkgs
  > ce70fec Merge pull request # 104172 from atiratree/revert-jsonpath-fix
  > 0c4682e explain the reason why metaclient special processing metav1.DeleteOptions encoding
  > b350fc3 Merge pull request # 104231 from astraw99/fix_unified_workers
  > e529a15 add a test for jsonpath template parsing to prevent regressions
  > 3dc80a3 Merge pull request # 103692 from justaugustus/go117
  > a9a86ad unify worker num to workers
  > 496c390 revert "fix wrong output when using jsonpath"
  > 624e682 generated: Run hack/update-gofmt.sh
  > 484a294 generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > e311efc [go1.17] Bump golang.org/x/... dependencies
  > b1403d1 Merge pull request # 104504 from astraw99/fix_typo_CRED
  > f100d86 fix typo CRED to CRUD
  > 590eaed Merge pull request # 104373 from astraw99/fix_typo_rate_limiter
  > e88163c Merge pull request # 104368 from aojea/ruleguard
  > 9d15ff7 fix typo of rate limiter
  > a6edfab run hack/update-netparse-cve.sh
  > 9c45b4b Merge pull request # 104466 from stbenjam/bump-utils
  > 284a0d5 vendor: bump k8s.io/util to get fix for LRU cache
  > 2961e1d Merge pull request # 104413 from liggitt/openapi-ipvalidation
  > d2b8b64 Regenerate applyconfigurations
  > a3cb704 Bump k8s.io/kube-openapi
  > d6c8310 Merge pull request # 103912 from Iceber/fix-event-recorder
  > 19db02e Merge pull request # 103918 from olagacek/master
  > 3e35ef9 client-go/events: avoid referencing a nil related object
  > 044192f Merge pull request # 104279 from liggitt/add-staging-golang-license
  > 23071d6 Allow customizing spam filtering in event client library
  > 81fcb4f Merge pull request # 104258 from coderanger/patch-3
  > 21ff407 Copy golang license to staging copies
  > e89f211 Typo in a comment.
  > 150ce54 Merge pull request # 102913 from pacoxu/upgrade-promotheus-common
  > b756925 Merge pull request # 102872 from barkbay/client/fix-discovery-error
  > 9a97b38 upgrade google.golang.org/api to v0.45.0
  > 0f5acb8 Merge pull request # 103917 from aojea/slow_handlers
  > 728eec7 Return StatusError 404 in fake client when resource is not found
  > e679b1f upgrade github.com/prometheus/common to v0.28.0
  > fa98c04 Merge pull request # 103657 from dgrisonnet/fix-event-doc
  > c63d830 client-go: deltaFIFO trace slow handlers
  > 2d8e761 Merge pull request # 103564 from kevindelgado/unstr-extr-poc
  > 398a64c client-go/tools: update events version in doc
  > 3c86d4a Merge pull request # 100406 from tomkukral/retry-doc
  > dfebd37 fix boilerplate and staticcheck
  > bcf88f0 Update golang.org/x/time/rate (# 104014)
  > 5783ea1 fix typo in retry doc
  > ba2f263 fix vendor
  > ac207fa Merge pull request # 103747 from mattcary/noapi
  > d445499 remove apiserver impor from client-go
  > 2406d22 Revert "tests for statefulset PersistentVolumeClaimDeletePolicy api change"
  > 10ec231 wrap extractor errors
  > b5bb807 Revert caching in favor of simple ttl
  > 784e3fb remove commented out code
  > 305b0bc Address PR feedback around gvk parser generation ergonomics
  > 1b1afde Restructure caching logic
  > 6728eba comments
  > f316b7b rename cache, add to integration test
  > 4389b4f Add HasOpenAPISchemaChanged to DiscoveryInterface
  > 5d4570c basic caching working
  > 7525c0e Manually set GVK in extract, add commentary to extractor
  > 690f06e Initial UnstructuredExtract without caching
bumping knative.dev/pkg 38af013...e6e3cf0:
  > e6e3cf0 Adding code of conduct to reference knative/community's CoC (# 2470)
  > 26a8fea Update community files (# 2468)
  > 7f16595 bump k8s deps to v0.23.4 (# 2458)
  > 3a4cc56 Add configmap informer factory (# 2466)
  > 13bdd74 add popany to bucketer (# 2445)
  > 616f1ab Add genreconcile for NetworkPolicy. (# 2465)
  > 721abec Bump prometheus/client_golang to v1.11.1 (# 2450)
  > a5ba81d Update community files (# 2461)
  > 3c4dec9 Take pointer to map in AsOptionalMap for consistency (# 2460)
  > ce6f287 Initialize prefix remapping map to avoid panic (# 2453)
  > 78fdd53 Update community files (# 2456)
  > a850b9e Use t.Setenv instead of os.Setenv in tests (# 2454)
  > d2cdc68 Update community files (# 2451)
bumping knative.dev/serving f52ae88...646d0b1:
  > 646d0b1 removing deprecated serving.knative.dev/release label (# 12754)
  > 40c3e33 upgrade to latest dependencies (# 12764)
  > dd10cc5 use GKE 1.22 clusters (# 12758)
  > f1c08d8 Add unit tests for custom item rate limiter (# 12733)
  > ed92cdd Update net-kourier nightly (# 12750)
  > 80be89b update dependencies - k8s v0.23 libs (# 12753)
  > b8b7480 Add support for topology spread constraint (# 12715)
  > 12b0d28 Adding code of conduct to reference knative/community's CoC (# 12757)
  > 185d96e Update net-certmanager nightly (# 12747)
  > 0753bb1 Update net-kourier nightly (# 12744)
  > b7b0731 Update net-certmanager nightly (# 12740)
  > 4c132e7 Update community files (# 12745)
  > e2d7b98 upgrade to latest dependencies (# 12739)
  > 53a6a6f Update net-kourier nightly (# 12741)
  > 13fad41 Update net-gateway-api nightly (# 12742)
  > 8fe1387 Move `WithPodSecurityContext()` util to the common place (# 12737)
  > 2e6e0c9 Update net-istio nightly (# 12735)
  > 991e550 Update net-gateway-api nightly (# 12723)
  > a4dfb30 upgrade to latest dependencies (# 12721)
  > 77efc54 Update net-certmanager nightly (# 12727)
  > 94ce9ec Update net-kourier nightly (# 12724)
  > b5996a7 Fix PVC test service name (# 12736)
  > 509c582 Update net-istio nightly (# 12725)
  > 035df85 Update community files (# 12730)
  > a93cf84 Update community files (# 12716)
  > 08fdf9a Update net-kourier nightly (# 12719)
  > 9fb7372 Update net-gateway-api nightly (# 12711)
  > 910e518 Update net-kourier nightly (# 12710)
  > dbe2fef Update net-contour nightly (# 12709)
  > 7932c0b Enable istio access logging during e2e (# 12714)
  > 3d71d98 Update net-certmanager nightly (# 12708)
  > 79d4908 Fix TestProbeRuntimeAfterStartup/periodSeconds=0 flake (# 12643)

Signed-off-by: Knative Automation <automation@knative.team>

* Upgrade k8s.io/cli-runtime to matching version

Co-authored-by: David Simansky <dsimansk@redhat.com>
2022-03-22 07:14:12 -07:00
Roland Huß ced73c07cb
Adding code of conduct to reference knative/community's CoC (#1634) 2022-03-21 04:18:46 -07:00
David Simansky d75836c4f4
Infer versions for E2E tests from current branch (#1627)
* Infer versions for E2E tests from current branch

* Fix var export

* Reflect review feedback
2022-03-14 06:29:18 -07:00
knative-automation 0ba5250ea1
upgrade to latest dependencies (#1628)
bumping knative.dev/pkg 2fdd5f2...38af013:
  > 38af013 Initialize prefix remapping map to avoid panic (# 2459)

Signed-off-by: Knative Automation <automation@knative.team>
2022-03-11 04:53:32 -08:00
knative-automation af97703742
Update community files (#1626)
Signed-off-by: Knative Automation <automation@knative.team>
2022-03-10 04:11:47 -08:00
David Simansky a591c0c027
Fix Serving & Eventing version fetch in e2e tests (#1625) 2022-03-09 07:03:49 -08:00
6053 changed files with 34974 additions and 1525684 deletions

View File

@ -1,5 +1,24 @@
coverage:
# Commit status https://docs.codecov.io/docs/commit-status are used
# to block PR based on coverage threshold.
status:
project:
default:
# Temporarily lowering below 80% to unblock PRs
target: 75
threshold: 5%
patch:
# Disable the coverage threshold of the patch, so that PRs are
# only failing because of overall project coverage threshold.
# See https://docs.codecov.io/docs/commit-status#disabling-a-status.
default: false
comment:
# Update existing comment or create new if deleted.
behavior: default
ignore:
- "**/zz_generated*.go" # Ignore generated files.
- "**/*.pb.go" # Ignore proto-generated files.
- "hack"
- "pkg/client"
- "test"
- "third_party"
- "vendor"

50
.github/ISSUE_TEMPLATE/knative48h.md vendored Normal file
View File

@ -0,0 +1,50 @@
---
name: 48h Knative Mini-Project
about: This template is for creating a mini-project issue for the 48h Knative event. It will serve as a guide for potential participants to understand and choose projects they are interested in.
title: "[48h Knative] "
labels: knative48h
assignees: ''
---
👋 Hello awesome contributor!
Are you excited about Knative and open-source development? You're in the right place! This is a mini-project for the upcoming 48h Knative event—a 48-hour hackathon designed to boost contributions to the Knative Client project. For more details, check out [Issue #1842](https://github.com/knative/client/issues/1842).
## 🎯 Project Description
<!-- Briefly describe the project. -->
## 🌟 Benefits
<!-- Explain why this project is important. -->
## 🛠 Difficulty Level
<!-- Easy, Intermediate, Challenging -->
## 👥 Recommended Team Size
<!-- Suggested number of contributors for this project. -->
## 🎉 Expected Outcome
<!-- What should be accomplished by the end of the hackathon. -->
## 🤝 Mentor
<!-- Who will be available for guidance and questions? -->
## 🎥 5-Minute Video Pitch
<!-- Link to a brief video explaining the project. -->
## 📝 Additional Information
<!-- Any prerequisites or other information. -->
## 🌐 Entrypoints
<!-- Links to relevant source code or documentation. -->
---
### 📋 Organizer Checklist
- [ ] Added to Project Board
- [ ] Proposal Reviewed
- [ ] Assigned a Mentor
- [ ] Expected Outcome define

View File

@ -16,21 +16,15 @@
<!-- Please add the corresponding issue number which this pull request is about to fix -->
Fixes #
<!--
Please add an entry to CHANGELOG.adoc file, too, as part of your Pull Request.
**Release Note**
In the following cases, add a short description of PR to the unreleased section in CHANGELOG.adoc:
<!-- Enter your extended release note in the below block. If the PR requires
additional action from users switching to the new release, include the string
"action required". If no release note is required, write "NONE". -->
- 🎁 New feature
- 🐛 Bug fix
- ✨ Feature Update
- 🐣 Refactoring
- 🗑️ Remove feature or internal logic
```release-note
See other entries in CHANGELOG.adoc as an example for how to add the entry, including a reference to the corresponding issue/PR
PLEASE DON'T ADD THAT LINE HERE IN THE PULL-REQUEST DESCRIPTION BUT DIRECTLY IN CHANGELOG.ADOC AND ADD CHANGELOG.ADOC AS PART OF YOUR PULL-REQUEST.
-->
```
<!--
To automatically lint go code in this pull request uncomment the line below. You get feedback as comments on your pull request then -->

View File

@ -1,96 +0,0 @@
# Copyright 2020 The Knative Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# This file is automagically synced here from github.com/knative-sandbox/.github
# repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
name: Boilerplate
on:
pull_request:
branches: [ 'main', 'master', 'release-*' ]
jobs:
check:
name: Boilerplate Check
runs-on: ubuntu-latest
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
extension:
- go
- sh
# Map between extension and human-readable name.
include:
- extension: go
language: Go
- extension: sh
language: Bash
steps:
- name: Set up Go 1.17.x
uses: actions/setup-go@v2
with:
go-version: 1.17.x
id: go
- name: Check out code
uses: actions/checkout@v2
- name: Install Tools
run: |
TEMP_PATH="$(mktemp -d)"
cd $TEMP_PATH
echo '::group::🐶 Installing reviewdog ... https://github.com/reviewdog/reviewdog'
curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b "${TEMP_PATH}" 2>&1
echo '::endgroup::'
echo '::group:: Installing boilerplate-check ... https://github.com/mattmoor/boilerplate-check'
go install github.com/mattmoor/boilerplate-check/cmd/boilerplate-check@latest
echo '::endgroup::'
echo "${TEMP_PATH}" >> $GITHUB_PATH
- id: boilerplate_txt
uses: andstor/file-existence-action@v1
with:
files: ./hack/boilerplate/boilerplate.${{ matrix.extension }}.txt
- name: ${{ matrix.language }} license boilerplate
shell: bash
if: ${{ steps.boilerplate_txt.outputs.files_exists == 'true' }}
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ github.token }}
run: |
set -e
cd "${GITHUB_WORKSPACE}" || exit 1
echo '::group:: Running github.com/mattmoor/boilerplate-check for ${{ matrix.language }} with reviewdog 🐶 ...'
# Don't fail because of boilerplate-check
set +o pipefail
boilerplate-check check \
--boilerplate ./hack/boilerplate/boilerplate.${{ matrix.extension }}.txt \
--file-extension ${{ matrix.extension }} \
--exclude "(vendor|third_party)/" |
reviewdog -efm="%A%f:%l: %m" \
-efm="%C%.%#" \
-name="${{ matrix.language }} headers" \
-reporter="github-pr-check" \
-filter-mode="diff_context" \
-fail-on-error="true" \
-level="error"
echo '::endgroup::'

View File

@ -1,61 +0,0 @@
# Copyright 2020 The Knative Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# This file is automagically synced here from github.com/knative-sandbox/.github
# repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
name: Do Not Submit
on:
pull_request:
branches: [ 'main', 'master', 'release-*' ]
jobs:
donotsubmit:
name: Do Not Submit
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Do Not Submit
shell: bash
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ github.token }}
run: |
set -e
cd "${GITHUB_WORKSPACE}" || exit 1
TEMP_PATH="$(mktemp -d)"
PATH="${TEMP_PATH}:$PATH"
echo '::group::🐶 Installing reviewdog ... https://github.com/reviewdog/reviewdog'
curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b "${TEMP_PATH}" 2>&1
echo '::endgroup::'
echo '::group:: Running DO NOT SUBMIT with reviewdog 🐶 ...'
# Don't fail because of grep
set +o pipefail
find . -type f -not -path './vendor/*' -not -path './third_party/*' -not -path './.git/*' -not -path './.github/workflows/*' |
xargs grep -n "DO NOT SUBMIT" |
reviewdog -efm="%f:%l:%m" \
-name="DO NOT SUBMIT" \
-reporter="github-pr-check" \
-filter-mode="added" \
-fail-on-error="true" \
-level="error"
echo '::endgroup::'

View File

@ -1,65 +1,14 @@
# Copyright 2020 The Knative Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# SPDX-License-Identifier: Apache-2.0
# This file is automagically synced here from github.com/knative-sandbox/.github
# repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
# This file is automagically synced here from github.com/knative-extensions/knobots
name: Build
on:
pull_request:
branches: [ 'main', 'master', 'release-*' ]
branches: [ 'main', 'release-*' ]
jobs:
build:
name: Build
strategy:
matrix:
go-version: [1.17.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code
uses: actions/checkout@v2
- id: go_mod
uses: andstor/file-existence-action@v1
with:
files: go.mod
- name: Build
if: ${{ steps.go_mod.outputs.files_exists == 'true' }}
run: |
tags="$(grep -I -r '// +build' . | \
grep -v '^./vendor/' | \
grep -v '^./hack/' | \
grep -v '^./third_party' | \
cut -f3 -d' ' | \
tr ',' '\n' | \
sort | uniq | \
grep -v '^!' | \
tr '\n' ' ')"
echo "Building with tags: ${tags}"
go test -vet=off -tags "${tags}" -exec echo ./...
uses: knative/actions/.github/workflows/reusable-go-build.yaml@main

View File

@ -1,81 +1,19 @@
# Copyright 2020 The Knative Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Copyright 2022 The Knative Authors.
# SPDX-License-Identifier: Apache-2.0
# This file is automagically synced here from github.com/knative-sandbox/.github
# repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
# This file is automagically synced here from github.com/knative-extensions/knobots
name: Test
on:
push:
branches: [ 'main', 'master' ]
branches: [ 'main', 'release-*' ]
pull_request:
branches: [ 'main', 'master', 'release-*' ]
branches: [ 'main', 'release-*' ]
jobs:
test:
name: Unit Tests
strategy:
matrix:
go-version: [1.17.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Merge upstream
if: github.event_name == 'pull_request'
run: |
if ! git config user.name > /dev/null; then
git config user.name "John Doe"
fi
if ! git config user.email > /dev/null; then
git config user.email "johndoe@localhost"
fi
git remote add upstream https://github.com/${{ github.repository }}.git
git fetch upstream ${{ github.base_ref }}
git pull --no-rebase --no-commit upstream ${{ github.base_ref }}
shell: bash
- name: Check for .codecov.yaml
id: codecov-enabled
uses: andstor/file-existence-action@v1
with:
files: .codecov.yaml
- if: steps.codecov-enabled.outputs.files_exists == 'true'
name: Produce Go Coverage
run: echo 'COVER_OPTS=-coverprofile=coverage.txt -covermode=atomic' >> $GITHUB_ENV
- name: Test
run: go test -race $COVER_OPTS ./...
- if: steps.codecov-enabled.outputs.files_exists == 'true'
name: Codecov
uses: codecov/codecov-action@v1
uses: knative/actions/.github/workflows/reusable-go-test.yaml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

View File

@ -1,163 +0,0 @@
# Copyright 2020 The Knative Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# This file is automagically synced here from github.com/knative-sandbox/.github
# repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
name: 'Releasability'
on:
schedule:
- cron: '0 1 * * 1-5' # 6am Pacific, weekdays.
workflow_dispatch: # Manual trigger.
inputs:
releaseFamily:
description: 'Release? (vX.Y)'
moduleReleaseFamily:
description: 'Module Release? (vX.Y)'
slackChannel:
description: 'Slack Channel? (release-#)'
jobs:
releasability:
name: Releasability
runs-on: 'ubuntu-latest'
env:
#########################################
# Update this section each release. #
RELEASE: 'v1.3'
MODULE_RELEASE: 'v0.30'
SLACK_CHANNEL: 'release-1dot3'
#########################################
steps:
- name: Defaults
run: |
# If manual trigger sent releaseFamily, moduleReleaseFamily and slackChannel, then override them
if [[ "${{ github.event.inputs.releaseFamily }}" != "" ]]; then
echo "RELEASE=${{ github.event.inputs.releaseFamily }}" >> $GITHUB_ENV
fi
if [[ "${{ github.event.inputs.moduleReleaseFamily }}" != "" ]]; then
echo "MODULE_RELEASE=${{ github.event.inputs.moduleReleaseFamily }}" >> $GITHUB_ENV
fi
if [[ "${{ github.event.inputs.slackChannel }}" != "" ]]; then
echo "SLACK_CHANNEL=${{ github.event.inputs.slackChannel }}" >> $GITHUB_ENV
fi
if [[ "${{ secrets.SLACK_WEBHOOK }}" != "" ]]; then
echo "SLACK_WEBHOOK=exists" >> $GITHUB_ENV
fi
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
- name: Install Dependencies
run: go install knative.dev/test-infra/buoy@main
- name: Check out code
uses: actions/checkout@v2
- name: Exists
id: exists
run: |
EXISTS=0
buoy exists go.mod --release ${RELEASE} --module-release ${MODULE_RELEASE} --verbose || EXISTS=$?
if [[ "$EXISTS" -eq "0" ]]; then
EXISTS=true
else
EXISTS=false
fi
echo ::set-output name=release-branch::${EXISTS}
- name: Check
if: steps.exists.outputs.release-branch == 'false'
run: |
# The following pushes the stdout of buoy into $CHECK_MESSAGE
CHECK=0
echo 'CHECK_MESSAGE<<EOF' >> $GITHUB_ENV
buoy check go.mod --release ${RELEASE} --module-release ${MODULE_RELEASE} --domain knative.dev --verbose >> $GITHUB_ENV 2>&1 || CHECK=$?
echo 'EOF' >> $GITHUB_ENV
# We just captured the return code of the buoy call, test it to see
# if we should continue validating. The next steps short circuit if
# we already know we are not ready for a release.
if [[ "$CHECK" -eq "0" ]]; then
echo 'current=true' >> $GITHUB_ENV
else
echo 'current=false' >> $GITHUB_ENV
fi
- name: Upgrade
if: steps.exists.outputs.release-branch == 'false' && env.current == 'true'
run: |
# if update deps returns un-successful, then mark current to false.
if ! ./hack/update-deps.sh --release ${RELEASE} --module-release ${MODULE_RELEASE} --upgrade; then
echo "VERIFY_MESSAGE=Unable to update deps for ${{ github.repository }}." >> $GITHUB_ENV
echo 'current=false' >> $GITHUB_ENV
fi
- name: Verify
if: steps.exists.outputs.release-branch == 'false' && env.current == 'true'
run: |
# If we don't run `git status` before the "git diff-index" it seems
# to list every file that's been touched by codegen.
git status
CHANGED="$(git diff-index --name-only HEAD --)"
# If we see no changes after the upgrade, then we are up to date.
if [[ "$CHANGED" == "" ]]; then
echo "VERIFY_MESSAGE=${{ github.repository }} up to date." >> $GITHUB_ENV
else
echo "VERIFY_MESSAGE=${{ github.repository }} is out of date." >> $GITHUB_ENV
echo "The following files are changed: $CHANGED"
echo 'current=false' >> $GITHUB_ENV
fi
- name: Status GO
if: steps.exists.outputs.release-branch == 'false' && env.current == 'true'
run: |
echo 'SLACK_COLOR=#098e00' >> $GITHUB_ENV
echo 'SLACK_TITLE=Releasability for ${{ github.repository }} @ ${{ env.RELEASE }} is GO!' >> $GITHUB_ENV
- name: Status NO-GO
if: steps.exists.outputs.release-branch == 'false' && env.current == 'false'
run: |
echo 'SLACK_COLOR=#8E1600' >> $GITHUB_ENV
echo 'SLACK_TITLE=Releasability for ${{ github.repository }} @ ${{ env.RELEASE }} is NO-GO!' >> $GITHUB_ENV
- name: Post status to Slack
# Note: using env.SLACK_WEBHOOK here because secrets are not allowed in the if block.
if: env.SLACK_WEBHOOK != '' && steps.exists.outputs.release-branch == 'false'
uses: rtCamp/action-slack-notify@v2.1.0
env:
SLACK_ICON: http://github.com/knative.png?size=48
SLACK_USERNAME: github-actions
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
MSG_MINIMAL: 'true'
SLACK_MESSAGE: |
${{ env.CHECK_MESSAGE }}
${{ env.VERIFY_MESSAGE }}
For detailed logs: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
- name: Fail if NO-GO
if: steps.exists.outputs.release-branch == 'false' && env.current == 'false'
run: |
# When we have figured out that things are NO-GO, we intentionally fail the job
# so that the status badge shows up red and we can use the badges to create a
# releasability dashboard for all of the repos.
exit 1

View File

@ -1,104 +0,0 @@
# Copyright 2020 The Knative Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# This file is automagically synced here from github.com/knative-sandbox/.github
# repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
name: 'Release Notes'
on:
workflow_dispatch:
inputs:
branch:
description: 'Branch'
required: true
default: 'main'
start-rev:
description: 'Start Tag (defaults to merge-base(branch, prev-branch))'
end-rev:
description: 'End Tag (defaults to HEAD of the target branch)'
jobs:
release-notes:
name: Release Notes
runs-on: 'ubuntu-latest'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
- name: Install Dependencies
# https://github.com/kubernetes/release/tree/master/cmd/release-notes
run: go install k8s.io/release/cmd/release-notes@latest
- name: Check out code
uses: actions/checkout@v2
with:
# fetch-depth of 0 indicates all history for all branches and tags.
fetch-depth: 0
- name: Generate Notes
run: |
set -x
# The release-notes tool access ENV vars as options
# https://github.com/kubernetes/release/tree/master/cmd/release-notes#options
export ORG=$(echo '${{ github.repository }}' | awk -F '/' '{print $1}')
export REPO=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')
export BRANCH="${{ github.event.inputs.branch }}"
export START_REV=${{ github.event.inputs.start-rev }}
export END_REV=${{ github.event.inputs.end-rev }}
if [[ -z "$END_REV" ]]; then
END_REV="origin/$BRANCH"
fi
# If start rev isn't set find the merge base of
# the target branch and the previous branch
if [[ -z "$START_REV" ]]; then
BRANCHES=$(mktemp)
# List of branches sorted by semver descending
git branch -r -l "origin/release-[0-9]*\.[0-9]*" | sed 's/ //g' | sort -Vr > "$BRANCHES"
if [[ "$BRANCH" == "main" ]]; then
LAST_BRANCH="$(head -n1 "$BRANCHES")"
else
# use grep magic to find the next branch
# '-A 1' - prints the line after the match which we can parse
LAST_BRANCH="$(grep -A 1 "$BRANCH" "$BRANCHES" | tail -n1)"
fi
export START_SHA=$(git merge-base $LAST_BRANCH origin/$BRANCH)
fi
release-notes \
--required-author="" \
--output=release-notes.md \
--repo-path="$PWD" \
- name: Display Notes
run: |
cat release-notes.md
- name: Archive Release Notes
uses: actions/upload-artifact@v2
with:
name: release-notes.md
path: release-notes.md

View File

@ -1,56 +1,17 @@
# Copyright 2020 The Knative Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# SPDX-License-Identifier: Apache-2.0
# This file is automagically synced here from github.com/knative-sandbox/.github
# repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
# This file is automagically synced here from github.com/knative-extensions/knobots
name: 'Security'
on:
push:
branches: [ 'main', 'master', 'release-*' ]
branches: [ 'main', 'release-*' ]
pull_request:
branches: [ 'main', 'master', 'release-*' ]
branches: [ 'main', 'release-*' ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
- name: Find Unicode Control Characters
uses: pierdipi/unicode-control-characters-action@v0.1.1
with:
args: -d .
uses: knative/actions/.github/workflows/reusable-security.yaml@main

View File

@ -1,20 +1,7 @@
# Copyright 2020 The Knative Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# This file is automagically synced here from github.com/knative-sandbox/.github
# repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
# SPDX-License-Identifier: Apache-2.0
# This file is automagically synced here from github.com/knative-extensions/knobots
name: 'Close stale'
on:
@ -22,28 +9,6 @@ on:
- cron: '0 1 * * *'
jobs:
stale:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/stale@v3'
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}' # No need to setup
stale-issue-message: |-
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with `/reopen`. Mark the issue as
fresh by adding the comment `/remove-lifecycle stale`.
stale-issue-label: 'lifecycle/stale'
exempt-issue-labels: 'lifecycle/frozen,triage/accepted'
stale-pr-message: |-
This Pull Request is stale because it has been open for 90 days with
no activity. It will automatically close after 30 more days of
inactivity. Reopen with `/reopen`. Mark as fresh by adding the
comment `/remove-lifecycle stale`.
stale-pr-label: 'lifecycle/stale'
exempt-pr-labels: 'lifecycle/frozen'
days-before-stale: 90
days-before-close: 30
uses: knative/actions/.github/workflows/reusable-stale.yaml@main

View File

@ -1,264 +1,15 @@
# Copyright 2020 The Knative Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# SPDX-License-Identifier: Apache-2.0
# This file is automagically synced here from github.com/knative-sandbox/.github
# repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
# This file is automagically synced here from github.com/knative-extensions/knobots
name: Code Style
on:
pull_request:
branches: [ 'main', 'master', 'release-*' ]
branches: [ 'main', 'release-*' ]
jobs:
autoformat:
name: Auto-format and Check
runs-on: ubuntu-latest
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
tool:
- goimports
- gofmt
include:
- tool: gofmt
options: -s
- tool: goimports
package: golang.org/x/tools/cmd/goimports@latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
id: go
- name: Check out code
uses: actions/checkout@v2
- name: Install Dependencies
if: ${{ matrix.package != '' }}
run: |
cd $(mktemp -d)
go install ${{ matrix.package }}
- name: ${{ matrix.tool }} ${{ matrix.options }}
shell: bash
run: >
${{ matrix.tool }} ${{ matrix.options }} -w
$(find .
-path './vendor' -prune
-o -path './third_party' -prune
-o -name '*.pb.go' -prune
-o -name 'wire_gen.go' -prune
-o -type f -name '*.go' -print)
- name: Verify ${{ matrix.tool }}
shell: bash
run: |
# From: https://backreference.org/2009/12/23/how-to-match-newlines-in-sed/
# This is to leverage this workaround:
# https://github.com/actions/toolkit/issues/193#issuecomment-605394935
function urlencode() {
sed ':begin;$!N;s/\n/%0A/;tbegin'
}
if [[ $(git diff-index --name-only HEAD --) ]]; then
for x in $(git diff-index --name-only HEAD --); do
echo "::error file=$x::Please run ${{ matrix.tool }} ${{ matrix.options }}.%0A$(git diff $x | urlencode)"
done
echo "${{ github.repository }} is out of style. Please run ${{ matrix.tool }} ${{ matrix.options }}."
exit 1
fi
echo "${{ github.repository }} is formatted correctly."
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
id: go
- name: Check out code
uses: actions/checkout@v2
- id: golangci_configuration
uses: andstor/file-existence-action@v1
with:
files: .golangci.yaml
- name: Go Lint
if: steps.golangci_configuration.outputs.files_exists == 'true'
uses: golangci/golangci-lint-action@v2
with:
version: v1.43
- name: Install Tools
if: ${{ always() }}
env:
WOKE_VERSION: v0.13.0
run: |
TEMP_PATH="$(mktemp -d)"
cd $TEMP_PATH
echo '::group::🐶 Installing reviewdog ... https://github.com/reviewdog/reviewdog'
curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b "${TEMP_PATH}" 2>&1
echo '::endgroup::'
echo '::group:: Installing misspell ... https://github.com/client9/misspell'
curl -sfL https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh | sh -s -- -b "${TEMP_PATH}" 2>&1
echo '::endgroup::'
echo '::group:: Installing woke ... https://github.com/get-woke/woke'
curl -sfL https://raw.githubusercontent.com/get-woke/woke/main/install.sh | sh -s -- -b "${TEMP_PATH}" "${WOKE_VERSION}" 2>&1
echo '::endgroup::'
echo "${TEMP_PATH}" >> $GITHUB_PATH
- name: misspell
shell: bash
if: ${{ always() }}
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ github.token }}
run: |
set -e
cd "${GITHUB_WORKSPACE}" || exit 1
echo '::group:: Running github.com/client9/misspell with reviewdog 🐶 ...'
# Don't fail because of misspell
set +o pipefail
# Exclude generated and vendored files, plus some legacy
# paths until we update all .gitattributes
git ls-files |
git check-attr --stdin linguist-generated | grep -Ev ': (set|true)$' | cut -d: -f1 |
git check-attr --stdin linguist-vendored | grep -Ev ': (set|true)$' | cut -d: -f1 |
git check-attr --stdin ignore-lint | grep -Ev ': (set|true)$' | cut -d: -f1 |
grep -Ev '^(vendor/|third_party/|.git)' |
grep -v '\.svg$' |
xargs misspell -i importas -error |
reviewdog -efm="%f:%l:%c: %m" \
-name="github.com/client9/misspell" \
-reporter="github-pr-check" \
-filter-mode="added" \
-fail-on-error="true" \
-level="error"
echo '::endgroup::'
- name: trailing whitespace
shell: bash
if: ${{ always() }}
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ github.token }}
run: |
set -e
cd "${GITHUB_WORKSPACE}" || exit 1
echo '::group:: Flagging trailing whitespace with reviewdog 🐶 ...'
# Don't fail because of grep
set +o pipefail
# Exclude generated and vendored files, plus some legacy
# paths until we update all .gitattributes
git ls-files |
git check-attr --stdin linguist-generated | grep -Ev ': (set|true)$' | cut -d: -f1 |
git check-attr --stdin linguist-vendored | grep -Ev ': (set|true)$' | cut -d: -f1 |
git check-attr --stdin ignore-lint | grep -Ev ': (set|true)$' | cut -d: -f1 |
grep -Ev '^(vendor/|third_party/|.git)' |
grep -v '\.svg$' |
xargs grep -nE " +$" |
reviewdog -efm="%f:%l:%m" \
-name="trailing whitespace" \
-reporter="github-pr-check" \
-filter-mode="added" \
-fail-on-error="true" \
-level="error"
echo '::endgroup::'
- name: EOF newline
shell: bash
if: ${{ always() }}
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ github.token }}
run: |
set -e
cd "${GITHUB_WORKSPACE}" || exit 1
echo '::group:: Flagging missing EOF newlines with reviewdog 🐶 ...'
# Don't fail because of misspell
set +o pipefail
# Lint exclude rule:
# - nothing in vendor/
# - nothing in third_party
# - nothing in .git/
# - no *.ai (Adobe Illustrator) files.
LINT_FILES=$(git ls-files |
git check-attr --stdin linguist-generated | grep -Ev ': (set|true)$' | cut -d: -f1 |
git check-attr --stdin linguist-vendored | grep -Ev ': (set|true)$' | cut -d: -f1 |
git check-attr --stdin ignore-lint | grep -Ev ': (set|true)$' | cut -d: -f1 |
grep -Ev '^(vendor/|third_party/|.git)' |
grep -v '\.ai$' |
grep -v '\.svg$')
for x in $LINT_FILES; do
# Based on https://stackoverflow.com/questions/34943632/linux-check-if-there-is-an-empty-line-at-the-end-of-a-file
if [[ -f $x && ! ( -s "$x" && -z "$(tail -c 1 $x)" ) ]]; then
# We add 1 to `wc -l` here because of this limitation (from the man page):
# Characters beyond the final <newline> character will not be included in the line count.
echo $x:$((1 + $(wc -l $x | tr -s ' ' | cut -d' ' -f 1))): Missing newline
fi
done |
reviewdog -efm="%f:%l: %m" \
-name="EOF Newline" \
-reporter="github-pr-check" \
-filter-mode="added" \
-fail-on-error="true" \
-level="error"
echo '::endgroup::'
# This is mostly copied from https://github.com/get-woke/woke-action-reviewdog/blob/main/entrypoint.sh
# since their action is not yet released under a stable version.
- name: Language
if: ${{ always() && github.event_name == 'pull_request' }}
shell: bash
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ github.token }}
run: |
set -e
cd "${GITHUB_WORKSPACE}" || exit 1
# Create a minimal .wokeignore if none already exist.
if [ ! -f .wokeignore ]; then
cat > .wokeignore <<EOF
vendor/*
third_party/*
*.svg
EOF
fi
echo '::group:: Running woke with reviewdog 🐶 ...'
woke --output simple \
| reviewdog -efm="%f:%l:%c: %m" \
-name="woke" \
-reporter="github-pr-check" \
-filter-mode="added" \
-fail-on-error="true" \
-level="error"
echo '::endgroup::'
style:
uses: knative/actions/.github/workflows/reusable-style.yaml@main

View File

@ -12,65 +12,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# This file is automagically synced here from github.com/knative-sandbox/.github
# repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
# This file is automagically synced here from github.com/knative-extensions/.github
# repo by knobots: https://github.com/knative-extensions/knobots and will be overwritten.
name: Verify
on:
pull_request:
branches: [ 'main', 'master', 'release-*' ]
branches: [ 'main', 'release-*' ]
jobs:
verify:
name: Verify Deps and Codegen
strategy:
matrix:
go-version: [1.17.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Install Dependencies
run: |
go install github.com/google/ko@latest
go install github.com/google/go-licenses@latest
- name: Check out code
uses: actions/checkout@v2
- name: Update Codegen
shell: bash
run: |
[[ ! -f hack/update-codegen.sh ]] || ./hack/update-codegen.sh
- name: Verify
shell: bash
run: |
# From: https://backreference.org/2009/12/23/how-to-match-newlines-in-sed/
# This is to leverage this workaround:
# https://github.com/actions/toolkit/issues/193#issuecomment-605394935
function urlencode() {
sed ':begin;$!N;s/\n/%0A/;tbegin'
}
if [[ -z "$(git status --porcelain)" ]]; then
echo "${{ github.repository }} up to date."
else
# Print it both ways because sometimes we haven't modified the file (e.g. zz_generated),
# and sometimes we have (e.g. configmap checksum).
echo "Found diffs in: $(git diff-index --name-only HEAD --)"
for x in $(git diff-index --name-only HEAD --); do
echo "::error file=$x::Please run ./hack/update-codegen.sh.%0A$(git diff $x | urlencode)"
done
echo "${{ github.repository }} is out of date. Please run hack/update-codegen.sh"
exit 1
fi
uses: knative/actions/.github/workflows/reusable-verify-codegen.yaml@main

View File

@ -1,42 +0,0 @@
# Copyright 2021 The Knative Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# This file is automagically synced here from github.com/knative-sandbox/.github
# repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
name: 'Vulnerability scan'
on:
schedule:
- cron: '0 1 1,15 * *' # 6am Pacific, 1st of the month to not exceed limits (200 total for all repos).
workflow_dispatch: {}
jobs:
snyk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/golang@master
continue-on-error: true # To make sure that SARIF upload gets called
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --sarif-file-output=snyk.sarif
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: snyk.sarif

View File

@ -1,9 +1,7 @@
version: "2"
run:
timeout: 5m
build-tags:
- e2e
linters:
enable:
- errorlint
@ -13,10 +11,26 @@ linters:
- unparam
disable:
- errcheck
issues:
exclude-rules:
- path: test # Excludes /test, *_test.go etc.
linters:
- gosec
- unparam
exclusions:
generated: lax
presets:
- comments
- common-false-positives
- legacy
- std-error-handling
rules:
- linters:
- gosec
- unparam
path: test
paths:
- third_party$
- builtin$
- examples$
formatters:
exclusions:
generated: lax
paths:
- third_party$
- builtin$
- examples$

View File

@ -1,3 +1,10 @@
defaultBaseImage: gcr.io/distroless/static:nonroot
baseImageOverrides:
knative.dev/client/cmd/kn: docker.io/library/alpine:latest
builds:
- id: knative.dev/client/cmd/kn
main: ./cmd/kn
ldflags:
- -X knative.dev/client/pkg/kn/commands/version.Version={{.Env.KN_BUILD_VERSION}}
- -X knative.dev/client/pkg/kn/commands/version.GitRevision={{.Env.KN_BUILD_GITREV}}
- -X 'knative.dev/client/pkg/kn/commands/version.BuildDate={{.Env.KN_BUILD_DATE}}'

View File

@ -11,6 +11,65 @@
|
| https://github.com/knative/client/pull/[#]
////
## v1.5.0 (2022-05-31)
[cols="1,10,3", options="header", width="100%"]
|===
| | Description | PR
| 🎁
| Add delivery options to `broker create` command
| https://github.com/knative/client/pull/1670[#1670]
| 🐛
| Fix OCI image build
| https://github.com/knative/client/pull/1666[#1666]
| ✨
| Mark `--inject-broker` flag as deprecated
| https://github.com/knative/client/pull/1661[#1661]
|===
## v1.4.1 (2022-05-17)
[cols="1,10,3", options="header", width="100%"]
|===
| | Description | PR
| ✨
| Mark `--inject-broker` flag as deprecated
| https://github.com/knative/client/pull/1665[#1665]
|===
## v1.4.0 (2022-04-20)
[cols="1,10,3", options="header", width="100%"]
|===
| | Description | PR
| 🎁
| Added --timeout flag to service create, update, apply
| https://github.com/knative/client/pull/1643[#1643]
| 🎁
| Added --pull-policy flag to service create, update, apply
| https://github.com/knative/client/pull/1644[#1644]
| 🎁
| Added --wait-window flag to configure error window between errors during service create
| https://github.com/knative/client/pull/1645[#1645]
| 🎁
| Added --scale-metric flag to configure metric name
| https://github.com/knative/client/pull/1653[#1653]
| 🎁
| Added subpath functionality to --mount flag
| https://github.com/knative/client/pull/1655[#1655]
| 🐣
| Use `T.TempDir` to create temporary test directory
| https://github.com/knative/client/pull/1660[#1660]
|===
## v1.3.0 (2022-03-08)
[cols="1,10,3", options="header", width="100%"]
|===

View File

@ -1,76 +1,3 @@
# Contributor Covenant Code of Conduct
## Knative Community Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of
experience, education, socio-economic status, nationality, personal appearance,
race, religion, or sexual identity and orientation.
## Our Standards
Examples of behavior that contributes to creating a positive environment
include:
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members
Examples of unacceptable behavior by participants include:
- The use of sexualized language or imagery and unwelcome sexual attention or
advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic
address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting
## Our Responsibilities
Members of the Technical Oversight Committee are responsible for clarifying the
standards of acceptable behavior and are expected to take appropriate and fair
corrective action in response to any instances of unacceptable behavior.
TOC members have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are
not aligned to this Code of Conduct, or to ban temporarily or permanently any
contributor for other behaviors that they deem inappropriate, threatening,
offensive, or harmful.
## Scope
This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the Technical Oversight Committee at
knative-code-of-conduct@googlegroups.com. All complaints will be reviewed and
investigated and will result in a response that is deemed necessary and
appropriate to the circumstances. The project team is obligated to maintain
confidentiality with regard to the reporter of an incident. Further details of
specific enforcement policies may be posted separately.
TOC members who do not follow or enforce the Code of Conduct in good faith may
face temporary or permanent repercussions as determined by other members of the
project's leadership.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 1.4, available at
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
[homepage]: https://www.contributor-covenant.org
The [Knative Community Code of Conduct](https://github.com/knative/community/blob/main/CODE-OF-CONDUCT.md) is defined in the [Knative community repository](https://github.com/knative/community).

View File

@ -1,10 +1,7 @@
# Development
This doc explains how to set up a development environment so you can get started
[contributing](https://www.knative.dev/contributing/) to `Knative Client`. Also
take a look at:
- [The pull request workflow](https://www.knative.dev/contributing/reviewing/)
[contributing](https://www.knative.dev/contributing/) to `Knative Client`.
## Prerequisites
@ -35,7 +32,7 @@ You must install these tools:
### Create a cluster
1. [Set up Knative](https://knative.dev/docs/install/any-kubernetes-cluster)
1. [Set up Knative](https://knative.dev/docs/install/)
### Checkout your fork
@ -65,7 +62,7 @@ Once you've [set up your development environment](#prerequisites), let's build
**Dependencies:**
[go mod](https://github.com/golang/go/wiki/Modules#quick-start) is used and
[go mod](https://go.dev/wiki/Modules) is used and
required for dependencies.
**Building:**
@ -94,7 +91,7 @@ can be directly executed.
**Testing:**
Please follow the [guide](../test/README.md) here to test the `knative client`.
Please follow the [guide](test/README.md) here to test the `knative client`.
**Notes:**

View File

@ -2,215 +2,130 @@
# Do not modify this file, instead modify peribolos/knative.yaml
aliases:
api-core-wg-leads:
- dprotaso
autoscaling-reviewers:
- nader-ziada
- psschwei
- skonto
- taragu
autoscaling-wg-leads:
- julz
autoscaling-writers:
- julz
- yanweiguo
client-reviewers:
- itsmurugappan
client-wg-leads:
- dsimansk
- navidshaikh
- rhuss
client-writers:
- dsimansk
- maximilien
- navidshaikh
- rhuss
conformance-task-force-leads:
- omerbensaadon
- salaboy
conformance-writers:
- omerbensaadon
- salaboy
- vyasgun
docs-reviewers:
- nainaz
- omerbensaadon
- pmbanugo
- snneji
docs-wg-leads:
- csantanapr
- snneji
- skonto
docs-writers:
- abrennan89
- csantanapr
- psschwei
- snneji
- skonto
eventing-reviewers:
- Leo6Leo
- aslom
- tayarani
- tommyreddad
eventing-triage:
- akashrv
- antoineco
- lberk
- cali0707
- creydr
eventing-wg-leads:
- devguyio
- lionelvillard
- creydr
- pierDipi
eventing-writers:
- akashrv
- Leo6Leo
- aliok
- antoineco
- devguyio
- lberk
- cali0707
- creydr
- lionelvillard
- matzew
- pierDipi
- vaikas
knative-admin:
- carlisia
- csantanapr
- dprotaso
- evankanderson
- itsmurugappan
- julz
- knative-prow-releaser-robot
- knative-prow-robot
- knative-prow-updater-robot
- knative-test-reporter-robot
- kvmware
func-reviewers:
- jrangelramos
- nainaz
func-writers:
- gauron99
- jrangelramos
- lance
- pmorie
- rhuss
- smoser-ibm
- spencerdillard
- thisisnotapril
- vaikas
- xtreme-sameer-vohra
knative-release-leads:
- carlisia
- kvmware
- xtreme-sameer-vohra
knative-robots:
- lkingland
- matejvasek
- matzew
- salaboy
functions-wg-leads:
- lkingland
- salaboy
knative-admin:
- aliok
- cardil
- dprotaso
- dsimansk
- evankanderson
- gauron99
- knative-automation
- knative-prow-releaser-robot
- knative-prow-robot
- knative-prow-updater-robot
- knative-test-reporter-robot
- matzew
- nrrso
- skonto
- upodroid
knative-release-leads:
- dprotaso
- dsimansk
- gauron99
- skonto
knative-robots:
- knative-automation
- knative-prow-releaser-robot
- knative-prow-robot
- knative-prow-updater-robot
- knative-test-reporter-robot
networking-reviewers:
- JRBANCEL
- ZhiminXiang
- andrew-su
- arturenault
- carlisia
- nak3
- shashwathi
- tcnghia
- vagababov
- yanweiguo
networking-wg-leads:
- ZhiminXiang
- nak3
networking-writers:
- JRBANCEL
- ZhiminXiang
- nak3
- vagababov
operations-reviewers:
- Cynocracy
- aliok
- houshengbo
- jcrossley3
- matzew
- maximilien
- trshafer
operations-wg-leads:
- houshengbo
operations-writers:
- Cynocracy
- aliok
- houshengbo
- jcrossley3
- matzew
- maximilien
- trshafer
pkg-configmap-reviewers:
- dprotaso
- mattmoor
- vagababov
pkg-configmap-writers:
- dprotaso
- mattmoor
- vagababov
pkg-controller-reviewers:
- dprotaso
- mattmoor
- tcnghia
- vagababov
- whaught
pkg-controller-writers:
- dprotaso
- mattmoor
- tcnghia
- vagababov
productivity-leads:
- cardil
- upodroid
productivity-reviewers:
- albertomilan
- efiturri
- evankanderson
- gerardo-lc
- kvmware
- mgencur
- shinigambit
productivity-wg-leads:
- chizhg
- cardil
- upodroid
productivity-writers:
- cardil
- chaodaiG
- chizhg
- coryrc
- psschwei
- upodroid
security-wg-leads:
- davidhadas
- evankanderson
- julz
security-writers:
- davidhadas
- evankanderson
- julz
serving-observability-reviewers:
serving-approvers:
- dsimansk
- skonto
- yanweiguo
serving-observability-writers:
- yanweiguo
serving-reviewers:
- carlisia
- julz
- nader-ziada
- nealhu
- psschwei
- skonto
- whaught
serving-triage:
- skonto
serving-wg-leads:
- dprotaso
serving-writers:
- dprotaso
- julz
- tcnghia
- vagababov
source-wg-leads:
- lionelvillard
- dsimansk
- skonto
steering-committee:
- csantanapr
- itsmurugappan
- lance
- pmorie
- thisisnotapril
- vaikas
technical-oversight-committee:
- aliok
- dprotaso
- evankanderson
- julz
- rhuss
trademark-committee:
- evankanderson
- smoser-ibm
- spencerdillard
- matzew
- nrrso
ux-wg-leads:
- csantanapr
- snneji
- Leo6Leo
- cali0707
- mmejia02
- zainabhusain227
ux-writers:
- csantanapr
- snneji
- Leo6Leo
- cali0707
- mmejia02
- zainabhusain227

View File

@ -37,13 +37,14 @@ install Knative with its prerequisites.
## Documentation
Start with the [user's guide](docs/README.md) to learn more. You can read about
Refer to the [user's guide](https://knative.dev/docs/client/) to learn more. You can read about
common use cases, get detailed documentation on each command, and learn how to
extend the `kn` CLI. For more information, have a look at:
extend the `kn` CLI.
- [User guide](docs/README.md)
- Installation - How to install `kn` and run on your machine
- Examples - Use case based examples
Following are some useful resources for getting-started using `kn` CLI:
- [Installation](https://knative.dev/docs/client/install-kn/) - how to install `kn` and run on your machine
- [Configuration](https://knative.dev/docs/client/configure-kn/) - how to customize `kn`
- [Reference Manual](docs/cmd/kn.md) - all possible commands and options with
usage examples
@ -52,4 +53,5 @@ Additionally you can visit [knative.dev](https://knative.dev) for more examples.
## Developers
If you are interested in contributing, see [CONTRIBUTING.md](./CONTRIBUTING.md)
and [DEVELOPMENT.md](docs/DEVELOPMENT.md).
and [DEVELOPMENT.md](DEVELOPMENT.md). For a list of help wanted issues in Knative,
check out [CLOTRIBUTOR](https://clotributor.dev/search?project=knative&page=1)

7
SECURITY.md Normal file
View File

@ -0,0 +1,7 @@
# Knative Security Policy
We're extremely grateful for security researchers and users that report vulnerabilities to the Knative Open Source Community. All reports are thoroughly investigated by a set of community volunteers.
To make a report, please email the private security@knative.team list with the security details and the details expected for all Knative bug reports.
See [Knative Security and Disclosure Information](https://knative.dev/docs/reference/security/) for more details.

View File

@ -17,22 +17,16 @@ package main
import (
"errors"
"fmt"
"math/rand"
"os"
"regexp"
"strings"
"time"
"github.com/spf13/cobra"
"knative.dev/client/pkg/kn/config"
"knative.dev/client/pkg/kn/plugin"
"knative.dev/client/pkg/kn/root"
"knative.dev/client/pkg/config"
pluginpkg "knative.dev/client/pkg/plugin"
"knative.dev/client/pkg/root"
)
func init() {
rand.Seed(time.Now().UnixNano())
}
func main() {
os.Exit(runWithExit(os.Args[1:]))
}
@ -66,7 +60,7 @@ func run(args []string) error {
return err
}
pluginManager := plugin.NewManager(config.GlobalConfig.PluginsDir(), config.GlobalConfig.LookupPluginsInPath())
pluginManager := pluginpkg.NewManager(config.GlobalConfig.PluginsDir(), config.GlobalConfig.LookupPluginsInPath())
// Create kn root command and all sub-commands
rootCmd, err := root.NewRootCommand(pluginManager.HelpTemplateFuncs())
@ -90,13 +84,37 @@ func run(args []string) error {
return err
}
// FT: Context Sharing
var ctxManager *pluginpkg.ContextDataManager
if config.GlobalConfig.ContextSharing() {
ctxManager, err = pluginpkg.NewContextManager(pluginManager)
if err != nil {
return err
}
defer func(ctxManager *pluginpkg.ContextDataManager) {
if err := ctxManager.WriteCache(); err != nil {
println("error during write")
}
}(ctxManager)
}
if plugin != nil {
// Validate & Execute plugin
err = validatePlugin(rootCmd, plugin)
if err != nil {
return err
}
if config.GlobalConfig.ContextSharing() {
if pwm, ok := plugin.(pluginpkg.PluginWithManifest); ok {
data, _ := ctxManager.FetchContextData()
err := pwm.ExecuteWithContext(data, argsWithoutCommands(args, plugin.CommandParts()))
if err != nil {
return &runError{err: err}
}
}
return nil
}
err := plugin.Execute(argsWithoutCommands(args, plugin.CommandParts()))
if err != nil {
return &runError{err: err}
@ -146,7 +164,7 @@ func filterHelpOptions(args []string) []string {
}
// Check if the plugin collides with any command specified in the root command
func validatePlugin(root *cobra.Command, plugin plugin.Plugin) error {
func validatePlugin(root *cobra.Command, plugin pluginpkg.Plugin) error {
// Check if a given plugin can be identified as a command
cmd, args, err := root.Find(plugin.CommandParts())

View File

@ -21,25 +21,23 @@ import (
"strings"
"testing"
"knative.dev/client/pkg/kn/plugin"
"github.com/spf13/cobra"
"gotest.tools/v3/assert"
"knative.dev/client/lib/test"
"knative.dev/client/pkg/kn/config"
"knative.dev/client/pkg/kn/root"
"knative.dev/client/pkg/config"
pluginpkg "knative.dev/client/pkg/plugin"
"knative.dev/client/pkg/root"
"knative.dev/client/pkg/util"
"knative.dev/client/pkg/util/test"
)
func TestValidatePlugin(t *testing.T) {
// Build up simple command hierarchy
root := cobra.Command{}
rootCmd := cobra.Command{}
one := &cobra.Command{Use: "one"}
one.AddCommand(&cobra.Command{Use: "eins"}, &cobra.Command{Use: "zwei"})
two := &cobra.Command{Use: "two"}
root.AddCommand(one, two)
rootCmd.AddCommand(one, two)
data := []struct {
givenPluginCommandParts []string
@ -84,7 +82,7 @@ func TestValidatePlugin(t *testing.T) {
for i, d := range data {
step := fmt.Sprintf("Check %d", i)
err := validatePlugin(&root, commandPartsOnlyPlugin(d.givenPluginCommandParts))
err := validatePlugin(&rootCmd, commandPartsOnlyPlugin(d.givenPluginCommandParts))
if len(d.expectedErrors) == 0 {
assert.NilError(t, err, step)
} else {
@ -361,7 +359,7 @@ func TestRun(t *testing.T) {
args []string
expectedOut []string
expectedErrOut []string
plugin plugin.Plugin
plugin pluginpkg.Plugin
}{
{
[]string{"kn", "version"},
@ -425,8 +423,8 @@ func TestRun(t *testing.T) {
for _, tc := range testCases {
os.Args = tc.args
if tc.plugin != nil {
plugin.InternalPlugins = plugin.PluginList{}
plugin.InternalPlugins = append(plugin.InternalPlugins, tc.plugin)
pluginpkg.InternalPlugins = pluginpkg.PluginList{}
pluginpkg.InternalPlugins = append(pluginpkg.InternalPlugins, tc.plugin)
}
capture := test.CaptureOutput(t)
err := run(tc.args[1:])

View File

@ -1,141 +1,7 @@
# kn
`kn` is the Knative command line interface (CLI).
## Getting Started
### Installing `kn`
You can grab the latest nightly binary executable for:
- [macOS](https://storage.googleapis.com/knative-nightly/client/latest/kn-darwin-amd64)
- [Linux](https://storage.googleapis.com/knative-nightly/client/latest/kn-linux-amd64)
- [Windows](https://storage.googleapis.com/knative-nightly/client/latest/kn-windows-amd64.exe)
Add the binary to the system PATH and ensure that it is executable.
Alternatively, check out the client repository, and type:
```bash
go install ./cmd/kn
```
To use the kn container image:
- Nightly: `gcr.io/knative-nightly/knative.dev/client/cmd/kn`
- Latest release: `gcr.io/knative-releases/knative.dev/client/cmd/kn`
To install `kn` using [Homebrew](https://brew.sh):
```bash
brew tap knative/client
brew install kn
```
### Connecting to your cluster
You'll need a `kubectl`-style config file to connect to your cluster.
- Starting [minikube](https://github.com/kubernetes/minikube) writes this file
(or gives you an appropriate context in an existing config file)
- Instructions for Google
[GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl)
- Instructions for Amazon
[EKS](https://docs.aws.amazon.com/eks/latest/userguide/create-kubeconfig.html)
- Instructions for IBM
[IKS](https://cloud.ibm.com/docs/containers?topic=containers-getting-started)
- Instructions for Red Hat
[OpenShift](https://docs.openshift.com/container-platform/4.1/cli_reference/administrator-cli-commands.html#create-kubeconfig)
- Or contact your cluster administrator
`kn` will pick up your `kubectl` config file in the default location of
`$HOME/.kube/config`. You can specify an alternate kubeconfig connection file
with `--kubeconfig`, or the env var `$KUBECONFIG`, for any command.
## Configuration
There are a set of configuration parameters you can set up to customize
`kn`. For example, you can specify where your `kn` plugins are located and how
they are found or add prefixes for Knative eventing sink mappings.
### Location
You can customize your `kn` CLI setup by creating a `config.yaml` configuration file. You can either provide the configuration via a `--config` flag or is picked up from a default location. The default configuration location conforms to the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) and is different for Unix systems and Windows systems. If `XDG_CONFIG_HOME` env var is set, the default config location `kn` looks for is `$XDG_CONFIG_HOME/kn`, otherwise the file is looked up under the home directory of the user at `$HOME/.config/kn/config.yaml`. For Windows systems, the default `kn` configuration location is `%APPDATA%\kn`.
`kn` does not create a configuration file on its own, nor does it write into an existing configuration file. When `kn` does not find a configuration file it uses the default values described below.
### Options
Options in `config.yaml` are grouped into categories:
* **Global** - Global configuration values that affect all `kn`
* **Plugins** - Plugin related configuration values like where to find plugins (sedction `plugins:`)
* **Eventing** - Configuration that impacts eventing related operations (section: `eventing:`)
The following example contains a fully commented `config.yaml` with all available options:
```yaml
# Plugins related configuration
plugins:
# Whether to lookup configuration in the execution path (default: true). This option is deprecated and will be removed in a future version where path lookup will be enabled unconditionally
path-lookup: true
# Directory from where plugins with the prefix "kn-" are looked up. (default: "$base_dir/plugins"
# where "$base_dir" is the directory where this configuration file is stored)
directory: ~/.config/kn/plugins
# Eventing related configuration
eventing:
# List of sink mappings that allow custom prefixes wherever a sink
# specification is used (like for the --sink option of a broker)
sink-mappings:
# Prefix as used in the command (e.g. "--sink svc:myservice")
- prefix: svc
# Api group of the mapped resource
group: core
# Api version of the mapped resource
version: v1
# Resource name (lowercased plural form of the 'kind')
resource: services
# Channel mappings that you can use in --channel options
channel-type-mappings:
# Alias that can be used as a type for a channel option (e.g. "kn create channel mychannel --type Kafka")
- alias: Kafka
# Api group of the mapped resource
group: messaging.knative.dev
# Api version of the mapped resource
version: v1alpha1
# Kind of the resource
kind: KafkaChannel
```
#### Plugin configuration
You can specify plugin related configuration in the top-level `plugins:` sections.
You can specify the following options:
* `directory`, which is the same as the persistent flag `--plugins-dir` and specifies the kn plugins directory. It defaults to: `~/.config/kn/plugins`.
By using the persistent flag (when you issue a command) or by specifying the
value in the `kn` config, a user can select which directory to find `kn`
plugins. It can be any directory that is visible to the user. The plugins need have a `kn-` prefix in their name (eg. `kn-quickstart`) to be detected by `kn`
* `path-lookup`, which is the same as the persistent flag
`--lookup-plugins-in-path` and specifies if `kn` should look for plugins anywhere in the specified `PATH` environment variable. This option is a boolean type, and the default value is `true`. This option is DEPRECATED and will be removed in a future version, when path lookup will be always enabled.
#### Eventing configuration
The `eventing:` top-level configuration section holds configuration options that influence the behaviour of eventing related commands.
* `sink-mappings` defines prefixes to refer to Kubernetes _Addressable_ resources as
used in `--sink` kind of options. `sink-mappings refers to an array of individual mapping definitions that you can configure with these fields:
- `prefix`: Prefix you want to describe your sink as. `ksvc` (`serving.knative.dev/v1`), `broker` (`eventing.knative.dev/v1`) and `channel` (`messaging.knative.dev/v1`) are predefined prefixes. Values in the configuration file can override these predefined prefixes.
- `group`: The APIGroup of Kubernetes resource.
- `version`: The version of Kubernetes resources.
- `resource`: The plural name of Kubernetes resources (for example: `services`).
* `channel-type-mappings` can be used to define aliases for custom channel types that can be used wherever a channel type is required (as in `kn channel create --type`). This configuration section defines an array of entries with the following fields:
- `alias`: The name that can be used as the type
- `group`: The APIGroup of the channel CRD.
- `version`: The version of the channel CRD.
- `kind`: Kind of the channel CRD (e.g. `KafkaChannel`)
`kn` is the Knative command line interface (CLI). Check out the
[official documentation](https://knative.dev/docs/client/).
## Commands

View File

@ -11,12 +11,15 @@ Find more information about Knative at: https://knative.dev
### Options
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
-h, --help help for kn
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
-h, --help help for kn
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO
@ -31,6 +34,7 @@ Find more information about Knative at: https://knative.dev
* [kn plugin](kn_plugin.md) - Manage kn plugins
* [kn revision](kn_revision.md) - Manage service revisions
* [kn route](kn_route.md) - List and describe service routes
* [kn secret](kn_secret.md) - Manage secrets
* [kn service](kn_service.md) - Manage Knative services
* [kn source](kn_source.md) - Manage event sources
* [kn subscription](kn_subscription.md) - Manage event subscriptions

View File

@ -15,11 +15,14 @@ kn broker
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO
@ -29,4 +32,5 @@ kn broker
* [kn broker delete](kn_broker_delete.md) - Delete a broker
* [kn broker describe](kn_broker_describe.md) - Describe broker
* [kn broker list](kn_broker_list.md) - List brokers
* [kn broker update](kn_broker_update.md) - Update a broker

View File

@ -16,24 +16,50 @@ kn broker create NAME
# Create a broker 'mybroker' in the 'myproject' namespace and with a broker class of 'Kafka'
kn broker create mybroker --namespace myproject --class Kafka
# Create a broker 'mybroker' in the myproject namespace with config referencing a configmap in current namespace
kn broker create mybroker --namespace myproject --class Kafka --broker-config cm:spec-cm
OR
kn broker create mybroker --namespace myproject --class Kafka --broker-config spec-cm
# Create a broker 'mybroker' in the myproject namespace with config referencing secret named spec-sc in test namespace
kn broker create mybroker --namespace myproject --class Kafka --broker-config sc:spec-sc:test
# Create a broker 'mybroker' in the myproject namespace with config referencing RabbitmqCluster mycluster in test namespace
kn broker create mybroker --namespace myproject --class Kafka --broker-config rabbitmq.com/v1beta1:RabbitmqCluster:mycluster:test
```
### Options
```
--class string Broker class like 'MTChannelBasedBroker' or 'Kafka' (if available)
-h, --help help for create
-n, --namespace string Specify the namespace to operate in.
--backoff-delay string The delay before retrying.
--backoff-policy string The retry backoff policy (linear, exponential).
--broker-config string Reference to the broker configuration For example, a pointer to a ConfigMap (cm:, configmap:), Secret(sc:, secret:), RabbitmqCluster(rmq:, rabbitmq: rabbitmqcluster:) etc. It should be used in conjunction with --class flag. The format for specifying the object is a colon separated string consisting of at most 4 slices:
Length 1: <object-name> (the object will be assumed to be ConfigMap with the same name)
Length 2: <kind>:<object-name> (the APIVersion will be determined for ConfigMap, Secret, and RabbitmqCluster types)
Length 3: <kind>:<object-name>:<namespace> (the APIVersion will be determined only for ConfigMap, Secret, and RabbitmqCluster types. Otherwise it will be interpreted as:
<apiVersion>:<kind>:<object-name>)
Length 4: <apiVersion>:<kind>:<object-name>:<namespace>
--class string Broker class like 'MTChannelBasedBroker' or 'Kafka' (if available).
--dl-sink string The sink receiving event that could not be sent to a destination.
-h, --help help for create
-n, --namespace string Specify the namespace to operate in.
--retry int32 The minimum number of retries the sender should attempt when sending an event before moving it to the dead letter sink.
--retry-after-max string An optional upper bound on the duration specified in a "Retry-After" header when calculating backoff times for retrying 429 and 503 response codes. Setting the value to zero ("PT0S") can be used to opt-out of respecting "Retry-After" header values altogether. This value only takes effect if "Retry" is configured, and also depends on specific implementations (Channels, Sources, etc.) choosing to provide this capability.
--timeout string The timeout of each single request. The value must be greater than 0.
```
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -25,16 +25,20 @@ kn broker delete NAME
--no-wait Do not wait for 'broker delete' operation to be completed. (default true)
--wait Wait for 'broker delete' operation to be completed.
--wait-timeout int Seconds to wait before giving up on waiting for broker to be deleted. (default 600)
--wait-window int Seconds to wait for broker to be deleted after a false ready condition is returned (default 2)
```
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -37,11 +37,14 @@ kn broker describe NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -25,7 +25,7 @@ kn broker list
-h, --help help for list
-n, --namespace string Specify the namespace to operate in.
--no-headers When using the default output format, don't print headers (default: print headers).
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
```
@ -33,11 +33,14 @@ kn broker list
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -0,0 +1,50 @@
## kn broker update
Update a broker
```
kn broker update NAME
```
### Examples
```
# Update a broker 'mybroker' in the current namespace with delivery sink svc1
kn broker update mybroker --dl-sink svc1
# Update a broker 'mybroker' in the 'myproject' namespace and with retry 2 seconds
kn broker update mybroker --namespace myproject --retry 2
```
### Options
```
--backoff-delay string The delay before retrying.
--backoff-policy string The retry backoff policy (linear, exponential).
--dl-sink string The sink receiving event that could not be sent to a destination.
-h, --help help for update
-n, --namespace string Specify the namespace to operate in.
--retry int32 The minimum number of retries the sender should attempt when sending an event before moving it to the dead letter sink.
--retry-after-max string An optional upper bound on the duration specified in a "Retry-After" header when calculating backoff times for retrying 429 and 503 response codes. Setting the value to zero ("PT0S") can be used to opt-out of respecting "Retry-After" header values altogether. This value only takes effect if "Retry" is configured, and also depends on specific implementations (Channels, Sources, etc.) choosing to provide this capability.
--timeout string The timeout of each single request. The value must be greater than 0.
```
### Options inherited from parent commands
```
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO
* [kn broker](kn_broker.md) - Manage message brokers

View File

@ -15,11 +15,14 @@ kn channel COMMAND
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -19,7 +19,7 @@ kn channel create NAME
kn channel create imc1 --type messaging.knative.dev:v1:InMemoryChannel
# Create a channel 'k1' of type KafkaChannel
kn channel create k1 --type messaging.knative.dev:v1alpha1:KafkaChannel
kn channel create k1 --type messaging.knative.dev:v1beta1:KafkaChannel
```
### Options
@ -27,17 +27,20 @@ kn channel create NAME
```
-h, --help help for create
-n, --namespace string Specify the namespace to operate in.
--type string Override channel type to create, in the format '--type Group:Version:Kind'. If flag is not specified, it uses default messaging layer settings for channel type, cluster wide or specific namespace. You can configure aliases for channel types in kn config and refer the aliases with this flag. You can also refer inbuilt channel type InMemoryChannel using an alias 'imc' like '--type imc'. Examples: '--type messaging.knative.dev:v1alpha1:KafkaChannel' for specifying explicit Group:Version:Kind.
--type string Override channel type to create, in the format '--type Group:Version:Kind'. If flag is not specified, it uses default messaging layer settings for channel type, cluster wide or specific namespace. You can configure aliases for channel types in kn config and refer the aliases with this flag. You can also refer inbuilt channel type InMemoryChannel using an alias 'imc' like '--type imc'. Examples: '--type messaging.knative.dev:v1beta1:KafkaChannel' for specifying explicit Group:Version:Kind.
```
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -24,11 +24,14 @@ kn channel delete NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -32,11 +32,14 @@ kn channel describe NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -24,7 +24,7 @@ kn channel list-types
-h, --help help for list-types
-n, --namespace string Specify the namespace to operate in.
--no-headers When using the default output format, don't print headers (default: print headers).
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
```
@ -32,11 +32,14 @@ kn channel list-types
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -25,7 +25,7 @@ kn channel list
-h, --help help for list
-n, --namespace string Specify the namespace to operate in.
--no-headers When using the default output format, don't print headers (default: print headers).
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
```
@ -33,11 +33,14 @@ kn channel list
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -10,6 +10,8 @@ to provide interactive completion
Supported Shells:
- bash
- fish
- powershell
- zsh
```
@ -23,6 +25,12 @@ kn completion SHELL
# Generate completion code for bash
source <(kn completion bash)
# Generate completion code for fish
kn completion fish | source
# Generate completion code for powershell
kn completion powershell | Out-String | Invoke-Expression
# Generate completion code for zsh
source <(kn completion zsh)
compdef _kn kn
@ -37,11 +45,14 @@ kn completion SHELL
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -15,11 +15,14 @@ kn container COMMAND
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -28,32 +28,44 @@ kn container add NAME
### Options
```
--arg stringArray Add argument to the container command. Example: --arg myArg1 --arg --myArg2 --arg myArg3=3. You can use this flag multiple times.
--cmd stringArray Specify command to be used as entrypoint instead of default one. Example: --cmd /app/start or --cmd sh --cmd /app/start.sh or --cmd /app/start --arg myArg to pass additional arguments.
--containers string Specify path to file including definition for additional containers, alternatively use '-' to read from stdin. Example: --containers ./containers.yaml or --containers -.
-e, --env stringArray Environment variable to set. NAME=value; you may provide this flag any number of times to set multiple environment variables. To unset, specify the environment variable name followed by a "-" (e.g., NAME-).
--env-file string Path to a file containing environment variables (e.g. --env-file=/home/knative/service1/env).
--env-from stringArray Add environment variables from a ConfigMap (prefix cm: or config-map:) or a Secret (prefix secret:). Example: --env-from cm:myconfigmap or --env-from secret:mysecret. You can use this flag multiple times. To unset a ConfigMap/Secret reference, append "-" to the name, e.g. --env-from cm:myconfigmap-.
--env-value-from stringArray Add environment variable from a value of key in ConfigMap (prefix cm: or config-map:) or a Secret (prefix sc: or secret:). Example: --env-value-from NAME=cm:myconfigmap:key or --env-value-from NAME=secret:mysecret:key. You can use this flag multiple times. To unset a value from a ConfigMap/Secret key reference, append "-" to the key, e.g. --env-value-from ENV-.
-h, --help help for add
--image string Image to run.
--limit strings The resource requirement limits for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource limit, append "-" to the resource name, e.g. '--limit memory-'.
--mount stringArray Mount a ConfigMap (prefix cm: or config-map:), a Secret (prefix secret: or sc:), or an existing Volume (without any prefix) on the specified directory. Example: --mount /mydir=cm:myconfigmap, --mount /mydir=secret:mysecret, or --mount /mydir=myvolume. When a configmap or a secret is specified, a corresponding volume is automatically generated. You can use this flag multiple times. For unmounting a directory, append "-", e.g. --mount /mydir-, which also removes any auto-generated volume.
-p, --port string The port where application listens on, in the format 'NAME:PORT', where 'NAME' is optional. Examples: '--port h2c:8080' , '--port 8080'.
--pull-secret string Image pull secret to set. An empty argument ("") clears the pull secret. The referenced secret must exist in the service's namespace.
--request strings The resource requirement requests for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource request, append "-" to the resource name, e.g. '--request cpu-'.
--service-account string Service account name to set. An empty argument ("") clears the service account. The referenced service account must exist in the service's namespace.
--user int The user ID to run the container (e.g., 1001).
--arg stringArray Add argument to the container command. Example: --arg myArg1 --arg --myArg2 --arg myArg3=3. You can use this flag multiple times.
--cmd stringArray Specify command to be used as entrypoint instead of default one. Example: --cmd /app/start or --cmd sh --cmd /app/start.sh or --cmd /app/start --arg myArg to pass additional arguments.
--containers string Specify path to file including definition for additional containers, alternatively use '-' to read from stdin. Example: --containers ./containers.yaml or --containers -.
-e, --env stringArray Environment variable to set. NAME=value; you may provide this flag any number of times to set multiple environment variables. To unset, specify the environment variable name followed by a "-" (e.g., NAME-).
--env-file string Path to a file containing environment variables (e.g. --env-file=/home/knative/service1/env).
--env-from stringArray Add environment variables from a ConfigMap (prefix cm: or config-map:) or a Secret (prefix secret:). Example: --env-from cm:myconfigmap or --env-from secret:mysecret. You can use this flag multiple times. To unset a ConfigMap/Secret reference, append "-" to the name, e.g. --env-from cm:myconfigmap-.
--env-value-from stringArray Add environment variable from a value of key in ConfigMap (prefix cm: or config-map:) or a Secret (prefix sc: or secret:). Example: --env-value-from NAME=cm:myconfigmap:key or --env-value-from NAME=secret:mysecret:key. You can use this flag multiple times. To unset a value from a ConfigMap/Secret key reference, append "-" to the key, e.g. --env-value-from ENV-.
-h, --help help for add
--image string Image to run.
--limit strings The resource requirement limits for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource limit, append "-" to the resource name, e.g. '--limit memory-'.
--mount stringArray Mount a ConfigMap (prefix cm: or config-map:), a Secret (prefix secret: or sc:), an EmptyDir (prefix ed: or emptyDir:), a PersistentVolumeClaim (prefix pvc: or persistentVolumeClaim) or an existing Volume (without any prefix) on the specified directory. Example: --mount /mydir=cm:myconfigmap, --mount /mydir=secret:mysecret, --mount /mydir=emptyDir:myvol or --mount /mydir=myvolume. When a configmap or a secret is specified, a corresponding volume is automatically generated. You can mount a volume with readOnly config (true | false) also. Example: --mount /mydir=ed:ed1:readOnly=true. You can specify a volume subpath by following the volume name with slash separated path. Example: --mount /mydir=cm:myconfigmap/subpath/to/be/mounted. You can use this flag multiple times. For unmounting a directory, append "-", e.g. --mount /mydir-, which also removes any auto-generated volume.
--node-affinity strings Add node affinity to be set - only works if the feature gate is enabled in Knative Serving feature flags configuration. When key, operator, values (whitespace separated) and weight are defined for a type, they will be appended in nodeSelectorTerms in case of Required clause, implying the terms will be ORed, and for Preferred clause, all of them will be added in preferredDuringSchedulingIgnoredDuringExecution. Example: --node-affinity Type="Required",Key="topology.kubernetes.io/zone",Operator="In",Values="antarctica-east1 antarctica-west1" or --node-affinity Type="Preferred",Key="topology.kubernetes.io/zone",Operator="In",Values="antarctica-east1",Weight="1"
--node-selector stringArray Add node selector to be set, you may provide this flag any number of times to set multiple node selectors, works if feature flag is enabled in Knative Serving feature flags configuration. Example: --node-selector Disktype="ssd". To unset, specify the key name followed by a "-", example: --node-selector Disktype- .
-p, --port string The port where application listens on, in the format 'NAME:PORT', where 'NAME' is optional. Examples: '--port h2c:8080' , '--port 8080'.
--probe-liveness string Add liveness probe to Service deployment. Supported probe types are HTTGet, Exec and TCPSocket. Format: [http,https]:host:port:path, exec:cmd[,cmd,...], tcp:host:port.
--probe-liveness-opts string Add common options to liveness probe. Common opts (comma separated, case insensitive): InitialDelaySeconds=<int_value>, FailureThreshold=<int_value>, SuccessThreshold=<int_value>, PeriodSeconds=<int_value>, TimeoutSeconds=<int_value>
--probe-readiness string Add readiness probe to Service deployment. Supported probe types are HTTGet, Exec and TCPSocket. Format: [http,https]:host:port:path, exec:cmd[,cmd,...], tcp:host:port.
--probe-readiness-opts string Add common options to readiness probe. Common opts (comma separated, case insensitive): InitialDelaySeconds=<int_value>, FailureThreshold=<int_value>, SuccessThreshold=<int_value>, PeriodSeconds=<int_value>, TimeoutSeconds=<int_value>
--pull-policy string Image pull policy. Valid values (case insensitive): Always | Never | IfNotPresent
--pull-secret string Image pull secret to set. An empty argument ("") clears the pull secret. The referenced secret must exist in the service's namespace.
--request strings The resource requirement requests for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource request, append "-" to the resource name, e.g. '--request cpu-'.
--security-context string Predefined security context for the service. Accepted values: 'none' for no security context and 'strict' for dropping all capabilities, running as non-root, and no privilege escalation. (default "none")
--service-account string Service account name to set. An empty argument ("") clears the service account. The referenced service account must exist in the service's namespace.
--toleration strings Add toleration to be set, works if the feature gate is enabled in Knative Serving feature flags configuration. Example: --tolerations Key="key1",Operator="Equal",Value="value1",Effect="NoSchedule"
--user int The user ID to run the container (e.g., 1001).
```
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -15,11 +15,14 @@ kn domain COMMAND
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -26,11 +26,14 @@ kn domain create NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -24,11 +24,14 @@ kn domain delete NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -29,11 +29,14 @@ kn domain describe NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -25,7 +25,7 @@ kn domain list
-h, --help help for list
-n, --namespace string Specify the namespace to operate in.
--no-headers When using the default output format, don't print headers (default: print headers).
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
```
@ -33,11 +33,14 @@ kn domain list
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -25,11 +25,14 @@ kn domain update NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -15,11 +15,14 @@ kn eventtype
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -21,9 +21,10 @@ kn eventtype create
### Options
```
-b, --broker string Cloud Event broker
-b, --broker string Cloud Event Broker
-h, --help help for create
-n, --namespace string Specify the namespace to operate in.
-r, --reference string Addressable Reference producing events. You can specify a broker, channel, or fully qualified GroupVersionResource (GVR). Examples: '--reference broker:nest' for a broker 'nest', '--reference channel:pipe' for a channel 'pipe', '--reference special.eventing.dev/v1alpha1/channels:pipe' for GroupVersionResource of v1alpha1 'pipe'.
--source string Cloud Event source
-t, --type string Cloud Event type
```
@ -31,11 +32,14 @@ kn eventtype create
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -28,11 +28,14 @@ kn eventtype delete
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -34,11 +34,14 @@ kn eventtype describe
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -25,7 +25,7 @@ kn eventtype list
-h, --help help for list
-n, --namespace string Specify the namespace to operate in.
--no-headers When using the default output format, don't print headers (default: print headers).
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
```
@ -33,11 +33,14 @@ kn eventtype list
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -26,11 +26,14 @@ kn options
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -22,11 +22,14 @@ kn plugin
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -26,11 +26,14 @@ kn plugin list
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -15,11 +15,14 @@ kn revision
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -30,16 +30,20 @@ kn revision delete NAME [NAME ...]
--prune-all Remove all unreferenced revisions in a namespace.
--wait Wait for 'revision delete' operation to be completed.
--wait-timeout int Seconds to wait before giving up on waiting for revision to be deleted. (default 600)
--wait-window int Seconds to wait for revision to be deleted after a false ready condition is returned (default 2)
```
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -12,7 +12,7 @@ kn revision describe NAME
--allow-missing-template-keys If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. (default true)
-h, --help help for describe
-n, --namespace string Specify the namespace to operate in.
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
-v, --verbose More output.
@ -21,11 +21,14 @@ kn revision describe NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -35,7 +35,7 @@ kn revision list
-h, --help help for list
-n, --namespace string Specify the namespace to operate in.
--no-headers When using the default output format, don't print headers (default: print headers).
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
-s, --service string Service name
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
@ -44,11 +44,14 @@ kn revision list
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -15,11 +15,14 @@ kn route
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -12,7 +12,7 @@ kn route describe NAME
--allow-missing-template-keys If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. (default true)
-h, --help help for describe
-n, --namespace string Specify the namespace to operate in.
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
-v, --verbose More output.
@ -21,11 +21,14 @@ kn route describe NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -28,7 +28,7 @@ kn route list NAME
-h, --help help for list
-n, --namespace string Specify the namespace to operate in.
--no-headers When using the default output format, don't print headers (default: print headers).
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
```
@ -36,11 +36,14 @@ kn route list NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

34
docs/cmd/kn_secret.md Normal file
View File

@ -0,0 +1,34 @@
## kn secret
Manage secrets
```
kn secret COMMAND
```
### Options
```
-h, --help help for secret
```
### Options inherited from parent commands
```
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO
* [kn](kn.md) - kn manages Knative Serving and Eventing resources
* [kn secret create](kn_secret_create.md) - Create secret
* [kn secret delete](kn_secret_delete.md) - Delete secret
* [kn secret list](kn_secret_list.md) - List secrets

View File

@ -0,0 +1,36 @@
## kn secret create
Create secret
```
kn secret create NAME
```
### Options
```
-l, --from-literal strings Specify comma separated list of key=value pairs.
-h, --help help for create
-n, --namespace string Specify the namespace to operate in.
--tls-cert string Path to TLS certificate file.
--tls-key string Path to TLS key file.
--type string Specify Secret type.
```
### Options inherited from parent commands
```
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO
* [kn secret](kn_secret.md) - Manage secrets

View File

@ -0,0 +1,32 @@
## kn secret delete
Delete secret
```
kn secret delete NAME
```
### Options
```
-h, --help help for delete
-n, --namespace string Specify the namespace to operate in.
```
### Options inherited from parent commands
```
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO
* [kn secret](kn_secret.md) - Manage secrets

View File

@ -0,0 +1,37 @@
## kn secret list
List secrets
```
kn secret list
```
### Options
```
--allow-missing-template-keys If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. (default true)
-h, --help help for list
-n, --namespace string Specify the namespace to operate in.
--no-headers When using the default output format, don't print headers (default: print headers).
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
```
### Options inherited from parent commands
```
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO
* [kn secret](kn_secret.md) - Manage secrets

View File

@ -15,11 +15,14 @@ kn service
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO
@ -33,4 +36,5 @@ kn service
* [kn service import](kn_service_import.md) - Import a service and its revisions (experimental)
* [kn service list](kn_service_list.md) - List services
* [kn service update](kn_service_update.md) - Update a service
* [kn service wait](kn_service_wait.md) - Wait for a service to be ready

View File

@ -50,37 +50,54 @@ kn service apply s0 --filename my-svc.yml
--label-service stringArray Service label to set. name=value; you may provide this flag any number of times to set multiple labels. To unset, specify the label name followed by a "-" (e.g., name-). This flag takes precedence over the "label" flag.
--limit strings The resource requirement limits for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource limit, append "-" to the resource name, e.g. '--limit memory-'.
--lock-to-digest Keep the running image for the service constant when not explicitly specifying the image. (--no-lock-to-digest pulls the image tag afresh with each new revision) (default true)
--mount stringArray Mount a ConfigMap (prefix cm: or config-map:), a Secret (prefix secret: or sc:), or an existing Volume (without any prefix) on the specified directory. Example: --mount /mydir=cm:myconfigmap, --mount /mydir=secret:mysecret, or --mount /mydir=myvolume. When a configmap or a secret is specified, a corresponding volume is automatically generated. You can use this flag multiple times. For unmounting a directory, append "-", e.g. --mount /mydir-, which also removes any auto-generated volume.
--mount stringArray Mount a ConfigMap (prefix cm: or config-map:), a Secret (prefix secret: or sc:), an EmptyDir (prefix ed: or emptyDir:), a PersistentVolumeClaim (prefix pvc: or persistentVolumeClaim) or an existing Volume (without any prefix) on the specified directory. Example: --mount /mydir=cm:myconfigmap, --mount /mydir=secret:mysecret, --mount /mydir=emptyDir:myvol or --mount /mydir=myvolume. When a configmap or a secret is specified, a corresponding volume is automatically generated. You can mount a volume with readOnly config (true | false) also. Example: --mount /mydir=ed:ed1:readOnly=true. You can specify a volume subpath by following the volume name with slash separated path. Example: --mount /mydir=cm:myconfigmap/subpath/to/be/mounted. You can use this flag multiple times. For unmounting a directory, append "-", e.g. --mount /mydir-, which also removes any auto-generated volume.
-n, --namespace string Specify the namespace to operate in.
--no-cluster-local Do not specify that the service be private. (--no-cluster-local will make the service publicly available) (default true)
--no-lock-to-digest Do not keep the running image for the service constant when not explicitly specifying the image. (--no-lock-to-digest pulls the image tag afresh with each new revision)
--no-wait Do not wait for 'service apply' operation to be completed.
--node-affinity strings Add node affinity to be set - only works if the feature gate is enabled in Knative Serving feature flags configuration. When key, operator, values (whitespace separated) and weight are defined for a type, they will be appended in nodeSelectorTerms in case of Required clause, implying the terms will be ORed, and for Preferred clause, all of them will be added in preferredDuringSchedulingIgnoredDuringExecution. Example: --node-affinity Type="Required",Key="topology.kubernetes.io/zone",Operator="In",Values="antarctica-east1 antarctica-west1" or --node-affinity Type="Preferred",Key="topology.kubernetes.io/zone",Operator="In",Values="antarctica-east1",Weight="1"
--node-selector stringArray Add node selector to be set, you may provide this flag any number of times to set multiple node selectors, works if feature flag is enabled in Knative Serving feature flags configuration. Example: --node-selector Disktype="ssd". To unset, specify the key name followed by a "-", example: --node-selector Disktype- .
-p, --port string The port where application listens on, in the format 'NAME:PORT', where 'NAME' is optional. Examples: '--port h2c:8080' , '--port 8080'.
--probe-liveness string Add liveness probe to Service deployment. Supported probe types are HTTGet, Exec and TCPSocket. Format: [http,https]:host:port:path, exec:cmd[,cmd,...], tcp:host:port.
--probe-liveness-opts string Add common options to liveness probe. Common opts (comma separated, case insensitive): InitialDelaySeconds=<int_value>, FailureThreshold=<int_value>, SuccessThreshold=<int_value>, PeriodSeconds=<int_value>, TimeoutSeconds=<int_value>
--probe-readiness string Add readiness probe to Service deployment. Supported probe types are HTTGet, Exec and TCPSocket. Format: [http,https]:host:port:path, exec:cmd[,cmd,...], tcp:host:port.
--probe-readiness-opts string Add common options to readiness probe. Common opts (comma separated, case insensitive): InitialDelaySeconds=<int_value>, FailureThreshold=<int_value>, SuccessThreshold=<int_value>, PeriodSeconds=<int_value>, TimeoutSeconds=<int_value>
--profile string The profile name must be defined in config.yaml or part of the built-in profile, e.g. Istio. Related annotations and labels will be added to the service.To unset, specify the profile name followed by a "-" (e.g., name-).
--pull-policy string Image pull policy. Valid values (case insensitive): Always | Never | IfNotPresent
--pull-secret string Image pull secret to set. An empty argument ("") clears the pull secret. The referenced secret must exist in the service's namespace.
--request strings The resource requirement requests for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource request, append "-" to the resource name, e.g. '--request cpu-'.
--revision-name string The revision name to set. Must start with the service name and a dash as a prefix. Empty revision name will result in the server generating a name for the revision. Accepts golang templates, allowing {{.Service}} for the service name, {{.Generation}} for the generation, and {{.Random [n]}} for n random consonants (e.g. {{.Service}}-{{.Random 5}}-{{.Generation}})
--scale string Set the Minimum and Maximum number of replicas. You can use this flag to set both to a single value, or set a range with min/max values, or set either min or max values without specifying the other. Example: --scale 5 (scale-min = 5, scale-max = 5) or --scale 1..5 (scale-min = 1, scale-max = 5) or --scale 1.. (scale-min = 1, scale-max = unchanged) or --scale ..5 (scale-min = unchanged, scale-max = 5)
--scale-activation int Minimum non-zero value that a service should scale to.
--scale-init int Initial number of replicas with which a service starts. Can be 0 or a positive integer.
--scale-max int Maximum number of replicas.
--scale-metric string Set the name of the metric the PodAutoscaler should scale on. Example: --scale-metric rps (to scale on rps) or --scale-metric concurrency (to scale on concurrency). The default metric is concurrency.
--scale-min int Minimum number of replicas.
--scale-target int Recommendation for when to scale up based on the concurrent number of incoming request. Defaults to --concurrency-limit when given.
--scale-target int Recommendation for what metric value the PodAutoscaler should attempt to maintain. Use with --scale-metric flag to configure the metric name for which the target value should be maintained. Default metric name is concurrency. The flag defaults to --concurrency-limit when given.
--scale-utilization int Percentage of concurrent requests utilization before scaling up. (default 70)
--scale-window string Duration to look back for making auto-scaling decisions. The service is scaled to zero if no request was received in during that time. (eg: 10s)
--security-context string Predefined security context for the service. Accepted values: 'none' for no security context and 'strict' for dropping all capabilities, running as non-root, and no privilege escalation. (default "none")
--service-account string Service account name to set. An empty argument ("") clears the service account. The referenced service account must exist in the service's namespace.
--timeout int Duration in seconds that the request routing layer will wait for a request delivered to a container to begin replying (default 300)
--toleration strings Add toleration to be set, works if the feature gate is enabled in Knative Serving feature flags configuration. Example: --tolerations Key="key1",Operator="Equal",Value="value1",Effect="NoSchedule"
--user int The user ID to run the container (e.g., 1001).
--volume stringArray Add a volume from a ConfigMap (prefix cm: or config-map:) or a Secret (prefix secret: or sc:). Example: --volume myvolume=cm:myconfigmap or --volume myvolume=secret:mysecret. You can use this flag multiple times. To unset a ConfigMap/Secret reference, append "-" to the name, e.g. --volume myvolume-.
--volume stringArray Add a volume from a ConfigMap (prefix cm: or config-map:) a Secret (prefix secret: or sc:), an EmptyDir (prefix ed: or emptyDir:) or a PersistentVolumeClaim (prefix pvc: or persistentVolumeClaim). PersistentVolumeClaim only works if the feature gate is enabled in Knative Serving feature flags configuration. Example: --volume myvolume=cm:myconfigmap, --volume myvolume=secret:mysecret or --volume emptyDir:myvol:size=1Gi,type=Memory. You can use this flag multiple times. To unset a ConfigMap/Secret reference, append "-" to the name, e.g. --volume myvolume-.
--wait Wait for 'service apply' operation to be completed. (default true)
--wait-timeout int Seconds to wait before giving up on waiting for service to be ready. (default 600)
--wait-window int Seconds to wait for service to be ready after a false ready condition is returned (default 2)
```
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -49,6 +49,18 @@ kn service create NAME --image IMAGE
kn service create gitopstest -n test-ns --image knativesamples/helloworld --target=/user/knfiles
kn service create gitopstest --image knativesamples/helloworld --target=/user/knfiles/test.yaml
kn service create gitopstest --image knativesamples/helloworld --target=/user/knfiles/test.json
# Create a service with profile
kn service create profiletest --image knativesamples/helloworld --profile istio
# Create a service with node selector
kn service create nodeselectortest --image knativesamples/helloworld --node-selector Disktype="ssd"
# Create a service with toleration
kn service create tolerationtest --image knativesamples/helloworld --toleration Key="node-role.kubernetes.io/master",Effect="NoSchedule",Operator="Equal",Value=""
# Create a service with node affinity
kn service create nodeaffinitytest --image knativesamples/helloworld --node-affinity Type="Required",Key="topology.kubernetes.io/zone",Operator="In",Values="antarctica-east1 antarctica-east2"
```
### Options
@ -75,39 +87,56 @@ kn service create NAME --image IMAGE
--label-service stringArray Service label to set. name=value; you may provide this flag any number of times to set multiple labels. To unset, specify the label name followed by a "-" (e.g., name-). This flag takes precedence over the "label" flag.
--limit strings The resource requirement limits for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource limit, append "-" to the resource name, e.g. '--limit memory-'.
--lock-to-digest Keep the running image for the service constant when not explicitly specifying the image. (--no-lock-to-digest pulls the image tag afresh with each new revision) (default true)
--mount stringArray Mount a ConfigMap (prefix cm: or config-map:), a Secret (prefix secret: or sc:), or an existing Volume (without any prefix) on the specified directory. Example: --mount /mydir=cm:myconfigmap, --mount /mydir=secret:mysecret, or --mount /mydir=myvolume. When a configmap or a secret is specified, a corresponding volume is automatically generated. You can use this flag multiple times. For unmounting a directory, append "-", e.g. --mount /mydir-, which also removes any auto-generated volume.
--mount stringArray Mount a ConfigMap (prefix cm: or config-map:), a Secret (prefix secret: or sc:), an EmptyDir (prefix ed: or emptyDir:), a PersistentVolumeClaim (prefix pvc: or persistentVolumeClaim) or an existing Volume (without any prefix) on the specified directory. Example: --mount /mydir=cm:myconfigmap, --mount /mydir=secret:mysecret, --mount /mydir=emptyDir:myvol or --mount /mydir=myvolume. When a configmap or a secret is specified, a corresponding volume is automatically generated. You can mount a volume with readOnly config (true | false) also. Example: --mount /mydir=ed:ed1:readOnly=true. You can specify a volume subpath by following the volume name with slash separated path. Example: --mount /mydir=cm:myconfigmap/subpath/to/be/mounted. You can use this flag multiple times. For unmounting a directory, append "-", e.g. --mount /mydir-, which also removes any auto-generated volume.
-n, --namespace string Specify the namespace to operate in.
--no-cluster-local Do not specify that the service be private. (--no-cluster-local will make the service publicly available) (default true)
--no-lock-to-digest Do not keep the running image for the service constant when not explicitly specifying the image. (--no-lock-to-digest pulls the image tag afresh with each new revision)
--no-wait Do not wait for 'service create' operation to be completed.
--node-affinity strings Add node affinity to be set - only works if the feature gate is enabled in Knative Serving feature flags configuration. When key, operator, values (whitespace separated) and weight are defined for a type, they will be appended in nodeSelectorTerms in case of Required clause, implying the terms will be ORed, and for Preferred clause, all of them will be added in preferredDuringSchedulingIgnoredDuringExecution. Example: --node-affinity Type="Required",Key="topology.kubernetes.io/zone",Operator="In",Values="antarctica-east1 antarctica-west1" or --node-affinity Type="Preferred",Key="topology.kubernetes.io/zone",Operator="In",Values="antarctica-east1",Weight="1"
--node-selector stringArray Add node selector to be set, you may provide this flag any number of times to set multiple node selectors, works if feature flag is enabled in Knative Serving feature flags configuration. Example: --node-selector Disktype="ssd". To unset, specify the key name followed by a "-", example: --node-selector Disktype- .
-p, --port string The port where application listens on, in the format 'NAME:PORT', where 'NAME' is optional. Examples: '--port h2c:8080' , '--port 8080'.
--probe-liveness string Add liveness probe to Service deployment. Supported probe types are HTTGet, Exec and TCPSocket. Format: [http,https]:host:port:path, exec:cmd[,cmd,...], tcp:host:port.
--probe-liveness-opts string Add common options to liveness probe. Common opts (comma separated, case insensitive): InitialDelaySeconds=<int_value>, FailureThreshold=<int_value>, SuccessThreshold=<int_value>, PeriodSeconds=<int_value>, TimeoutSeconds=<int_value>
--probe-readiness string Add readiness probe to Service deployment. Supported probe types are HTTGet, Exec and TCPSocket. Format: [http,https]:host:port:path, exec:cmd[,cmd,...], tcp:host:port.
--probe-readiness-opts string Add common options to readiness probe. Common opts (comma separated, case insensitive): InitialDelaySeconds=<int_value>, FailureThreshold=<int_value>, SuccessThreshold=<int_value>, PeriodSeconds=<int_value>, TimeoutSeconds=<int_value>
--profile string The profile name must be defined in config.yaml or part of the built-in profile, e.g. Istio. Related annotations and labels will be added to the service.To unset, specify the profile name followed by a "-" (e.g., name-).
--pull-policy string Image pull policy. Valid values (case insensitive): Always | Never | IfNotPresent
--pull-secret string Image pull secret to set. An empty argument ("") clears the pull secret. The referenced secret must exist in the service's namespace.
--request strings The resource requirement requests for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource request, append "-" to the resource name, e.g. '--request cpu-'.
--revision-name string The revision name to set. Must start with the service name and a dash as a prefix. Empty revision name will result in the server generating a name for the revision. Accepts golang templates, allowing {{.Service}} for the service name, {{.Generation}} for the generation, and {{.Random [n]}} for n random consonants (e.g. {{.Service}}-{{.Random 5}}-{{.Generation}})
--scale string Set the Minimum and Maximum number of replicas. You can use this flag to set both to a single value, or set a range with min/max values, or set either min or max values without specifying the other. Example: --scale 5 (scale-min = 5, scale-max = 5) or --scale 1..5 (scale-min = 1, scale-max = 5) or --scale 1.. (scale-min = 1, scale-max = unchanged) or --scale ..5 (scale-min = unchanged, scale-max = 5)
--scale-activation int Minimum non-zero value that a service should scale to.
--scale-init int Initial number of replicas with which a service starts. Can be 0 or a positive integer.
--scale-max int Maximum number of replicas.
--scale-metric string Set the name of the metric the PodAutoscaler should scale on. Example: --scale-metric rps (to scale on rps) or --scale-metric concurrency (to scale on concurrency). The default metric is concurrency.
--scale-min int Minimum number of replicas.
--scale-target int Recommendation for when to scale up based on the concurrent number of incoming request. Defaults to --concurrency-limit when given.
--scale-target int Recommendation for what metric value the PodAutoscaler should attempt to maintain. Use with --scale-metric flag to configure the metric name for which the target value should be maintained. Default metric name is concurrency. The flag defaults to --concurrency-limit when given.
--scale-utilization int Percentage of concurrent requests utilization before scaling up. (default 70)
--scale-window string Duration to look back for making auto-scaling decisions. The service is scaled to zero if no request was received in during that time. (eg: 10s)
--security-context string Predefined security context for the service. Accepted values: 'none' for no security context and 'strict' for dropping all capabilities, running as non-root, and no privilege escalation. (default "none")
--service-account string Service account name to set. An empty argument ("") clears the service account. The referenced service account must exist in the service's namespace.
--tag strings Set tag (format: --tag revisionRef=tagName) where revisionRef can be a revision or '@latest' string representing latest ready revision. This flag can be specified multiple times.
--target string Work on local directory instead of a remote cluster (experimental)
--timeout int Duration in seconds that the request routing layer will wait for a request delivered to a container to begin replying (default 300)
--toleration strings Add toleration to be set, works if the feature gate is enabled in Knative Serving feature flags configuration. Example: --tolerations Key="key1",Operator="Equal",Value="value1",Effect="NoSchedule"
--user int The user ID to run the container (e.g., 1001).
--volume stringArray Add a volume from a ConfigMap (prefix cm: or config-map:) or a Secret (prefix secret: or sc:). Example: --volume myvolume=cm:myconfigmap or --volume myvolume=secret:mysecret. You can use this flag multiple times. To unset a ConfigMap/Secret reference, append "-" to the name, e.g. --volume myvolume-.
--volume stringArray Add a volume from a ConfigMap (prefix cm: or config-map:) a Secret (prefix secret: or sc:), an EmptyDir (prefix ed: or emptyDir:) or a PersistentVolumeClaim (prefix pvc: or persistentVolumeClaim). PersistentVolumeClaim only works if the feature gate is enabled in Knative Serving feature flags configuration. Example: --volume myvolume=cm:myconfigmap, --volume myvolume=secret:mysecret or --volume emptyDir:myvol:size=1Gi,type=Memory. You can use this flag multiple times. To unset a ConfigMap/Secret reference, append "-" to the name, e.g. --volume myvolume-.
--wait Wait for 'service create' operation to be completed. (default true)
--wait-timeout int Seconds to wait before giving up on waiting for service to be ready. (default 600)
--wait-window int Seconds to wait for service to be ready after a false ready condition is returned (default 2)
```
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -35,16 +35,20 @@ kn service delete NAME [NAME ...]
--target string Work on local directory instead of a remote cluster (experimental)
--wait Wait for 'service delete' operation to be completed.
--wait-timeout int Seconds to wait before giving up on waiting for service to be deleted. (default 600)
--wait-window int Seconds to wait for service to be deleted after a false ready condition is returned (default 2)
```
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -41,11 +41,14 @@ kn service describe NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -30,7 +30,7 @@ kn service export NAME
-h, --help help for export
--mode string Format for exporting all routed revisions. One of replay|export (Beta)
-n, --namespace string Specify the namespace to operate in.
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
--with-revisions Export all routed revisions (Beta)
@ -39,11 +39,14 @@ kn service export NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -25,16 +25,20 @@ kn service import FILENAME
--no-wait Do not wait for 'service import' operation to be completed.
--wait Wait for 'service import' operation to be completed. (default true)
--wait-timeout int Seconds to wait before giving up on waiting for service to be ready. (default 600)
--wait-window int Seconds to wait for service to be ready after a false ready condition is returned (default 2)
```
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -34,7 +34,7 @@ kn service list
-h, --help help for list
-n, --namespace string Specify the namespace to operate in.
--no-headers When using the default output format, don't print headers (default: print headers).
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--target string Work on local directory instead of a remote cluster (experimental)
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
@ -43,11 +43,14 @@ kn service list
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -62,41 +62,58 @@ kn service update NAME
--label-service stringArray Service label to set. name=value; you may provide this flag any number of times to set multiple labels. To unset, specify the label name followed by a "-" (e.g., name-). This flag takes precedence over the "label" flag.
--limit strings The resource requirement limits for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource limit, append "-" to the resource name, e.g. '--limit memory-'.
--lock-to-digest Keep the running image for the service constant when not explicitly specifying the image. (--no-lock-to-digest pulls the image tag afresh with each new revision) (default true)
--mount stringArray Mount a ConfigMap (prefix cm: or config-map:), a Secret (prefix secret: or sc:), or an existing Volume (without any prefix) on the specified directory. Example: --mount /mydir=cm:myconfigmap, --mount /mydir=secret:mysecret, or --mount /mydir=myvolume. When a configmap or a secret is specified, a corresponding volume is automatically generated. You can use this flag multiple times. For unmounting a directory, append "-", e.g. --mount /mydir-, which also removes any auto-generated volume.
--mount stringArray Mount a ConfigMap (prefix cm: or config-map:), a Secret (prefix secret: or sc:), an EmptyDir (prefix ed: or emptyDir:), a PersistentVolumeClaim (prefix pvc: or persistentVolumeClaim) or an existing Volume (without any prefix) on the specified directory. Example: --mount /mydir=cm:myconfigmap, --mount /mydir=secret:mysecret, --mount /mydir=emptyDir:myvol or --mount /mydir=myvolume. When a configmap or a secret is specified, a corresponding volume is automatically generated. You can mount a volume with readOnly config (true | false) also. Example: --mount /mydir=ed:ed1:readOnly=true. You can specify a volume subpath by following the volume name with slash separated path. Example: --mount /mydir=cm:myconfigmap/subpath/to/be/mounted. You can use this flag multiple times. For unmounting a directory, append "-", e.g. --mount /mydir-, which also removes any auto-generated volume.
-n, --namespace string Specify the namespace to operate in.
--no-cluster-local Do not specify that the service be private. (--no-cluster-local will make the service publicly available) (default true)
--no-lock-to-digest Do not keep the running image for the service constant when not explicitly specifying the image. (--no-lock-to-digest pulls the image tag afresh with each new revision)
--no-wait Do not wait for 'service update' operation to be completed.
--node-affinity strings Add node affinity to be set - only works if the feature gate is enabled in Knative Serving feature flags configuration. When key, operator, values (whitespace separated) and weight are defined for a type, they will be appended in nodeSelectorTerms in case of Required clause, implying the terms will be ORed, and for Preferred clause, all of them will be added in preferredDuringSchedulingIgnoredDuringExecution. Example: --node-affinity Type="Required",Key="topology.kubernetes.io/zone",Operator="In",Values="antarctica-east1 antarctica-west1" or --node-affinity Type="Preferred",Key="topology.kubernetes.io/zone",Operator="In",Values="antarctica-east1",Weight="1"
--node-selector stringArray Add node selector to be set, you may provide this flag any number of times to set multiple node selectors, works if feature flag is enabled in Knative Serving feature flags configuration. Example: --node-selector Disktype="ssd". To unset, specify the key name followed by a "-", example: --node-selector Disktype- .
-p, --port string The port where application listens on, in the format 'NAME:PORT', where 'NAME' is optional. Examples: '--port h2c:8080' , '--port 8080'.
--probe-liveness string Add liveness probe to Service deployment. Supported probe types are HTTGet, Exec and TCPSocket. Format: [http,https]:host:port:path, exec:cmd[,cmd,...], tcp:host:port.
--probe-liveness-opts string Add common options to liveness probe. Common opts (comma separated, case insensitive): InitialDelaySeconds=<int_value>, FailureThreshold=<int_value>, SuccessThreshold=<int_value>, PeriodSeconds=<int_value>, TimeoutSeconds=<int_value>
--probe-readiness string Add readiness probe to Service deployment. Supported probe types are HTTGet, Exec and TCPSocket. Format: [http,https]:host:port:path, exec:cmd[,cmd,...], tcp:host:port.
--probe-readiness-opts string Add common options to readiness probe. Common opts (comma separated, case insensitive): InitialDelaySeconds=<int_value>, FailureThreshold=<int_value>, SuccessThreshold=<int_value>, PeriodSeconds=<int_value>, TimeoutSeconds=<int_value>
--profile string The profile name must be defined in config.yaml or part of the built-in profile, e.g. Istio. Related annotations and labels will be added to the service.To unset, specify the profile name followed by a "-" (e.g., name-).
--pull-policy string Image pull policy. Valid values (case insensitive): Always | Never | IfNotPresent
--pull-secret string Image pull secret to set. An empty argument ("") clears the pull secret. The referenced secret must exist in the service's namespace.
--request strings The resource requirement requests for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource request, append "-" to the resource name, e.g. '--request cpu-'.
--revision-name string The revision name to set. Must start with the service name and a dash as a prefix. Empty revision name will result in the server generating a name for the revision. Accepts golang templates, allowing {{.Service}} for the service name, {{.Generation}} for the generation, and {{.Random [n]}} for n random consonants (e.g. {{.Service}}-{{.Random 5}}-{{.Generation}})
--scale string Set the Minimum and Maximum number of replicas. You can use this flag to set both to a single value, or set a range with min/max values, or set either min or max values without specifying the other. Example: --scale 5 (scale-min = 5, scale-max = 5) or --scale 1..5 (scale-min = 1, scale-max = 5) or --scale 1.. (scale-min = 1, scale-max = unchanged) or --scale ..5 (scale-min = unchanged, scale-max = 5)
--scale-activation int Minimum non-zero value that a service should scale to.
--scale-init int Initial number of replicas with which a service starts. Can be 0 or a positive integer.
--scale-max int Maximum number of replicas.
--scale-metric string Set the name of the metric the PodAutoscaler should scale on. Example: --scale-metric rps (to scale on rps) or --scale-metric concurrency (to scale on concurrency). The default metric is concurrency.
--scale-min int Minimum number of replicas.
--scale-target int Recommendation for when to scale up based on the concurrent number of incoming request. Defaults to --concurrency-limit when given.
--scale-target int Recommendation for what metric value the PodAutoscaler should attempt to maintain. Use with --scale-metric flag to configure the metric name for which the target value should be maintained. Default metric name is concurrency. The flag defaults to --concurrency-limit when given.
--scale-utilization int Percentage of concurrent requests utilization before scaling up. (default 70)
--scale-window string Duration to look back for making auto-scaling decisions. The service is scaled to zero if no request was received in during that time. (eg: 10s)
--security-context string Predefined security context for the service. Accepted values: 'none' for no security context and 'strict' for dropping all capabilities, running as non-root, and no privilege escalation. (default "none")
--service-account string Service account name to set. An empty argument ("") clears the service account. The referenced service account must exist in the service's namespace.
--tag strings Set tag (format: --tag revisionRef=tagName) where revisionRef can be a revision or '@latest' string representing latest ready revision. This flag can be specified multiple times.
--target string Work on local directory instead of a remote cluster (experimental)
--timeout int Duration in seconds that the request routing layer will wait for a request delivered to a container to begin replying (default 300)
--toleration strings Add toleration to be set, works if the feature gate is enabled in Knative Serving feature flags configuration. Example: --tolerations Key="key1",Operator="Equal",Value="value1",Effect="NoSchedule"
--traffic strings Set traffic distribution (format: --traffic revisionRef=percent) where revisionRef can be a revision or a tag or '@latest' string representing latest ready revision. This flag can be given multiple times with percent summing up to 100%.
--untag strings Untag revision (format: --untag tagName). This flag can be specified multiple times.
--user int The user ID to run the container (e.g., 1001).
--volume stringArray Add a volume from a ConfigMap (prefix cm: or config-map:) or a Secret (prefix secret: or sc:). Example: --volume myvolume=cm:myconfigmap or --volume myvolume=secret:mysecret. You can use this flag multiple times. To unset a ConfigMap/Secret reference, append "-" to the name, e.g. --volume myvolume-.
--volume stringArray Add a volume from a ConfigMap (prefix cm: or config-map:) a Secret (prefix secret: or sc:), an EmptyDir (prefix ed: or emptyDir:) or a PersistentVolumeClaim (prefix pvc: or persistentVolumeClaim). PersistentVolumeClaim only works if the feature gate is enabled in Knative Serving feature flags configuration. Example: --volume myvolume=cm:myconfigmap, --volume myvolume=secret:mysecret or --volume emptyDir:myvol:size=1Gi,type=Memory. You can use this flag multiple times. To unset a ConfigMap/Secret reference, append "-" to the name, e.g. --volume myvolume-.
--wait Wait for 'service update' operation to be completed. (default true)
--wait-timeout int Seconds to wait before giving up on waiting for service to be ready. (default 600)
--wait-window int Seconds to wait for service to be ready after a false ready condition is returned (default 2)
```
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -0,0 +1,48 @@
## kn service wait
Wait for a service to be ready
```
kn service wait NAME
```
### Examples
```
# Waits on a service 'svc'
kn service wait svc
# Waits on a service 'svc' with a timeout
kn service wait svc --wait-timeout 10
# Waits on a service 'svc' with a timeout and wait window
kn service wait svc --wait-timeout 10 --wait-window 1
```
### Options
```
-h, --help help for wait
-n, --namespace string Specify the namespace to operate in.
--wait-timeout int Seconds to wait before giving up on waiting for service to be ready. (default 600)
--wait-window int Seconds to wait for service to be ready after a false ready condition is returned (default 2)
```
### Options inherited from parent commands
```
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO
* [kn service](kn_service.md) - Manage Knative services

View File

@ -15,11 +15,14 @@ kn source SOURCE|COMMAND
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -15,11 +15,14 @@ kn source apiserver COMMAND
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -26,17 +26,20 @@ kn source apiserver create NAME --resource RESOURCE --sink SINK
--resource stringArray Specification for which events to listen, in the format Kind:APIVersion:LabelSelector, e.g. "Event:sourcesv1:key=value".
"LabelSelector" is a list of comma separated key value pairs. "LabelSelector" can be omitted, e.g. "Event:sourcesv1".
--service-account string Name of the service account to use to run this source
-s, --sink string Addressable sink for events. You can specify a broker, channel, Knative service or URI. Examples: '--sink broker:nest' for a broker 'nest', '--sink channel:pipe' for a channel 'pipe', '--sink ksvc:mysvc:mynamespace' for a Knative service 'mysvc' in another namespace 'mynamespace', '--sink https://event.receiver.uri' for an URI with an 'http://' or 'https://' schema, '--sink ksvc:receiver' or simply '--sink receiver' for a Knative service 'receiver' in the current namespace. If a prefix is not provided, it is considered as a Knative service in the current namespace. If referring to a Knative service in another namespace, 'ksvc:name:namespace' combination must be provided explicitly.
-s, --sink string Addressable sink for events. You can specify a broker, channel, Knative service, Kubernetes service or URI. Examples: '--sink broker:nest' for a broker 'nest', '--sink channel:pipe' for a channel 'pipe', '--sink ksvc:mysvc:mynamespace' for a Knative service 'mysvc' in another namespace 'mynamespace', '--sink https://event.receiver.uri' for an HTTP URI, '--sink ksvc:receiver' or simply '--sink receiver' for a Knative service 'receiver' in the current namespace, '--sink svc:receiver:mynamespace' for a Kubernetes service 'receiver' in the 'mynamespace' namespace, '--sink special.eventing.dev/v1alpha1/channels:pipe' for GroupVersionResource of v1alpha1 'pipe'. If a prefix is not provided, it is considered as a Knative service in the current namespace.
```
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -24,11 +24,14 @@ kn source apiserver delete NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -23,7 +23,7 @@ kn source apiserver describe NAME
--allow-missing-template-keys If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. (default true)
-h, --help help for describe
-n, --namespace string Specify the namespace to operate in.
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
-v, --verbose More output.
@ -32,11 +32,14 @@ kn source apiserver describe NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -25,7 +25,7 @@ kn source apiserver list
-h, --help help for list
-n, --namespace string Specify the namespace to operate in.
--no-headers When using the default output format, don't print headers (default: print headers).
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
```
@ -33,11 +33,14 @@ kn source apiserver list
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -26,17 +26,20 @@ kn source apiserver update NAME
--resource stringArray Specification for which events to listen, in the format Kind:APIVersion:LabelSelector, e.g. "Event:sourcesv1:key=value".
"LabelSelector" is a list of comma separated key value pairs. "LabelSelector" can be omitted, e.g. "Event:sourcesv1".
--service-account string Name of the service account to use to run this source
-s, --sink string Addressable sink for events. You can specify a broker, channel, Knative service or URI. Examples: '--sink broker:nest' for a broker 'nest', '--sink channel:pipe' for a channel 'pipe', '--sink ksvc:mysvc:mynamespace' for a Knative service 'mysvc' in another namespace 'mynamespace', '--sink https://event.receiver.uri' for an URI with an 'http://' or 'https://' schema, '--sink ksvc:receiver' or simply '--sink receiver' for a Knative service 'receiver' in the current namespace. If a prefix is not provided, it is considered as a Knative service in the current namespace. If referring to a Knative service in another namespace, 'ksvc:name:namespace' combination must be provided explicitly.
-s, --sink string Addressable sink for events. You can specify a broker, channel, Knative service, Kubernetes service or URI. Examples: '--sink broker:nest' for a broker 'nest', '--sink channel:pipe' for a channel 'pipe', '--sink ksvc:mysvc:mynamespace' for a Knative service 'mysvc' in another namespace 'mynamespace', '--sink https://event.receiver.uri' for an HTTP URI, '--sink ksvc:receiver' or simply '--sink receiver' for a Knative service 'receiver' in the current namespace, '--sink svc:receiver:mynamespace' for a Kubernetes service 'receiver' in the 'mynamespace' namespace, '--sink special.eventing.dev/v1alpha1/channels:pipe' for GroupVersionResource of v1alpha1 'pipe'. If a prefix is not provided, it is considered as a Knative service in the current namespace.
```
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -15,11 +15,14 @@ kn source binding COMMAND
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -20,18 +20,21 @@ kn source binding create NAME --subject SUBJECT --sink SINK
--ce-override stringArray Cloud Event overrides to apply before sending event to sink. Example: '--ce-override key=value' You may be provide this flag multiple times. To unset, append "-" to the key (e.g. --ce-override key-).
-h, --help help for create
-n, --namespace string Specify the namespace to operate in.
-s, --sink string Addressable sink for events. You can specify a broker, channel, Knative service or URI. Examples: '--sink broker:nest' for a broker 'nest', '--sink channel:pipe' for a channel 'pipe', '--sink ksvc:mysvc:mynamespace' for a Knative service 'mysvc' in another namespace 'mynamespace', '--sink https://event.receiver.uri' for an URI with an 'http://' or 'https://' schema, '--sink ksvc:receiver' or simply '--sink receiver' for a Knative service 'receiver' in the current namespace. If a prefix is not provided, it is considered as a Knative service in the current namespace. If referring to a Knative service in another namespace, 'ksvc:name:namespace' combination must be provided explicitly.
-s, --sink string Addressable sink for events. You can specify a broker, channel, Knative service, Kubernetes service or URI. Examples: '--sink broker:nest' for a broker 'nest', '--sink channel:pipe' for a channel 'pipe', '--sink ksvc:mysvc:mynamespace' for a Knative service 'mysvc' in another namespace 'mynamespace', '--sink https://event.receiver.uri' for an HTTP URI, '--sink ksvc:receiver' or simply '--sink receiver' for a Knative service 'receiver' in the current namespace, '--sink svc:receiver:mynamespace' for a Kubernetes service 'receiver' in the 'mynamespace' namespace, '--sink special.eventing.dev/v1alpha1/channels:pipe' for GroupVersionResource of v1alpha1 'pipe'. If a prefix is not provided, it is considered as a Knative service in the current namespace.
--subject string Subject which emits cloud events. This argument takes format kind:apiVersion:name for named resources or kind:apiVersion:labelKey1=value1,labelKey2=value2 for matching via a label selector
```
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -24,11 +24,14 @@ kn source binding delete NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -23,7 +23,7 @@ kn source binding describe NAME
--allow-missing-template-keys If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. (default true)
-h, --help help for describe
-n, --namespace string Specify the namespace to operate in.
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
-v, --verbose More output.
@ -32,11 +32,14 @@ kn source binding describe NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -25,7 +25,7 @@ kn source binding list
-h, --help help for list
-n, --namespace string Specify the namespace to operate in.
--no-headers When using the default output format, don't print headers (default: print headers).
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
```
@ -33,11 +33,14 @@ kn source binding list
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -20,18 +20,21 @@ kn source binding update NAME
--ce-override stringArray Cloud Event overrides to apply before sending event to sink. Example: '--ce-override key=value' You may be provide this flag multiple times. To unset, append "-" to the key (e.g. --ce-override key-).
-h, --help help for update
-n, --namespace string Specify the namespace to operate in.
-s, --sink string Addressable sink for events. You can specify a broker, channel, Knative service or URI. Examples: '--sink broker:nest' for a broker 'nest', '--sink channel:pipe' for a channel 'pipe', '--sink ksvc:mysvc:mynamespace' for a Knative service 'mysvc' in another namespace 'mynamespace', '--sink https://event.receiver.uri' for an URI with an 'http://' or 'https://' schema, '--sink ksvc:receiver' or simply '--sink receiver' for a Knative service 'receiver' in the current namespace. If a prefix is not provided, it is considered as a Knative service in the current namespace. If referring to a Knative service in another namespace, 'ksvc:name:namespace' combination must be provided explicitly.
-s, --sink string Addressable sink for events. You can specify a broker, channel, Knative service, Kubernetes service or URI. Examples: '--sink broker:nest' for a broker 'nest', '--sink channel:pipe' for a channel 'pipe', '--sink ksvc:mysvc:mynamespace' for a Knative service 'mysvc' in another namespace 'mynamespace', '--sink https://event.receiver.uri' for an HTTP URI, '--sink ksvc:receiver' or simply '--sink receiver' for a Knative service 'receiver' in the current namespace, '--sink svc:receiver:mynamespace' for a Kubernetes service 'receiver' in the 'mynamespace' namespace, '--sink special.eventing.dev/v1alpha1/channels:pipe' for GroupVersionResource of v1alpha1 'pipe'. If a prefix is not provided, it is considered as a Knative service in the current namespace.
--subject string Subject which emits cloud events. This argument takes format kind:apiVersion:name for named resources or kind:apiVersion:labelKey1=value1,labelKey2=value2 for matching via a label selector
```
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -15,11 +15,14 @@ kn source container create|delete|update|list|describe
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -17,35 +17,47 @@ kn source container create NAME --image IMAGE --sink SINK
### Options
```
--arg stringArray Add argument to the container command. Example: --arg myArg1 --arg --myArg2 --arg myArg3=3. You can use this flag multiple times.
--cmd stringArray Specify command to be used as entrypoint instead of default one. Example: --cmd /app/start or --cmd sh --cmd /app/start.sh or --cmd /app/start --arg myArg to pass additional arguments.
--containers string Specify path to file including definition for additional containers, alternatively use '-' to read from stdin. Example: --containers ./containers.yaml or --containers -.
-e, --env stringArray Environment variable to set. NAME=value; you may provide this flag any number of times to set multiple environment variables. To unset, specify the environment variable name followed by a "-" (e.g., NAME-).
--env-file string Path to a file containing environment variables (e.g. --env-file=/home/knative/service1/env).
--env-from stringArray Add environment variables from a ConfigMap (prefix cm: or config-map:) or a Secret (prefix secret:). Example: --env-from cm:myconfigmap or --env-from secret:mysecret. You can use this flag multiple times. To unset a ConfigMap/Secret reference, append "-" to the name, e.g. --env-from cm:myconfigmap-.
--env-value-from stringArray Add environment variable from a value of key in ConfigMap (prefix cm: or config-map:) or a Secret (prefix sc: or secret:). Example: --env-value-from NAME=cm:myconfigmap:key or --env-value-from NAME=secret:mysecret:key. You can use this flag multiple times. To unset a value from a ConfigMap/Secret key reference, append "-" to the key, e.g. --env-value-from ENV-.
-h, --help help for create
--image string Image to run.
--limit strings The resource requirement limits for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource limit, append "-" to the resource name, e.g. '--limit memory-'.
--mount stringArray Mount a ConfigMap (prefix cm: or config-map:), a Secret (prefix secret: or sc:), or an existing Volume (without any prefix) on the specified directory. Example: --mount /mydir=cm:myconfigmap, --mount /mydir=secret:mysecret, or --mount /mydir=myvolume. When a configmap or a secret is specified, a corresponding volume is automatically generated. You can use this flag multiple times. For unmounting a directory, append "-", e.g. --mount /mydir-, which also removes any auto-generated volume.
-n, --namespace string Specify the namespace to operate in.
-p, --port string The port where application listens on, in the format 'NAME:PORT', where 'NAME' is optional. Examples: '--port h2c:8080' , '--port 8080'.
--pull-secret string Image pull secret to set. An empty argument ("") clears the pull secret. The referenced secret must exist in the service's namespace.
--request strings The resource requirement requests for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource request, append "-" to the resource name, e.g. '--request cpu-'.
--service-account string Service account name to set. An empty argument ("") clears the service account. The referenced service account must exist in the service's namespace.
-s, --sink string Addressable sink for events. You can specify a broker, channel, Knative service or URI. Examples: '--sink broker:nest' for a broker 'nest', '--sink channel:pipe' for a channel 'pipe', '--sink ksvc:mysvc:mynamespace' for a Knative service 'mysvc' in another namespace 'mynamespace', '--sink https://event.receiver.uri' for an URI with an 'http://' or 'https://' schema, '--sink ksvc:receiver' or simply '--sink receiver' for a Knative service 'receiver' in the current namespace. If a prefix is not provided, it is considered as a Knative service in the current namespace. If referring to a Knative service in another namespace, 'ksvc:name:namespace' combination must be provided explicitly.
--user int The user ID to run the container (e.g., 1001).
--volume stringArray Add a volume from a ConfigMap (prefix cm: or config-map:) or a Secret (prefix secret: or sc:). Example: --volume myvolume=cm:myconfigmap or --volume myvolume=secret:mysecret. You can use this flag multiple times. To unset a ConfigMap/Secret reference, append "-" to the name, e.g. --volume myvolume-.
--arg stringArray Add argument to the container command. Example: --arg myArg1 --arg --myArg2 --arg myArg3=3. You can use this flag multiple times.
--cmd stringArray Specify command to be used as entrypoint instead of default one. Example: --cmd /app/start or --cmd sh --cmd /app/start.sh or --cmd /app/start --arg myArg to pass additional arguments.
--containers string Specify path to file including definition for additional containers, alternatively use '-' to read from stdin. Example: --containers ./containers.yaml or --containers -.
-e, --env stringArray Environment variable to set. NAME=value; you may provide this flag any number of times to set multiple environment variables. To unset, specify the environment variable name followed by a "-" (e.g., NAME-).
--env-file string Path to a file containing environment variables (e.g. --env-file=/home/knative/service1/env).
--env-from stringArray Add environment variables from a ConfigMap (prefix cm: or config-map:) or a Secret (prefix secret:). Example: --env-from cm:myconfigmap or --env-from secret:mysecret. You can use this flag multiple times. To unset a ConfigMap/Secret reference, append "-" to the name, e.g. --env-from cm:myconfigmap-.
--env-value-from stringArray Add environment variable from a value of key in ConfigMap (prefix cm: or config-map:) or a Secret (prefix sc: or secret:). Example: --env-value-from NAME=cm:myconfigmap:key or --env-value-from NAME=secret:mysecret:key. You can use this flag multiple times. To unset a value from a ConfigMap/Secret key reference, append "-" to the key, e.g. --env-value-from ENV-.
-h, --help help for create
--image string Image to run.
--limit strings The resource requirement limits for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource limit, append "-" to the resource name, e.g. '--limit memory-'.
--mount stringArray Mount a ConfigMap (prefix cm: or config-map:), a Secret (prefix secret: or sc:), an EmptyDir (prefix ed: or emptyDir:), a PersistentVolumeClaim (prefix pvc: or persistentVolumeClaim) or an existing Volume (without any prefix) on the specified directory. Example: --mount /mydir=cm:myconfigmap, --mount /mydir=secret:mysecret, --mount /mydir=emptyDir:myvol or --mount /mydir=myvolume. When a configmap or a secret is specified, a corresponding volume is automatically generated. You can mount a volume with readOnly config (true | false) also. Example: --mount /mydir=ed:ed1:readOnly=true. You can specify a volume subpath by following the volume name with slash separated path. Example: --mount /mydir=cm:myconfigmap/subpath/to/be/mounted. You can use this flag multiple times. For unmounting a directory, append "-", e.g. --mount /mydir-, which also removes any auto-generated volume.
-n, --namespace string Specify the namespace to operate in.
--node-affinity strings Add node affinity to be set - only works if the feature gate is enabled in Knative Serving feature flags configuration. When key, operator, values (whitespace separated) and weight are defined for a type, they will be appended in nodeSelectorTerms in case of Required clause, implying the terms will be ORed, and for Preferred clause, all of them will be added in preferredDuringSchedulingIgnoredDuringExecution. Example: --node-affinity Type="Required",Key="topology.kubernetes.io/zone",Operator="In",Values="antarctica-east1 antarctica-west1" or --node-affinity Type="Preferred",Key="topology.kubernetes.io/zone",Operator="In",Values="antarctica-east1",Weight="1"
--node-selector stringArray Add node selector to be set, you may provide this flag any number of times to set multiple node selectors, works if feature flag is enabled in Knative Serving feature flags configuration. Example: --node-selector Disktype="ssd". To unset, specify the key name followed by a "-", example: --node-selector Disktype- .
-p, --port string The port where application listens on, in the format 'NAME:PORT', where 'NAME' is optional. Examples: '--port h2c:8080' , '--port 8080'.
--probe-liveness string Add liveness probe to Service deployment. Supported probe types are HTTGet, Exec and TCPSocket. Format: [http,https]:host:port:path, exec:cmd[,cmd,...], tcp:host:port.
--probe-liveness-opts string Add common options to liveness probe. Common opts (comma separated, case insensitive): InitialDelaySeconds=<int_value>, FailureThreshold=<int_value>, SuccessThreshold=<int_value>, PeriodSeconds=<int_value>, TimeoutSeconds=<int_value>
--probe-readiness string Add readiness probe to Service deployment. Supported probe types are HTTGet, Exec and TCPSocket. Format: [http,https]:host:port:path, exec:cmd[,cmd,...], tcp:host:port.
--probe-readiness-opts string Add common options to readiness probe. Common opts (comma separated, case insensitive): InitialDelaySeconds=<int_value>, FailureThreshold=<int_value>, SuccessThreshold=<int_value>, PeriodSeconds=<int_value>, TimeoutSeconds=<int_value>
--pull-policy string Image pull policy. Valid values (case insensitive): Always | Never | IfNotPresent
--pull-secret string Image pull secret to set. An empty argument ("") clears the pull secret. The referenced secret must exist in the service's namespace.
--request strings The resource requirement requests for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource request, append "-" to the resource name, e.g. '--request cpu-'.
--security-context string Predefined security context for the service. Accepted values: 'none' for no security context and 'strict' for dropping all capabilities, running as non-root, and no privilege escalation. (default "none")
--service-account string Service account name to set. An empty argument ("") clears the service account. The referenced service account must exist in the service's namespace.
-s, --sink string Addressable sink for events. You can specify a broker, channel, Knative service, Kubernetes service or URI. Examples: '--sink broker:nest' for a broker 'nest', '--sink channel:pipe' for a channel 'pipe', '--sink ksvc:mysvc:mynamespace' for a Knative service 'mysvc' in another namespace 'mynamespace', '--sink https://event.receiver.uri' for an HTTP URI, '--sink ksvc:receiver' or simply '--sink receiver' for a Knative service 'receiver' in the current namespace, '--sink svc:receiver:mynamespace' for a Kubernetes service 'receiver' in the 'mynamespace' namespace, '--sink special.eventing.dev/v1alpha1/channels:pipe' for GroupVersionResource of v1alpha1 'pipe'. If a prefix is not provided, it is considered as a Knative service in the current namespace.
--toleration strings Add toleration to be set, works if the feature gate is enabled in Knative Serving feature flags configuration. Example: --tolerations Key="key1",Operator="Equal",Value="value1",Effect="NoSchedule"
--user int The user ID to run the container (e.g., 1001).
--volume stringArray Add a volume from a ConfigMap (prefix cm: or config-map:) a Secret (prefix secret: or sc:), an EmptyDir (prefix ed: or emptyDir:) or a PersistentVolumeClaim (prefix pvc: or persistentVolumeClaim). PersistentVolumeClaim only works if the feature gate is enabled in Knative Serving feature flags configuration. Example: --volume myvolume=cm:myconfigmap, --volume myvolume=secret:mysecret or --volume emptyDir:myvol:size=1Gi,type=Memory. You can use this flag multiple times. To unset a ConfigMap/Secret reference, append "-" to the name, e.g. --volume myvolume-.
```
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -24,11 +24,14 @@ kn source container delete NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -25,11 +25,14 @@ kn source container describe NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -25,7 +25,7 @@ kn source container list
-h, --help help for list
-n, --namespace string Specify the namespace to operate in.
--no-headers When using the default output format, don't print headers (default: print headers).
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
```
@ -33,11 +33,14 @@ kn source container list
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -17,35 +17,47 @@ kn source container update NAME --image IMAGE
### Options
```
--arg stringArray Add argument to the container command. Example: --arg myArg1 --arg --myArg2 --arg myArg3=3. You can use this flag multiple times.
--cmd stringArray Specify command to be used as entrypoint instead of default one. Example: --cmd /app/start or --cmd sh --cmd /app/start.sh or --cmd /app/start --arg myArg to pass additional arguments.
--containers string Specify path to file including definition for additional containers, alternatively use '-' to read from stdin. Example: --containers ./containers.yaml or --containers -.
-e, --env stringArray Environment variable to set. NAME=value; you may provide this flag any number of times to set multiple environment variables. To unset, specify the environment variable name followed by a "-" (e.g., NAME-).
--env-file string Path to a file containing environment variables (e.g. --env-file=/home/knative/service1/env).
--env-from stringArray Add environment variables from a ConfigMap (prefix cm: or config-map:) or a Secret (prefix secret:). Example: --env-from cm:myconfigmap or --env-from secret:mysecret. You can use this flag multiple times. To unset a ConfigMap/Secret reference, append "-" to the name, e.g. --env-from cm:myconfigmap-.
--env-value-from stringArray Add environment variable from a value of key in ConfigMap (prefix cm: or config-map:) or a Secret (prefix sc: or secret:). Example: --env-value-from NAME=cm:myconfigmap:key or --env-value-from NAME=secret:mysecret:key. You can use this flag multiple times. To unset a value from a ConfigMap/Secret key reference, append "-" to the key, e.g. --env-value-from ENV-.
-h, --help help for update
--image string Image to run.
--limit strings The resource requirement limits for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource limit, append "-" to the resource name, e.g. '--limit memory-'.
--mount stringArray Mount a ConfigMap (prefix cm: or config-map:), a Secret (prefix secret: or sc:), or an existing Volume (without any prefix) on the specified directory. Example: --mount /mydir=cm:myconfigmap, --mount /mydir=secret:mysecret, or --mount /mydir=myvolume. When a configmap or a secret is specified, a corresponding volume is automatically generated. You can use this flag multiple times. For unmounting a directory, append "-", e.g. --mount /mydir-, which also removes any auto-generated volume.
-n, --namespace string Specify the namespace to operate in.
-p, --port string The port where application listens on, in the format 'NAME:PORT', where 'NAME' is optional. Examples: '--port h2c:8080' , '--port 8080'.
--pull-secret string Image pull secret to set. An empty argument ("") clears the pull secret. The referenced secret must exist in the service's namespace.
--request strings The resource requirement requests for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource request, append "-" to the resource name, e.g. '--request cpu-'.
--service-account string Service account name to set. An empty argument ("") clears the service account. The referenced service account must exist in the service's namespace.
-s, --sink string Addressable sink for events. You can specify a broker, channel, Knative service or URI. Examples: '--sink broker:nest' for a broker 'nest', '--sink channel:pipe' for a channel 'pipe', '--sink ksvc:mysvc:mynamespace' for a Knative service 'mysvc' in another namespace 'mynamespace', '--sink https://event.receiver.uri' for an URI with an 'http://' or 'https://' schema, '--sink ksvc:receiver' or simply '--sink receiver' for a Knative service 'receiver' in the current namespace. If a prefix is not provided, it is considered as a Knative service in the current namespace. If referring to a Knative service in another namespace, 'ksvc:name:namespace' combination must be provided explicitly.
--user int The user ID to run the container (e.g., 1001).
--volume stringArray Add a volume from a ConfigMap (prefix cm: or config-map:) or a Secret (prefix secret: or sc:). Example: --volume myvolume=cm:myconfigmap or --volume myvolume=secret:mysecret. You can use this flag multiple times. To unset a ConfigMap/Secret reference, append "-" to the name, e.g. --volume myvolume-.
--arg stringArray Add argument to the container command. Example: --arg myArg1 --arg --myArg2 --arg myArg3=3. You can use this flag multiple times.
--cmd stringArray Specify command to be used as entrypoint instead of default one. Example: --cmd /app/start or --cmd sh --cmd /app/start.sh or --cmd /app/start --arg myArg to pass additional arguments.
--containers string Specify path to file including definition for additional containers, alternatively use '-' to read from stdin. Example: --containers ./containers.yaml or --containers -.
-e, --env stringArray Environment variable to set. NAME=value; you may provide this flag any number of times to set multiple environment variables. To unset, specify the environment variable name followed by a "-" (e.g., NAME-).
--env-file string Path to a file containing environment variables (e.g. --env-file=/home/knative/service1/env).
--env-from stringArray Add environment variables from a ConfigMap (prefix cm: or config-map:) or a Secret (prefix secret:). Example: --env-from cm:myconfigmap or --env-from secret:mysecret. You can use this flag multiple times. To unset a ConfigMap/Secret reference, append "-" to the name, e.g. --env-from cm:myconfigmap-.
--env-value-from stringArray Add environment variable from a value of key in ConfigMap (prefix cm: or config-map:) or a Secret (prefix sc: or secret:). Example: --env-value-from NAME=cm:myconfigmap:key or --env-value-from NAME=secret:mysecret:key. You can use this flag multiple times. To unset a value from a ConfigMap/Secret key reference, append "-" to the key, e.g. --env-value-from ENV-.
-h, --help help for update
--image string Image to run.
--limit strings The resource requirement limits for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource limit, append "-" to the resource name, e.g. '--limit memory-'.
--mount stringArray Mount a ConfigMap (prefix cm: or config-map:), a Secret (prefix secret: or sc:), an EmptyDir (prefix ed: or emptyDir:), a PersistentVolumeClaim (prefix pvc: or persistentVolumeClaim) or an existing Volume (without any prefix) on the specified directory. Example: --mount /mydir=cm:myconfigmap, --mount /mydir=secret:mysecret, --mount /mydir=emptyDir:myvol or --mount /mydir=myvolume. When a configmap or a secret is specified, a corresponding volume is automatically generated. You can mount a volume with readOnly config (true | false) also. Example: --mount /mydir=ed:ed1:readOnly=true. You can specify a volume subpath by following the volume name with slash separated path. Example: --mount /mydir=cm:myconfigmap/subpath/to/be/mounted. You can use this flag multiple times. For unmounting a directory, append "-", e.g. --mount /mydir-, which also removes any auto-generated volume.
-n, --namespace string Specify the namespace to operate in.
--node-affinity strings Add node affinity to be set - only works if the feature gate is enabled in Knative Serving feature flags configuration. When key, operator, values (whitespace separated) and weight are defined for a type, they will be appended in nodeSelectorTerms in case of Required clause, implying the terms will be ORed, and for Preferred clause, all of them will be added in preferredDuringSchedulingIgnoredDuringExecution. Example: --node-affinity Type="Required",Key="topology.kubernetes.io/zone",Operator="In",Values="antarctica-east1 antarctica-west1" or --node-affinity Type="Preferred",Key="topology.kubernetes.io/zone",Operator="In",Values="antarctica-east1",Weight="1"
--node-selector stringArray Add node selector to be set, you may provide this flag any number of times to set multiple node selectors, works if feature flag is enabled in Knative Serving feature flags configuration. Example: --node-selector Disktype="ssd". To unset, specify the key name followed by a "-", example: --node-selector Disktype- .
-p, --port string The port where application listens on, in the format 'NAME:PORT', where 'NAME' is optional. Examples: '--port h2c:8080' , '--port 8080'.
--probe-liveness string Add liveness probe to Service deployment. Supported probe types are HTTGet, Exec and TCPSocket. Format: [http,https]:host:port:path, exec:cmd[,cmd,...], tcp:host:port.
--probe-liveness-opts string Add common options to liveness probe. Common opts (comma separated, case insensitive): InitialDelaySeconds=<int_value>, FailureThreshold=<int_value>, SuccessThreshold=<int_value>, PeriodSeconds=<int_value>, TimeoutSeconds=<int_value>
--probe-readiness string Add readiness probe to Service deployment. Supported probe types are HTTGet, Exec and TCPSocket. Format: [http,https]:host:port:path, exec:cmd[,cmd,...], tcp:host:port.
--probe-readiness-opts string Add common options to readiness probe. Common opts (comma separated, case insensitive): InitialDelaySeconds=<int_value>, FailureThreshold=<int_value>, SuccessThreshold=<int_value>, PeriodSeconds=<int_value>, TimeoutSeconds=<int_value>
--pull-policy string Image pull policy. Valid values (case insensitive): Always | Never | IfNotPresent
--pull-secret string Image pull secret to set. An empty argument ("") clears the pull secret. The referenced secret must exist in the service's namespace.
--request strings The resource requirement requests for this Service. For example, 'cpu=100m,memory=256Mi'. You can use this flag multiple times. To unset a resource request, append "-" to the resource name, e.g. '--request cpu-'.
--security-context string Predefined security context for the service. Accepted values: 'none' for no security context and 'strict' for dropping all capabilities, running as non-root, and no privilege escalation. (default "none")
--service-account string Service account name to set. An empty argument ("") clears the service account. The referenced service account must exist in the service's namespace.
-s, --sink string Addressable sink for events. You can specify a broker, channel, Knative service, Kubernetes service or URI. Examples: '--sink broker:nest' for a broker 'nest', '--sink channel:pipe' for a channel 'pipe', '--sink ksvc:mysvc:mynamespace' for a Knative service 'mysvc' in another namespace 'mynamespace', '--sink https://event.receiver.uri' for an HTTP URI, '--sink ksvc:receiver' or simply '--sink receiver' for a Knative service 'receiver' in the current namespace, '--sink svc:receiver:mynamespace' for a Kubernetes service 'receiver' in the 'mynamespace' namespace, '--sink special.eventing.dev/v1alpha1/channels:pipe' for GroupVersionResource of v1alpha1 'pipe'. If a prefix is not provided, it is considered as a Knative service in the current namespace.
--toleration strings Add toleration to be set, works if the feature gate is enabled in Knative Serving feature flags configuration. Example: --tolerations Key="key1",Operator="Equal",Value="value1",Effect="NoSchedule"
--user int The user ID to run the container (e.g., 1001).
--volume stringArray Add a volume from a ConfigMap (prefix cm: or config-map:) a Secret (prefix secret: or sc:), an EmptyDir (prefix ed: or emptyDir:) or a PersistentVolumeClaim (prefix pvc: or persistentVolumeClaim). PersistentVolumeClaim only works if the feature gate is enabled in Knative Serving feature flags configuration. Example: --volume myvolume=cm:myconfigmap, --volume myvolume=secret:mysecret or --volume emptyDir:myvol:size=1Gi,type=Memory. You can use this flag multiple times. To unset a ConfigMap/Secret reference, append "-" to the name, e.g. --volume myvolume-.
```
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -24,7 +24,7 @@ kn source list-types
-h, --help help for list-types
-n, --namespace string Specify the namespace to operate in.
--no-headers When using the default output format, don't print headers (default: print headers).
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
```
@ -32,11 +32,14 @@ kn source list-types
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -28,7 +28,7 @@ kn source list
-h, --help help for list
-n, --namespace string Specify the namespace to operate in.
--no-headers When using the default output format, don't print headers (default: print headers).
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
-o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
-t, --type strings Filter list on given source type. This flag can be given multiple times.
@ -37,11 +37,14 @@ kn source list
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -15,11 +15,14 @@ kn source ping COMMAND
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -23,17 +23,20 @@ kn source ping create NAME --sink SINK
-h, --help help for create
-n, --namespace string Specify the namespace to operate in.
--schedule string Optional schedule specification in crontab format (e.g. '*/2 * * * *' for every two minutes. By default fire every minute.
-s, --sink string Addressable sink for events. You can specify a broker, channel, Knative service or URI. Examples: '--sink broker:nest' for a broker 'nest', '--sink channel:pipe' for a channel 'pipe', '--sink ksvc:mysvc:mynamespace' for a Knative service 'mysvc' in another namespace 'mynamespace', '--sink https://event.receiver.uri' for an URI with an 'http://' or 'https://' schema, '--sink ksvc:receiver' or simply '--sink receiver' for a Knative service 'receiver' in the current namespace. If a prefix is not provided, it is considered as a Knative service in the current namespace. If referring to a Knative service in another namespace, 'ksvc:name:namespace' combination must be provided explicitly.
-s, --sink string Addressable sink for events. You can specify a broker, channel, Knative service, Kubernetes service or URI. Examples: '--sink broker:nest' for a broker 'nest', '--sink channel:pipe' for a channel 'pipe', '--sink ksvc:mysvc:mynamespace' for a Knative service 'mysvc' in another namespace 'mynamespace', '--sink https://event.receiver.uri' for an HTTP URI, '--sink ksvc:receiver' or simply '--sink receiver' for a Knative service 'receiver' in the current namespace, '--sink svc:receiver:mynamespace' for a Kubernetes service 'receiver' in the 'mynamespace' namespace, '--sink special.eventing.dev/v1alpha1/channels:pipe' for GroupVersionResource of v1alpha1 'pipe'. If a prefix is not provided, it is considered as a Knative service in the current namespace.
```
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

View File

@ -24,11 +24,14 @@ kn source ping delete NAME
### Options inherited from parent commands
```
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
--as string username to impersonate for the operation
--as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups
--as-uid string uid to impersonate for the operation
--cluster string name of the kubeconfig cluster to use
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
```
### SEE ALSO

Some files were not shown because too many files have changed in this diff Show More