Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping golang.org/x/mod d58be1c...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
  > 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/oauth2 5fd4241...6d8340f:
  > 6d8340f LICENSE: update per Google Legal
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 golang.org/x/term c976cb1...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
  > d598954 go.mod: update golang.org/x dependencies
  > d4346f0 LICENSE: update per Google Legal
bumping k8s.io/apimachinery dc7e034...37988e5:
  > 37988e5 Merge remote-tracking branch 'origin/master' into release-1.30
  > c857a38 Update x/net for CVE-2023-45288
  > 0407311 followup to allow special characters
  > 25164f7 Merge pull request # 123435 from tallclair/apparmor-ga
  > cbfe0a1 Merge pull request # 123758 from liggitt/protobump
  > f57af5f Stop appending AppArmor status to node ready condition
  > 21d26b6 Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0
  > 0c29f84 Merge pull request # 123385 from HirazawaUi/allow-special-characters
  > 60d24f2 Merge pull request # 123708 from p0lyn0mial/upstream-const-watchlist-bookmark-event
  > d4f2d34 add relaxed env var name function
  > 513d23a apimachinery/meta/types.go: define InitialEventsAnnotationKey const
  > 67cb3a8 Merge pull request # 123413 from seans3/tunneling-spdy-websockets
  > 5ddec50 removes extra upgrade aware proxy logging; returns tunneling connection close error
  > 808e708 portforward: tunnel spdy through websockets
  > df38a01 Merge pull request # 123536 from benluddy/cbor-roundtrip-unit-via-interface
  > 8193f66 Merge pull request # 123436 from dinhxuanvu/cbor-tests
  > 59152b5 Make CBOR roundtrip cases pass through interface{} as well.
  > c996998 Merge pull request # 123529 from thockin/go-workspaces
  > b39fd7b Add duplicate key and field case-sensitivity CBOR decode tests.
  > 933fc00 Address review nit, use longer variable identifiers.
  > 6362b69 Merge pull request # 123598 from liggitt/remotecommand-cleanup
  > df7ad6e Fix up go.mod files after reviews
  > 2161860 Avoid logging binary junk for frame write failure
  > 323f8c9 Remove old gengo detritus
  > 0f2e935 Merge pull request # 123348 from hoskeri/update-go-x-crypto-19
  > 647c1ef Fix go-to-protobuf wrt gengo/v2
  > 856aea5 Merge pull request # 123392 from thockin/depreciate
  > d19b6bd Update x/crypto to 0.19.
  > 657a797 Re-vendor latest kube-openapi and gengo/v2
  > afd4b8f Merge pull request # 123268 from benluddy/cbor-appendix-a-tests
  > 7f22e75 Cleanup: s/depreciated/deprecated/g
  > 305e3b2 Generate go.work files
  > 5504fa7 Merge pull request # 123267 from benluddy/cbor-marshaling-tests
  > 895c28b Add roundtrip tests for all CBOR examples in RFC 8949 Appendix A.
  > 2511177 Merge pull request # 123174 from danwinship/cidr-validation-cleanup
  > c9af5af Add decode and roundtrip tests for CBOR marshaling.
  > 75cefea Merge pull request # 122881 from benluddy/cbor-serializer-only
  > b81059e Add validation.IsValidCIDR
  > 48cc8db Add CBOR Serializer implementation.
  > 665c1a2 Merge pull request # 123250 from benluddy/dep-bump-cbor-v2.6.0
  > fe0d4b3 Bump github.com/fxamacker/cbor/v2 to v2.6.0.
  > 4a1251b Merge pull request # 121486 from benluddy/cbor-stub
  > 046ab0d chore: adds consistent vanity import to files and provides tooling for verifying and updating them. (# 120642)
  > 48a3f60 Update vendoring to take new CBOR library dependency.
  > 62eada4 Merge pull request # 123164 from liggitt/api-validation
  > 9fd4d01 Add skeleton CBOR package and introduce library dependency.
  > 58e33ab Merge pull request # 122931 from danwinship/ip-validation-cleanup
  > d8a2eb9 Put validation utility packages used by API validation under API review
  > 89b9414 Make validation.IsValidIP return a field.ErrorList for consistency
  > cc2017e Expand IsValidIP unit tests
  > 8d387a6 Drop validation.IsValidSocketAddr
  > f14778d Merge pull request # 122842 from pohly/klog-update
  > 942edc4 Merge pull request # 122839 from pohly/ginkgo-gomega-update
  > c2f97d1 dependencies: klog v2.120.1
  > 4f03c3f dependencies: ginkgo v2.15.0, gomega v1.31.0
  > 02a4104 Merge pull request # 122706 from pacoxu/klog-upgrade
  > 4dd1d06 bump klog to  v2.120.0
  > 60eaa65 Merge pull request # 122412 from MadhavJivrajani/bump-go-tools
  > becf6e9 .*: bump golang.org/x/tools to v0.16.1
  > 8bd2c20 Merge pull request # 122395 from pohly/ginkgo-gomega-update
  > 4308c9f dependencies: gomega v1.30.0 + ginkgo v2.13.2
  > e2f405a Merge pull request # 121846 from Iceber/sets_keyset
  > 2341c26 Merge pull request # 121771 from pohly/apimachinery-encoding-shortcut
  > 350f691 Set the initial length of set[T] in sets.KeySet
  > aa9a6c8 Merge pull request # 121759 from thockin/fix_api_violations
  > 013c6eb encoding: avoid setting GVK unnecessarily
  > e6fb254 Merge pull request # 121741 from xgp01/update-util-sets-with-package-cmp
  > d9203a2 Re-vendor k8s.io/kube-openapi
  > fa98d6e Merge pull request # 121808 from cpanato/go-update-main
  > 8398822 update util/sets to use standard package cmp
  > bfbbdec Fix "list_type_missing" API violations in meta/v1
  > f27e43a update go.mod
bumping knative.dev/networking bab7f2a...75d9920:
  > 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)
  > 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 knative.dev/serving 34cef98...83b6695:
  > 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)
  > 5f5f6d8 Update net-kourier nightly (# 15476)
  > c51ee6c Update net-contour nightly (# 15471)
  > 25e5f48 Update net-gateway-api nightly (# 15470)
  > 6fe1b33 upgrade to latest dependencies (# 15469)
  > 446e690 upgrade to latest dependencies (# 15462)
  > 64820f2 update schema-config (# 15467)
  > b7026be Update net-contour nightly (# 15463)
  > 221b632 Update net-gateway-api nightly (# 15464)
  > 64ac199 E2E tests for startup probe (# 15461)
  > 6554a7d drop dev container as no one is maintaining it (# 15460)
  > bf7dbbb Update net-gateway-api nightly (# 15456)
  > c2789f2 Update net-contour nightly (# 15458)
  > 19d2bb5 Update net-kourier nightly (# 15457)
  > 34ff3f6 Update net-istio nightly (# 15455)
  > dc99c97 Update community files (# 15453)
  > 110b430 Update net-contour nightly (# 15452)
  > c6665f1 Update net-kourier nightly (# 15451)
  > ab0cd0a Update net-gateway-api nightly (# 15448)
  > 73f88b2 Update net-istio nightly (# 15443)
  > 3ae5a0e Update net-kourier nightly (# 15446)
  > 0c4d290 upgrade to latest dependencies (# 15447)
  > 5376ae0 Update net-contour nightly (# 15445)
  > 1f480d0 Update net-gateway-api nightly (# 15444)
  > 97e9e8d upgrade to latest dependencies (# 15439)
  > 2b86c14 Add support for hostipc, hostpid and hostnetwork (# 15414)
  > cac5e63 Fix bug in cert manager config (# 15434)
  > 222065d Update net-kourier nightly (# 15429)
  > 57fa417 Update net-contour nightly (# 15430)
  > e740654 Update net-gateway-api nightly (# 15428)
  > 5225d4f Update net-istio nightly (# 15427)
  > 8c13034 upgrade to latest dependencies (# 15426)
  > 42bc7bb Update community files (# 15425)
  > 19b5e8c Update net-kourier nightly (# 15423)
  > 666897e Update net-contour nightly (# 15422)
  > dfa1726 Update net-gateway-api nightly (# 15421)
  > 9a7409c clean up old certificate leases (# 15420)
  > 8ab2768 upgrade to latest dependencies (# 15419)
  > 873602a clean up (# 15415)
  > 7411254 Do not run TestTLSCertificateRotation in parallel with other tests (# 15417)
  > 7643497 Update net-kourier nightly (# 15413)
  > 2792dcb Update net-contour nightly (# 15411)
  > 7ed4aa0 Update net-gateway-api nightly (# 15410)
  > dec852b Update net-istio nightly (# 15412)
  > 7d318cd Use a different 'static' image that supports s390x and ppc (# 15407)
  > 79dd728 Update net-istio nightly (# 15406)
  > b41a9e3 Update net-gateway-api nightly (# 15404)
  > 53810f8 Update net-istio nightly (# 15403)
bumping k8s.io/code-generator 07ba736...890b3a1:
  > 890b3a1 Update dependencies to v0.30.3 tag
  > e5a48a5 Merge pull request # 124371 from soltysh/automated-cherry-pick-of-# 123893-# 124193-upstream-release-1.30
  > b23df5e Update applyconfig-gen for pacakges where group and dir differ in name
  > 64318e9 kube_codegen: expose applyconfig-openapi-schema flag for client generation
  > e1372fd Merge remote-tracking branch 'origin/master' into release-1.30
  > b8aa536 Update x/net for CVE-2023-45288
  > 7142117 Merge pull request # 123735 from thockin/master
  > c9df80e Merge pull request # 123758 from liggitt/protobump
  > bfe3706 Don't embed plural exceptions in tools
  > 5b26ad6 Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0
  > f8417df Merge pull request # 123529 from thockin/go-workspaces
  > 2aea5f5 Fix up go.mod files after reviews
  > 3081084 Use path instead of filepath for pkg-paths
  > 3a64b30 Remove old gengo detritus
  > 9620d16 Get rid of code-generator/cmd/openapi-gen
  > 52dbcea Move import-boss: k/code-generator/cmd -> k/k/cmd
  > 2e5be31 EOL code-generator/generate-groups scripts
  > 01a8118 Fix lint found by golangci-lint
  > e876b7d No need to check nil iterating gengo Inputs
  > f1b4eb5 Renamed gengo SourcePath -> Dir
  > f1f91c8 Renamed gengo Builder -> Parser
  > aeaaa24 Gengo utils moved
  > 034503a The gengo "args" package is gone
  > d697340 Get rid of gengo CustomArgs
  > c30068d Move gengo/examples/defaulter -> code_generator
  > 09626c5 Move gengo/examples/deepcopy -> code_generator
  > fc69480 Fix lint in code-generator/cmd/...
  > 4d6b3bd Get rid of gengo InputDirs flag
  > e891cc1 codegen: Remove most uses of InputDirs
  > 519aa32 Move import-boss to k/k, retool to not use gengo
  > 97e7cb8 Get rid of gengo WithoutDefaultFlagParsing
  > 536512d codegen: Make import-boss do it's own flags
  > 0fa16ee codegen: Minor: fix wrong comments
  > 164f9f3 Move go-header-file flag to each tool
  > 8dbda3e Remove gengo verify-only - unused and untested
  > 1441417 Move OutputFileBase flag to each tool
  > 7b2ebc9 Rename output-package -> output-pkg
  > 0723f18 Move the OutputBase flag to each tool
  > ed09439 Type-assert gengo CustomArgs blindly
  > a0acdae Rename gengo DefaultGen -> GolangGenerator
  > 4222f72 Rename gengo Target.SourcePath() -> Dir()
  > 3a79c13 Rename gengo generator.Package -> Target
  > 1ab851c Drop `generator.Packages` type
  > f64d4e8 Rename DefaultPackage to SimplePackage
  > 422731f Get rid of vendor baggage in go-to-proto
  > ef151a4 codegen:proto: Use revised API to gengo parser
  > 81cc0e3 Remove defunct trim-path-prefix
  > bbdf585 Conversion: Better logging
  > e52957c Remove defunct references to "vendor"
  > 18c51af code-generator: Remove now unused helper function
  > da85ced Get rid of most references to GOPATH
  > 249c2d7 Fix import-boss wrt gengo/v2
  > adf7ae7 Fix register-gen wrt gengo/v2
  > 29a9b25 Make code-gen subprojects work on gengo/v2
  > 202a48f Fix go-to-protobuf wrt gengo/v2
  > 47fb440 Fix client-gen wrt gengo/v2
  > ed55bec Fix applyconfiguration-gen wrt gengo/v2
  > 9004f30 Fix informer-gen wrt gengo/v2
  > 834d7c4 Fix lister-gen wrt gengo/v2
  > 04619ea Fix conversion-gen wrt gengo/v2
  > bb58255 Fix prerelease-lifecycle-gen wrt gengo/v2
  > 9ded017 Convert all gengo references to gengo/v2
  > e3b1a4b Re-vendor latest kube-openapi and gengo/v2
  > b0cae55 Remove dep on set-gen: gone in gengo/v2
  > 54092e0 Generate go.work files
  > 011e65e Merge pull request # 123417 from soltysh/kube_codegen-applyexternal
  > a8c17f9 Merge pull request # 123348 from hoskeri/update-go-x-crypto-19
  > d9b5e9d kube_codegen: expose external-applyconfigurations flag for client generation
  > b820965 Merge pull request # 123392 from thockin/depreciate
  > f3544fb Update x/crypto to 0.19.
  > ee31fc0 Merge pull request # 123387 from soltysh/kube_codegen
  > f608587 Cleanup: s/depreciated/deprecated/g
  > d3a98b4 Merge pull request # 123397 from thockin/kube_codegen_no_git
  > da2d7f8 kube_codegen: expose plural-exceptions flag for client generation
  > d591588 Codegen: use plain find instead of git ls-files
  > 46dfb4b Codegen: use plain grep instead of git grep
  > 68a87d2 Merge pull request # 123261 from skitt/allow-codegen-verification
  > da01854 chore: adds consistent vanity import to files and provides tooling for verifying and updating them. (# 120642)
  > 09138bf codegen: don't nuke files if only verifying
  > c781f87 Merge pull request # 122915 from MikeSpreitzer/note-codegen-dirs
  > 18bcf2e Add note about directory structure
  > 5ad9f43 Merge pull request # 122842 from pohly/klog-update
  > aed827f Merge pull request # 122839 from pohly/ginkgo-gomega-update
  > f38db35 dependencies: klog v2.120.1
  > 2c50c0d dependencies: ginkgo v2.15.0, gomega v1.31.0
  > 70ef789 Merge pull request # 122729 from jparrill/HOSTEDCP-336
  > a748e41 Merge pull request # 122772 from thockin/codegen_use_passed_flagset
  > 36c8049 Ignore vendor folder on client code generation
  > e0047a8 Merge pull request # 122776 from thockin/codegen_use_long_flag_names
  > 4ad37ee code-gen: Use the passed FlagSet, not hardcoded
  > 6cb8a48 codegen: Use long flag names for clarity
  > dd19cfa Merge pull request # 122773 from thockin/sync_json-patch_dep_version
  > e1c00a1 Merge pull request # 122774 from thockin/dont_xargs_maybe-empty_input
  > dd65560 Sync json-patch ver to the same as everyone else
  > 762d09f codegen: don't use xargs w/ maybe-empty input
  > a46324d Merge pull request # 122706 from pacoxu/klog-upgrade
  > 484f266 bump klog to  v2.120.0
  > 723195d Merge pull request # 122412 from MadhavJivrajani/bump-go-tools
  > 3cc4e38 .*: bump golang.org/x/tools to v0.16.1
  > 863bb0f Merge pull request # 122395 from pohly/ginkgo-gomega-update
  > 046c3bc Merge pull request # 122372 from stevekuznetsov/skuznets/provide-all-meta-apply-configurations
  > b67d2e4 dependencies: gomega v1.30.0 + ginkgo v2.13.2
  > f877972 k8s.io/code-generator: include all metav1 applyconfigs
  > 3063918 Merge pull request # 122229 from thockin/fix_prerelease_string
  > cd75781 Merge pull request # 121759 from thockin/fix_api_violations
  > 6e544d5 Fix prerelease codegen log string
  > db6d896 Merge pull request # 121411 from thockin/master
  > da77086 Re-vendor k8s.io/kube-openapi
  > 7855250 Merge pull request # 121963 from pohly/code-generator-klog-replace-fix
  > 0b667ff kube_codegen: Add a --one-input-api flag
  > 37450be Fix "list_type_missing" API violations in meta/v1
  > 5b73423 kube_codegen: genclient can look in any Go file
  > f3446ce kube_codegen: avoid dups in dirs with >1 file
bumping golang.org/x/time 883aed5...5d9ef58:
  > 5d9ef58 LICENSE: update per Google Legal
bumping k8s.io/klog/v2 007e661...75663bb:
  > 75663bb Merge pull request # 408 from pohly/klog-flush-sync-fix
  > 16c7d26 Merge pull request # 401 from pohly/ktesting-warning-delay
  > 2327d4c data race: avoid unprotected access to sb.file
  > 2ee202a Merge pull request # 404 from 1978629634/fsync-freelock
  > cd24012 ktesting: tone down warning about leaked test goroutine
  > 7af45d6 Merge pull request # 406 from pohly/linter
  > 79575d8 Do not acquire lock for file.Sync() fsync call
  > ab53041 Merge pull request # 402 from pohly/linter-issues
  > d008cfe examples: fix linter warning
  > 569bb3c Merge pull request # 399 from jsoref/spelling-corporation
  > ff7c070 build: fix some linter warnings
  > 200f43e chore(*): fix spelling of Intel Corporation
bumping k8s.io/apiserver 4c39f36...07c8580:
  > 07c8580 Update dependencies to v0.30.3 tag
  > 7a3db50 Merge pull request # 124676 from cici37/automated-cherry-pick-of-# 124675-upstream-release-1.30
  > a30c80f Merge pull request # 124802 from seantywork/automated-cherry-pick-of-# 124662-upstream-release-1.30
  > e025ab4 Adding the feature gates to fix cost for VAP and webhook matchConditions.
  > 1ce5268 Updated & added visibility to apiserver x509 test certificates expiring this year
  > 15c77ce Merge remote-tracking branch 'origin/master' into release-1.30
  > 61d3001 Rename `cluster` to `storage_cluster_id` for apiserver_storage_size_bytes metric
  > d97582e Merge remote-tracking branch 'origin/master' into release-1.30
  > 2071c4d Update x/net for CVE-2023-45288
  > 341f6df Merge pull request # 123994 from serathius/undo-double-run-test-watch-semantics
  > e166c44 Merge pull request # 123785 from seans3/streamtunnel-unit-tests
  > 7a3a726 Undo double run of the TestWatchSemantics test to avoid hitting timeout
  > ec72042 Merge pull request # 123935 from serathius/consistent-watch-from-etcd
  > 5e1f756 adds portforward streamtunnel unit tests
  > 13a815b Serve watch without resourceVersion from cache and introduce a WatchFromStorageWithoutResourceVersion feature gate to allow serving watch from storage.
  > 7661bd2 sync: update go.mod
  > 05c844e Merge pull request # 123676 from serathius/rv0
  > d5a8607 Merge pull request # 123926 from p0lyn0mial/upstream-deflake-test-get-list-non-recursive-with-consistent-list
  > 67b6245 Fix enabling consistent list from watch cache also works for resourceVersion=0
  > f6a2b2b Merge pull request # 123925 from p0lyn0mial/upstream-cacher-decrease-watch-not-hanging-on-startup-failure
  > b8c7d78 apiserver/storage/cacher: deflake TestGetListNonRecursiveWithConsistentListFromCache
  > a2c5722 apiserver/storage/cacher: decrease running time of TestWatchNotHangingOnStartupFailure
  > 7dbc368 Merge pull request # 123891 from p0lyn0mial/upstream-cacher-decrease-running-time-of-test-wait-unti-fresh
  > fb5c182 Merge pull request # 123887 from p0lyn0mial/upstream-cacher-decrease-running-time-of-tests
  > c146713 apiserver/storage/cacher: decrease of running time of TestWaitUntilWatchCacheFreshAndForceAllEvents
  > 6a24b53 Merge pull request # 123897 from p0lyn0mial/upstream-cacher-decrease-running-time-of-empty-watch-event-cache
  > 361687d apiserver/storage/cacher: decrease the running time of tests in the cacher package.
  > 342a6b8 Merge pull request # 123674 from serathius/non-recursive
  > 80f9ab2 apiserver/storage/cacher: decrease of running time of TestEmptyWatchEventCache
  > 483da20 Fix non-recursive list when consistent list from cache is enabled
  > 07ca000 Merge pull request # 123732 from serathius/parallel-featureflags
  > 469611c Merge pull request # 123719 from enj/enj/f/authn_config_beta
  > 3a83dc1 Fix SetFeatureGateDuringTest handling of Parallel tests
  > a4d271c Merge pull request # 123793 from aramase/aramase/f/authn_config_reload_metrics
  > aa18faf Mark StructuredAuthenticationConfiguration feature gate as beta
  > ee48114 Add metrics for authentication config reload
  > 81df735 Merge pull request # 123525 from enj/enj/f/authn_config_reload
  > 2c1ad21 Add dynamic reload support for authentication configuration
  > 86ddcb4 Merge pull request # 123737 from enj/enj/i/cel_email_verified
  > 5b4b237 Require email_verified to be used when email is set as username via CEL
  > 8763b7f Merge pull request # 123431 from aramase/aramase/f/kep_3331_multiple_jwt_authenticator
  > 5855c33 Merge pull request # 123696 from aramase/aramase/f/kep_3331_v1beta1_api
  > bc65af8 Support multiple JWT authenticators with structured authn config
  > 4beab40 Merge pull request # 123435 from tallclair/apparmor-ga
  > f09dddf Duplicate v1alpha1 AuthenticationConfiguration to v1beta1
  > 1766391 Merge pull request # 123758 from liggitt/protobump
  > 337f031 Stop appending AppArmor status to node ready condition
  > 0a86214 Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0
  > 04449c9 Merge pull request # 123405 from cici37/vapGA
  > be9c733 Promote ValidatingAdmissionPolicy to GA.
  > ccdc9f3 Merge pull request # 123543 from jiahuif-forks/feature/validating-admission-policy/excluded-resources
  > 69478b1 Merge pull request # 123721 from enj/enj/i/authn_config_doc_nesting
  > 8f8266e update to inject only the list of excluded resources.
  > 3780963 Fix AuthenticationConfiguration docs around nested claims via CEL
  > a86b013 make ValidatingAdmissionPolicy ignore excluded resources.
  > e44513e Merge pull request # 123702 from p0lyn0mial/upstream-clean-up-after-123190
  > b1e2103 add resource filter to admission initializer.
  > 3779567 Merge pull request # 123568 from enj/enj/i/jwt_username_required
  > b3f5f43 storage/cacher: mark the addition of a metric for waitUntilFreshAndBlock as completed
  > 8b057c4 Merge pull request # 123561 from enj/enj/i/validate_jwt_sa_iss
  > 4eaefb0 jwt: fail on empty username via CEL expression
  > 0a68878 Merge pull request # 123641 from liggitt/authz-config-beta-gate
  > 9432b4d Prevent conflicts between service account and jwt issuers
  > 6a1a5d2 Merge pull request # 123532 from serathius/separate-rpc
  > 4d70dec Promote StructuredAuthorizationConfiguration feature gate to beta
  > 70e2d91 Merge pull request # 123413 from seans3/tunneling-spdy-websockets
  > 743b534 Test that separation of streams work by using progress notifies
  > 311716f Merge pull request # 123639 from liggitt/authz-metrics
  > 0376e5d adds comments to tunnelingResponseWriter
  > e810084 Prevent watch cache starvation, by moving its watch to separate RPC and add a SeparateCacheWatchRPC feature flag to disable this behavior
  > 250f19d Merge pull request # 123190 from padlar/add-apiserver-wait-cache-metric
  > 9adb3ee Add authorization webhook duration/count/failopen metrics
  > 9610424 Fix headerInterceptingConn handling
  > 7092a3d Merge pull request # 123660 from xigang/cacher/watch
  > 9ffd1e2 Add apiserver_watch_cache_read_wait metric to cache refresh time
  > f4bc370 portforward: tunnel spdy through websockets
  > 047ed89 Merge pull request # 123527 from aramase/aramase/f/kep_3331_discovery_url
  > 2eff540 cleanup: if triggerValue has a value, fast break
  > d456bc0 wire up discovery url in authenticator
  > f2c6133 Add `DiscoveryURL` to AuthenticationConfiguration
  > e92429c Merge pull request # 123225 from aramase/aramase/f/kep_3331_latency_metrics
  > 6f43b57 Merge pull request # 123640 from liggitt/authz-beta-config
  > 09c9be2 Add `apiserver_authentication_jwt_authenticator_latency_seconds` metric
  > 4153027 Duplicate v1alpha1 AuthorizationConfiguration to v1beta1
  > bf894b0 Merge pull request # 123634 from liggitt/handler-race
  > cc00aa3 Merge pull request # 123611 from ritazh/authz-mcmetrics
  > 59cba35 Fix discovery v2 conversion registration data race
  > 00ac59e Merge pull request # 122975 from aramase/aramase/c/cleanup_authn_validation
  > b7a30e3 add authz webhook matchcondition metrics
  > 0d2b79b Merge pull request # 122882 from Jefftree/agg-discovery-v2-usage
  > 7b0c197 cleanup structured authn/authz error logic
  > d8d3b8c Use v2 types with agg discovery
  > 7c8cdeb Promote AggregatedDiscovery to GA
  > fc2ef69 Remove test for disabling aggregated discovery
  > 4fa5c0c Merge pull request # 123529 from thockin/go-workspaces
  > 57928aa Merge pull request # 123560 from ivelichkovich/master
  > 0f77d82 Fix up go.mod files after reviews
  > e392224 Merge pull request # 123458 from aramase/aramase/i/min_jwt_payload
  > fc7cf5f kep-3716 GA, remove feature gate
  > 27e765e Remove old gengo detritus
  > 3d757e5 Merge pull request # 122676 from p0lyn0mial/upstream-watch-cache-init-events-ordering
  > b3e4dc2 add min valid jwt payload to API docs for structured authn config
  > 5624a05 Remove defunct references to "vendor"
  > 9ccc257 Merge pull request # 122717 from jpbetz/crd-object-filters
  > 816c9a3 apiserver/storage: improve RunWatchSemanticInitialEventsExtended test
  > 541bc37 Fix go-to-protobuf wrt gengo/v2
  > 0a2e73e Merge pull request # 123562 from jpbetz/bump-cel-go-0_17_8
  > 414d2e2 Add selectableFields to CRDs
  > 510f374 Re-vendor latest kube-openapi and gengo/v2
  > 5957e27 Bump cel-go to v0.17.8 to pick up CEL estimated cost fix
  > 1d606b4 Generate go.work files
  > 4b96323 Merge pull request # 120897 from wojtek-t/fix_order_of_init_events
  > 45b7f21 Ensure that initial events are sorted for WatchList
  > 04dda9a Merge pull request # 122830 from p0lyn0mial/upstream-watch-cache-wati-for-bk-after-rv
  > 3e22226 Merge pull request # 123281 from seans3/remote-command-websocket-beta
  > e53bac2 storage/watch_cache: rework getAllEventsSinceLocked
  > f663919 Merge pull request # 123538 from jiahuif-forks/fix/cel/mutation-library-map-support
  > b5f79f8 streamtranslator counter metric by status code
  > 19bd563 storage/cacher: add TestGetWatchCacheResourceVersion, TestGetBookmarkAfterResourceVersionLockedFunc
  > e79edc2 Merge pull request # 123540 from enj/enj/i/jwt_iss
  > 8485f72 add support for map
  > 76172aa storage/cacher: ensure the cache is at the Most Recent ResourceVersion when streaming was requested
  > 1154db2 jwt: strictly support compact serialization only
  > f08c74c Merge pull request # 123427 from alexzielenski/apiserver/policy/matching-refactor
  > c8d2257 [KEP-3962]Add feature gate for MAP (# 123425)
  > dd139db refactor: use shared CollectParams from VAP
  > fe14897 Merge pull request # 123348 from hoskeri/update-go-x-crypto-19
  > 9a4b2b3 refactor: use match from generic pkg in vap
  > 290f0e4 Merge pull request # 123392 from thockin/depreciate
  > 759c214 Update x/crypto to 0.19.
  > ed64edd add generic policy dispatcher
  > d23525a Merge pull request # 123342 from logicalhan/storage-metric
  > d38e818 Cleanup: s/depreciated/deprecated/g
  > 48e4f36 test: infer gvk of objects
  > 4bf12f9 Merge pull request # 123330 from alexzielenski/flake-workaround
  > f615696 bump the stability level of apiserver_storage_size_bytes to STABLE
  > eed515a refactor: handle paramKind directly
  > c3868a0 Merge pull request # 123333 from liggitt/authz-metrics
  > 8e917a7 flake: avoid flake by ensuring params appear in the initial list
  > 223ffcc add functions to policy accessors for getting match information and params
  > f68fe09 Merge pull request # 120902 from linxiulei/watch_stack
  > fe847b3 Add allowed/denied metrics for authorizers
  > 7eb4cd7 Merge pull request # 121946 from liggitt/reload-authz
  > 000601b Add handler to run watch serving in separate goroutine
  > 2c41261 Merge pull request # 123306 from alexzielenski/apiserver/policy/move-owners
  > c2310e1 Implement authz config file reloading
  > 53b2660 Merge pull request # 123305 from aramase/aramase/f/kep_3331_audience_match_policy_follow_up
  > 7e9e7fe move OWNERS from validating to all new parent policy folder
  > 8242123 Merge pull request # 122887 from jpbetz/retry-generate-name-create
  > 1bc9912 Add integration test for multiple audience in structured authn
  > aa40040 Merge pull request # 123282 from enj/enj/i/authn_config_algs
  > 6f648c1 Add retry around create
  > 6d4e589 Merge pull request # 123165 from aramase/aramase/f/kep_3331_audience_match_policy
  > d887d80 Support all key algs with structured authn config
  > f980dbe Merge pull request # 123250 from benluddy/dep-bump-cbor-v2.6.0
  > fb760be support multiple audiences with jwt authenticator
  > ffe03d2 Merge pull request # 122919 from alexzielenski/apiserver/policy/mutating-initial
  > 137045a Bump github.com/fxamacker/cbor/v2 to v2.6.0.
  > 26996e3 Add AudienceMatchPolicy to AuthenticationConfiguration
  > 503dabd Merge pull request # 123179 from aramase/aramase/f/encryption_config_reload_metric
  > 1672796 bugfix: avoid NPE possibility by making composition environment global
  > f6b16dd Add `apiserver_encryption_config_controller_automatic_reloads_total`
  > 9fd47ab refactor: implement VAP off of policy plugin fw
  > 9d6ad00 Merge pull request # 121486 from benluddy/cbor-stub
  > f8d65cf refactor: create generic policy plugin type similar to webhook
  > 76d76de Merge pull request # 123083 from jiahuif-forks/feature/validating-admission-policy/typechecking-variables
  > f9391f6 Update vendoring to take new CBOR library dependency.
  > 06be9d0 refactor: move matching logic into parent policy folder
  > f099bff chore: adds consistent vanity import to files and provides tooling for verifying and updating them. (# 120642)
  > 6f620d4 add test case for error inside variables.
  > 57e06e4 refactor: move vap into parent `policy` folder
  > 970932b Merge pull request # 123001 from tkashem/apf-allow-zero-concurrency
  > ab64beb add support of variables for Type Checking.
  > 3769e5c refactor: move celmetrics close to its usage in vap
  > 5bcf390 Merge pull request # 122925 from tkashem/timeout-refactor-handle-error
  > 554c2d2 apiserver: allow zero value for the 'nominalConcurrencyShares' field
  > 1501159 refactor type checking to use CompositedCompiler.
  > 8340bec Merge pull request # 123098 from munnerz/4193-jti-audit-changes
  > e6f368f apiserver: refactor handleError in endpoints/filters
  > 7b91578 Merge pull request # 122557 from liangyuanpeng/anp_0.29
  > c60b23f use authentication.kubernetes.io/issued-credential-id audit annotation in serviceaccount token registry endpoint
  > 586f61d Fix the syntax error in the comment of the checkQuotas method. (# 121428)
  > d24017c  Update konnectivity to 0.29.0
  > 9dc08c7 Merge pull request # 115282 from tkashem/panic-warning
  > da62838 Merge pull request # 121512 from HirazawaUi/add-decod-time-trace
  > eff38ef apiserver: warning should not panic when request times out
  > c1f8986 Merge pull request # 118511 from lowang-bh/fix_spell_error
  > bc8676d Add decoding time to the audit log
  > 2e2157f Merge pull request # 123003 from alexzielenski/apiserver/policy/crd-startup
  > 43f24ff fix comment of rbac decision for NoOpinion
  > 69adaec bugfix: dont skip reconcile for unchanged policy if last sync failed
  > 0dd0e74 Merge pull request # 122886 from jiahuif-forks/feature/cel/mutating-library
  > 9d32b8c Merge pull request # 120631 from liyuerich/ptrderef
  > 95a5337 convert the expectedValues to be cel.Val.
  > f709e95 drop deprecated pointer package
  > f0c4755 extra case for affirmative has(map) test.
  > 888034e Merge pull request # 122518 from cici37/celEnv29
  > eb407cc fix convertField and its comments.
  > 338910d Merge pull request # 122873 from p0lyn0mial/upstream-reflector-usewatchlist-pointer
  > 8b49df5 Update env version, Add cost for previous func, add tests, etc.
  > 3a5a437 add support for equality check.
  > ca8d0aa client-go/reflector: make UseWatchList a pointer
  > 8b89a41 mutation library for CEL.
  > 9f9c32c Merge pull request # 122842 from pohly/klog-update
  > da46024 Merge pull request # 122839 from pohly/ginkgo-gomega-update
  > 3a9c95f dependencies: klog v2.120.1
  > ff6a2dc Negative index regression test for json-patch (# 122625)
  > 78fd4a4 dependencies: ginkgo v2.15.0, gomega v1.31.0
  > 496d7e7 Merge pull request # 122701 from carlory/fix-quota
  > 8ad2e28 Merge pull request # 122706 from pacoxu/klog-upgrade
  > aa35808 fix evaluate resource quota if a resource is updated when the InPlacePodVerticalScaling feature-gate is on
  > 3574aab bump klog to  v2.120.0
  > 303f36b Merge pull request # 122689 from enj/enj/r/ec_hash_cleanup
  > 285e6ec Clean up encryption config reading and hashing logic
  > 2792cf2 Merge pull request # 122558 from linxiulei/webhook-http2
  > a962862 Merge pull request # 121917 from SataQiu/clean-import-hack
  > fa628fd Use http/2 for localhost webhook
  > 547675e Merge pull request # 122468 from carlory/remove-fg-RemoveSelfLink
  > 7751f0a remove import hack about k8s.io/utils/clock/testing
  > 9ec63da Merge pull request # 122347 from aramase/aramase/c/move_kms_apis
  > 4e1e99b remove GA featuregate RemoveSelfLink
  > b25363c Merge pull request # 122560 from aramase/aramase/c/add_unique_comment
  > e7eedd1 move encryption config types to standard API server config location
  > 6bad17c [StructuredAuthnConfig] add comment for extra keys unique requirement
  > 85936b5 Merge pull request # 121602 from bzsuni/cleanup/goleak
  > 86207ad Update goleak from v1.2.1 to v1.3.0
  > a6c31ce Merge pull request # 122412 from MadhavJivrajani/bump-go-tools
  > 4aaa1a6 .*: bump golang.org/x/tools to v0.16.1
  > f53b05f Merge pull request # 122395 from pohly/ginkgo-gomega-update
  > 7b55e62 dependencies: gomega v1.30.0 + ginkgo v2.13.2
  > 8635466 Merge pull request # 122310 from weilaaa/use_buildin_max_min_instead
  > 78157c7 Merge pull request # 122036 from linxiulei/cleanup
  > febd537 use build-in max and min func to instead of k8s.io/utils/integer funcs
  > 0492dac Merge pull request # 121684 from jmhbnz/fix-etcd-repo
  > a2e6b85 handlers/watch: refactor watch serving to prepare offloading
  > 748f6de Merge pull request # 121912 from JoelSpeed/cel-ip-addr
  > b6487a8 Fix etcd repository path to prevent redirects.
  > ccc28d3 Add tests for CIDR type
  > f16e0c2 Add tests for IP type
  > e5f6058 Add costing estimations for IP and CIDR
  > e4fb1f7 Add IP and CIDR libraries to CEL environment for 1.30
  > f4ae0b7 Add CIDR network CEL extension
  > 3fe1439 Add special IP validations to IP CEL type
  > ccfdc9a Add IP address CEL extension
  > 3fcf329 Merge pull request # 121773 from pohly/zapr-update
  > fe55daf Merge pull request # 122027 from wojtek-t/sort_outside_critical_loop
  > c86c46c dependencies: zapr v1.3.0, zap v1.26.0
  > 50a340e Merge pull request # 122168 from rlsvarinskis/event_metrics_fix
  > 2b59a3f Don't sort under lock
  > e60c364 Merge pull request # 122115 from wojtek-t/cleanup_watch_handler
  > fdd2648 Fix etcd storage_events_received_total metric not being registered
  > 92aa5ac Merge pull request # 122193 from cici37/fixPresentCost
  > 697d456 Minor cleanup in watch handlers
  > 7b4812e Merge pull request # 121914 from siyuanfoundation/health-rf
  > 88c6f03 Address comment
  > 442cc39 Unify watch handler across http and websockets
  > 6e1838f Merge pull request # 121906 from ahutsunshine/namespace-indexer
  > 06103a0 k8s.io/apiserver: refactor GenericAPIServer healthz code.
  > fb788cc Keep presence cost to 0 to ensure backward compatibility.
  > 627bf4c Merge pull request # 121815 from HirazawaUi/decode-respect-timeout-context
  > 16536b9 support pod namespace indexer
  > 36a3042 Merge pull request # 121759 from thockin/fix_api_violations
  > 88cd525 make the decode function respect the timeout context
  > ce43261 Merge pull request # 121625 from siyuanfoundation/refactor2
  > 7674c1a Fix list_type_missing in k8s.io/apiserver
  > 00f757b Merge pull request # 121624 from jiahuif-forks/fix/cel/lazy-map-context-eval
  > cef6db2 k8s.io/apiserver/storage/etcd: refactor etcd GetList.
  > 9863f52 Re-vendor k8s.io/kube-openapi
  > d6876a0 Merge pull request # 121822 from ritazh/webhookauthz-benchmark
  > 59297e7 use context for lazy evaluation.
bumping github.com/prometheus/procfs ff0ad85...51919fd:
  > 51919fd enable testifylint linter (# 643)
  > d9caa8e Return support for Go 1.20 (# 645)
  > faf06ce Update common Prometheus files
  > d9448e6 ignore NODEV errors when parsing powersupply files
  > 513f259 Bump golang.org/x/sys from 0.19.0 to 0.20.0 (# 639)
  > dbe3261 Update class_thermal.go (# 634)
  > ae2937e Fixup sysfs/system_cpu.go lint errors (# 638)
  > 51f7d13 feat: Add support for `CONFIG_CPU_FREQ_STAT` (# 627)
  > 5a801c6 Parse recovery line to be synced blocks (# 637)
  > 1adce6b bugfix: `s/TrimRight/TrimSuffix` for certain cases (# 618)
  > 2085b8f bugfix: Allow multiple `xprt` fields for NFS stats (# 619)
  > 68fb3df enhancement: Use pointer fields for `FibreChannel*` (# 623)
  > 5cca38b Update common Prometheus files (# 635)
  > 6bec248 Revert "fix: same TCP connection appears twice (# 631)" (# 633)
  > 987bedc fix: same TCP connection appears twice (# 631)
  > ee70db2 Merge pull request # 632 from prometheus/superq/1.22
  > 0fdebd3 chore: Use kernel-compliant types for `{U,G}IDs` (# 620)
  > faa3526 Update Go versions
  > 69fc8f6 *: `s/(%v|%s)/%w` and use `go1.20` (# 617)
  > eac8540 update MAINTAINERS.md (# 629)
  > 3387ec6 style: returns procfs build-in error like other parsing methods (# 630)
  > 5819c81 Revert add avgRTT to nfs mountstats # 487 (# 625)
  > c5ada8d Update common Prometheus files
  > 6bba74b Update common Prometheus files
  > f7c2619 Update common Prometheus files (# 615)
  > aa18116 Update common Prometheus files (# 613)
  > 72170b5 Bump golang.org/x/sys from 0.17.0 to 0.18.0 (# 611)
  > b5cb3d2 Update common Prometheus files (# 610)
  > 6ae6f98 Update common Prometheus files (# 609)
  > 7b6eccc chore: class_fibrechannel: support optional attributes (# 607)
  > da53333 Update common Prometheus files (# 608)
  > 4b77c68 Bump golang.org/x/sys from 0.16.0 to 0.17.0 (# 606)
  > 6d8714c Add support for for /proc/net/tls_stat kTLS stats (# 579)
  > 0f527e6 Add `/sys/class/watchdog` statistics (# 594)
  > d254b01 Add support for gtime and cgtime stats. (# 597)
  > f5f033b feat: Add `/sys/fs/btrfs/<FSID>/commit_stats` statistics (# 580)
  > 51a293e golint: redundant type from array, slice, or map composite literal (# 601)
  > d735b08 Update common Prometheus files (# 604)
  > 868112d infiniband: support Intel irdma devices (# 605)
  > dd493f4 Bump golang.org/x/sys from 0.15.0 to 0.16.0 (# 603)
  > f06ab8f Bump golang.org/x/sync from 0.5.0 to 0.6.0 (# 602)
  > 495e483 Update common Prometheus files
  > 8a3ea46 Update common Prometheus files (# 598)
  > a45c08c Update common Prometheus files (# 596)
  > 534069e Bump golang.org/x/sys from 0.13.0 to 0.15.0 (# 593)
  > 8f660d1 meminfo: add Percpu field (# 588)
  > 732ca0f Update common Prometheus files (# 595)
  > feff289 Update common Prometheus files (# 590)
  > 9fdfbe8 Add udp drops (# 538)
  > f11f6e4 Update crypto.go, fix incorrect spelling (# 591)
  > 6990574 Bump golang.org/x/sync from 0.3.0 to 0.5.0
  > e9c69c6 Update common Prometheus files
  > 43bf323 Bump golang.org/x/sys from 0.12.0 to 0.13.0
  > f78f919 Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  > 2cfca8d fix(meminfo): remove `bytes` versions of fields that aren't bytes
  > f75eb9f ref(meminfo): simplify variable assignment
  > 18260ef fix(meminfo): account for optional unit field so values are accurate
  > 894a5e8 Update common Prometheus files (# 578)
bumping github.com/go-openapi/jsonpointer 344388f...8b546b9:
  > 8b546b9 chore(go): go-openapi requires go.1.20 across the board
  > 5d6253e updated dependencies
  > 8e6deda chore(lint): relinted
  > 9352cad fix(ci): remove dependency-type from dependabot groups
  > e344ef7 Bump the development-dependencies group with 1 update
  > e0c759b ci: remove paths-ignore
  > f9d3b1b Bump the development-dependencies group with 1 update
  > 92c7c39 chore(ci): prevents duplicate workflow runs
  > 5767083 ci: regroup & auto-approve all github actions updates
  > b635cd3 ci: auto-merge dependabot PRs
  > 60c301f ci: configured auto-approve & auto-merge for dependabot (# 23)
  > 6f774b2 Bump github.com/go-openapi/swag from 0.22.8 to 0.22.9 (# 24)
  > 262c7fb Bump github.com/go-openapi/swag from 0.22.7 to 0.22.8 (# 22)
  > 5872b5c Bump github.com/go-openapi/swag from 0.22.5 to 0.22.7 (# 19)
  > 70f59d6 Bump actions/checkout from 3 to 4
  > afcd21f Bump actions/setup-go from 4 to 5
  > ca8bdfd Added dependabot
  > 8a258df fix(ci): muted warnings in CI runs due to cache conflicts
bumping golang.org/x/tools 33be3ef...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
  > 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 <[email protected]>
  • Loading branch information
knative-automation committed Oct 16, 2024
1 parent 12612b7 commit 8e09c75
Show file tree
Hide file tree
Showing 753 changed files with 51,566 additions and 21,163 deletions.
79 changes: 40 additions & 39 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Deprecated: use knative.dev/client/pkg instead.
module knative.dev/client-pkg

go 1.22
go 1.22.0

require (
emperror.dev/errors v0.8.1
Expand All @@ -17,18 +17,18 @@ require (
github.com/spf13/viper v1.13.0
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.0
golang.org/x/term v0.22.0
golang.org/x/term v0.25.0
gotest.tools/v3 v3.3.0
k8s.io/api v0.29.2
k8s.io/apiextensions-apiserver v0.29.2
k8s.io/apimachinery v0.29.2
k8s.io/api v0.30.3
k8s.io/apiextensions-apiserver v0.30.3
k8s.io/apimachinery v0.30.3
k8s.io/cli-runtime v0.29.2
k8s.io/client-go v0.29.2
k8s.io/code-generator v0.29.2
knative.dev/eventing v0.42.0
knative.dev/hack v0.0.0-20240704013904-b9799599afcf
knative.dev/pkg v0.0.0-20240716082220-4355f0c73608
knative.dev/serving v0.42.0
k8s.io/client-go v0.30.3
k8s.io/code-generator v0.30.3
knative.dev/eventing v0.42.1-0.20241016013536-6aa49dc1db88
knative.dev/hack v0.0.0-20241010131451-05b2fb30cb4d
knative.dev/pkg v0.0.0-20241015082832-95b4b97567b5
knative.dev/serving v0.42.1-0.20241015121732-83b66956e605
sigs.k8s.io/yaml v1.4.0
)

Expand All @@ -49,17 +49,17 @@ require (
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-errors/errors v1.4.2 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-openapi/jsonpointer v0.20.2 // indirect
github.com/go-openapi/jsonreference v0.20.4 // indirect
github.com/go-openapi/swag v0.22.7 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/jsonreference v0.21.0 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
Expand All @@ -70,10 +70,10 @@ require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand Down Expand Up @@ -103,8 +103,8 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.19.1 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.54.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/prometheus/common v0.55.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/prometheus/statsd_exporter v0.22.8 // indirect
github.com/rickb777/date v1.20.0 // indirect
github.com/rickb777/plural v1.4.1 // indirect
Expand All @@ -118,30 +118,31 @@ require (
github.com/xlab/treeprint v1.2.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.23.0 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/time v0.6.0 // indirect
golang.org/x/tools v0.26.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/api v0.183.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/grpc v1.67.1 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiserver v0.29.2 // indirect
k8s.io/gengo v0.0.0-20240129211411-f967bbeff4b4 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
knative.dev/networking v0.0.0-20240716111826-bab7f2a3e556 // indirect
k8s.io/apiserver v0.30.3 // indirect
k8s.io/gengo v0.0.0-20240404160639-a0386bf69313 // indirect
k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 // indirect
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
knative.dev/networking v0.0.0-20241010132208-75d9920a9248 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
Expand Down
Loading

0 comments on commit 8e09c75

Please sign in to comment.