Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade to latest dependencies (#115)
bumping github.com/google/uuid 44b5fee...b3cae7c: > b3cae7c chore(master): release 1.3.1 (# 127) > 7b8f57c fix(ci): switch to release-please app (# 126) > e69e468 chore(ci): configure release-please, update contrib (# 122) > 97c970d chore(ci): add apidiff check for API compatibility (# 123) > 53f93a8 docs: change godoc URL in README (# 124) > 0b416df docs: update link to RFC 4122 (# 93) > 75e1ac5 docs: shell format go tool command (# 111) > d719869 docs: fix typo node_js docs (# 117) > 574e687 fix: Use .EqualFold() to parse urn prefixed UUIDs (# 118) > c91929c Merge pull request # 121 from noahdietz/setup-codeowners-and-actions > e3f8b98 chore(ci): add Action-based tests (# 121) > db89a3c fix go1.20 resolving to go1.2 > 78d68fc chore(ci): add Action-based tests bumping golang.org/x/sys 104d401...2964e1e: > 2964e1e unix: remove unused readlen and writelen > 3186bae windows: remove the 8192-codepoint arg limit in FuzzComposeCommandLine > 807530f unix: remove lists of unimplemented syscalls > 01c413d windows: document the return type mismatch for CommandLineToArgv > e649453 windows: convert TestCommandLineRecomposition to a fuzz test and fix discrepancies > 8858c72 unix: update riscv_hwprobe constants > 71c9d87 windows: add console ConPTY API > aa9470e unix/linux: update to Linux kernel 6.5 > c7ff727 unix: fix double copy in (*SockaddrALG).sockaddr > c7cbcbb unix: add TestSockaddrALG > 8d9dcc4 unix: modernize test helpers > a26c6de unix: use errnoErr in generated wrappers on solaris > f3ef2d1 cpu: remove the use of ioutil > 5a17dda unix: remove the use of ioutil > 38ebf41 cpu: fix wrong cache line size of riscv64 > fdc7ef4 all: remove ioutil usage from tests > fc717d3 unix: remove usage of ioutil.TempFile in tests > cb4ecd9 unix: use filepath in tests where appropriate > 4848eb0 windows,windows\svc,windows\svc\mgr: use unsafe.Slice instead of unsafeheader.Slice > 0e97d69 all: use t.TempDir in tests > 0514fec unix: rm unused zos test helper functions > bfd1ebb unix: remove unused ptracePtr on darwin > 81cb935 unix, windows: use ^TestName$ regular pattern for invoking a single test > 5154691 unix/linux: update to gcc 13.2.0, qemu 8.0.3 for loong64 and and Go 1.21.0 for all > e8190d9 windows: don't check non-existent return code in GetStartupInfo > ad02017 windows: use SyscallN in mkwinsyscall > 7023367 cpu: remove repetitive word > eabbd5c cpu: add support for amx detection > 552c4e8 unix: avoid setting O_NONBLOCK needlessly by checking flags beforehand > ee57887 unix: add SchedSetAttr and SchedGetAttr for Linux > 60ecf13 windows: add TimeBeginPeriod and TimeEndPeriod syscalls bumping google.golang.org/grpc 5b67e5e...bf05b95: > bf05b95 Change version.go to v1.58.3 (# 6707) > c40c9ba server: prohibit more than MaxConcurrentStreams handlers from running at once (# 6703) (# 6705) > dd9270d update version to 1.58.3-dev (# 6656) > c0aa20a Change version to 1.58.2 (# 6654) > 67a53a6 balancer/weightedroundrobin: fix ticker leak on update (# 6655) > 863de73 update version to 1.58.2-dev (# 6633) > 62726d4 update version to 1.58.1 (# 6629) > fa6d9ab cherry-pick 6610 and 6620 (# 6627) > 467fbf2 Change version to 1.58.1-dev (# 6580) > c2b0797 Change version to 1.58.0 (# 6579) > 0467e47 balancer/leastrequest: Cache atomic load and also add concurrent rpc test (# 6607) > 5d1c0ae leastrequest: fix data race in leastrequest picker (# 6606) > e26457d stream: swallow Header errors as we used to; RecvMsg can still return it (# 6591) > 4c9777c clusterresolver: fix deadlock when dns resolver responds inline with update or error at build time (# 6563) > 81b9df2 idle: move idleness manager to separate package and ~13s of tests into it (# 6566) > 7d35b8e test: speed up TestServiceConfigTimeoutTD from 1.8s to 0.03s (# 6571) > d51b3f4 interop/grpc_testing: update protos from grpc-proto repo (# 6567) > fe1519e client: fix ClientStream.Header() behavior (# 6557) > 8a2c220 cdsbalancer: test cleanup part 2/N (# 6554) > 7f66074 vet.sh: fix interface{} check for macos (# 6561) > b07bf5d cdsbalancer: test cleanup part 1/N (# 6546) > 33f9fa2 test: speed up two tests (# 6558) > aca07ce xds/internal/xdsclient: Add least request support in xDS (# 6517) > e5d8eac test: improve and speed up channelz keepalive test (# 6556) > ebf0b4e idle: speed up test by 5x even while running 2x more iterations (# 6555) > 7d3996f grpctest: use an interface instead of reflection (# 6553) > cc705fe interop: regenerate pb.gos (# 6551) > 3e92504 status: optimize GRPCStatus() calls (# 6539) > 402ba09 pick_first: de-experiment pick first (# 6549) > 2821d7f resolver: remove outdated Target examples (# 6547) > 53d1f23 benchmark: update proper benchmark binary to use larger buffers (# 6537) > fbff2ab *: update `interface{}` to `any` and `go.mod` version to `go 1.19` (# 6544) > e40da66 clientconn: release lock when returning from enterIdleMode() (# 6538) > dbbc983 balancer/leastrequest: Add least request balancer (# 6510) > a010079 *: remove references to old versions of go (# 6545) > 03d32b9 orca: update example and interop to use StateListener (# 6529) > c2bc22c testing: update Go versions tested to 1.19-1.21 (# 6543) > 879faf6 test: update client state subscriber test to be not flaky and more stressful about rapid updates (# 6512) > f3e94ec xds: improve error message when matched route on client is not of type RouteActionRoute (# 6248) > bb41067 balancergroup: do not cache closed sub-balancers by default (# 6523) > 68704f8 gracefulswitch, stub: remove last UpdateSubConnState references (# 6533) > 4900699 balancer/rls, xds/wrrlocality: stop forwarding UpdateSubConnState calls (# 6532) > ebc3c51 internal/balancergroup: remove usage of UpdateSubConnState (# 6528) > 5da2731 balancer/weightedtarget: stop forwarding UpdateSubConnState calls (# 6525) > 182b0ad interop/grpc_testing: regenerate protos (# 6534) > e274152 rls: fix flaky test introduced by # 6514 (# 6535) > 61a1f77 balancer/weightedroundrobin: migrate to StateListener (# 6530) > 175c84c xds/ringhash: use StateListener instead of UpdateSubConnState (# 6522) > 3fa17cc test: speed up test that was taking 10 seconds to timeout (# 6531) > 694cb64 xds/clusterresolver: stop forwarding UpdateSubConnState calls (# 6526) > 8f51ca8 tests: stop using UpdateSubConnState (# 6527) > cea77bb xds/clustermanager: stop forwarding UpdateSubConnState calls (# 6519) > ce68413 xds/priority: stop forwarding UpdateSubConnState calls (# 6521) > dceb6ee xds/clusterimpl: stop forwarding UpdateSubConnState calls (# 6518) > 8def12a xds/outlierdetection: Stop handling UpdateSubConnState forwarding (# 6520) > 67a8e73 multiple/test: use stub balancer instead of defining wrapped balancers (# 6514) > 92b481a test: allow set request/response size in interop soak test (# 6513) > 07609e1 benchmark: restore old buffer size values for published benchmarks (# 6516) > 2059c6e grpc: report connectivity state changes on the ClientConn for Subscribers (# 6437) > 4832deb test: clean up deadlines set in tests (# 6506) > 9c46304 xds/cdsbalancer: stop handling subconn state updates (# 6509) > e9a4e94 base: update base balancer for new APIs (# 6503) > 6c0c69e all: replace RemoveSubConn with Shutdown as much as possible (# 6505) > 28ac6ef xdsclient: make watch timer a no-op if authority is closed (# 6502) > d06ab0d pickfirst: receive state updates via callback instead of UpdateSubConnState (# 6495) > 7aceafc balancer: add SubConn.Shutdown; deprecate Balancer.RemoveSubConn (# 6493) > 4fe8d3d balancer: fix tests not properly updating subconn states (# 6501) > 8ebe462 outlierdetection: fix unconditional calls of child UpdateSubConnState (# 6500) > 5d3d9d7 grpc: perform a blocking close of the balancer in ccb (# 6497) > ecc5645 clusterresolver: fix a flaky test (# 6499) > b9356e3 client: fix race between connection error and subconn shutdown (# 6494) > 2db7b17 test/xds: increase default test timeout (# 6498) > 8f496b2 test/kokoro: Add bootstrap generator test into Go Kokoro script (# 6463) > 0246373 testutils: remove TestSubConns for future extensibility (# 6492) > c635404 balancer: add StateListener to NewSubConnOptions for SubConn state updates (# 6481) > 94df716 resolver: State: add Endpoints and deprecate Addresses (# 6471) > 20c51a9 pickfirst: add tests for resolver error scenarios (# 6484) > b8d36ca pickfirst: add prefix logging (# 6482) > 5ce5686 pickfirst: guard config parsing on GRPC_EXPERIMENTAL_PICKFIRST_LB_CONFIG (# 6470) > 41d1232 resolver/weighted_round_robin: remove experimental suffix from name (# 6477) > 2aa2615 clusterresolver: comply with A37 for handling errors from discovery mechanisms (# 6461) > d7f45cd xds/server: create the xDS client when the xDS enabled gRPC server is created (# 6446) > f1fc2ca clientconn: add channel ID to some idleness logs (# 6459) > 9bb44fb transport: use a sync.Pool to share per-connection write buffer (# 6309) > d524b40 multiple: update dependencies after 1.57 branch cut (# 6452) > 7aab9c0 stats: Add RPC event for blocking for a picker update (# 6422) > 02946a3 resolver: remove deprecated AddressType (# 6451) > 919fe35 Change version to 1.58.0-dev (# 6450) > 9489082 github: replace deprecated command with environment file (# 6417) > d1868a5 clusterresolver: add logs for dns discovery mechanism error cases (# 6444) > 8e9c8f8 grpc: do not use balancer attributes during address comparison (# 6439) > db32c5b Fix preloader mode in benchmarks (# 6359) > f0280f9 xds: require EDS service name in new-style CDS clusters (gRFC A47) (# 6438) > bf5b7ae clusterresolver: handle EDS nacks and resource-not-found errors correctly (# 6436) > fc0aa46 client: encode the authority by default (# 6428) > 11feb0a resolver: delete Target.Scheme and Target.Authority (# 6363) > df3e021 status: fix panic when servers return a wrapped error with status OK (# 6374) > acbfcbb internal/grpcsync: refactor test (# 6427) > 51042db internal/grpcsync: Provide an internal-only pub-sub type API (# 6167) > 620a118 xds/internal/balancer/clusterimpl: Switch cluster impl child to graceful switch (# 6420) > 6b8f427 orca: remove useless log statement (# 6424) > ea492f5 xdsclient: indicate authority serverURI in authority + transport logs (# 6425) > 67e881c xds: E2E Test for Audit Logging (# 6377) > 07718ef internal/xds/rbac: Add support for string matcher in RBAC header matching (# 6419) > 575a936 xds: Fail xDS Server Serve() if called after Stop() or GracefulStop() (# 6410) > 7eb5727 xds: switch EDS watch to new generic xdsClient API (# 6414) > e859984 server: with TLS, set TCP user timeout on the underlying raw connection (# 5646) (# 6321) > 1634254 rpc_util: Reuse memory buffer for receiving message (# 5862) > 789cf4e reflection: rename proto imports for disambiguation in import script (# 6411) > 0673105 clusterresolver: switch a couple of tests to e2e style (# 6394) > 0b3a81e clusterresolver: remove priority LB related tests (# 6395) > dd931c8 xds: clusterresolver e2e test cleanup (# 6391) > 10f5b50 [PSM interop] Don't fail target if sub-target already failed (# 6390) > 963238a clusterresolver: move tests around to different files (# 6392) > f24b4c7 clusterresolver: remove redundant tests (# 6388) > a9c7942 benchmark: Add support for Poisson load in benchmark client (# 6378) > dd350d0 stats/opencensus: Fix flaky metrics test (# 6372) > 642dd63 reflection: expose both v1 and v1alpha reflection services (# 6329) > 3c6084b xds/outlierdetection: fix config handling (# 6361) > 3e8eca8 Revert "client: encode the authority by default (# 6318)" (# 6365) > 1c0572a benchmark: fix package used to reference service to use grpc suffix instead of pb (# 6362) > 7a7caf3 protoc-gen-go-grpc: Update README.md file (# 6349) > 89790ea grpclb: fix typo (# 6356) > 907bdaa alts: Read max number of concurrent ALTS handshakes from environment variable. (# 6267) > 2ac1aae weightedroundrobin: prefer application_utilization to cpu_utilization (# 6358) > 7aeea8f orca: add application utilization and range checking (# 6357) > 6578ef7 client: handle empty address lists correctly in addrConn.updateAddrs (# 6354) > 761c084 xds/ringhash: cache connectivity state of subchannels inside picker (# 6351) > 1b66663 benchmark: Add sleepBetweenRPCs and connections parameters (# 6299) > 81c513a opencensus: stop overwriting ctx parameter in tests (# 6350) > 68576b3 client: encode the authority by default (# 6318) > c9d3ea5 deps: google.golang.org/genproto to latest in all modules (# 6319) > 02188e6 Change version to 1.57.0-dev (# 6346) bumping github.com/openzipkin/zipkin-go f916476...e84b2cf: > e84b2cf bump dependencies (# 216) > 15a86c1 update gha bumping go version matrix, trying to fix codecov (# 215) > 87e3b85 chore(deps): bump sarama to v1.40.0 (# 214) > 4541717 remove circleci from list (# 213) > a58f3b6 Bump dependencies and remove unnecessary external dependency for example. (# 212) bumping gomodules.xyz/jsonpatch/v2 93a4daf...17d7994: > 17d7994 Shortcut when two json documents are same (# 37) > 13a9e4a Merge pull request # 36 from howardjohn/v2/improvements > 62e0c90 Update repository config (# 33) > 6d5c3df Fully remove dead code > 0c26413 Update repository config (# 32) > 45186ed (hackily) remove inefficient optimization > e0f6c24 Fix known broken case > c616a48 Fix marshaling invalid chars > 2c05a51 Fix inputs with empty keys > 1f7eb13 Improve fuzz tests > 471fa30 Fix CI > 4844bbf Add fuzzing test > 87f8876 add benchmarks > a81e531 Go.mod for go 1.20 > fc9e957 Update to Go 1.20 bumping github.com/go-openapi/jsonreference c5db558...424d68c: > 424d68c enable github actions > b86bbb6 Update golangci-lint config + lint fixes > 7a27d67 Merge pull request # 12 from olivierlemasle/bump-dep > e127b20 Bump dependencies bumping github.com/hashicorp/golang-lru 14eae34...a032ef5: > a032ef5 Update README for v1.0.2 > bdf35e3 Remove deprecated linters > bc1608d Update other tests to get rid of math/rand > f2408b3 Update test to remove bad rand usage > fa11c6b Update github workflow > 6da3f98 Update MPL 2.0 LICENSE (# 110) > d4900dc fix onEvictedCB bug (# 84) > 003b81b Update go doc url (# 93) > 80c9821 rework lru's external registered callback invocation to avoid concurr… (# 80) > eb52994 Code quality improvements (# 67) bumping go.uber.org/multierr 10aaa3c...8767aa9: > 8767aa9 Prepare release v1.10 (# 74) > 4504ef7 README: Add Features section (# 73) > 2fd451d Drop external atomic dependency (# 72) > 7876a02 Remove unused glide.yaml (# 71) > 55bc553 Support Go 1.20 Unwrap() []error (# 69) > 39ca40c Prepare release v1.9.0 (# 68) > 4459990 Add a shorthand for AppendInvoke (# 65) > 80b07a7 Document named return constraint for defer (# 63) > 492b792 Test and lint against Go 1.19 (# 62) > aa8f15f Upgrade to yaml.v3 3.0.1 (# 60) > f46d400 Use append instead of copy to clone slices (# 58) > 6fede5c CI: Test against Go 1.17/1.18 (# 57) bumping github.com/go-logr/logr 47e013c...4da5305: > 4da5305 make Discard logger equal to null logger > 4d25940 funcr: optimize WithValues/WithName/WithCallDepth > 00ed9d0 Merge pull request # 163 from thockin/example-v-enabled > d4762a8 Merge pull request # 161 from thockin/master > b818fb2 Add examples for Logger methods > b10dd33 Merge pull request # 162 from thockin/github-assign > 5b49379 Fix comments on optional sink interfaces > af0016d Merge pull request # 159 from thockin/master > 18e8b87 Make github assign PRs and issues > a8aea2e funcr: JSON invalid output with 1st field omitted > 4497483 Merge pull request # 160 from thockin/pr-148-takeover > f2636e2 Merge pull request # 155 from thockin/master > 41ad1c2 testr: merge testLogger and testLoggerInterface > b3dc695 Make zero value useful and add .IsZero() > 7ea0fe3 Add pkg doc to example > 8f2e557 If logging as JSON and the type is json.RawMessage log it "as-is" (# 147) > 46d9b05 Use newer gofmt > a49c971 Merge pull request # 146 from thockin/master > 772cb53 Remove deprecated linters > 2d5bc33 Merge pull request # 143 from jeandeaual/testr-interface > abbd0bc Bump Go version for GH actions > 89d4c03 Merge pull request # 144 from balki/patch-1 > a326b84 testr: use an interface to make it work with *testing.B and *testing.F in addition to *testing.T > 059d32c Fix syntax in documentation bumping knative.dev/eventing e255593...3ef831c: > 3ef831c Increase expiration buffer time of OIDCTokenProviders cache to 5 minutes (# 7355) > 5168dc3 Update dependencies (# 7378) > f9314d8 [main] Upgrade to latest dependencies (# 7372) > 4a07fdc Move OIDC e2e tests to test/auth (# 7363) > 0933c11 Expose audience of an InMemoryChannel in its status (# 7371) > 169542f OIDC - Support auto generation of ApiServerSource identity service account and expose in AuthStatus (# 7330) > 62ec33b Support auto generation of Subscriptions identity service account and… (# 7338) > 0af3ef6 [main] Upgrade to latest dependencies (# 7370) > cf6b140 [main] Update community files (# 7369) > de6915a Pass sink namespace to PingSource (# 7368) > 6dca8c4 [main] Upgrade to latest dependencies (# 7366) > 082d90a Remove unneeded configmapinformer in sinkbinding controller (# 7357) > f321ba5 Update dependencies (# 7347) > 4c9ad03 Mark new trigger filter tests as beta (# 7349) > 494ebb2 bumped x/net to v0.17 to fix cve-2023-44487 (# 7348) > da0fba3 Workaround for cert-manager update spec issue (# 7345) > a0e4c18 Update `kncloudevents.Dispatcher` to add a JWT (# 7328) > c46bdd3 support auto generation of SinkBindings identity service account (# 7327) > 029b340 Remove unnecessary filter accumulation logic (# 7325) > fb494d1 [main] Update community files (# 7342) > ba02f4a [main] Upgrade to latest dependencies (# 7340) > 9de5275 Use expiring cache with the OIDC tokens (# 7335) > 18e17ac [main] Update community files (# 7337) > 7b3afa0 Optimized the exact filter performance (# 7311) > e40037b Prefix filter optimizations (# 7309) > 8d2330c Update Kubernetes min version in KinD e2e tests to 1.26.6 (# 7332) > 402f6ac Add library for OIDC token management (# 7315) > ce67d85 [main] Upgrade to latest dependencies (# 7329) > d1c3f15 Use `mt-broker-filter` as the Audience of a Triggers Subscriptions Subscriber (# 7319) > eec9a52 Add marker for Trigger to mark `OIDCIdentity` condition as not supported (# 7316) > 69dbad2 Event type test logical error (# 7166) > a78c626 [main] Upgrade to latest dependencies (# 7317) > 6915382 Add audience field in Destinations to CRDs (# 7318) > 3b1465a Any filter optimization (# 7205) > 3dfc2ea Not filter properly calls cleanup on it's nested filter (# 7310) > efdfba6 Trigger create and expose OIDC service account (# 7299) > 55092a0 All filter optimization (# 7300) > 88fe195 Improved suffix benchmark performance (# 7312) > 44aa15e Add AuthStatus to OIDC identity providing resources (# 7287) > ff9444d [main] Upgrade to latest dependencies (# 7301) > f10a44d Add helpers to work with service accounts for OIDC (# 7278) > b898cf4 Add audience field for Subscriber and Reply to `SubscriberSpec` and `SubscriptionStatusPhysicalSubscription` (# 7296) > f191461 [main] Upgrade to latest dependencies (# 7297) > 641417a Moved new trigger filters tests to rekt from experimental (# 7243) > d6483cd Fixed logic to choose whether to use filter or filters for a trigger (# 7286) > b704ab1 [main] Update community files (# 7274) > 6194d9d Filters created once (# 7213) > 33c5e78 [main] Upgrade to latest dependencies (# 7284) > 37a0e3c Scheduler: fix reserved replicas handling, blocking autoscaler and overcommitted pods (# 7281) > 8447a36 Fix event dispatcher library data race (# 7280) > 8caba4e Fail when ApiServerSource adapter can't retrieve resources (# 7279) > fa19118 [main] Upgrade to latest dependencies (# 7275) > ceecbb0 Subscription allows overriding namespace for Subscriber and Reply (# 7272) > 4e7d0f5 [main] Upgrade to latest dependencies (# 7271) > 81d8e96 Option to specify different namespace for resources (# 7269) > 8a69f32 [main] Upgrade to latest dependencies (# 7267) > e407152 Adding description for the built-in event types of our duck sources (# 7263) > 401068c [main] Upgrade to latest dependencies (# 7262) > 5acf974 Have link to adopters form in issue/PR templates (# 7248) > ef994be Added hostnames to tls certificates (# 7231) > eaa5ffc [main] Update community files (# 7255) > d250202 [main] Upgrade to latest dependencies (# 7251) > 7da802d Added clotributor link to readme (# 7252) > ba2f546 Add the all filter rekt test (# 7212) > 93cec0f Fixed eventtype create-delete loop on built in sources (# 7245) > 74baa8f [main] Update community files (# 7246) > 94dfb4a Expose a Brokers audience in its status (# 7237) > 7876f12 Add Audience field in CRDs (# 7244) > b082850 [main] Upgrade to latest dependencies (# 7234) > a7b39bc Add more benchmark test for All filter (# 7232) > e057e77 [main] Upgrade to latest dependencies (# 7233) > 25400fb chore: Remove deprecated 'NewScheduler' func (# 7221) > d532005 [main] Upgrade to latest dependencies (# 7220) > 11d9e8a [main] Format Go code (# 7218) > 10e25b9 Autoscaler considers reserved and pending replicas (# 7027) > dd68bd3 [main] Upgrade to latest dependencies (# 7215) > eacaac5 deprecate kntest (# 7211) > b5a4460 Added rekt test for broker eventtype autocreate (# 7202) > d547e2d [main] Format Go code (# 7206) > 25f7e03 Reflect on e2e flags that PingSource is now v1 (# 7208) > 0e8b7ca Move eventtype rekttest pingsource to experiment (# 7180) > 08cf00f Add rekt test for "Any" filter (# 7130) > 11f1ee4 Added rekt test for channel event autocreate (# 7198) > 0045fa9 Broker eventtype autocreate fixes (# 7161) > 7749771 Added benchmark for any filter (# 7195) > 4d8da11 Upgrade to latest dependencies (# 7190) > a2e2aa3 Eventing TLS: Test SinkBinding with Broker as sink (# 7172) > d8a2ad5 change the deprecated string (# 7179) > 0e88db1 Switch to trigger.WithNewFilters() to set trigger filter (# 7188) > 9d2bcef Add kind e2e tests for Kubernetes v1.27.3 (# 7139) > 2b02cb4 Add OIDC Authentication feature flag (# 7183) > 29ac3ee [main] Upgrade to latest dependencies (# 7170) > 8e9ab2a [main] Update community files (# 7171) > 742c45e Create new trigger rekt helper functions (# 7135) > 1b1b690 Test ApiServerSource with Broker as sink (# 7151) > ea81855 [main] Upgrade to latest dependencies (# 7164) > abba035 Fix unique name generator for auto-created EventType (# 7160) > 8eaf932 Added .env files to the gitignore (# 7162) > 56e9420 [main] Upgrade to latest dependencies (# 7157) > 7636997 [main] Update community files (# 7159) bumping knative.dev/serving 241a1e9...707d286: > 707d286 Test istio with system-internal-tls enabled (# 14494) > 1940e5a Update net-contour nightly (# 14533) > 264588a Update net-istio nightly (# 14535) > 840d7ee Update net-kourier nightly (# 14532) > a81290a Update net-certmanager nightly (# 14534) > 39ee6f7 Trust DataPlaneUserSAN from Activator to Queue-Proxy (# 14452) > 71085f8 Shell executor logs through testing.T in upgrade tests (# 14495) > 121e9db upgrade to latest dependencies (# 14526) > 4d36a14 Update community files (# 14525) > fff40ef Bound buffer for reading stats (# 14523) > eda7591 Update net-istio nightly (# 14524) > cbeb443 Update net-contour nightly (# 14490) > eac93b0 Update net-istio nightly (# 14518) > 6a21d8a don't run encryption tests with contour (# 14521) > 633e281 upgrade to latest dependencies (# 14515) > 42cf24f Update net-gateway-api nightly (# 14520) > 805bb38 Update net-certmanager nightly (# 14519) > b202e49 Update net-kourier nightly (# 14504) > 6703812 bump x/net to v1.17 (# 14512) > e0ab979 Update net-gateway-api nightly (# 14505) > d452948 Update net-certmanager nightly (# 14502) > 596e1bd Update net-istio nightly (# 14503) > a606fc8 upgrade to latest dependencies (# 14499) > ea603c9 Update community files (# 14497) > 6b44b87 upgrade to latest dependencies (# 14493) > 596d785 Update net-gateway-api nightly (# 14483) > 7bcf034 Update net-istio nightly (# 14492) > c54b6ad Update net-kourier nightly (# 14491) > 39c8b2c Update net-certmanager nightly (# 14489) > 0ee4c3a Update community files (# 14485) > c183543 internal encryption e2e tests (# 14092) > 3eb979a Update overlay-config for tests (# 14478) > 3cafe59 Update certificates and SANs used in Serving (# 14472) > b66b185 Update net-contour nightly (# 14468) > 4c3aaee upgrade to latest dependencies (# 14464) > 369951b Update net-certmanager nightly (# 14459) > 05e349f Allow access to Pod field `shareProcessNamespace`. (# 14454) > eea9f67 SecurePodDefaults limits container capabilities (# 14445) > 6631be7 Added Platform Specific ko build instructions (# 14458) > 1a17583 Update net-contour nightly (# 14457) > ac6a38a Update net-istio nightly (# 14455) > dbe3538 Update net-certmanager nightly (# 14447) > 72261bc Update net-kourier nightly (# 14456) > 9bf8d53 Update net-contour nightly (# 14451) > 1448af5 Update net-kourier nightly (# 14449) > 568f5cc Update net-gateway-api nightly (# 14450) > c6634a7 Update net-istio nightly (# 14448) > 245ca10 upgrade to latest dependencies (# 14446) > d0eaee0 Update net-certmanager nightly (# 14440) > 05273f8 Update net-contour nightly (# 14438) > de6d567 upgrade to latest dependencies (# 14437) > f9139ec fix: Bump our min K8s version to v1.26 add k8s 1.28 testing (# 14385) > 9e7956f fix(activator): Correctly return noop value from probePodIPs based on changes (# 14347) > 4182374 upgrade to latest dependencies (# 14434) > f9ff817 Update net-gateway-api nightly (# 14433) > aa881ac Update net-contour nightly (# 14431) > 3736ab5 Change the cert manager version # 14386 (# 14426) > 1724133 Update net-kourier nightly (# 14430) > b44525f Update net-istio nightly (# 14432) > 6168393 Update net-certmanager nightly (# 14417) > 2336b08 Update net-kourier nightly (# 14419) > 60cb95f upgrade to latest dependencies (# 14423) > 177bb2d Update community files (# 14414) > ba78403 Update net-istio nightly (# 14418) > a571e4a Update net-gateway-api nightly (# 14416) > 3c15b82 upgrade to latest dependencies (# 14415) > 0d73dfe Update performance tests (# 14289) > d02702e Support gRPC probe (# 14134) > 5b1eab3 upgrade to latest dependencies (# 14413) > 59ddac3 Update net-contour nightly (# 14412) > ecbe40a Update net-certmanager nightly (# 14409) > fcb4979 Update net-istio nightly (# 14411) > 167d794 Update net-gateway-api nightly (# 14410) > 127a351 Cleanup knative-internal-tls secrets (# 14394) > d33249b Drop unnecessary `routing-id` in Knative Service certificate (# 14393) > 6c602da Update net-contour nightly (# 14405) > 7c2a5c6 Update net-certmanager nightly (# 14404) > 8818499 Update net-gateway-api nightly (# 14398) > 28e75ab Update net-kourier nightly (# 14397) > f2fb095 Update net-istio nightly (# 14396) > 28effd9 upgrade to latest dependencies (# 14401) > 2002b38 test fixture didn't make sense (# 14400) > 022f553 Update net-certmanager nightly (# 14362) > 50eb65a upgrade to latest dependencies (# 14395) > 7222bf9 Update net-kourier nightly (# 14391) > 142543b Update net-contour nightly (# 14390) > b7d1a97 Update net-gateway-api nightly (# 14389) > 91f6d08 Update net-istio nightly (# 14388) > b9852ec upgrade to latest dependencies (# 14387) > 45eaa1d Bump Go version to 1.21 in kind e2e (# 14384) > d6c833f Update net-istio nightly (# 14380) > 55bec5f Update net-kourier nightly (# 14373) > 35c3040 Update net-contour nightly (# 14372) > 05abbeb Update net-gateway-api nightly (# 14360) > 2a732e5 fix securityContext for Knative Service Pod (user-container and queue-proxy) (# 14363) > 4cb442c Update community files (# 14366) > 4dddf9f Update net-kourier nightly (# 14359) > 4d1b8cd Update net-istio nightly (# 14361) > 7e4230a Update net-contour nightly (# 14358) > 32c2732 Fix CGroupsV2 test (# 14355) > 9ffab17 PodAutoscaler Active Condition should not affect Reachability (# 14309) > 621acf8 upgrade to latest dependencies (# 14356) > 8d1fefe Update net-kourier nightly (# 14354) > 18b3f4f Update net-istio nightly (# 14353) > 615ef52 Update net-certmanager nightly (# 14352) > 4bcc360 Update net-contour nightly (# 14351) > 3010cb8 docs: Fix broken links to kubernetes docs on reference page (# 14340) > 997d8ef fix(activator): Don't cancel all probes on one probe failure (# 14303) > 6567552 Remove AUTHORS file (# 14350) > 4ab6bd7 Update community files (# 14349) > a8a8be2 Update documentation about Knative serving encryption (# 14213) > 9ad6c42 Update net-kourier nightly (# 14344) > d822a70 Change configuration case for tests (# 14330) > 945016d Update net-certmanager nightly (# 14345) > 17c3012 Update net-contour nightly (# 14342) > 0c6808b Update net-istio nightly (# 14341) > 91ba6d0 Update net-gateway-api nightly (# 14343) > fb6997c Update net-contour nightly (# 14339) > b92463c Update net-gateway-api nightly (# 14336) > b61b9f7 Update net-certmanager nightly (# 14335) > 9fb227c Update net-kourier nightly (# 14338) > 4e3cd12 Update net-istio nightly (# 14337) > b25e8dd upgrade to latest dependencies (# 14328) > aeb4e94 Update net-contour nightly (# 14334) > 815fe70 Update DEVELOPMENT.md to Include local registry workaround for ImagePullBackOff (# 14327) > 5e1792e Call Stop() for cert watcher (# 14333) > b557307 Update net-contour nightly (# 14323) > dae0b36 Update net-kourier nightly (# 14329) > 8f2f57b Fix certificate watcher test (# 14331) > b6d4f61 Add PullIfNotPresent to multiple container test (# 14317) > 5a2dc2e Update net-kourier nightly (# 14320) > 442c13d Update net-istio nightly (# 14322) > 8ff8961 Update net-certmanager nightly (# 14319) > 007cb37 Update net-gateway-api nightly (# 14321) > 005838b Re-generate test/config/tls/cert-secret.yaml (# 14324) > 8dbb2d3 Add certificate watcher to queue-proxy (# 14189) > 45b119b upgrade to latest dependencies (# 14316) > ca1c242 Update net-contour nightly (# 14315) > a2ef52b Update net-certmanager nightly (# 14314) > 4dba344 Update net-gateway-api nightly (# 14313) > 18cb237 Update net-istio nightly (# 14312) > ba5a929 Update net-kourier nightly (# 14311) > 323b8c9 upgrade to latest dependencies (# 14308) > 358ec13 Split HTTPGetAction.Path into path and query (# 14273) > cea3201 Update net-kourier nightly (# 14305) > ad5455e fix e2e script & some tests (# 14296) > f89b071 Update net-certmanager nightly (# 14307) > 81d7085 Update net-gateway-api nightly (# 14306) > 899b332 Update net-contour nightly (# 14304) > 09a8095 Use dataplane-trust instead of internal-encryption (# 14301) > ae86b1d upgrade to latest dependencies (# 14302) > 43f7526 Do not skip TestTargetBurstCapacity when `dataplane-trust` is not specified (# 14300) > d39a379 Support conformance test with cgroup v2 (# 14297) > c63d9be Fix comment about Cgroup limit (# 14298) > 9ac8996 Update net-istio nightly (# 14293) > 59bfc12 Update net-certmanager nightly (# 14294) > 7aef47b Update net-contour nightly (# 14295) > 90046c3 Don't reset ENV vars (# 14276) > 82747ef Update net-kourier nightly (# 14292) > eaff0b3 upgrade to latest dependencies (# 14290) > 587de3d Update net-kourier nightly (# 14286) > 21264fc Update net-contour nightly (# 14284) > a9b48be Deprecate calling kubetest2 via kntest (# 13329) > 397cfde Update net-istio nightly (# 14285) > e9425f8 chore: remove v1alpha1 domainmapping (# 14275) > b3b793f Update net-gateway-api nightly (# 14280) > 89b4341 upgrade to latest dependencies (# 14277) > b5585ac Update net-certmanager nightly (# 14279) > 1d6701e upgrade to latest dependencies (# 14266) > 8e2aa70 Update net-gateway-api nightly (# 14272) > ec057c1 Update net-contour nightly (# 14271) > 38f9b47 Update net-istio nightly (# 14270) > b7e573d Update net-kourier nightly (# 14269) > 8d29085 Update net-certmanager nightly (# 14268) > becea87 Update net-kourier nightly (# 14261) > 2cb31ee Update community files (# 14259) > 59cb3d3 Update net-contour nightly (# 14264) > 4931532 Update net-certmanager nightly (# 14262) > 5e20e1e Update net-istio nightly (# 14263) > 6bfe5c3 add app: webhook label to webhook service (# 14258) > ece2fea upgrade to latest dependencies (# 14256) > 5c1c855 Support to use vegeta client with HTTPS (# 14255) > f9d9b28 Update net-gateway-api nightly (# 14249) > 4ab6b88 Update net-istio nightly (# 14247) > 5edb5a9 Update community files (# 14241) > 3f62086 Update net-kourier nightly (# 14246) > 342693a Update net-certmanager nightly (# 14245) > e1bbe1f Update net-gateway-api nightly (# 14243) > 0d79514 Update net-contour nightly (# 14244) > ad26685 upgrade to latest dependencies (# 14240) bumping github.com/go-openapi/jsonpointer 2446e21...5df0d69: > 5df0d69 Use github actions (# 9) > ff99fe1 Bump dependencies (# 8) bumping k8s.io/api 6b24792...6e7eda9: > 6e7eda9 Update dependencies to v0.27.6 tag > acad300 Merge pull request # 120209 from mimowo/automated-cherry-pick-of-# 120204-upstream-release-1.27 > 62f7673 Mark Job onPodConditions as optional in pod failure policy > 366ac8e Merge pull request # 119868 from liggitt/automated-cherry-pick-of-# 119835-upstream-release-1.27 > 31986ba Avoid returning nil responseKind in v1beta1 aggregated discovery > 64b0262 Merge pull request # 119086 from neolit123/automated-cherry-pick-of-# 118150-origin-release-1.27 > 4b77e71 call ./hack/update-vendor.sh > d65e98c Merge pull request # 118553 from puerco/bump-1.27-go1.20.5 > 5c258b3 update-vendor: update vendored go.sums > 34b1d9e Merge pull request # 117815 from kerthcet/automated-cherry-pick-of-# 117802-upstream-release-1.27 > e2c6465 Update podFailurePolicy comments from alpha-level to beta > a94d26e Merge pull request # 117324 from dddddai/automated-cherry-pick-of-# 117182-upstream-release-1.27 > 5fee752 use case-insensitive header keys for http probes > 5b93db5 Merge remote-tracking branch 'origin/master' into release-1.27 > 1258df6 .*: update vendor dir and cleanup > 9d61da7 remove kubernetes.io/grpc standard protocol > 130e058 Merge pull request # 116743 from thockin/docs-clarify-publish-not-ready-endpoints > bad7d34 Merge pull request # 113218 from ahmedtd/kep-3257 > c5c9df1 Clarify EPSlice docs wrt the Ready conditions > 7d2e0cc ClusterTrustBundles: make update > 27a32d4 ClusterTrustBundles: Define types > c80582e Custom match criteria (# 116350) > 0b4c449 Matchconditions admission webhooks alpha implementation for kep-3716 (# 116261) > 286fd7e Merge pull request # 116332 from klueska/extend-resourceclaimstatus > 137eed4 Merge pull request # 116119 from vinaykul/restart-free-pod-vertical-scaling-fixes > aca25f2 Update generated code for resource.k8s.io/v1alpha2 > 46446c8 Updated: Redefine AppProtocol field description and add new standard values (# 115433) > 9fe7fa0 Update generated files > 960c296 Update AllocationResult and ResourceHandle for resource.k8s.io/v1alpha2 > c79498c Merge pull request # 115075 from aojea/ipaddress > 0b354bf Set default resize policy only for specified resource types, rename RestartNotRequired -> NotRequired > abe66f5 Merge pull request # 116539 from pohly/ginkgo-gomega-update > 8169321 make update > 5f8a370 Restructure naming of resource resize restart policy - generated files > f836919 Merge pull request # 114930 from kannon92/add-new-labels > 1eaa20c dependencies: ginkgo v2.9.1, gomega v1.27.4 > aff9c95 Add IPAddress API > ee66691 Restructure naming of resource resize restart policy > fad123e Merge pull request # 116581 from humblec/csiNodeExpand > ad48969 Add batch.kubernetes.io to labels created in the Job controller. > b02105b Merge pull request # 116425 from jsafrane/flip-selinux > a3bfb4f Update NodeExpandSecretRef comment for beta > 772ba56 Merge pull request # 116556 from pohly/dra-podschedulingcontext > 1af564c Add featureGate to CSIDriver.SELinuxMount > 9833de0 Merge pull request # 116535 from denkensk/fix-match > 55d86c3 api: generated files for PodSchedulingContext > c5dd6b2 Merge pull request # 116522 from robscott/topology-1-27-updates > dadc0dc feat: update matchLabelKeys comment and code auto-generate > 435fe5c api: resource.k8s.io PodScheduling -> PodSchedulingContext > 112a65b Merge pull request # 116299 from pohly/dra-v1alpha2 > ae4bc91 Introducing Topology Mode Annotation, Deprecating Topology Hints > 77a2c20 api: resource.k8s.io v1alpha1 -> v1alpha2 > 5ab285d Merge pull request # 115668 from jiahuif-forks/feature/validating-admission-policy/type-system > 7199bb0 Merge pull request # 116553 from thockin/pr-111942-takeover > 48895bc generated: UPDATE_COMPATIBILITY_FIXTURE_DATA > bd0ab2c Merge pull request # 116397 from jiahuif-forks/feature/validating-admission-policy/message-expression > daef2bb Update generated files > 5abc1cb generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh > 4c844db Merge pull request # 116490 from tallclair/docs-urls2 > 4841da3 generated: UPDATE_COMPATIBILITY_FIXTURE_DATA > 510c2e6 "contails" -> "contains" updated > 233bb56 [API REVIEW] ValidatingAdmissionPolicyStatus > 14ad8e3 Merge pull request # 115966 from aojea/lb_mixed > 93ac336 Fix broken API docs URLs > 69f96d6 generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh > 8c02f04 Merge pull request # 116542 from enj/enj/f/go1.20 > 1539cd0 don't process unsupported loadbalancers with mixed protocols > 9a487de [API REVIEW] Validation.MessageExpression > 94f59cb Explicit bump to go 1.20 > 02c5f9f make MixedProtocolNotSupported public > 19ee583 Merge pull request # 116450 from vinaykul/restart-free-pod-vertical-scaling-api > 4cfd7a6 Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources - generated files > 1ead999 Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources > 182afbd Merge pull request # 116384 from liggitt/fixup-after-roundtrip > 7785f76 Merge pull request # 115260 from pwschuurman/kep-3335-statefulset-start-ordinal-beta > 276361f Detect and clean up unneeded after_roundtrip fixtures > a4afee7 KEP-3325: Promote SelfSubjectReview to Beta (# 116274) > d39503c Run ./hack/update-* scripts to update generated files > 2e0b62a Merge pull request # 115904 from soltysh/cronjob_tz_ga > 68dc9e4 Update generated > 1372208 Promote CronJob TZ to GA > a9e2fb5 Merge pull request # 115973 from jpbetz/enforcement-actions > ca9c463 Generate code > 2d18dde Implement validationActions and auditAnnotations > 507c364 Merge pull request # 116054 from jpbetz/secondary-authz > 11f3415 Merge pull request # 116124 from aerfio/aerfio/update-broken-links-apps > 75a193f Generate code > e36a74d Merge pull request # 116109 from aerfio/aerfio/update-broken-links-autoscaling > 78c18b3 adjust comment prefixes in k8s.io/api/apps/v1beta1/types.go > f5cbfc9 Implement secondary authz > 2d949b7 Merge pull request # 115463 from SergeyKanzhelev/containerStatusDocs > 152a993 update obsolete links > 3379a93 update obsolete links > 6cc1087 Merge pull request # 116233 from SergeyKanzhelev/GRPCContainerProbeGA > 6578ac3 update docs for ContainerStatus fields > fc1b77c Merge pull request # 116162 from apelisse/update-openapi > 0a33c95 GRPCContainerProbe is GA > 53d84c0 Merge pull request # 115914 from ravisantoshgudimetla/promote-pdb > dde3f2d Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920 > f6c2559 Merge pull request # 115402 from p0lyn0mial/upstream-sendinitialevents-take-2 > a814a2f Generated: PDB health policy > ffec433 Merge pull request # 116052 from kannon92/validation-coverage-and-cleanup > 0e595cd Update TestCompatibility > 9c30363 Changes to pdb healthy policy api docs > 42a6c32 Merge pull request # 115277 from pohly/klog-update > 3ae195e generated code > b447fe1 generated > 321adc8 dependencies: update klog v2.90.1 > 9a29a4d remove ValidateJobSpec and add more test cases to batch validation > 2ed8d24 Merge pull request # 111856 from mengjiao-liu/improve-podSpec.restartPpolicy-description > b5b22ca Merge pull request # 102884 from vinaykul/restart-free-pod-vertical-scaling > 5717a84 Improve spec.template.spec.restartPolicy description > 2ffa6a6 Merge pull request # 115996 from rayowang/autoscaling > 1259f41 Generated files and compat data from API changes > 6bcd73f update openapi-spec, generated proto and generated openapi > 0533301 In-place Pod Vertical Scaling - API changes > f54f3b8 Fix API field references for autoscaling v1, v2 and v2beta2 > ec40acc Merge pull request # 115928 from pohly/dra-resource-requirements-pvc > f7c08e3 Merge pull request # 115815 from Huang-Wei/pod-scheduling-readiness-beta > e00fe37 api: generated files > f6996b4 Merge pull request # 115363 from ravisantoshgudimetla/promote-pdb-healthy > 4515fb5 generated files > 9dd5eed api: drop Resources.Claims from PVC and PVC template > c710db8 Merge pull request # 115604 from pacoxu/fix-design-proposals-links > 74e8746 Generated: PDB health policy > 4784558 Graduate PodSchedulingReadiness to beta > c02fa6b Merge pull request # 115786 from liggitt/net-0.7.0-master > b286164 API docs: point to current docs instead of archived designs > 746e236 Promote pdb health policy to beta > ba0209b Update golang.org/x/net to v0.7.0 > 4411404 archived design proposals are now moved to Design Proposals Archive Repo. > 9fe8a5d Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils > 51669d7 Update k8s.io/utils to `a36077c30491` > 0478a3e Merge pull request # 115379 from artemvmin/serial-mkfs > 8f4dbb0 Update k8s.io/utils to latest version > 9b5d68c Merge pull request # 115434 from ehashman/requests-limits-ratio-docs > 35c88f3 Update generated > 8036d83 Document relationship between requests/limits > a26a16a Merge pull request # 115266 from pohly/gomega-update > 1621bfa Merge pull request # 115354 from pohly/dra-reserved-for-list-type > 6ce540c dependencies: update gomega to v1.26.0 > b140e71 dynamic resource allocation: avoid apiserver complaint about list content > 40fb371 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi > 4fe2b5f update kube-openapi > 86407e5 Merge pull request # 115246 from thockin/codegen-11-swagger-from-update-codegen > d8b97f9 Generate swagger from update-codegen > 59fcd23 Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20 > 9b5c69c *: Bump version of vmware/govmomi > 210a193 Merge pull request # 114879 from olivierlemasle/bump-kube-openapi > 1e7b784 Merge pull request # 113467 from pacoxu/psp-cleanup > 9384e18 Bump kube-openapi > de8bdd7 Merge pull request # 114063 from ruquanzhao/fixNetworkTypesDoc > a9fc368 client-go: remove extensions psp only > 64a74af Merge pull request # 114065 from ruquanzhao/fixNodeTypesDoc > 6992abe fix doc of types.go of network v1, v1alpha1, v1beta1 > 6b7ec32 remove psp in extensions api/apis > 4c5bbc6 Merge pull request # 114623 from Huang-Wei/feat/smart-preemption-identification > f64243d update auto generated files > 8d62476 rename 'PreemptionByKubeScheduler' to 'PreemptionByScheduler' > 538ed1e fix doc of types.go of node > 9fea242 Enhanced logic to identify eligible preemption node > 92fe7a3 Merge pull request # 114681 from thockin/nix_comments_about_ipv6_not_ready > 5401156 Remove old comments about IPv6 not being ready > 5baaa16 Merge pull request # 113538 from pohly/e2e-ginkgo-timeline > de49366 Merge pull request # 114585 from JoelSpeed/fix-resource-requirements-claims > d18c527 dependencies: update to ginkgo v2.6.1, gomega v1.24.2 > ebe9f62 Merge pull request # 114594 from pacoxu/remove-testdata-v1.24 > 0000a46 Resource claims should be a map type > 11f6f2e drop the api testdata for v1.24.0 > dadaafe Merge pull request # 114581 from pacoxu/v1.26.0-api-testdata > 139e181 Add v1.26.0 API testdata > ad1a499 Merge pull request # 114559 from liggitt/gofmt > 93e1eba Fix indentation/spacing in comments to render correctly in godoc > 56ab826 Merge pull request # 113942 from mengjiao-liu/remove-feature-gate-expansion > a0834d0 Merge pull request # 110991 from thockin/svc-typenames-starTrafficPolicyType > 16bd13e Remove ExpandCSIVolumes feature gate > 346cfdf Merge pull request # 113570 from ztzxt/batch-api-doc > b65b9ef ServiceInternalTrafficPolicyType: s/Type// > 6ebc902 Merge pull request # 112497 from ldsdsy/modify3 > e858a59 Fix API refs for batch v1 and v1beta1 > 3326f50 ServiceExternalTrafficPolicyType: s/Type// > cfffb5f Merge pull request # 113876 from chiukapoor/coordination-api-doc > d71b818 update comment of annotation_key_constants.go > 51a0758 Merge pull request # 113875 from chiukapoor/scheduling-api-doc > fae9b7f Changed API field references and generated docs for coordination v1 and v1beta1 > 998898a Merge pull request # 112490 from lzhecheng/doc-nodestatus-ip-change > fffbddf Added generated Docs for scheduling v1, v1beta1 and v1alpha1 > bebfaf6 Added generated Docs for coordination v1 and v1beta1 > f05a318 Merge pull request # 113894 from ravi-nal/master > 93a54de [API][Doc] Update NodeStatus about IP change > cedebb1 Change API field references for scheduling v1, v1alpha1 and v1beta1 > b394153 Change API field references for coordination v1 and v1beta1 > ed9fa27 Merge pull request # 114319 from liggitt/net-master > e132787 Add generated docs for discovery and storage types > 8f2e0ab Update golang.org/x/net 1e63c2f > ffebb15 Update API doc for Storage v1alpha1, v1beta1 types and Discovery v1 types > 9e1815a Merge pull request # 111023 from pohly/dynamic-resource-allocation > 0b2be3e Add generated docs for discovery v1beta1 and storage v1 types > d2d30ed Update API doc to use the field name in description bumping k8s.io/code-generator eec869e...ad20935: > ad20935 Merge pull request # 119086 from neolit123/automated-cherry-pick-of-# 118150-origin-release-1.27 > 315a517 call ./hack/update-vendor.sh > a52289a Merge pull request # 118553 from puerco/bump-1.27-go1.20.5 > d8cce12 update-vendor: update vendored go.sums > 1649c2d Merge pull request # 117708 from Jefftree/automated-cherry-pick-of-# 117705-upstream-release-1.27 > 9037946 Update kube-openapi to fix race > 6533006 Merge remote-tracking branch 'origin/master' into release-1.27 > 6da539f .*: update vendor dir and cleanup > 1e0c52d dependencies: ginkgo v2.9.1, gomega v1.27.4 > 667a115 Merge pull request # 116490 from tallclair/docs-urls2 > 745ab90 Merge pull request # 116542 from enj/enj/f/go1.20 > 0ee83f8 Fix broken API docs URLs > fd722cd Explicit bump to go 1.20 > 4a4a238 Merge pull request # 116349 from apelisse/use-smarter-cache > dde8213 Merge pull request # 112061 from JoelSpeed/proto-gopath > 0f132b7 Update kube-openapi to 15aac26d736a > 4400d5f Merge pull request # 116162 from apelisse/update-openapi > 6173bf7 Ensure go-to-protobuf gen can run when not in GOPATH > 1c5b673 Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920 > df762e7 Merge pull request # 115402 from p0lyn0mial/upstream-sendinitialevents-take-2 > 32ad4d4 Merge pull request # 115277 from pohly/klog-update > a906ef0 generated > 56b3fad dependencies: update klog v2.90.1 > e4df4d5 Merge pull request # 116039 from liggitt/crd-compat > d182558 Update generated files > 00ad370 Merge pull request # 115786 from liggitt/net-0.7.0-master > 827cde5 Update golang.org/x/net to v0.7.0 > dfb602f Merge pull request # 114987 from astefanutti/pr-codegen-applyconfig > f218355 Merge pull request # 114920 from astefanutti/pr-codegen-144 > e16bd08 code-generator: fix GOPATH unbound variable > 8ebad96 Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils > 84d7aaf fix: applyconfiguration-gen fails on map to struct fields > fd7fd90 Add applyconfiguration-gen to code-generator tools.go > cb06db1 Update k8s.io/utils to `a36077c30491` > d1eaf35 code-generator: regen examples with apply configurations > e2b16c0 Merge pull request # 115379 from artemvmin/serial-mkfs > 9b95cfe Add applyconfiguration generator to code-generator script > 63d9eda Update k8s.io/utils to latest version > 8a6ceea Merge pull request # 115266 from pohly/gomega-update > d51d173 Merge pull request # 115271 from kevindelgado/field-validation-conformance > d68548f dependencies: update gomega to v1.26.0 > 9583277 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi > eb7447c update codegen > e5c04ca update kube-openapi > daa7a69 Merge pull request # 115245 from thockin/codegen-10-protobuf-from-update-codegen > 5d7b090 Call update-generated-protobuf from update-codegen > c3842e0 Merge pull request # 115196 from thockin/codegen-5-dont-gen-clients-for-internal > 2c7f371 Don't generate clients for example internal APIs > 046939b Merge pull request # 115184 from thockin/codegen-1-clientset-doc-go > cc14826 Merge pull request # 113637 from mikedanese/http-proxy > 8b5f587 Don't generate clientset/doc.go in client-gen > 90a9b0c vendor: removed unused dep github.com/elazarl/goproxy > d37f85b Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20 > 1d1fb0e *: Bump version of vmware/govmomi > e2dcc1f Merge pull request # 114879 from olivierlemasle/bump-kube-openapi > 3ba6f96 Bump kube-openapi > 8d6f19a Merge pull request # 114859 from pohly/e2e-ginkgo-spec-ordering > 3241717 dependencies: update ginkgo to v2.7.0 > e746d1f Merge pull request # 114869 from liggitt/kube-openapi > b40e109 bump kube-openapi > e9aa6d9 Merge pull request # 114867 from deads2k/app > d4f5e22 add deads2k to approvers for code-generator and sample-controller > ba78839 Merge pull request # 113654 from stevekuznetsov/skuznets/fake-group-name-registration > 5013555 Merge pull request # 114829 from liggitt/oauth-revert > bb712e2 code-generator: refer to the API package for GV{R,K} > edbb7f5 Revert "bump golang.org/x/oauth2" > c63a8cc Merge pull request # 114822 from liggitt/oauth2 > 2b752ab bump golang.org/x/oauth2 > b6a476b Merge pull request # 114705 from thockin/codegen_subproject_cleanup > 009bda6 Cleanup codegen subproject scripts > 0f638df Merge pull request # 113538 from pohly/e2e-ginkgo-timeline > 53dc4fe Merge pull request # 114559 from liggitt/gofmt > b3406b2 dependencies: update to ginkgo v2.6.1, gomega v1.24.2 > 6ce5eeb Fix indentation/spacing in comments to render correctly in godoc > 154dfe6 Merge pull request # 114319 from liggitt/net-master > a8a90e0 Update golang.org/x/net 1e63c2f > 7429fbb Merge pull request # 113688 from dashpole/update_utils bumping google.golang.org/genproto e85fd2c...d307bd8: > d307bd8 chore(all): auto-regenerate .pb.go files (# 1057) > 0333e04 chore(all): update all to e6e6cda (# 1055) > 427d036 chore: unfreeze grpc and fix build errors (# 1056) > e6e6cda chore(all): update all (# 1044) > c177e32 chore(deps): temporarily ignore grpc dep (# 1054) > 007df8e chore(all): auto-regenerate .pb.go files (# 1053) > 2d3300f chore(all): update actions/checkout action to v4 (# 1052) > b8732ec chore(all): auto-regenerate .pb.go files (# 1051) > ccc8af3 chore(all): auto-regenerate .pb.go files (# 1050) > 6bfd019 chore(all): auto-regenerate .pb.go files (# 1047) > ca7cfce fix(analytics/admin/v1alpha): remove broken aliases (# 1045) > 1744710 chore(all): update all (# 1043) > f966b18 chore(googleapis): remove obsolete types referencing field_mask package (# 1042) > e0aa005 chore(all): update all (# 1033) > cbb8c96 chore(all): update all (major) (# 1041) > 23370e0 chore(all): auto-regenerate .pb.go files (# 1039) > b022f6e chore(all): auto-regenerate .pb.go files (# 1038) > 66ad5b6 chore(all): update all (major) (# 1037) > 659f7aa chore(all): auto-regenerate .pb.go files (# 1036) > 3f92550 chore(all): update all (major) (# 1024) > 782d3b1 chore: remove gaming (# 1032) > e685fd7 chore(all): update all (# 1031) > ccb25ca chore(all): update all (# 1022) > f517056 chore(all): add go.work and fix apidiff (# 1030) > 9506855 chore(all): auto-regenerate .pb.go files (# 1028) > 1f95444 chore(all): auto-regenerate .pb.go files (# 1026) > e449d1e chore(all): update apidiff.yaml for submodules (# 1027) > 9b080da chore(all): auto-regenerate .pb.go files (# 1025) bumping k8s.io/kube-openapi 172d655...8b0f38b: > 8b0f38b Merge pull request # 388 from Jefftree/patch-1 > 28e0b72 Merge pull request # 387 from Jefftree/fix-cache-race > e6d4e37 Update CI to detect races > b0c0aae Merge pull request # 386 from Jefftree/delete-unused > 0bd5c6c fix cache get race > f5883ff Merge pull request # 380 from zchenyu/patch-1 > e2ed23b Delete unused functions > 15aac26 Merge pull request # 371 from apelisse/use-smarter-cache > 1262187 Bump go version to 1.19 > afdc3dd Merge pull request # 377 from apelisse/fix-fuzz-openapi > 2b17a46 Remove former handler cache mechanism > 19cbebb Merge pull request # 368 from Jefftree/oasv3-unmarshal > 587efca spec: Remove unncessary marshaling from nmarshaling tests > 4b54b81 handler: Replace handler cache with new cache > 929b88f Merge pull request # 370 from Jefftree/fuzz > f90255a Enable experiment unmarshal > 317b8ed spec3: Improve OpenAPI fuzzing > 69ee2d2 cached: Use atomic.Pointer to prevent type swap panic > 66828de Merge pull request # 325 from apelisse/marshal-v2 > 48f3c6d Add fuzzer for OpenAPI V3 > 8926865 Comments > f713152 spec: Serialize empty array of SchemaOrArray > ff9a8e8 Replaced Mime subtype containing @ with . in mimePb (# 369) > 30e856a Use "jsonv2"/go-json-experimental to marshal OpenAPI v2 > 4b0756a Merge pull request # 372 from Jefftree/response-fix > 2dff845 Address comments > 32bc87b spec: Add missing SanitizeExtensions > 4233a11 Merge pull request # 374 from Jefftree/update-json-experiment > 39b3636 Merge pull request # 345 from apelisse/smarter-cache > 5fc3bb0 Fix json unmarshal bug with extensions and Responses > c3a4917 Reset struct in unmarshal on null > bf0103b spec: Make UnmarshalJSON for SchemaOrBool consistent across v1 and v2 > e8cc210 Replace sed with perl > 76d406a Merge pull request # 363 from Jefftree/expose-marshal-v3 > c6fbb9d cache: Create new Caching framework > dd0d2d5 Implement experiment unmarshaler for OpenAPI V3 > a09b714 spec: Fix missing in v2 serialization > 5a277be Update go-json-experiment to latest version and create a script for updating > 5e46c6e Merge pull request # 355 from olivierlemasle/ci > 3a6b765 Move fromMap and sanitize for OpenAPI to internal package > f3cff14 Merge pull request # 337 from Jefftree/ci-gofmt > 68031ae Merge pull request # 361 from Jefftree/oasv3-serialize-test > 129c723 Cleanup CI config > 1cb3ae2 Merge pull request # 367 from alexzielenski/cleanup-todos > bacb3ab Merge pull request # 338 from Jefftree/comment-ci > e7303d9 Add go 1.19 to CI > a855b91 Add unmarshal benchmark > e202aff Merge pull request # 352 from liggitt/revert-content-type > 3dfa6bd Merge pull request # 362 from Jefftree/fix-oas3-bugs > d5ab73e remove use of embed > 442bf48 Merge pull request # 332 from Jefftree/etag-root > 795f708 Add comment explaining the empty CI job > 76eeb94 Run gofmt -s -w > 5d2cb3a Merge pull request # 353 from liggitt/fix-gomod > d69dee3 Revert "OpenAPI V2 add Content Type return" > 64b6bb1 Merge pull request # 360 from alexzielenski/followup-conversion > d9a87bd Fix incorrect types OpenAPI V3 > fde7732 add note about hardcoded schema todos > 9a5fe2d Merge pull request # 333 from Jefftree/openapi-content-type > 7ed38f0 Publish ETag for root OpenAPI V3 document > e1923e7 Add gofmt to CI > fbb0874 Merge pull request # 348 from olivierlemasle/bump-golang-x > d06694b Tidy integration go.mod > 8683ee8 Revert "Update pkg/handler/handler_test.go" > 444ee99 Merge pull request # 339 from alexzielenski/smd-convert-spec-schema > 3c68db0 add comment > 3758b55 Merge pull request # 344 from olivierlemasle/bump-jsonreference > b5f39f4 make schemaconv test blackbox > 4385d6f Merge pull request # 334 from Jefftree/remove-mime > 9ba0002 Update pkg/handler/handler_test.go > b888574 Merge pull request # 346 from olivierlemasle/integration-test > 4154b54 Fix GO-2022-0493 and GO-2022-1059 > dd344f1 deduplicate deduced definitions for tests > bdc62e0 revert deducedDef deduplicatoin from proto_models > d603cf3 Merge pull request # 350 from qingwave/ioutil-rm > 8d5d713 test: compare json references by String() > efba78c Merge pull request # 335 from Jefftree/gzip-unused > 36389ca Remove mime AddExtensionsType > d55d863 OpenAPI V2 add Content Type return > 76fd588 Merge pull request # 349 from liggitt/multipleOf-zero > 65e6919 Fix integration tests > 09553db add test for spec.Schema -> smd conversion > 10e5f0e Merge pull request # 351 from liggitt/prune-enum > 90469a8 remove deprecated ioutil > f6aa62a Bump github.com/go-openapi/jsonreference > 86e75dd Merge pull request # 330 from apelisse/add-apelisse-validation > 1920258 Remove unused gzip function > fbe2eda Merge pull request # 347 from qingwave/fix-extension-name > a7f241a Protect against divide-by-zero panic with multipleOf > ace3e4a add spec.Schema -> schema.Schema conversion > a1cb06c Improve format of generated enum lines > cac62f2 Merge pull request # 331 from apelisse/fix-unmarshal-bug > af74d46 Add apelisse as approver to pkg/validation > 34a5c6a Merge pull request # 329 from Jefftree/patch-1 > 48529ed fix wrong extension name in parse schema > 01a25bb add builder3.BuildOpenAPIDefinitionsForResources > dd070e2 Merge pull request # 328 from Huang-Wei/cleanup-defNames > d3fc7bb Fix minor bug not deserializing a full-value in Paths#UnmarshalNextJSON > a28e98e Merge pull request # 327 from jiahuif/fix/pointer-type > 8651e00 Add jefftree as approver for kube-openapi > 776667b cleanup! factor out openapi extension parsing > 97a78ff cleanup code in builder3 test > f73e7db Merge pull request # 322 from benluddy/openapi-gen-enum-package > 46f039b add test for optional pointer field. > cd17b1e cleanup! move proto-models code to own file > 3b907d1 Consistently find enum values from separate packages in openapi-gen. > 72c1c0d support pointer of enum types. > 1cc6f9d cleanup! make toStringSlice also work on string slices > c3e0f9c cleanup! remove unnecessary function and field > f95a625 cleanup! add diff output to smd_test > 541fa7c cleanup! update swagger.json to new version bumping sigs.k8s.io/json f223a00...bc3834c: > bc3834c Merge pull request # 17 from liggitt/go119 > 33e9ed6 Update gofmt with go1.19 > a72174c sync go1.19 changes from encoding/json bumping google.golang.org/api 884dbd5...60e8678: > 60e8678 chore(main): release 0.147.0 (# 2210) > 8fd2dc4 chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 in /internal/kokoro/discogen (# 2213) > 6d015e0 chore(all): update module golang.org/x/net to v0.17.0 [SECURITY] (# 2214) > e2368f8 feat(all): auto-regenerate discovery clients (# 2215) > df0b730 feat(all): auto-regenerate discovery clients (# 2211) > b3a71bd chore(all): update all (# 2207) > f2c2d1b feat(all): auto-regenerate discovery clients (# 2209) > ed48023 chore(main): release 0.146.0 (# 2204) > 9a034cd feat(all): auto-regenerate discovery clients (# 2206) > 4aa710d feat(all): auto-regenerate discovery clients (# 2205) > 1e9a43c feat(all): auto-regenerate discovery clients (# 2203) > 788dc60 chore(main): release 0.145.0 (# 2202) > c26a28c feat(all): auto-regenerate discovery clients (# 2201) > b4d0738 chore(main): release 0.144.0 (# 2188) > 5779cfc feat(all): auto-regenerate discovery clients (# 2197) > 34e0216 feat(all): auto-regenerate discovery clients (# 2196) > 9c8ea89 chore(all): update module google.golang.org/grpc to v1.58.2 (# 2194) > 0c82427 feat(all): auto-regenerate discovery clients (# 2195) > 55f1113 feat(all): auto-regenerate discovery clients (# 2193) > 8a3eb9b feat(all): auto-regenerate discovery clients (# 2192) > 0132460 feat(all): auto-regenerate discovery clients (# 2191) > f930302 feat(all): auto-regenerate discovery clients (# 2190) > ec24c23 feat(all): auto-regenerate discovery clients (# 2189) > 65ec288 feat(all): auto-regenerate discovery clients (# 2187) > d0ae30d chore(main): release 0.143.0 (# 2174) > bd12eba fix(docs): add an operation polling example (# 2186) > 26c6885 chore: give admins owners on renovate config (# 2185) > 3a58dbb chore: unfreeze grpc (# 2183) > 546196e chore(all): update all (# 2181) > 4c049c5 feat(all): auto-regenerate discovery clients (# 2182) > e61e11b feat(all): auto-regenerate discovery clients (# 2180) > 1bca7ee feat(all): auto-regenerate discovery clients (# 2179) > 00aa328 feat(all): auto-regenerate discovery clients (# 2177) > c6a8850 feat(all): auto-regenerate discovery clients (# 2176) > 68d92d4 feat(all): auto-regenerate discovery clients (# 2173) > fc96064 chore(main): release 0.142.0 (# 2162) > da71d0a feat(all): auto-regenerate discovery clients (# 2171) > ea1fe11 chore(all): update all to 007df8e (# 2167) > a8cadbf feat(all): use updated mtls config endpoint (# 2164) > 0c5c2d2 feat(all): auto-regenerate discovery clients (# 2168) > c4024ed feat(all): auto-regenerate discovery clients (# 2166) > 304fb51 feat(all): auto-regenerate discovery clients (# 2165) > a34ad77 feat(internal): add some feature flags for new auth libs (# 2163) > d6822ad feat(all): auto-regenerate discovery clients (# 2161) > c3d417d chore(main): release 0.141.0 (# 2156) > d541d8e feat(idtoken): add ParsePayload returning unvalidated token payload (# 2136) > 124e36e feat(all): auto-regenerate discovery clients (# 2160) > 2b846e5 feat(all): auto-regenerate discovery clients (# 2159) > c2fa93e fix(transport): remove conditional App Engine gen 1 Go hooks (# 2158) > 2114d8d chore: remove misleading docs for credentialsFromJSON JWT path (# 2141) > 9a84e80 feat(all): auto-regenerate discovery clients (# 2155) > 77cbf8b chore(main): release 0.140.0 (# 2145) > 488068e chore(all): update all (# 2134) > 009ec6d chore(deps): temporarily ignore grpc dep (# 2154) > 1183ccf feat(all): auto-regenerate discovery clients (# 2152) > 1038447 feat(all): auto-regenerate discovery clients (# 2150) > 161e093 feat(all): auto-regenerate discovery clients (# 2149) > b6072d6 feat(all): auto-regenerate discovery clients (# 2148) > c8d6a5a chore: add global flag to previous commit as this is not the git root (# 2147) > 2a99e82 chore: mark dir as safe for discogen (# 2146) > aded622 feat(all): auto-regenerate discovery clients (# 2144) > 85fd15c chore: remove added build flag for discogen (# 2143) > 9e585db chore(main): release 0.139.0 (# 2121) > 8e1c21a feat(all): auto-regenerate discovery clients (# 2142) > 733fb17 chore: skip api that wont generate (# 2139) > 44a2679 chore: fix discogen (# 2138) > 76be4a6 chore(all): update module github.com/google/s2a-go to v0.1.7 (# 2131) > 62d88ff docs: point more users forward (# 2126) > fd53dce feat(all): auto-regenerate discovery clients (# 2120) > 85e7e70 chore(main): release 0.138.0 (# 2116) > 9b75278 feat(all): auto-regenerate discovery clients (# 2119) > 40ea606 feat(all): auto-regenerate discovery clients (# 2118) > 1770219 feat(all): auto-regenerate discovery clients (# 2115) > c631c0a chore(main): release 0.137.0 (# 2107) > caea956 feat: ok to use S2A with override endpoint (# 2114) > 142ffeb feat(all): auto-regenerate discovery clients (# 2113) > f7f1c7b feat(all): auto-regenerate discovery clients (# 2112) > 0cc62ab feat(all): auto-regenerate discovery clients (# 2111) > 4d775db feat(all): auto-regenerate discovery clients (# 2110) > 6d29bab chore(all): update module github.com/google/s2a-go to v0.1.5 (# 2109) > 80485e0 feat(all): auto-regenerate discovery clients (# 2108) > 3f3ed3d feat(all): auto-regenerate discovery clients (# 2106) > 113082d chore(main): release 0.136.0 (# 2105) > 919cee6 chore(all): update all (# 2101) > c62e5c6 feat: add additional checks before using S2A (# 2103) > 8029f73 feat(all): auto-regenerate discovery clients (# 2104) > cd62080 chore(main): release 0.135.0 (# 2088) > 8fbf572 feat(all): auto-regenerate discovery clients (# 2102) > 262aa70 feat(all): auto-regenerate discovery clients (# 2100) > b16a2d3 feat(all): auto-regenerate discovery clients (# …
- Loading branch information