Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Upgrade to latest dependencies #182

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

knative-automation
Copy link
Contributor

@knative-automation knative-automation commented May 3, 2024

Cron -knative-prow-robot

/cc knative/client-wg-leads
/assign knative/client-wg-leads

Produced by: knative-extensions/knobots/actions/update-deps

@knative-prow knative-prow bot requested a review from a team May 3, 2024 13:27
@knative-prow knative-prow bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label May 3, 2024
Copy link

codecov bot commented May 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.92%. Comparing base (18eac77) to head (2bcfb4c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #182      +/-   ##
==========================================
+ Coverage   57.91%   57.92%   +0.01%     
==========================================
  Files         114      114              
  Lines        7164     7164              
==========================================
+ Hits         4149     4150       +1     
+ Misses       2751     2750       -1     
  Partials      264      264              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 11 times, most recently from feac055 to 08e9f19 Compare May 13, 2024 01:48
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 9 times, most recently from 0c5df27 to ac8fcad Compare May 20, 2024 01:46
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 7 times, most recently from 59e2ce1 to cabc7e4 Compare May 27, 2024 01:48
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 9 times, most recently from 3c4b128 to 50ac0fe Compare June 21, 2024 13:23
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 11 times, most recently from e7edbf0 to 3520adb Compare June 28, 2024 13:23
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 5 times, most recently from 798600a to 2e78ddc Compare July 4, 2024 01:47
Copy link

knative-prow bot commented Jul 4, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: knative-automation
Once this PR has been reviewed and has the lgtm label, please assign vyasgun for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 2 times, most recently from a98125a to 8dd1bb7 Compare July 5, 2024 01:47
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 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...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
  > 8d533a0 encoding/charmap: update UCM spec file URL prefix
bumping golang.org/x/tools 11c692e...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
  > 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 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 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 google.golang.org/genproto/googleapis/api 6e1732d...ef581f9:
  > ef581f9 chore(all): update all (# 1132)
  > 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)
  > 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)
  > 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)
  > 94a12d6 chore(all): update all (# 1102)
bumping google.golang.org/api 707b9b2...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)
  > 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)
  > 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...5f0bb72:
  > 5f0bb72 go.mod: update golang.org/x dependencies
  > 46c790f go.mod: update golang.org/x dependencies
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/hack 1133b37...b979959:
  > b979959 Update community files (# 387)
  > 0914314 Update community files (# 384)
  > 3b6d644 Update community files (# 383)
  > 68e3bfb Update community files (# 382)
  > abdcdea Update community files (# 380)
  > 9f6c92e Update community files (# 379)
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/prometheus/client_golang 77d4003...6e3f4b1:
  > 6e3f4b1 Cut 1.19.1 (# 1494)
  > cad1bfa Merge pull request # 1454 from prometheus/small-nits
  > 0aa8c9f Rephrase incompatibility with common v0.48.0
bumping golang.org/x/oauth2 d0e617c...5fd4241:
  > 5fd4241 google: update compute token refresh
  > 84cb9f7 oauth2: fix typo in comment
  > 4b7f0bd go.mod: update cloud.google.com/go/compute/metadata dependency
  > e11eea8 microsoft: added DeviceAuthURL to AzureADEndpoint
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 knative.dev/eventing e23ebab...2f1f866:
  > 2f1f866 fix: trigger labels are set properly with cn event links enabled (# 8066)
  > 5f6713a fix(test): creating the knsubscribe clusterrolebinding does not cause install script to fail (# 8068)
  > 8e039dd Watch only our own OIDC-related secrets (# 8070)
  > 5a96619 Add Kubernetes Version Check to Installation Script (# 8025)
  > 332d974 Update TokenVerifier to verify AuthZ too (# 8063)
  > 3264b21 List applying EventPolicies in Brokers status (# 8060)
  > 657c3cd List applying policies in job sink (# 8064)
  > 98ed09c [main] Update community files (# 8069)
  > e2d782f # 7879: Changes to add filters field (# 7930)
  > d18595f :bug: Codecov reject any coverage drop (# 8065)
  > 399bb86 Reconcile EventPolicies when features configmap changes (# 8059)
  > 4f2b53f Set APIVersion and Kind of EventPolicy manually in OwnerReference of backing channels policy (# 8031)
  > 96c30bd List applying EventPolicies in Sequence status (# 8012)
  > 3b1bfb4 feat(test): create knsubscribe rolebinding to current user in e2e test setup (# 8055)
  > beb71be Add EventPolicy Reconciler (# 8024)
  > 6992e6f Avoid fatal errors for unknown features flags that can be added in a future release (# 8051)
  > a6ac811 [main] Upgrade to latest dependencies (# 8032)
  > c5ac18a Update Github actions automatically (# 7942)
  > e36a2cf Use `knative/actions/setup-go` to be in sync with other projects (# 8044)
  > 922edf2 Remove unneeded replaces in go.mod (# 8033)
  > 0f71292 [main] Upgrade to latest dependencies (# 8029)
  > 9cf272a Event Type API: updated test name to avoid confusion (# 8030)
  > 6352784 Updating RetryableHttp lib to latest (# 8026)
  > d4e647d List applying policies in Channel and propagate EventPolicies to underlying channel (# 8014)
  > 7253b36 Add EventPolicy resource for rekt tests (# 8010)
  > e21311d [main] Upgrade to latest dependencies (# 8019)
  > 36c904a Fix test case in `TestCreateExpectedEventDeliveryMap` (# 8023)
  > 825202f Fix test case in TestCreateExpectedEventPatterns (# 8022)
  > c9deeb9 Add JobSink to storage version migration (# 8020)
  > f84a98c Remove unused performance tests (# 7707)
  > f4df40f List applying policies in InMemoryChannels status (# 8011)
  > 18dfe3c JobSink: Test OIDC support (# 8000)
  > e298f32 Add authz library (# 8002)
  > 1a21fee Add all JobSink symlinks in config/ (# 8007)
  > 2157639 Add validation for EventPolicy sub suffix matching (# 8008)
  > 0eee301 Propagate read error correctly in event-dispatcher (# 8005)
  > 43cf75a [main] Upgrade to latest dependencies (# 8004)
  > 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)
  > 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)
  > 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 knative.dev/pkg 0f34a88...7ecd548:
  > 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)
  > 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)
  > 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)
  > 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/networking 979f637...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)
  > 1d0137a upgrade to latest dependencies (# 984)
  > 507209b Update actions (# 982)
  > 4e598f4 upgrade to latest dependencies (# 981)
  > b31855c upgrade to latest dependencies (# 980)
  > 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 github.com/prometheus/common 0234594...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)
  > de5ed88 Merge pull request # 487 from GiedriusS/allow_exposing_real_value
  > e54e4df Merge pull request # 620 from bboreham/test-string
  > ea817bb Merge pull request # 618 from grobinson-grafana/grobinson/add-status-at
  > 5ad26bf config: allow exposing real secret value through marshal
  > e25b951 Merge pull request # 619 from bboreham/restore-sort
  > a1ca958 LabelSet: add unit test for String method
  > 506a12c Fix comment
  > c1b9b72 Fix up config test (# 621)
  > be294f1 LabelSet.String: restore faster sort call
  > fb6970a Add StatusAt method for Alert struct
bumping knative.dev/serving afc8a59...9ffb3ad:
  > 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)
  > 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)
  > 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)
  > 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/davecgh/go-spew 8991bc2...d8f796a:
  > d8f796a travis: test against go 1.11
bumping google.golang.org/genproto/googleapis/rpc 94a12d6...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)
  > 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)
  > 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 golang.org/x/sys cabba82...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
  > 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 golang.org/x/mod aa51b25...c0bdc7b:
  > c0bdc7b modfile: add API for godebug lines
  > 6686f41 module: add COM0 and LPT0 to badWindowsNames
bumping golang.org/x/net 7bbe320...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
  > 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

Signed-off-by: Knative Automation <automation@knative.team>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant