mirror of https://github.com/knative/client.git
1166 Commits
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
7fc41a75e5
|
Update community files (#1875)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
2d0415a795
|
upgrade to latest dependencies (#1870)
bumping github.com/go-openapi/jsonreference c5db558...424d68c:
> 424d68c enable github actions
> b86bbb6 Update golangci-lint config + lint fixes
> 7a27d67 Merge pull request # 12 from olivierlemasle/bump-dep
> e127b20 Bump dependencies
bumping knative.dev/eventing ceecbb0...9de5275:
> 9de5275 Use expiring cache with the OIDC tokens (# 7335)
> 18e17ac [main] Update community files (# 7337)
> 7b3afa0 Optimized the exact filter performance (# 7311)
> e40037b Prefix filter optimizations (# 7309)
> 8d2330c Update Kubernetes min version in KinD e2e tests to 1.26.6 (# 7332)
> 402f6ac Add library for OIDC token management (# 7315)
> ce67d85 [main] Upgrade to latest dependencies (# 7329)
> d1c3f15 Use `mt-broker-filter` as the Audience of a Triggers Subscriptions Subscriber (# 7319)
> eec9a52 Add marker for Trigger to mark `OIDCIdentity` condition as not supported (# 7316)
> 69dbad2 Event type test logical error (# 7166)
> a78c626 [main] Upgrade to latest dependencies (# 7317)
> 6915382 Add audience field in Destinations to CRDs (# 7318)
> 3b1465a Any filter optimization (# 7205)
> 3dfc2ea Not filter properly calls cleanup on it's nested filter (# 7310)
> efdfba6 Trigger create and expose OIDC service account (# 7299)
> 55092a0 All filter optimization (# 7300)
> 88fe195 Improved suffix benchmark performance (# 7312)
> 44aa15e Add AuthStatus to OIDC identity providing resources (# 7287)
> ff9444d [main] Upgrade to latest dependencies (# 7301)
> f10a44d Add helpers to work with service accounts for OIDC (# 7278)
> b898cf4 Add audience field for Subscriber and Reply to `SubscriberSpec` and `SubscriptionStatusPhysicalSubscription` (# 7296)
> f191461 [main] Upgrade to latest dependencies (# 7297)
> 641417a Moved new trigger filters tests to rekt from experimental (# 7243)
> d6483cd Fixed logic to choose whether to use filter or filters for a trigger (# 7286)
> b704ab1 [main] Update community files (# 7274)
> 6194d9d Filters created once (# 7213)
> 33c5e78 [main] Upgrade to latest dependencies (# 7284)
> 37a0e3c Scheduler: fix reserved replicas handling, blocking autoscaler and overcommitted pods (# 7281)
> 8447a36 Fix event dispatcher library data race (# 7280)
> 8caba4e Fail when ApiServerSource adapter can't retrieve resources (# 7279)
> fa19118 [main] Upgrade to latest dependencies (# 7275)
bumping k8s.io/api 6b24792...6e7eda9:
> 6e7eda9 Update dependencies to v0.27.6 tag
> acad300 Merge pull request # 120209 from mimowo/automated-cherry-pick-of-# 120204-upstream-release-1.27
> 62f7673 Mark Job onPodConditions as optional in pod failure policy
> 366ac8e Merge pull request # 119868 from liggitt/automated-cherry-pick-of-# 119835-upstream-release-1.27
> 31986ba Avoid returning nil responseKind in v1beta1 aggregated discovery
> 64b0262 Merge pull request # 119086 from neolit123/automated-cherry-pick-of-# 118150-origin-release-1.27
> 4b77e71 call ./hack/update-vendor.sh
> d65e98c Merge pull request # 118553 from puerco/bump-1.27-go1.20.5
> 5c258b3 update-vendor: update vendored go.sums
> 34b1d9e Merge pull request # 117815 from kerthcet/automated-cherry-pick-of-# 117802-upstream-release-1.27
> e2c6465 Update podFailurePolicy comments from alpha-level to beta
> a94d26e Merge pull request # 117324 from dddddai/automated-cherry-pick-of-# 117182-upstream-release-1.27
> 5fee752 use case-insensitive header keys for http probes
> 5b93db5 Merge remote-tracking branch 'origin/master' into release-1.27
> 1258df6 .*: update vendor dir and cleanup
> 9d61da7 remove kubernetes.io/grpc standard protocol
> 130e058 Merge pull request # 116743 from thockin/docs-clarify-publish-not-ready-endpoints
> bad7d34 Merge pull request # 113218 from ahmedtd/kep-3257
> c5c9df1 Clarify EPSlice docs wrt the Ready conditions
> 7d2e0cc ClusterTrustBundles: make update
> 27a32d4 ClusterTrustBundles: Define types
> c80582e Custom match criteria (# 116350)
> 0b4c449 Matchconditions admission webhooks alpha implementation for kep-3716 (# 116261)
> 286fd7e Merge pull request # 116332 from klueska/extend-resourceclaimstatus
> 137eed4 Merge pull request # 116119 from vinaykul/restart-free-pod-vertical-scaling-fixes
> aca25f2 Update generated code for resource.k8s.io/v1alpha2
> 46446c8 Updated: Redefine AppProtocol field description and add new standard values (# 115433)
> 9fe7fa0 Update generated files
> 960c296 Update AllocationResult and ResourceHandle for resource.k8s.io/v1alpha2
> c79498c Merge pull request # 115075 from aojea/ipaddress
> 0b354bf Set default resize policy only for specified resource types, rename RestartNotRequired -> NotRequired
> abe66f5 Merge pull request # 116539 from pohly/ginkgo-gomega-update
> 8169321 make update
> 5f8a370 Restructure naming of resource resize restart policy - generated files
> f836919 Merge pull request # 114930 from kannon92/add-new-labels
> 1eaa20c dependencies: ginkgo v2.9.1, gomega v1.27.4
> aff9c95 Add IPAddress API
> ee66691 Restructure naming of resource resize restart policy
> fad123e Merge pull request # 116581 from humblec/csiNodeExpand
> ad48969 Add batch.kubernetes.io to labels created in the Job controller.
> b02105b Merge pull request # 116425 from jsafrane/flip-selinux
> a3bfb4f Update NodeExpandSecretRef comment for beta
> 772ba56 Merge pull request # 116556 from pohly/dra-podschedulingcontext
> 1af564c Add featureGate to CSIDriver.SELinuxMount
> 9833de0 Merge pull request # 116535 from denkensk/fix-match
> 55d86c3 api: generated files for PodSchedulingContext
> c5dd6b2 Merge pull request # 116522 from robscott/topology-1-27-updates
> dadc0dc feat: update matchLabelKeys comment and code auto-generate
> 435fe5c api: resource.k8s.io PodScheduling -> PodSchedulingContext
> 112a65b Merge pull request # 116299 from pohly/dra-v1alpha2
> ae4bc91 Introducing Topology Mode Annotation, Deprecating Topology Hints
> 77a2c20 api: resource.k8s.io v1alpha1 -> v1alpha2
> 5ab285d Merge pull request # 115668 from jiahuif-forks/feature/validating-admission-policy/type-system
> 7199bb0 Merge pull request # 116553 from thockin/pr-111942-takeover
> 48895bc generated: UPDATE_COMPATIBILITY_FIXTURE_DATA
> bd0ab2c Merge pull request # 116397 from jiahuif-forks/feature/validating-admission-policy/message-expression
> daef2bb Update generated files
> 5abc1cb generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh
> 4c844db Merge pull request # 116490 from tallclair/docs-urls2
> 4841da3 generated: UPDATE_COMPATIBILITY_FIXTURE_DATA
> 510c2e6 "contails" -> "contains" updated
> 233bb56 [API REVIEW] ValidatingAdmissionPolicyStatus
> 14ad8e3 Merge pull request # 115966 from aojea/lb_mixed
> 93ac336 Fix broken API docs URLs
> 69f96d6 generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh
> 8c02f04 Merge pull request # 116542 from enj/enj/f/go1.20
> 1539cd0 don't process unsupported loadbalancers with mixed protocols
> 9a487de [API REVIEW] Validation.MessageExpression
> 94f59cb Explicit bump to go 1.20
> 02c5f9f make MixedProtocolNotSupported public
> 19ee583 Merge pull request # 116450 from vinaykul/restart-free-pod-vertical-scaling-api
> 4cfd7a6 Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources - generated files
> 1ead999 Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources
> 182afbd Merge pull request # 116384 from liggitt/fixup-after-roundtrip
> 7785f76 Merge pull request # 115260 from pwschuurman/kep-3335-statefulset-start-ordinal-beta
> 276361f Detect and clean up unneeded after_roundtrip fixtures
> a4afee7 KEP-3325: Promote SelfSubjectReview to Beta (# 116274)
> d39503c Run ./hack/update-* scripts to update generated files
> 2e0b62a Merge pull request # 115904 from soltysh/cronjob_tz_ga
> 68dc9e4 Update generated
> 1372208 Promote CronJob TZ to GA
> a9e2fb5 Merge pull request # 115973 from jpbetz/enforcement-actions
> ca9c463 Generate code
> 2d18dde Implement validationActions and auditAnnotations
> 507c364 Merge pull request # 116054 from jpbetz/secondary-authz
> 11f3415 Merge pull request # 116124 from aerfio/aerfio/update-broken-links-apps
> 75a193f Generate code
> e36a74d Merge pull request # 116109 from aerfio/aerfio/update-broken-links-autoscaling
> 78c18b3 adjust comment prefixes in k8s.io/api/apps/v1beta1/types.go
> f5cbfc9 Implement secondary authz
> 2d949b7 Merge pull request # 115463 from SergeyKanzhelev/containerStatusDocs
> 152a993 update obsolete links
> 3379a93 update obsolete links
> 6cc1087 Merge pull request # 116233 from SergeyKanzhelev/GRPCContainerProbeGA
> 6578ac3 update docs for ContainerStatus fields
> fc1b77c Merge pull request # 116162 from apelisse/update-openapi
> 0a33c95 GRPCContainerProbe is GA
> 53d84c0 Merge pull request # 115914 from ravisantoshgudimetla/promote-pdb
> dde3f2d Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920
> f6c2559 Merge pull request # 115402 from p0lyn0mial/upstream-sendinitialevents-take-2
> a814a2f Generated: PDB health policy
> ffec433 Merge pull request # 116052 from kannon92/validation-coverage-and-cleanup
> 0e595cd Update TestCompatibility
> 9c30363 Changes to pdb healthy policy api docs
> 42a6c32 Merge pull request # 115277 from pohly/klog-update
> 3ae195e generated code
> b447fe1 generated
> 321adc8 dependencies: update klog v2.90.1
> 9a29a4d remove ValidateJobSpec and add more test cases to batch validation
> 2ed8d24 Merge pull request # 111856 from mengjiao-liu/improve-podSpec.restartPpolicy-description
> b5b22ca Merge pull request # 102884 from vinaykul/restart-free-pod-vertical-scaling
> 5717a84 Improve spec.template.spec.restartPolicy description
> 2ffa6a6 Merge pull request # 115996 from rayowang/autoscaling
> 1259f41 Generated files and compat data from API changes
> 6bcd73f update openapi-spec, generated proto and generated openapi
> 0533301 In-place Pod Vertical Scaling - API changes
> f54f3b8 Fix API field references for autoscaling v1, v2 and v2beta2
> ec40acc Merge pull request # 115928 from pohly/dra-resource-requirements-pvc
> f7c08e3 Merge pull request # 115815 from Huang-Wei/pod-scheduling-readiness-beta
> e00fe37 api: generated files
> f6996b4 Merge pull request # 115363 from ravisantoshgudimetla/promote-pdb-healthy
> 4515fb5 generated files
> 9dd5eed api: drop Resources.Claims from PVC and PVC template
> c710db8 Merge pull request # 115604 from pacoxu/fix-design-proposals-links
> 74e8746 Generated: PDB health policy
> 4784558 Graduate PodSchedulingReadiness to beta
> c02fa6b Merge pull request # 115786 from liggitt/net-0.7.0-master
> b286164 API docs: point to current docs instead of archived designs
> 746e236 Promote pdb health policy to beta
> ba0209b Update golang.org/x/net to v0.7.0
> 4411404 archived design proposals are now moved to Design Proposals Archive Repo.
> 9fe8a5d Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils
> 51669d7 Update k8s.io/utils to `a36077c30491`
> 0478a3e Merge pull request # 115379 from artemvmin/serial-mkfs
> 8f4dbb0 Update k8s.io/utils to latest version
> 9b5d68c Merge pull request # 115434 from ehashman/requests-limits-ratio-docs
> 35c88f3 Update generated
> 8036d83 Document relationship between requests/limits
> a26a16a Merge pull request # 115266 from pohly/gomega-update
> 1621bfa Merge pull request # 115354 from pohly/dra-reserved-for-list-type
> 6ce540c dependencies: update gomega to v1.26.0
> b140e71 dynamic resource allocation: avoid apiserver complaint about list content
> 40fb371 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi
> 4fe2b5f update kube-openapi
> 86407e5 Merge pull request # 115246 from thockin/codegen-11-swagger-from-update-codegen
> d8b97f9 Generate swagger from update-codegen
> 59fcd23 Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20
> 9b5c69c *: Bump version of vmware/govmomi
> 210a193 Merge pull request # 114879 from olivierlemasle/bump-kube-openapi
> 1e7b784 Merge pull request # 113467 from pacoxu/psp-cleanup
> 9384e18 Bump kube-openapi
> de8bdd7 Merge pull request # 114063 from ruquanzhao/fixNetworkTypesDoc
> a9fc368 client-go: remove extensions psp only
> 64a74af Merge pull request # 114065 from ruquanzhao/fixNodeTypesDoc
> 6992abe fix doc of types.go of network v1, v1alpha1, v1beta1
> 6b7ec32 remove psp in extensions api/apis
> 4c5bbc6 Merge pull request # 114623 from Huang-Wei/feat/smart-preemption-identification
> f64243d update auto generated files
> 8d62476 rename 'PreemptionByKubeScheduler' to 'PreemptionByScheduler'
> 538ed1e fix doc of types.go of node
> 9fea242 Enhanced logic to identify eligible preemption node
> 92fe7a3 Merge pull request # 114681 from thockin/nix_comments_about_ipv6_not_ready
> 5401156 Remove old comments about IPv6 not being ready
> 5baaa16 Merge pull request # 113538 from pohly/e2e-ginkgo-timeline
> de49366 Merge pull request # 114585 from JoelSpeed/fix-resource-requirements-claims
> d18c527 dependencies: update to ginkgo v2.6.1, gomega v1.24.2
> ebe9f62 Merge pull request # 114594 from pacoxu/remove-testdata-v1.24
> 0000a46 Resource claims should be a map type
> 11f6f2e drop the api testdata for v1.24.0
> dadaafe Merge pull request # 114581 from pacoxu/v1.26.0-api-testdata
> 139e181 Add v1.26.0 API testdata
> ad1a499 Merge pull request # 114559 from liggitt/gofmt
> 93e1eba Fix indentation/spacing in comments to render correctly in godoc
> 56ab826 Merge pull request # 113942 from mengjiao-liu/remove-feature-gate-expansion
> a0834d0 Merge pull request # 110991 from thockin/svc-typenames-starTrafficPolicyType
> 16bd13e Remove ExpandCSIVolumes feature gate
> 346cfdf Merge pull request # 113570 from ztzxt/batch-api-doc
> b65b9ef ServiceInternalTrafficPolicyType: s/Type//
> 6ebc902 Merge pull request # 112497 from ldsdsy/modify3
> e858a59 Fix API refs for batch v1 and v1beta1
> 3326f50 ServiceExternalTrafficPolicyType: s/Type//
> cfffb5f Merge pull request # 113876 from chiukapoor/coordination-api-doc
> d71b818 update comment of annotation_key_constants.go
> 51a0758 Merge pull request # 113875 from chiukapoor/scheduling-api-doc
> fae9b7f Changed API field references and generated docs for coordination v1 and v1beta1
> 998898a Merge pull request # 112490 from lzhecheng/doc-nodestatus-ip-change
> fffbddf Added generated Docs for scheduling v1, v1beta1 and v1alpha1
> bebfaf6 Added generated Docs for coordination v1 and v1beta1
> f05a318 Merge pull request # 113894 from ravi-nal/master
> 93a54de [API][Doc] Update NodeStatus about IP change
> cedebb1 Change API field references for scheduling v1, v1alpha1 and v1beta1
> b394153 Change API field references for coordination v1 and v1beta1
> ed9fa27 Merge pull request # 114319 from liggitt/net-master
> e132787 Add generated docs for discovery and storage types
> 8f2e0ab Update golang.org/x/net 1e63c2f
> ffebb15 Update API doc for Storage v1alpha1, v1beta1 types and Discovery v1 types
> 9e1815a Merge pull request # 111023 from pohly/dynamic-resource-allocation
> 0b2be3e Add generated docs for discovery v1beta1 and storage v1 types
> d2d30ed Update API doc to use the field name in description
bumping k8s.io/code-generator eec869e...ad20935:
> ad20935 Merge pull request # 119086 from neolit123/automated-cherry-pick-of-# 118150-origin-release-1.27
> 315a517 call ./hack/update-vendor.sh
> a52289a Merge pull request # 118553 from puerco/bump-1.27-go1.20.5
> d8cce12 update-vendor: update vendored go.sums
> 1649c2d Merge pull request # 117708 from Jefftree/automated-cherry-pick-of-# 117705-upstream-release-1.27
> 9037946 Update kube-openapi to fix race
> 6533006 Merge remote-tracking branch 'origin/master' into release-1.27
> 6da539f .*: update vendor dir and cleanup
> 1e0c52d dependencies: ginkgo v2.9.1, gomega v1.27.4
> 667a115 Merge pull request # 116490 from tallclair/docs-urls2
> 745ab90 Merge pull request # 116542 from enj/enj/f/go1.20
> 0ee83f8 Fix broken API docs URLs
> fd722cd Explicit bump to go 1.20
> 4a4a238 Merge pull request # 116349 from apelisse/use-smarter-cache
> dde8213 Merge pull request # 112061 from JoelSpeed/proto-gopath
> 0f132b7 Update kube-openapi to 15aac26d736a
> 4400d5f Merge pull request # 116162 from apelisse/update-openapi
> 6173bf7 Ensure go-to-protobuf gen can run when not in GOPATH
> 1c5b673 Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920
> df762e7 Merge pull request # 115402 from p0lyn0mial/upstream-sendinitialevents-take-2
> 32ad4d4 Merge pull request # 115277 from pohly/klog-update
> a906ef0 generated
> 56b3fad dependencies: update klog v2.90.1
> e4df4d5 Merge pull request # 116039 from liggitt/crd-compat
> d182558 Update generated files
> 00ad370 Merge pull request # 115786 from liggitt/net-0.7.0-master
> 827cde5 Update golang.org/x/net to v0.7.0
> dfb602f Merge pull request # 114987 from astefanutti/pr-codegen-applyconfig
> f218355 Merge pull request # 114920 from astefanutti/pr-codegen-144
> e16bd08 code-generator: fix GOPATH unbound variable
> 8ebad96 Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils
> 84d7aaf fix: applyconfiguration-gen fails on map to struct fields
> fd7fd90 Add applyconfiguration-gen to code-generator tools.go
> cb06db1 Update k8s.io/utils to `a36077c30491`
> d1eaf35 code-generator: regen examples with apply configurations
> e2b16c0 Merge pull request # 115379 from artemvmin/serial-mkfs
> 9b95cfe Add applyconfiguration generator to code-generator script
> 63d9eda Update k8s.io/utils to latest version
> 8a6ceea Merge pull request # 115266 from pohly/gomega-update
> d51d173 Merge pull request # 115271 from kevindelgado/field-validation-conformance
> d68548f dependencies: update gomega to v1.26.0
> 9583277 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi
> eb7447c update codegen
> e5c04ca update kube-openapi
> daa7a69 Merge pull request # 115245 from thockin/codegen-10-protobuf-from-update-codegen
> 5d7b090 Call update-generated-protobuf from update-codegen
> c3842e0 Merge pull request # 115196 from thockin/codegen-5-dont-gen-clients-for-internal
> 2c7f371 Don't generate clients for example internal APIs
> 046939b Merge pull request # 115184 from thockin/codegen-1-clientset-doc-go
> cc14826 Merge pull request # 113637 from mikedanese/http-proxy
> 8b5f587 Don't generate clientset/doc.go in client-gen
> 90a9b0c vendor: removed unused dep github.com/elazarl/goproxy
> d37f85b Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20
> 1d1fb0e *: Bump version of vmware/govmomi
> e2dcc1f Merge pull request # 114879 from olivierlemasle/bump-kube-openapi
> 3ba6f96 Bump kube-openapi
> 8d6f19a Merge pull request # 114859 from pohly/e2e-ginkgo-spec-ordering
> 3241717 dependencies: update ginkgo to v2.7.0
> e746d1f Merge pull request # 114869 from liggitt/kube-openapi
> b40e109 bump kube-openapi
> e9aa6d9 Merge pull request # 114867 from deads2k/app
> d4f5e22 add deads2k to approvers for code-generator and sample-controller
> ba78839 Merge pull request # 113654 from stevekuznetsov/skuznets/fake-group-name-registration
> 5013555 Merge pull request # 114829 from liggitt/oauth-revert
> bb712e2 code-generator: refer to the API package for GV{R,K}
> edbb7f5 Revert "bump golang.org/x/oauth2"
> c63a8cc Merge pull request # 114822 from liggitt/oauth2
> 2b752ab bump golang.org/x/oauth2
> b6a476b Merge pull request # 114705 from thockin/codegen_subproject_cleanup
> 009bda6 Cleanup codegen subproject scripts
> 0f638df Merge pull request # 113538 from pohly/e2e-ginkgo-timeline
> 53dc4fe Merge pull request # 114559 from liggitt/gofmt
> b3406b2 dependencies: update to ginkgo v2.6.1, gomega v1.24.2
> 6ce5eeb Fix indentation/spacing in comments to render correctly in godoc
> 154dfe6 Merge pull request # 114319 from liggitt/net-master
> a8a90e0 Update golang.org/x/net 1e63c2f
> 7429fbb Merge pull request # 113688 from dashpole/update_utils
bumping sigs.k8s.io/json f223a00...bc3834c:
> bc3834c Merge pull request # 17 from liggitt/go119
> 33e9ed6 Update gofmt with go1.19
> a72174c sync go1.19 changes from encoding/json
bumping google.golang.org/genproto/googleapis/rpc 2d3300f...e6e6cda:
> e6e6cda chore(all): update all (# 1044)
> c177e32 chore(deps): temporarily ignore grpc dep (# 1054)
> 007df8e chore(all): auto-regenerate .pb.go files (# 1053)
bumping knative.dev/serving 0d73dfe...0ee4c3a:
> 0ee4c3a Update community files (# 14485)
> c183543 internal encryption e2e tests (# 14092)
> 3eb979a Update overlay-config for tests (# 14478)
> 3cafe59 Update certificates and SANs used in Serving (# 14472)
> b66b185 Update net-contour nightly (# 14468)
> 4c3aaee upgrade to latest dependencies (# 14464)
> 369951b Update net-certmanager nightly (# 14459)
> 05e349f Allow access to Pod field `shareProcessNamespace`. (# 14454)
> eea9f67 SecurePodDefaults limits container capabilities (# 14445)
> 6631be7 Added Platform Specific ko build instructions (# 14458)
> 1a17583 Update net-contour nightly (# 14457)
> ac6a38a Update net-istio nightly (# 14455)
> dbe3538 Update net-certmanager nightly (# 14447)
> 72261bc Update net-kourier nightly (# 14456)
> 9bf8d53 Update net-contour nightly (# 14451)
> 1448af5 Update net-kourier nightly (# 14449)
> 568f5cc Update net-gateway-api nightly (# 14450)
> c6634a7 Update net-istio nightly (# 14448)
> 245ca10 upgrade to latest dependencies (# 14446)
> d0eaee0 Update net-certmanager nightly (# 14440)
> 05273f8 Update net-contour nightly (# 14438)
> de6d567 upgrade to latest dependencies (# 14437)
> f9139ec fix: Bump our min K8s version to v1.26 add k8s 1.28 testing (# 14385)
> 9e7956f fix(activator): Correctly return noop value from probePodIPs based on changes (# 14347)
> 4182374 upgrade to latest dependencies (# 14434)
> f9ff817 Update net-gateway-api nightly (# 14433)
> aa881ac Update net-contour nightly (# 14431)
> 3736ab5 Change the cert manager version # 14386 (# 14426)
> 1724133 Update net-kourier nightly (# 14430)
> b44525f Update net-istio nightly (# 14432)
> 6168393 Update net-certmanager nightly (# 14417)
> 2336b08 Update net-kourier nightly (# 14419)
> 60cb95f upgrade to latest dependencies (# 14423)
> 177bb2d Update community files (# 14414)
> ba78403 Update net-istio nightly (# 14418)
> a571e4a Update net-gateway-api nightly (# 14416)
> 3c15b82 upgrade to latest dependencies (# 14415)
bumping github.com/prometheus/client_golang 3583c1e...fa1408e:
> fa1408e Merge pull request # 1352 from prometheus/arthursens/cut-1.17.0
> 1bae6c1 Deprecated comment should begin with "Deprecated:" (# 1347)
> 24a72b8 Add changelog entry for 1.17
> bbab8fe Fix typos in comments, tests, and errors (# 1346)
> df7fa49 Extend Counters, Summaries and Histograms with creation timestamp (# 1313)
> 74cc262 Add go_godebug_non_default_behavior_tlsmaxrsasize_events_total (# 1348)
> d03abf3 Cleanup golangci-lint errcheck (# 1339)
> ca6ba04 Update common Prometheus files (# 1338)
> 51d24f8 Update common Prometheus files (# 1332)
> c17edf0 Merge pull request # 1304 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.31.0
> 760a55a Merge pull request # 1330 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/common-0.44.0
> 8483c5d Bump google.golang.org/protobuf from 1.30.0 to 1.31.0
> f58d0fd Merge pull request # 1284 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.44.0
> 802a963 Bump github.com/prometheus/common in /tutorial/whatsup
> fa04b7b Merge pull request # 1328 from prometheus/dependabot/go_modules/examples/middleware/github.com/prometheus/client_golang-1.16.0
> 85f4592 Bump github.com/prometheus/common from 0.42.0 to 0.44.0
> adb0180 Merge pull request # 1329 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/client_golang-1.16.0
> 0e33cf9 Bump github.com/prometheus/client_golang in /examples/middleware
> 301a7bd Merge pull request # 1331 from prometheus/dependabot/go_modules/golang.org/x/sys-0.11.0
> 390448f Bump github.com/prometheus/client_golang in /tutorial/whatsup
> 4abd83d Update building (# 1326)
> f215f75 Bump golang.org/x/sys from 0.10.0 to 0.11.0
> 6f576e2 histogram docs: Fixed minor nit. (# 1324)
> 1a88780 Bump prometheus/client_model (# 1323)
> 06d4592 Add Go 1.21 support (# 1325)
> cdd7f45 Merge pull request # 1322 from sengi/docs
> e6d9092 Bump github.com/prometheus/procfs from 0.11.0 to 0.11.1 (# 1319)
> f16b435 docs: trivial grammar fixes to improve readability
> 99e905a Bump golang.org/x/sys from 0.9.0 to 0.10.0 (# 1320)
> 23387fe Add missing tick "`" in README (# 1321)
> 59c00e3 Fix data-race in metric without code and method but with `WithLabelFromCtx` (# 1318)
> 7f2db5f Update common Prometheus files (# 1302)
> 6e3b962 Bump github.com/prometheus/procfs from 0.10.1 to 0.11.0 (# 1305)
> 90b169a Merge pull request # 1314 from prometheus/beorn7/histogram
> 98025d8 Bump google.golang.org/grpc from 1.45.0 to 1.53.0 in /tutorial/whatsup (# 1307)
> 3d82c94 histogram: Add a no-op span for an otherwise empty histogram
> 3b6fb7a Bump golang.org/x/sys from 0.8.0 to 0.9.0 (# 1306)
> f9db382 histograms: Small code comment and code formatting improvements
> 644c80d Do not allocate memory when there's no constraints (# 1296)
> 553eb4c ci: define minimal permissions to github workflows (# 1295)
> f6bb79e Update common Prometheus files (# 1297)
> c3fa5a7 Merge pull request # 1293 from prometheus/release-1.16
bumping google.golang.org/api c3d417d...d0ae30d:
> d0ae30d chore(main): release 0.143.0 (# 2174)
> bd12eba fix(docs): add an operation polling example (# 2186)
> 26c6885 chore: give admins owners on renovate config (# 2185)
> 3a58dbb chore: unfreeze grpc (# 2183)
> 546196e chore(all): update all (# 2181)
> 4c049c5 feat(all): auto-regenerate discovery clients (# 2182)
> e61e11b feat(all): auto-regenerate discovery clients (# 2180)
> 1bca7ee feat(all): auto-regenerate discovery clients (# 2179)
> 00aa328 feat(all): auto-regenerate discovery clients (# 2177)
> c6a8850 feat(all): auto-regenerate discovery clients (# 2176)
> 68d92d4 feat(all): auto-regenerate discovery clients (# 2173)
> fc96064 chore(main): release 0.142.0 (# 2162)
> da71d0a feat(all): auto-regenerate discovery clients (# 2171)
> ea1fe11 chore(all): update all to 007df8e (# 2167)
> a8cadbf feat(all): use updated mtls config endpoint (# 2164)
> 0c5c2d2 feat(all): auto-regenerate discovery clients (# 2168)
> c4024ed feat(all): auto-regenerate discovery clients (# 2166)
> 304fb51 feat(all): auto-regenerate discovery clients (# 2165)
> a34ad77 feat(internal): add some feature flags for new auth libs (# 2163)
> d6822ad feat(all): auto-regenerate discovery clients (# 2161)
bumping google.golang.org/genproto f966b18...007df8e:
> 007df8e chore(all): auto-regenerate .pb.go files (# 1053)
> 2d3300f chore(all): update actions/checkout action to v4 (# 1052)
> b8732ec chore(all): auto-regenerate .pb.go files (# 1051)
> ccc8af3 chore(all): auto-regenerate .pb.go files (# 1050)
> 6bfd019 chore(all): auto-regenerate .pb.go files (# 1047)
> ca7cfce fix(analytics/admin/v1alpha): remove broken aliases (# 1045)
> 1744710 chore(all): update all (# 1043)
bumping knative.dev/client-pkg b21a925...e364921:
> e364921 Update community files (# 120)
> 9574adc Update community files (# 119)
bumping k8s.io/kube-openapi 172d655...8b0f38b:
> 8b0f38b Merge pull request # 388 from Jefftree/patch-1
> 28e0b72 Merge pull request # 387 from Jefftree/fix-cache-race
> e6d4e37 Update CI to detect races
> b0c0aae Merge pull request # 386 from Jefftree/delete-unused
> 0bd5c6c fix cache get race
> f5883ff Merge pull request # 380 from zchenyu/patch-1
> e2ed23b Delete unused functions
> 15aac26 Merge pull request # 371 from apelisse/use-smarter-cache
> 1262187 Bump go version to 1.19
> afdc3dd Merge pull request # 377 from apelisse/fix-fuzz-openapi
> 2b17a46 Remove former handler cache mechanism
> 19cbebb Merge pull request # 368 from Jefftree/oasv3-unmarshal
> 587efca spec: Remove unncessary marshaling from nmarshaling tests
> 4b54b81 handler: Replace handler cache with new cache
> 929b88f Merge pull request # 370 from Jefftree/fuzz
> f90255a Enable experiment unmarshal
> 317b8ed spec3: Improve OpenAPI fuzzing
> 69ee2d2 cached: Use atomic.Pointer to prevent type swap panic
> 66828de Merge pull request # 325 from apelisse/marshal-v2
> 48f3c6d Add fuzzer for OpenAPI V3
> 8926865 Comments
> f713152 spec: Serialize empty array of SchemaOrArray
> ff9a8e8 Replaced Mime subtype containing @ with . in mimePb (# 369)
> 30e856a Use "jsonv2"/go-json-experimental to marshal OpenAPI v2
> 4b0756a Merge pull request # 372 from Jefftree/response-fix
> 2dff845 Address comments
> 32bc87b spec: Add missing SanitizeExtensions
> 4233a11 Merge pull request # 374 from Jefftree/update-json-experiment
> 39b3636 Merge pull request # 345 from apelisse/smarter-cache
> 5fc3bb0 Fix json unmarshal bug with extensions and Responses
> c3a4917 Reset struct in unmarshal on null
> bf0103b spec: Make UnmarshalJSON for SchemaOrBool consistent across v1 and v2
> e8cc210 Replace sed with perl
> 76d406a Merge pull request # 363 from Jefftree/expose-marshal-v3
> c6fbb9d cache: Create new Caching framework
> dd0d2d5 Implement experiment unmarshaler for OpenAPI V3
> a09b714 spec: Fix missing in v2 serialization
> 5a277be Update go-json-experiment to latest version and create a script for updating
> 5e46c6e Merge pull request # 355 from olivierlemasle/ci
> 3a6b765 Move fromMap and sanitize for OpenAPI to internal package
> f3cff14 Merge pull request # 337 from Jefftree/ci-gofmt
> 68031ae Merge pull request # 361 from Jefftree/oasv3-serialize-test
> 129c723 Cleanup CI config
> 1cb3ae2 Merge pull request # 367 from alexzielenski/cleanup-todos
> bacb3ab Merge pull request # 338 from Jefftree/comment-ci
> e7303d9 Add go 1.19 to CI
> a855b91 Add unmarshal benchmark
> e202aff Merge pull request # 352 from liggitt/revert-content-type
> 3dfa6bd Merge pull request # 362 from Jefftree/fix-oas3-bugs
> d5ab73e remove use of embed
> 442bf48 Merge pull request # 332 from Jefftree/etag-root
> 795f708 Add comment explaining the empty CI job
> 76eeb94 Run gofmt -s -w
> 5d2cb3a Merge pull request # 353 from liggitt/fix-gomod
> d69dee3 Revert "OpenAPI V2 add Content Type return"
> 64b6bb1 Merge pull request # 360 from alexzielenski/followup-conversion
> d9a87bd Fix incorrect types OpenAPI V3
> fde7732 add note about hardcoded schema todos
> 9a5fe2d Merge pull request # 333 from Jefftree/openapi-content-type
> 7ed38f0 Publish ETag for root OpenAPI V3 document
> e1923e7 Add gofmt to CI
> fbb0874 Merge pull request # 348 from olivierlemasle/bump-golang-x
> d06694b Tidy integration go.mod
> 8683ee8 Revert "Update pkg/handler/handler_test.go"
> 444ee99 Merge pull request # 339 from alexzielenski/smd-convert-spec-schema
> 3c68db0 add comment
> 3758b55 Merge pull request # 344 from olivierlemasle/bump-jsonreference
> b5f39f4 make schemaconv test blackbox
> 4385d6f Merge pull request # 334 from Jefftree/remove-mime
> 9ba0002 Update pkg/handler/handler_test.go
> b888574 Merge pull request # 346 from olivierlemasle/integration-test
> 4154b54 Fix GO-2022-0493 and GO-2022-1059
> dd344f1 deduplicate deduced definitions for tests
> bdc62e0 revert deducedDef deduplicatoin from proto_models
> d603cf3 Merge pull request # 350 from qingwave/ioutil-rm
> 8d5d713 test: compare json references by String()
> efba78c Merge pull request # 335 from Jefftree/gzip-unused
> 36389ca Remove mime AddExtensionsType
> d55d863 OpenAPI V2 add Content Type return
> 76fd588 Merge pull request # 349 from liggitt/multipleOf-zero
> 65e6919 Fix integration tests
> 09553db add test for spec.Schema -> smd conversion
> 10e5f0e Merge pull request # 351 from liggitt/prune-enum
> 90469a8 remove deprecated ioutil
> f6aa62a Bump github.com/go-openapi/jsonreference
> 86e75dd Merge pull request # 330 from apelisse/add-apelisse-validation
> 1920258 Remove unused gzip function
> fbe2eda Merge pull request # 347 from qingwave/fix-extension-name
> a7f241a Protect against divide-by-zero panic with multipleOf
> ace3e4a add spec.Schema -> schema.Schema conversion
> a1cb06c Improve format of generated enum lines
> cac62f2 Merge pull request # 331 from apelisse/fix-unmarshal-bug
> af74d46 Add apelisse as approver to pkg/validation
> 34a5c6a Merge pull request # 329 from Jefftree/patch-1
> 48529ed fix wrong extension name in parse schema
> 01a25bb add builder3.BuildOpenAPIDefinitionsForResources
> dd070e2 Merge pull request # 328 from Huang-Wei/cleanup-defNames
> d3fc7bb Fix minor bug not deserializing a full-value in Paths#UnmarshalNextJSON
> a28e98e Merge pull request # 327 from jiahuif/fix/pointer-type
> 8651e00 Add jefftree as approver for kube-openapi
> 776667b cleanup! factor out openapi extension parsing
> 97a78ff cleanup code in builder3 test
> f73e7db Merge pull request # 322 from benluddy/openapi-gen-enum-package
> 46f039b add test for optional pointer field.
> cd17b1e cleanup! move proto-models code to own file
> 3b907d1 Consistently find enum values from separate packages in openapi-gen.
> 72c1c0d support pointer of enum types.
> 1cc6f9d cleanup! make toStringSlice also work on string slices
> c3e0f9c cleanup! remove unnecessary function and field
> f95a625 cleanup! add diff output to smd_test
> 541fa7c cleanup! update swagger.json to new version
bumping google.golang.org/grpc 62726d4...c0aa20a:
> c0aa20a Change version to 1.58.2 (# 6654)
> 67a53a6 balancer/weightedroundrobin: fix ticker leak on update (# 6655)
> 863de73 update version to 1.58.2-dev (# 6633)
bumping github.com/go-openapi/jsonpointer 2446e21...5df0d69:
> 5df0d69 Use github actions (# 9)
> ff99fe1 Bump dependencies (# 8)
bumping github.com/prometheus/procfs 332e865...113c501:
> 113c501 Custom build tag "nostatfs" disables statfs (# 553)
> 156bf8d Update common Prometheus files (# 551)
> 9684daf Cleanup various linting issues (# 548)
> 4b2218e Increase Stat() buffer size (# 547)
> 46aea31 Bump golang.org/x/sys from 0.8.0 to 0.9.0 (# 542)
> 5e8c988 Bump golang.org/x/sync from 0.2.0 to 0.3.0 (# 541)
> e5567b2 Update common Prometheus files
> 45f8bbf Update common Prometheus files (# 537)
> a76f400 Fix CPUVulnerabilities() reporting from sysfs (# 532)
> 6d9dbc0 Use golangci-lint for codespell (# 535)
> 1d6add5 Add net/route parse, also add util lib Pars… (# 508)
> abbfda0 Bug Fix: Slice out of bound in filterOfflineCpus (# 534)
> 5d2473f fs: Statfs_t{} doesn't have a Type field on Windows (# 528)
> 6a7bbcc Create new errors in proc.go using errors module. (# 526)
bumping knative.dev/pkg 8761ceb...d0a82f9:
> d0a82f9 Update community files (# 2850)
> 833dd97 prioritize destination CA certs over resolved addressable CA certs (# 2849)
> 294e777 Add rest.Config to fake context in SetupFakeContext (# 2847)
> 0736c74 Add SinkAudience to SourceStatus (# 2844)
> 1860700 update k8s min version to 1.26.x and go deps to 1.27.x (# 2832)
> c9c48d7 Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 (# 2846)
> 6cf4b05 upgrade to latest dependencies (# 2841)
> 0f52db7 Bump google.golang.org/api from 0.142.0 to 0.143.0 (# 2840)
> bd49c73 upgrade to latest dependencies (# 2839)
> 51a826d Bump google.golang.org/grpc from 1.58.1 to 1.58.2 (# 2835)
> 4930930 Bump google.golang.org/api from 0.141.0 to 0.142.0 (# 2834)
> 0efc1bc Also return Audience in URIResolver.AddressableFromDestinationV1() (# 2836)
> 559de7e upgrade to latest dependencies (# 2833)
> dd819c0 Update community files (# 2830)
> 05a411a upgrade to latest dependencies (# 2831)
> 76b4202 Add AuthStatus type (# 2829)
bumping github.com/prometheus/client_model 91c3945...9a2bf30:
> 9a2bf30 (feat): Add created timestamps to counter, summary and histogram
> 2b34b1e Merge pull request # 65 from prometheus/repo_sync
> 0e6fdca Update common Prometheus files
bumping k8s.io/klog/v2 9ae4992...d7fc505:
> d7fc505 Merge pull request # 363 from pohly/textlogger-backend
> e37f9fe Merge pull request # 368 from pohly/ktesting-config-api
> 7a9f099 textlogger: write unstructured klog output directly
> 90cff0f Merge pull request # 365 from pohly/ktesting-timestamps
> a0fea0c textlogger: verbosity changes through public API
> 81f97ff klog: support writing formatted buffer through logger
> af72dbd Merge pull request # 366 from pohly/buffer-size-limit
> 1b27ee8 ktesting: allow overriding default formatter
> e092d89 ktesting: support verbosity changes at runtime
> 1025055 github: bump golangci-lint image version
> 2582956 buffer: restore dropping of too large buffers
> d113925 ktesting: capture log entries only if requested
> 8eadf2c KObj, KObjSlice: format more efficiently as text
> 8b4cfd2 ktesting: use klog-like header
> a1638bf KObj: optimize string concatenation
> 926ab6d serialize: combine merging and formatting
> 9674cae textlogger: remove some dead code
> 1a1367c buffer: use sync.Pool
> ff4f80f test: unit tests for vmodule support
> 757e6bb use output test cases also for benchmarking
> f833abb move output tests into packages
> 70aa795 textlogger: fix vmodule support
> 34a9807 klogr: use test.InitKlog
> 125ecfe klogr: fix vmodule support
> c34db96 test: move InitKlog into tests
> d20ee72 klogr: avoid calling Info/Error/Enabled through auto-generated code
bumping k8s.io/apiextensions-apiserver 52c998e...6090d8e:
> 6090d8e Update dependencies to v0.27.6 tag
> 9e61d2d Merge pull request # 120357 from stevekuznetsov/automated-cherry-pick-of-# 120177-kubernetes-release-1.27
> 704e536 Merge pull request # 119809 from jpbetz/fix-cost-1_27
> 4d42e07 apiextensions-apiserver: generate applyconfigurations
> 13422bc Fix CEL cost handling of zero length replacement strings
> 10ab073 Add test coverage of result size of string operations
> c839e63 Bump cel-go to v0.12.7
> 78ec0b9 Merge pull request # 119086 from neolit123/automated-cherry-pick-of-# 118150-origin-release-1.27
> f972538 call ./hack/update-vendor.sh
> 2bcd8f5 Merge pull request # 118553 from puerco/bump-1.27-go1.20.5
> f4f12f1 update-vendor: update vendored go.sums
> 0e2d1c6 Merge pull request # 117271 from jkh52/release-1.27
> 38c8552 Bump konnectivity-client to v0.1.2
> 1158d6a Merge pull request # 117708 from Jefftree/automated-cherry-pick-of-# 117705-upstream-release-1.27
> 73b9afb Update kube-openapi to fix race
> 2ef062b Merge pull request # 117596 from jpbetz/automated-cherry-pick-of-# 117593-origin-release-1.27
> a9bfca1 Fix bug where CEL listOfString.join() results in unexpected error
> 15ea0ae Merge pull request # 117305 from ncdc/automated-cherry-pick-of-# 117301-upstream-release-1.27
> c701fe6 Revert "Merge pull request # 113151 from ncdc/refactor-crd-conversion"
> 3735b65 Revert "CR conversion: protect from converter input edits"
> 2c580f6 Merge remote-tracking branch 'origin/master' into release-1.27
> 072e6ee .*: update vendor dir and cleanup
> eebba51 allow multiple sources to add/remove from discovery without clobbering each other
> 508f83b Merge pull request # 116539 from pohly/ginkgo-gomega-update
> 6a644f1 dependencies: ginkgo v2.9.1, gomega v1.27.4
> 9b2bf1f Merge pull request # 116490 from tallclair/docs-urls2
> afd1dce Merge pull request # 116542 from enj/enj/f/go1.20
> 0056d08 Fix broken API docs URLs
> 80c24ac Explicit bump to go 1.20
> 5642c14 Merge pull request # 116349 from apelisse/use-smarter-cache
> f6979b6 Merge pull request # 115969 from DangerOnTheRanger/messageExpression-for-crd
> 0ea45b8 Update kube-openapi to 15aac26d736a
> 2bc2633 Merge pull request # 115065 from apelisse/apimachinery-managed-fields
> 526f53e Implement MessageExpression.
> 22a15b2 Merge pull request # 116394 from liggitt/cleanup-crd-test
> d8a40c9 managedfields: Move most of fieldmanager package to managefields
> 1340251 Update codegen/openapi spec.
> 7d3da39 Turn off P&F filter in standalone CRD server tests
> 472ca3c Add MessageExpression field.
> 0c8dd91 Merge pull request # 115747 from cici37/rc
> 37f569d Update CRD validation rules path accordingly.
> 9616bec Merge pull request # 116054 from jpbetz/secondary-authz
> 7028fbd Merge pull request # 116109 from aerfio/aerfio/update-broken-links-autoscaling
> cb0f30d Implement secondary authz
> 7b5bc25 Merge pull request # 116284 from thockin/codegen_subprojects_cleanup_verify
> bca5d30 update obsolete links
> 9344b1e Codegen: subprojects: clean up verify scripts
> 1e2bd66 Merge pull request # 116166 from pohly/test-go-vet
> 3ac572f Merge pull request # 116162 from apelisse/update-openapi
> 672e7a2 staging: fix "go vet" issues
> 4de9430 Merge pull request # 116242 from bobbypage/bump-gosystemd
> bd86653 Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920
> 31c95ff deps: Update github.com/coreos/go-systemd/v22 to v22.4.0
> 408bf45 Merge pull request # 115402 from p0lyn0mial/upstream-sendinitialevents-take-2
> 2e5c35d Merge pull request # 116106 from alexzielenski/revert-116062-revert-field-manager
> e957761 generated
> 0b40a94 Merge pull request # 115277 from pohly/klog-update
> 17faeb9 Revert "Revert "Merge pull request # 115324 from alexzielenski/apiserver/smd/use-openapiv3"
> c26cd54 Merge pull request # 115413 from pacoxu/etcd-dep-update
> e59684a dependencies: update klog v2.90.1
> 0058a44 upgrade etcd deps to v3.5.7
> ba14f21 Merge pull request # 116140 from dashpole/fix_nobody_tracing
> 39f2152 update otelhttp to v0.35.1
> 5d6ae6c Merge pull request # 116039 from liggitt/crd-compat
> 96f2cce Merge pull request # 115996 from rayowang/autoscaling
> a62a0ae Update generated files
> 80553ce update openapi-spec, generated proto and generated openapi
> 7e56f36 Add CRD compatibility objects
> 4d0676b Merge pull request # 116062 from liggitt/revert-field-manager
> a2d30bd Explicitly exclude unmarshaled fields for custom-marshaled types from standard JSON handling
> 88e58cb Revert "Merge pull request # 115324 from alexzielenski/apiserver/smd/use-openapiv3"
> f08d504 Merge pull request # 115324 from alexzielenski/apiserver/smd/use-openapiv3
> d0ac340 Merge pull request # 113312 from jiahuif-forks/feature/cel/builtins
> ac4e781 update swagger.json used in tests
> c405e08 Merge pull request # 115786 from liggitt/net-0.7.0-master
> fc41472 adaptor between structral and OpenAPI.
> 5005da4 crd directly create smd schema from spec.Schema
> e2c1ee9 Update golang.org/x/net to v0.7.0
> aeef8b7 make structural type use OpenAPI lib.
> 046fe36 Merge pull request # 115456 from pohly/goroutine-leak-check
> 41e2ca2 Merge pull request # 114987 from astefanutti/pr-codegen-applyconfig
> 22ef5fb test: use go-uber/goleak for strict leak checking
> f22eb43 Update client examples with generated apply configurations
> cc74759 Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils
> 9cbbe5e Update k8s.io/utils to `a36077c30491`
> b649bcb Merge pull request # 115379 from artemvmin/serial-mkfs
> 6a0190a Merge pull request # 115542 from SataQiu/clean-apiserver-20230206
> c5a2f70 Update k8s.io/utils to latest version
> ba39b13 using BuildOpenAPISpecFromRoutes instead of deprecated BuildOpenAPISpec
> 1765684 Merge pull request # 115403 from apelisse/hasschema-pool
> 940be70 Merge pull request # 114439 from alexzielenski/apiserver/smd/conversion-smaller
> 72a0987 apiextensions: SchemaHas predicate must be read-only/non-captured
> 6ae7a7b Merge pull request # 114948 from haoruan/feature-api-doc-field-linter
> 1a2ab85 add "object" type to list schema openapi
> 1f01ab7 apiextensions: Pool schemas in SchemaHas
> 2be6dd7 Merge pull request # 115339 from kevindelgado/patch-opton-params
> 76aa45e Generated files
> da35c92 apiextensions: Benchmark escaping in SchemaHas
> e576523 Merge pull request # 115266 from pohly/gomega-update
> 85681fd Separate Put and Patch Options
> 8d6b982 Fix the name violation in apiextensions.k8s.io/v1,CustomResourceConversion, remove the failures file
> c0f9337 Merge pull request # 115271 from kevindelgado/field-validation-conformance
> a0352fe dependencies: update gomega to v1.26.0
> b84ea14 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi
> 9f7c10e update codegen
> 4920ec7 update kube-openapi
> d9aed17 drop Enabled() checks for ServerSideFieldValidation feature gate
> 46d1364 Merge pull request # 115196 from thockin/codegen-5-dont-gen-clients-for-internal
> 09bc831 Merge pull request # 114609 from pohly/log-runtime-verbosity-level
> a3a7943 Don't generate clients for example internal APIs
> f7cb34a Merge pull request # 115191 from jkh52/zero-one-one
> 3560fd9 k8s.io/component-base/logs: support changing verbosity of JSON output
> 5f7d388 Merge pull request # 115186 from thockin/codegen-2-rm-deprecated-clients
> d58d94d Bump konnectivity-client to v0.1.1
> 5345e20 Merge pull request # 115184 from thockin/codegen-1-clientset-doc-go
> 08fc103 Remove deprecated generated clients
> e51df09 Don't generate clientset/doc.go in client-gen
> 1c17d3e Merge pull request # 115079 from dims/update-to-newer-moby/ipvs-v1.1.0
> 4619000 Update to new release of moby/ipvs
> 402133d Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20
> c2a7c3a *: Bump version of vmware/govmomi
> b39cc44 Merge pull request # 114879 from olivierlemasle/bump-kube-openapi
> ffdceb1 Bump kube-openapi
> 2ffc5bf Merge pull request # 114868 from apelisse/private-internal-managers
> 4306780 Merge pull request # 114859 from pohly/e2e-ginkgo-spec-ordering
> 23840c6 Make internal managers private
> 4260290 Merge pull request # 114959 from ncdc/make-cr-conversions-safer
> 3ff820f dependencies: update ginkgo to v2.7.0
> 674b809 CR conversion: protect from converter input edits
> d7e9eb9 Merge pull request # 114869 from liggitt/kube-openapi
> 3996d4f Merge pull request # 113959 from Jefftree/jefftree-owners
> 7f15502 Regenerate openapi
> c34b31d Merge pull request # 114857 from jpbetz/bump-cel-1_12_66
> 57cea73 Add jefftree to OWNERS
> cff6fd3 bump kube-openapi
> c9e4b73 Fix 114661 via cel-go bump to 0.12.6 to pick up cel-go# 620
> 192d466 Merge pull request # 113654 from stevekuznetsov/skuznets/fake-group-name-registration
> 7aabce6 Merge pull request # 114829 from liggitt/oauth-revert
> 6f93b39 code-generator: refer to the API package for GV{R,K}
> 85e60cf Merge pull request # 114792 from apelisse/typeconverter-swagger
> 137a398 Revert "bump golang.org/x/oauth2"
> 9aa1e56 Merge pull request # 114789 from jkh52/thirty-five
> 4f40af0 Hide OpeAPI details behind the NewTypeConverter
> d6dd9d2 Merge pull request # 114822 from liggitt/oauth2
> 64291ac Bump konnectivity-client to v0.0.35
> e9aa281 Merge pull request # 114570 from dengyufeng2206/1219pr
> e4e5a1f bump golang.org/x/oauth2
> 6c75f22 Merge pull request # 113542 from ardaguclu/fix-shortname-disperancy
> 4c1c1e1 fix test order in controller/openapi/builder/builderst.go
> 60d816a Merge pull request # 114705 from thockin/codegen_subproject_cleanup
> e4838c9 Remove GetSingularName for subresources
> 4b849a7 Cleanup codegen subproject scripts
> 6888e22 Use correct singular name format for subresources
> e3a4a06 Merge pull request # 113538 from pohly/e2e-ginkgo-timeline
> 53f4ef5 Add singular name for the rest of types
> 9746985 Merge pull request # 114559 from liggitt/gofmt
> e99cef9 dependencies: update to ginkgo v2.6.1, gomega v1.24.2
> 276c953 Introduce singularNameProvider for core types
> 0a1ef78 Fix indentation/spacing in comments to render correctly in godoc
> 4511d97 Merge pull request # 114414 from my-git9/ioutil/apiextensions-apiserver1
> 2048c01 fix: remove ioutil for new go version
> 41a7928 Merge pull request # 113151 from ncdc/refactor-crd-conversion
> 13886b1 CRConverter: change to UnstructuredList
> 5b337f2 Make empty unstructured check common
> 75c48a2 Create new conversion Factory interface
> 4ed8e78 Rename crConverterInterface to CRConverter
> 047d76d Merge pull request # 114408 from liggitt/gorilla
> 3da29ee Merge pull request # 113707 from lucacome/bump-grpc
> 8f7ac5c Mark github.com/gorilla dependencies to avoid increasing use
> 2627074 Merge pull request # 113922 from alexzielenski/owners-alexzielenski
> 5ddcd6d Bump grpc to v1.51.0
> 894014a Merge pull request # 114319 from liggitt/net-master
> 213cc48 add alexzielenski to OWNERS
> e105691 Update golang.org/x/net 1e63c2f
> 88105d7 Merge pull request # 113764 from Jefftree/foobar
> 621535e fix aggregated discovery version sorting
bumping knative.dev/hack c4a34c3...1588988:
> 1588988 Update community files (# 327)
> f2f9b6f Vendorless docs (# 324)
> 46659bc Update actions (# 323)
> 403114f Manual shellcheck (# 321)
> 74aa02a 🐛 Remove deps from go.mod for knative.dev/hack (# 320)
> 34850cd Update community files (# 319)
> da6e74c 🐛 The `go.work.sum` don't influence the dependencies resolution (# 317)
bumping knative.dev/networking 6aa8805...cf57a57:
> cf57a57 Update community files (# 873)
> 53ba1f4 Rename cluster.local to avoid issues with config validation webhook (# 872)
> 97dab15 upgrade to latest dependencies (# 870)
> 463dc38 Cleanup SAN constants and Secrets Keys for system-internal-tls certificates (# 861)
> 05d0964 Align the encryption flags (# 858)
> c1cae21 upgrade to latest dependencies (# 869)
> c382f81 upgrade to latest dependencies (# 868)
> 88e91e3 upgrade to latest dependencies (# 867)
> a5e8fb9 Update community files (# 865)
> 65a08ef upgrade to latest dependencies (# 866)
bumping k8s.io/utils 8e77b1f...a36077c:
> a36077c Merge pull request # 275 from enj/enj/f/lru_eviction
> 3401372 Merge pull request # 274 from artemvmin/concurrent-fake-exec
> 22082ee lru: add support for setting eviction func
> 391b47c Merge pull request # 272 from thockin/reboot-pr-246
> fad585f Make FakeExec safe for concurrency
> 99ec85e Merge pull request # 271 from danwinship/ipfamily
> df71e4c ebtables: better version check regex
> 914fa98 Clean up IsDualStack* docs and code
> 59f23ee Add IPFamilyOf(), etc
> 5c9db06 Tighten IsIPv6() semantics, clarify docs
> d001242 Refactor IsIPv*() tests
> 12a2ade Make IsIPv4CIDR()/IsIPv6CIDR() accept nil
> 730c628 Split the IP family stuff (eg IsIPv6String()) into its own file.
bumping k8s.io/client-go 6e9dabb...f2d9132:
> f2d9132 Update dependencies to v0.27.6 tag
> fa3c65e Merge pull request # 120360 from Jefftree/automated-cherry-pick-of-# 119870-upstream-release-1.27
> 68da234 Fallback to legacy discovery on a wider range of conditions in aggregator
> 0ea0345 Merge pull request # 120067 from HirazawaUi/automated-cherry-pick-of-# 116506-upstream-release-1.27
> d55c4c3 generate ReportingInstance and ReportingController in Event
> f102456 Merge pull request # 119868 from liggitt/automated-cherry-pick-of-# 119835-upstream-release-1.27
> 686c038 Avoid returning nil responseKind in v1beta1 aggregated discovery
> 1bfd018 Merge pull request # 119113 from champtar/automated-cherry-pick-of-# 118922-upstream-release-1.27
> b1b513f client-go: allow to set NotBefore in NewSelfSignedCACert()
> 860d25f Merge pull request # 118969 from champtar/automated-cherry-pick-of-# 117791-upstream-release-1.27
> 8d8e2bc Merge pull request # 119086 from neolit123/automated-cherry-pick-of-# 118150-origin-release-1.27
> d96d0d8 update serial number to a valid non-zero number in ca certificate
> af4a748 call ./hack/update-vendor.sh
> 22da8a5 Merge pull request # 118553 from puerco/bump-1.27-go1.20.5
> 81d8c78 update-vendor: update vendored go.sums
> 015caa2 Merge pull request # 117708 from Jefftree/automated-cherry-pick-of-# 117705-upstream-release-1.27
> fb5347d Update kube-openapi to fix race
> 353c489 Merge pull request # 117685 from ardaguclu/automated-cherry-pick-of-# 117495-upstream-release-1.27
> 6ce3e7e Use absolute path instead requestURI in openapiv3 discovery
> aab9b0a Merge pull request # 117637 from seans3/automated-cherry-pick-of-# 117571-origin-release-1.27
> a16d525 Refactors discovery content-type and helper functions
> 559da62 Merge remote-tracking branch 'origin/master' into release-1.27
> 012beed .*: update vendor dir and cleanup
> 1517ffb Merge pull request # 116623 from lavalamp/xfrmr
> 308e6b1 Merge pull request # 113218 from ahmedtd/kep-3257
> c3b84f0 Change where transformers are called.
> 4c5879a ClusterTrustBundles: make update
> 4666344 Custom match criteria (# 116350)
> 3858973 Matchconditions admission webhooks alpha implementation for kep-3716 (# 116261)
> 445660b Merge pull request # 116332 from klueska/extend-resourceclaimstatus
> e023fb8 Merge pull request # 116119 from vinaykul/restart-free-pod-vertical-scaling-fixes
> ff60d1b Update generated code for resource.k8s.io/v1alpha2
> 9ff2627 Merge pull request # 115075 from aojea/ipaddress
> 2932f6b Restructure naming of resource resize restart policy - generated files
> 84ae514 Merge pull request # 116539 from pohly/ginkgo-gomega-update
> 568393e make update
> ef07195 Merge pull request # 114242 from austince/feat/per-queue-metrics
> a952148 dependencies: ginkgo v2.9.1, gomega v1.27.4
> 23d016c Merge pull request # 107826 from smarterclayton/context_wait
> 21b4553 Allow custom metric provider for retry metrics
> f3dc70c Merge pull request # 116603 from seans3/discovery-resilience
> 250fc3d wait: Update tests to reference the constant error
> 66fa9d3 Unify queue constructors, deprecate current constructors
> 48d97c0 Merge pull request # 116556 from pohly/dra-podschedulingcontext
> 2bd557f Aggregated discovery resilient to nil GVK
> 9668243 Integrate new metrics provider option in test case
> 2a7ba94 Merge pull request # 112334 from dgrisonnet/fix-eventseries-count
> 76262aa api: generated files for PodSchedulingContext
> e0785d6 Remove options from queue ctors w/o metrics
> 3cafc13 Merge pull request # 116299 from pohly/dra-v1alpha2
> 9c7c60b events: fix EventSeries starting count discrepancy
> 89a4c12 Add license header to new file
> 324f43b api: resource.k8s.io v1alpha1 -> v1alpha2
> 98d0d1a Allow setting per-queue metrics providers
> 362ffe4 Merge pull request # 115668 from jiahuif-forks/feature/validating-admission-policy/type-system
> 8dcee0c generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh
> b5e4a5a Merge pull request # 116397 from jiahuif-forks/feature/validating-admission-policy/message-expression
> 471f66f Merge pull request # 116490 from tallclair/docs-urls2
> d2cdd64 generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh
> e4aa112 Merge pull request # 116542 from enj/enj/f/go1.20
> b8c2b4b Fix broken API docs URLs
> b14244a Merge pull request # 116477 from twz123/synctrack-64bit-alignment
> e0b969d Explicit bump to go 1.20
> 9e8c663 Properly align synctrack.SingleFileTracker struct
> 012954e Merge pull request # 116450 from vinaykul/restart-free-pod-vertical-scaling-api
> 6df0902 Merge pull request # 116435 from pohly/client-go-cache-reflector-leak
> d906637 Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources - generated files
> 1f020be Merge pull request # 110772 from p0lyn0mial/upstream-reflector-gets-stream
> 29ad2bc client-go: shut down watch reflector as soon as stop channel closes
> d2ebc4d Merge pull request # 116349 from apelisse/use-smarter-cache
> 262b98a cache/controller: Add ENABLE_CLIENT_GO_WATCH_LIST_ALPHA
> 756a0f3 Merge pull request # 114290 from Jefftree/mime-remove
> e2867f9 Update kubernetes code for minor API changes to kube-openapi
> ac0a428 reflector watchlist tests
> 65be885 Merge pull request # 116409 from p0lyn0mial/upstream-reflector-list-n-watch
> eec00dc remove mime AddExtensionType in discovery test
> 3d77c7c Update kube-openapi to 15aac26d736a
> b33e818 reflector: use watchlist
> 64e2c7f KEP-3325: Promote SelfSubjectReview to Beta (# 116274)
> ac7598e reflector: allow watch method to accept a watcher
> d1c260e reflector: introduce watchList
> 223d456 Merge pull request # 116145 from seans3/discovery-stale
> e6ae4ec Merge pull request # 116354 from pacoxu/cleanup-CronJobTimeZone
> 6b8e57e Plumb stale GroupVersions through aggregated discovery
> 7bf37ef cleanup: sync testdata as CronJobTimeZone is GAed
> 60e5373 Merge pull request # 115973 from jpbetz/enforcement-actions
> bbbf092 Generate code
> 48ca734 Merge pull request # 115978 from seans3/discovery-empty-response
> 29a689d Merge pull request # 116297 from p0lyn0mial/upstream-reflector-list-n-watch-refactor
> 0bc9170 Tolerate empty discovery response in memcache client
> 06ad6b3 Merge pull request # 116166 from pohly/test-go-vet
> f694a79 reflector: extract watch and startResyncAsync methods
> d39f829 Merge pull request # 116162 from apelisse/update-openapi
> 3259c41 staging: fix "go vet" issues
> bfa72fd Merge pull request # 116237 from seans3/openapi3-add-error
> 59fa142 Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920
> 4c5eaaf Add custom error struct for Group/Version not found
> 3f4372d Merge pull request # 115865 from seans3/discovery-client-cleanup
> 02d652e Merge pull request # 116195 from seans3/openapi3-root-fix
> bc1864f Removes old discovery hack ignoring 403 and 404
> 91199a6 Merge pull request # 115277 from pohly/klog-update
> 6ddf61b Fixes bug with Root not handling Group without Version
> 089d044 client-go: support `Shutdown()` for metadata and dynamic informers (# 114434)
> 6a9f0eb dependencies: update klog v2.90.1
> 9ea785f Merge pull request # 116090 from abserari/patch-1
> 8f4ee71 Merge pull request # 102884 from vinaykul/restart-free-pod-vertical-scaling
> af12621 Typo: fix EndpointsLeasesResourceLock ->ConfigMapsLeasesResourceLock
> b466770 Merge pull request # 115393 from seans3/openapi3-root
> 85d57cf Generated files and compat data from API changes
> 6e69fba Merge pull request # 114872 from Iceber/fix_acquire_leader
> 6eb5769 OpenAPI V3 Root interface and basic implementation
> ba2fddd Merge pull request # 115784 from seans3/openapi-fake-client
> 899a109 leaderelection: using le.clock for the time calculations
> 0a3ea4f Refactor to use openapi fake client
> b4217e1 client-go: fix the wait time for trying to acquire the leader lease
> 1ea7195 Merge pull request # 115933 from intUnderflow/clean-up-fake-recorder
> 3a78ee0 Fix typo
> 1fc8a8a Clean up FakeRecorder event emission
> 269abfd Merge pull request # 115860 from intUnderflow/include-annotations-fake-recorder
> dda9c52 Merge pull request # 115809 from seans3/openapi-file-client
> c633a82 Include annotations all the time
> d7a20b1 Merge pull request # 115472 from lanycrost/client-go-110992-GenerateSelfSignedCertKeyWithFixtures-permissions
> 1369f16 New openapi v3 testing file client
> f7f367e Respond to review
> d0008d1 Merge pull request # 115620 from odinuge/ou-relist-missing-delete
> bd24c42 client-go: change permissions of key
> a43f324 Allow inclusion of annotations in channel events when using FakeRecorder
> df55688 Merge pull request # 115604 from pacoxu/fix-design-proposals-links
> b2a4f02 client-go/cache: update Replace comment to be more clear
> a7dbbf8 client-go: change permissions of GenerateSelfSignedCertKeyWithFixtures generated cert
> 60f5c9b Merge pull request # 115786 from liggitt/net-0.7.0-master
> 4bd9226 API docs: point to current docs instead of archived designs
> a01b5a2 client-go/cache: rewrite Replace to check queue first
> be82893 client-go: change permissions of directories and certs
> 249eb86 Merge pull request # 115785 from liggitt/fix-kubectl-test
> e850f45 Update golang.org/x/net to v0.7.0
> 878a4f8 archived design proposals are now moved to Design Proposals Archive Repo.
> b250bf5 client-go/cache: merge ReplaceMakesDeletionsForObjectsInQueue tests
> 71253f0 fix: comment about permission bits
> fb55d97 Revert "Refactor fake versions of openapi client into testing subdir"
> 8279635 client-go/cache: fix missing delete event on replace without knownObjects
> 03568a1 client-go: make generating certificate/key permissions more secure (600)
> 278918a Merge pull request # 115465 from seans3/openapi-client-testing
> 2ded6b6 client-go/cache: fix missing delete event on replace
> 8ef4d7d Merge pull request # 115685 from skitt/rest-req-error
> bb1833c Refactor fake versions of openapi client into testing subdir
> 22e2a9b client-go: add an Error() function on Request
> d462933 Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils
> 86a4c64 Update k8s.io/utils to `a36077c30491`
> efd0415 Merge pull request # 115514 from pohly/event-broadcaster-shutdown
> 00b9d76 Merge pull request # 115315 from enj/enj/i/kas_kubelet_conn_close
> f6a5a1f client-go: don't wait too long after EventBroadcaster.Shutdown
> 9c50465 Merge pull request # 115379 from artemvmin/serial-mkfs
> d8b14dc kubelet/client: collapse transport wiring onto standard approach
> 2e3265c Merge pull request # 108396 from tkashem/retry-metric
> 13c89f7 Update k8s.io/utils to latest version
> d2388d1 client-go: add metric to count retries
> f457a57 Merge pull request # 112072 from tkashem/retry-concurrency-test
> 67f1485 client-go: add unit test for Request thread safety
> b135083 Merge pull request # 115266 from pohly/gomega-update
> d7d6bcf Merge pull request # 115354 from pohly/dra-reserved-for-list-type
> 55c90d5 dependencies: update gomega to v1.26.0
> 648d828 Merge pull request # 110253 from tkashem/retry-condition-test
> fa4e59a dynamic resource allocation: avoid apiserver complaint about list content
> 79c4b40 client-go: add test to document retry conditions
> adb1f50 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi
> 1c9d8a0 update kube-openapi
> cbb6016 Merge pull request # 111652 from ash2k/ash2k/leader-elector-tweaks
> ac40ba3 Always emit the stopped leading event
> 84ad8a7 Merge pull request # 113540 from wongearl/cleanup-client-go
> 7059973 Merge pull request # 115186 from thockin/codegen-2-rm-deprecated-clients
> 5d95f80 diff.ObjectReflectDiff is DEPRECATED use cmp.Diff
> 31586e6 Merge pull request # 115184 from thockin/codegen-1-clientset-doc-go
> 7c57428 Remove obsolete generated listers
> c33df1c Merge pull request # 113637 from mikedanese/http-proxy
> 1d637ff Don't generate clientset/doc.go in client-gen
> 0f17f43 Remove obsolete generated applyconfigs
> 9edd019 vendor: removed unused dep github.com/elazarl/goproxy
> b94c7fc Fix client-go doc.go - not generated
> e6998df Merge pull request # 115093 from xuzhenglun/too-large-resource-version-1.16
> a13376f Merge pull request # 114542 from pacoxu/EphemeralContainers
> 7685b51 Fix bug in reflector not detecting "Too large resource version" error before 1.17.0
> 228b004 Merge pull request # 115077 from smarterclayton/reflector_mock_clock
> 20ca706 cleanup: EphemeralContainers feature gate related codes
> 08e22c4 cache: Reflector should have the same injected clock as its informer
> 241dfe3 Merge pull request # 114794 from lavalamp/improved-has-synced
> cb28a0e Fix N^2 startup for webhook configurations
> 895a515 Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20
> 47c0033 *: Bump version of vmware/govmomi
> ce349e1 Merge pull request # 114879 from olivierlemasle/bump-kube-openapi
> 6500345 Merge pull request # 113467 from pacoxu/psp-cleanup
> 640dd29 Bump kube-openapi
> 674e53a Merge pull request # 112365 from dgrisonnet/consolidate-isomorphic-events
> be1f5d4 client-go: remove extensions psp only
> 2c828f0 Merge pull request # 114859 from pohly/e2e-ginkgo-spec-ordering
> 1113415 event_broadcaster: update isomorphic event def
> e96d4a0 dependencies: update ginkgo to v2.7.0
> fda1b11 Merge pull request # 114869 from liggitt/kube-openapi
> 61a4d65 bump kube-openapi
> bd7ed9e Merge pull request # 114460 from brianpursley/pf-exit
> 5ea7f43 Merge pull request # 113654 from stevekuznetsov/skuznets/fake-group-name-registration
> b0a6a6f portforward: Add unit test to cover stopChan usage
> dc46266 Merge pull request # 114829 from liggitt/oauth-revert
> 9bcbb56 code-generator: refer to the API package for GV{R,K}…
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
|
807181fb68
|
Update community files (#1872)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
658d5d63e3
|
Update community files (#1869)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
1719498287
|
upgrade to latest dependencies (#1867)
bumping knative.dev/serving 7222bf9...0d73dfe: > 0d73dfe Update performance tests (# 14289) > d02702e Support gRPC probe (# 14134) > 5b1eab3 upgrade to latest dependencies (# 14413) > 59ddac3 Update net-contour nightly (# 14412) > ecbe40a Update net-certmanager nightly (# 14409) > fcb4979 Update net-istio nightly (# 14411) > 167d794 Update net-gateway-api nightly (# 14410) > 127a351 Cleanup knative-internal-tls secrets (# 14394) > d33249b Drop unnecessary `routing-id` in Knative Service certificate (# 14393) > 6c602da Update net-contour nightly (# 14405) > 7c2a5c6 Update net-certmanager nightly (# 14404) > 8818499 Update net-gateway-api nightly (# 14398) > 28e75ab Update net-kourier nightly (# 14397) > f2fb095 Update net-istio nightly (# 14396) > 28effd9 upgrade to latest dependencies (# 14401) > 2002b38 test fixture didn't make sense (# 14400) > 022f553 Update net-certmanager nightly (# 14362) > 50eb65a upgrade to latest dependencies (# 14395) bumping knative.dev/eventing 5acf974...ceecbb0: > ceecbb0 Subscription allows overriding namespace for Subscriber and Reply (# 7272) > 4e7d0f5 [main] Upgrade to latest dependencies (# 7271) > 81d8e96 Option to specify different namespace for resources (# 7269) > 8a69f32 [main] Upgrade to latest dependencies (# 7267) > e407152 Adding description for the built-in event types of our duck sources (# 7263) > 401068c [main] Upgrade to latest dependencies (# 7262) bumping knative.dev/pkg 7fe699e...8761ceb: > 8761ceb upgrade to latest dependencies (# 2827) bumping knative.dev/networking 6feaf0c...6aa8805: > 6aa8805 Verify and reconcile new keys' value instead of obsleted keys' in secret (# 863) > 7f9a4a8 upgrade to latest dependencies (# 862) bumping knative.dev/hack 0bb79ff...c4a34c3: > c4a34c3 Collect LICENSE files from all dependencies, even without vendor dir (# 316) > 38316f2 Upgrade the Go tools to latest ones (# 312) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
0b8c5d4159
|
upgrade to latest dependencies (#1857)
bumping google.golang.org/genproto/googleapis/rpc 1744710...2d3300f:
> 2d3300f chore(all): update actions/checkout action to v4 (# 1052)
> b8732ec chore(all): auto-regenerate .pb.go files (# 1051)
> ccc8af3 chore(all): auto-regenerate .pb.go files (# 1050)
> 6bfd019 chore(all): auto-regenerate .pb.go files (# 1047)
> ca7cfce fix(analytics/admin/v1alpha): remove broken aliases (# 1045)
bumping google.golang.org/grpc 87bf02a...62726d4:
> 62726d4 update version to 1.58.1 (# 6629)
> fa6d9ab cherry-pick 6610 and 6620 (# 6627)
> 467fbf2 Change version to 1.58.1-dev (# 6580)
> c2b0797 Change version to 1.58.0 (# 6579)
> 0467e47 balancer/leastrequest: Cache atomic load and also add concurrent rpc test (# 6607)
> 5d1c0ae leastrequest: fix data race in leastrequest picker (# 6606)
> e26457d stream: swallow Header errors as we used to; RecvMsg can still return it (# 6591)
> 4c9777c clusterresolver: fix deadlock when dns resolver responds inline with update or error at build time (# 6563)
> 81b9df2 idle: move idleness manager to separate package and ~13s of tests into it (# 6566)
> 7d35b8e test: speed up TestServiceConfigTimeoutTD from 1.8s to 0.03s (# 6571)
> d51b3f4 interop/grpc_testing: update protos from grpc-proto repo (# 6567)
> fe1519e client: fix ClientStream.Header() behavior (# 6557)
> 8a2c220 cdsbalancer: test cleanup part 2/N (# 6554)
> 7f66074 vet.sh: fix interface{} check for macos (# 6561)
> b07bf5d cdsbalancer: test cleanup part 1/N (# 6546)
> 33f9fa2 test: speed up two tests (# 6558)
> aca07ce xds/internal/xdsclient: Add least request support in xDS (# 6517)
> e5d8eac test: improve and speed up channelz keepalive test (# 6556)
> ebf0b4e idle: speed up test by 5x even while running 2x more iterations (# 6555)
> 7d3996f grpctest: use an interface instead of reflection (# 6553)
> cc705fe interop: regenerate pb.gos (# 6551)
> 3e92504 status: optimize GRPCStatus() calls (# 6539)
> 402ba09 pick_first: de-experiment pick first (# 6549)
> 2821d7f resolver: remove outdated Target examples (# 6547)
> 53d1f23 benchmark: update proper benchmark binary to use larger buffers (# 6537)
> fbff2ab *: update `interface{}` to `any` and `go.mod` version to `go 1.19` (# 6544)
> e40da66 clientconn: release lock when returning from enterIdleMode() (# 6538)
> dbbc983 balancer/leastrequest: Add least request balancer (# 6510)
> a010079 *: remove references to old versions of go (# 6545)
> 03d32b9 orca: update example and interop to use StateListener (# 6529)
> c2bc22c testing: update Go versions tested to 1.19-1.21 (# 6543)
> 879faf6 test: update client state subscriber test to be not flaky and more stressful about rapid updates (# 6512)
> f3e94ec xds: improve error message when matched route on client is not of type RouteActionRoute (# 6248)
> bb41067 balancergroup: do not cache closed sub-balancers by default (# 6523)
> 68704f8 gracefulswitch, stub: remove last UpdateSubConnState references (# 6533)
> 4900699 balancer/rls, xds/wrrlocality: stop forwarding UpdateSubConnState calls (# 6532)
> ebc3c51 internal/balancergroup: remove usage of UpdateSubConnState (# 6528)
> 5da2731 balancer/weightedtarget: stop forwarding UpdateSubConnState calls (# 6525)
> 182b0ad interop/grpc_testing: regenerate protos (# 6534)
> e274152 rls: fix flaky test introduced by # 6514 (# 6535)
> 61a1f77 balancer/weightedroundrobin: migrate to StateListener (# 6530)
> 175c84c xds/ringhash: use StateListener instead of UpdateSubConnState (# 6522)
> 3fa17cc test: speed up test that was taking 10 seconds to timeout (# 6531)
> 694cb64 xds/clusterresolver: stop forwarding UpdateSubConnState calls (# 6526)
> 8f51ca8 tests: stop using UpdateSubConnState (# 6527)
> cea77bb xds/clustermanager: stop forwarding UpdateSubConnState calls (# 6519)
> ce68413 xds/priority: stop forwarding UpdateSubConnState calls (# 6521)
> dceb6ee xds/clusterimpl: stop forwarding UpdateSubConnState calls (# 6518)
> 8def12a xds/outlierdetection: Stop handling UpdateSubConnState forwarding (# 6520)
> 67a8e73 multiple/test: use stub balancer instead of defining wrapped balancers (# 6514)
> 92b481a test: allow set request/response size in interop soak test (# 6513)
> 07609e1 benchmark: restore old buffer size values for published benchmarks (# 6516)
> 2059c6e grpc: report connectivity state changes on the ClientConn for Subscribers (# 6437)
> 4832deb test: clean up deadlines set in tests (# 6506)
> 9c46304 xds/cdsbalancer: stop handling subconn state updates (# 6509)
> e9a4e94 base: update base balancer for new APIs (# 6503)
> 6c0c69e all: replace RemoveSubConn with Shutdown as much as possible (# 6505)
> 28ac6ef xdsclient: make watch timer a no-op if authority is closed (# 6502)
> d06ab0d pickfirst: receive state updates via callback instead of UpdateSubConnState (# 6495)
> 7aceafc balancer: add SubConn.Shutdown; deprecate Balancer.RemoveSubConn (# 6493)
> 4fe8d3d balancer: fix tests not properly updating subconn states (# 6501)
> 8ebe462 outlierdetection: fix unconditional calls of child UpdateSubConnState (# 6500)
> 5d3d9d7 grpc: perform a blocking close of the balancer in ccb (# 6497)
> ecc5645 clusterresolver: fix a flaky test (# 6499)
> b9356e3 client: fix race between connection error and subconn shutdown (# 6494)
> 2db7b17 test/xds: increase default test timeout (# 6498)
> 8f496b2 test/kokoro: Add bootstrap generator test into Go Kokoro script (# 6463)
> 0246373 testutils: remove TestSubConns for future extensibility (# 6492)
> c635404 balancer: add StateListener to NewSubConnOptions for SubConn state updates (# 6481)
> 94df716 resolver: State: add Endpoints and deprecate Addresses (# 6471)
> 20c51a9 pickfirst: add tests for resolver error scenarios (# 6484)
> b8d36ca pickfirst: add prefix logging (# 6482)
> 5ce5686 pickfirst: guard config parsing on GRPC_EXPERIMENTAL_PICKFIRST_LB_CONFIG (# 6470)
> 41d1232 resolver/weighted_round_robin: remove experimental suffix from name (# 6477)
> 2aa2615 clusterresolver: comply with A37 for handling errors from discovery mechanisms (# 6461)
> d7f45cd xds/server: create the xDS client when the xDS enabled gRPC server is created (# 6446)
> f1fc2ca clientconn: add channel ID to some idleness logs (# 6459)
> 9bb44fb transport: use a sync.Pool to share per-connection write buffer (# 6309)
> d524b40 multiple: update dependencies after 1.57 branch cut (# 6452)
> 7aab9c0 stats: Add RPC event for blocking for a picker update (# 6422)
> 02946a3 resolver: remove deprecated AddressType (# 6451)
> 919fe35 Change version to 1.58.0-dev (# 6450)
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
|
20b9b03a30
|
Update community files (#1865)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
f6209684f9
|
Update community files (#1864)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
be741b6265
|
initial proposal for a 48h Knative proposal template (#1862) | |
|
|
b59e60ba81
|
Fix shellcheck warnings in hack/build.sh script (#1860)
Signed-off-by: pingjiang <xiangpingjiang1998@gmail.com> |
|
|
|
00f35299a1
|
Update PR template not to mention changelog anymore (#1848) | |
|
|
cb35f6a25a
|
Update core cli dependencies (#1851)
* Update core cli dependencies * Update vendor dir |
|
|
|
62d2cbffa0
|
[main] Upgrade to latest dependencies (#1852)
* upgrade to latest dependencies
bumping go.uber.org/zap a55bdc3...56468e7:
> 56468e7 Release v1.25.0
> 249507a zap.Any: Reduce stack size with generics (# 1310)
> 50b2db4 zap.Any add benchmarks
> a0674c8 Add direct coverage to zap.Any (# 1309)
> 1310691 Table test TestFieldConstructors
> 382e251 Swap expected and got fields (# 1282)
> 24b7977 Add Name() to Logger (# 1273)
> 1155ed3 Introduce Str + Strs generic string helpers (# 1281)
> 4451b47 exp: Update slog, adjust for changes (# 1276)
> 845ca51 internal: Add and use a generic pool instead of using sync.Pool directly (# 1262)
> 42b7ef0 slog: Ignore frames with a zero PC (# 1258)
> 05c4b6c Remove dependency on github.com/pkg/errors (# 1255)
> d1a1923 Minimize permissions on CI workflows (# 1257)
> 384e782 Use sync/atomic, drop external atomics (# 1253)
> 740fda7 TestLevelFlag: Don't print to stderr (# 1254)
> f2f1f41 [Feature] Add experiment `zapslog` package to integrate with slog (# 1246)
> 54862f5 benchmark: add slog (# 1245)
> 85c4932 Add govulncheck as a CI step (# 1239)
> f4ba5f5 make: Switch from golint to revive (# 1238)
> 8310f89 chore: update bench package versions and results (# 1207)
> 8d89127 Bump actions/checkout from 2 to 3 (# 1237)
> bc64796 doc: New{Production,Development}Encoder{,Config} (# 1234)
> 692ec13 ci: Set up dependabot for GH actions and tools (# 1236)
> 7d6a9af ci: Test with Go 1.19 and 1.20 (# 1235)
> d4a1083 doc(SugaredLogger): Document print, printf, and println methods (# 1233)
> b32f3c5 Update Snyk vulnerable modules (# 1227)
> 53fdb6f Reverse comparison for readability (# 1228)
> 077b03e Use iota like a original from grpc-go (# 1220)
bumping knative.dev/serving e9425f8...eaff0b3:
> eaff0b3 upgrade to latest dependencies (# 14290)
> 587de3d Update net-kourier nightly (# 14286)
> 21264fc Update net-contour nightly (# 14284)
> a9b48be Deprecate calling kubetest2 via kntest (# 13329)
> 397cfde Update net-istio nightly (# 14285)
bumping knative.dev/eventing 29ac3ee...a2e2aa3:
> a2e2aa3 Eventing TLS: Test SinkBinding with Broker as sink (# 7172)
> d8a2ad5 change the deprecated string (# 7179)
> 0e88db1 Switch to trigger.WithNewFilters() to set trigger filter (# 7188)
> 9d2bcef Add kind e2e tests for Kubernetes v1.27.3 (# 7139)
> 2b02cb4 Add OIDC Authentication feature flag (# 7183)
bumping github.com/hashicorp/golang-lru 14eae34...a032ef5:
> a032ef5 Update README for v1.0.2
> bdf35e3 Remove deprecated linters
> bc1608d Update other tests to get rid of math/rand
> f2408b3 Update test to remove bad rand usage
> fa11c6b Update github workflow
> 6da3f98 Update MPL 2.0 LICENSE (# 110)
> d4900dc fix onEvictedCB bug (# 84)
> 003b81b Update go doc url (# 93)
> 80c9821 rework lru's external registered callback invocation to avoid concurr… (# 80)
> eb52994 Code quality improvements (# 67)
bumping go.uber.org/multierr 10aaa3c...8767aa9:
> 8767aa9 Prepare release v1.10 (# 74)
> 4504ef7 README: Add Features section (# 73)
> 2fd451d Drop external atomic dependency (# 72)
> 7876a02 Remove unused glide.yaml (# 71)
> 55bc553 Support Go 1.20 Unwrap() []error (# 69)
> 39ca40c Prepare release v1.9.0 (# 68)
> 4459990 Add a shorthand for AppendInvoke (# 65)
> 80b07a7 Document named return constraint for defer (# 63)
> 492b792 Test and lint against Go 1.19 (# 62)
>
|
|
|
|
a9ee31fbb7
|
Remove deprecated --inject-broker flag from trigger cmds (#1853) | |
|
|
494fe87a78
|
Upgrade deprecated v1alpha1 DomainMapping API to newer one (#1856)
Signed-off-by: pingjiang <xiangpingjiang1998@gmail.com> |
|
|
|
9676e46c63
|
Remove unusable `--broker` flag from `trigger update` cmd (#1847)
* Remove unusable flag from cmd * Fix unit test |
|
|
|
2cdfd1f0da
|
upgrade to latest dependencies (#1849)
bumping knative.dev/pkg ea6c1f2...6519aff: > 6519aff Update community files (# 2794) > 26b41ba Bump google.golang.org/api from 0.126.0 to 0.136.0 (# 2790) > 42a4ec1 Bump contrib.go.opencensus.io/exporter/prometheus from 0.4.0 to 0.4.2 (# 2793) > 404648b Bump golang.org/x/oauth2 from 0.8.0 to 0.11.0 (# 2792) > a6e28fc Bump golang.org/x/tools from 0.11.0 to 0.12.0 (# 2791) > b409e16 Bump github.com/openzipkin/zipkin-go from 0.3.0 to 0.4.1 (# 2785) > cceb144 Update community files (# 2788) bumping google.golang.org/genproto/googleapis/api e85fd2c...f966b18: > f966b18 chore(googleapis): remove obsolete types referencing field_mask package (# 1042) > e0aa005 chore(all): update all (# 1033) > cbb8c96 chore(all): update all (major) (# 1041) > 23370e0 chore(all): auto-regenerate .pb.go files (# 1039) > b022f6e chore(all): auto-regenerate .pb.go files (# 1038) > 66ad5b6 chore(all): update all (major) (# 1037) > 659f7aa chore(all): auto-regenerate .pb.go files (# 1036) > 3f92550 chore(all): update all (major) (# 1024) > 782d3b1 chore: remove gaming (# 1032) > e685fd7 chore(all): update all (# 1031) > ccb25ca chore(all): update all (# 1022) > f517056 chore(all): add go.work and fix apidiff (# 1030) > 9506855 chore(all): auto-regenerate .pb.go files (# 1028) > 1f95444 chore(all): auto-regenerate .pb.go files (# 1026) > e449d1e chore(all): update apidiff.yaml for submodules (# 1027) > 9b080da chore(all): auto-regenerate .pb.go files (# 1025) bumping golang.org/x/tools 675bf3c...229f848: > 229f848 gopls/internal/lsp/source: enable new defers analyzer > 2dc7eba go/analysis: use parser.SkipObjectResolution > f91c023 go.mod: update golang.org/x dependencies > e0783a8 internal/gcimporter: remove bug report on objectpath failure > 75f6f9c gopls/internal/bug: add gopls/bug telemetry counter > 4b271f9 gopls: add gopls/client telemetry counters > d0b18e2 go/analysis/passes/copylock: fix infinite recursion > 5b4d426 gopls/internal/hooks: clean language version before passing to gofumpt > 2160c5f gopls/internal/lsp/analysis: fix stubmethods with variadic parameters > 3d20bbe internal/gcimporter: add a missing return if objectpath fails > c16d0be cmd/gonew: add new tool for starting a module by copying one > 304e203 internal/edit: copy cmd/internal/edit > 82861e0 gopls/internal/lsp/source: reinstate equalOrigin for references check > 1561060 gopls/internal/lsp/source: fix incorrect 'origin' logic for named types > fe58b07 gopls/internal/lsp/source: fix renaming of type parameters > 3a3c169 gopls/internal/lsp/source: refresh embeddirective analyzer docs > 03562de refactor/satisfy/find: composite lits may have type parameter type > bacac14 gopls/internal/lsp/source: Add SuggestedFix for embeddirective Analyzer > 38606b3 gopls/internal/lsp/cache: keep analysis progress reports on one line > e8cdaf4 gopls/internal/lsp/cache: fast-path for type-checking active packages > da5abd3 gopls/internal/lsp/cache: fix use of time.NewTimer instead of NewTicker > b389785 gopls: fix tests that depend on log sequencing > 2ffc4dc all: fix some typos > e66c3a5 gopls/internal/lsp/cache: use correct metadata in resolveImportGraph > 364bdd0 gopls/internal/lsp/cache: fix incorrect check for active package > c6e02e3 gopls/internal/lsp/source: highlight deprecated symbols > 07bfcd4 internal/gcimporter: another workaround for race to interface type set > db5406b gopls/internal/lsp: don't recompute diagnostics during code actions > 4810eda gopls/internal/lsp/cache: memoize active packages after every operation > fa093b2 gopls/internal/regtest/bench: add benchmarks for codeactions > d75c387 internal/facts: don't reexport imported facts unnecessarily > 67ba599 gopls/internal/lsp/cache: fix boundary cond in parseCache age eviction > 478577b gopls/internal/lsp/cache: purge Analysis.Results earlier > ac1b965 gopls/internal/lsp/cache: limit parallelism > 4f74786 gopls/internal/lsp/cache: move purgeFuncBodies into the parse cache > 3577700 gopls/internal/lsp/cache: used time-based eviction in parseCache > 36f607b gopls/internal/lsp/frob: document another restriction > 9b2c3f9 go/types/objectpath: avoid sorting methods for gopls > ebb9ee3 gopls/internal/lsp/cache: UX improvements for analysis > 3e82a5b internal/gcimporter: avoid test assumptions about internal packages in other repos > 7ba5690 go/analysis/passes/composite: fix typo in URL field > 36e4181 Revert "go/packages: avoid unnecessary dependency on StdSizes" > 9161e3a all: remove repetitive words > 2842ed8 go/packages: avoid unnecessary dependency on StdSizes > 84f829e gopls/internal/lsp/cache: better panic if metadata invariant is broken > 03275ec gopls/internal/lsp/cache: frob: a fast encoder with gob-like powers > dbfa513 gopls/internal/lsp: don't awaitLoaded inside resolveImportGraph > b160971 gopls/internal/lsp: fix a latent bug in orphaned file reloading > 67aade5 internal/facts: strength-reduce Package param to PackagePath > ffc82f3 gopls/internal/lsp/source/typerefs: optimize getPackageHandles > 50a6ef6 gopls/internal/lsp: only diagnose one package per file > 48026e1 internal/gcimporter: don't panic when exporting a builtin 'Error' method > 5fed7a8 gopls/protocol/generate: upgrade generating LSP stubs > b9fd8df gopls/internal/lsp/debug: display Analysis.Run times > 799eec0 gopls/internal: update LSP support > c6de5f5 gopls/internal/lsp/source: fix spurious "unexpected var object" error > ba3c31c gopls/internal/regtest/bench: add a test simulating typing > 80c9aad gopls/internal/regtest/bench: add an 'oracle' benchmark repo > e10bcf6 gopls/internal/regtest/bench: clean up profile flags > 50a7e14 go/types/internal/play: show enclosing scopes and method sets > 12fe149 internal/typeparams: improve the panic in OriginMethod > 89d9fae internal/gcimporter: supporting encoding objects from different packages > dbd6001 go/analysis: remove pointless comments > 67d73b2 internal/gopathwalk: use opts.Logf for errors if set > 1ca2185 go/analysis: pass package's Go version to type checker > a721062 gopls/internal/regtest/workspace: fix TestQuickFix_AddGoWork for go1.21 > ba23fc4 internal/analysisutil: avoid IsNamed panic on built-in named types > e1d0f91 go/analysis/passes/slog: unskip test > c35476f gopls: commands to start/stop profiling, and a new benchmark metric > ec9bc53 internal/gopathwalk: use os.ReadFile instead of ioutil.ReadFile > aac7fb6 internal/cmd/deadcode: a command to report dead code in Go programs > 538a6e9 gopls/internal/lsp/source: put context first in extracted functions > ef12545 internal/lsp/analysis: embed directive analyzer check following decl > 7bb8360 internal: fix typo > 7fa7e85 go/callgraph/rta: doc tweaks > d86c729 cmd/digraph: somepath: search breadth-first to find minimal path > eaebeac gopls/internal/lsp/source/completion: avoid duplicates from variants > ac255de cmd/digraph: consolidate -help message and package doc > dfb7d24 go/analysis/passes/slog: replace XXXCtx names with XXXContext > 8f07782 gopls/internal/lsp: make gopls.start_debugging open browser > 4b177d0 go/callgraph/rta: optimise 'implements' operation > eaca1d0 gopls/internal/lsp/filecache: increase idle GC period to 6 hours > 124ebfa internal/pprof: a function to compute total pprof time > 8304532 go/callgraph/rta: model reflective calls soundly > f9f582e go/packages: pass go list-reported Go language version to type checker > e7916d0 gopls/internal/lsp/source/completion: honor usePlaceholders > 1d07f1b gopls/internal/lsp/source/completion: placeholders for type params > 2d90701 gopls/internal/regtest/marker: skip addgowork.txt > 8060af9 gopls/internal/lsp/source/xrefs: include refs to methods of generics > a8cf665 gopls/internal/lsp/source: ignore objectpath error in rename > eeb93ed gopls: remove dead code > 781c467 gopls/internal/lsp/cache: plumb analysis URLs to client bumping knative.dev/client-pkg e46f802...38d2dc0: > 38d2dc0 Update community files (# 114) > 71b851f upgrade to latest dependencies (# 112) bumping knative.dev/hack a75befb...044c02b: > 044c02b Update community files (# 309) > 3403e35 Update e2e-kind.sh (# 308) > ab12e24 Update community files (# 306) bumping google.golang.org/grpc 5b67e5e...87bf02a: > 87bf02a Change version to 1.57.0 (# 6448) > 6b64be9 resolver/weighted_round_robin: remove experimental suffix from name > 9489082 github: replace deprecated command with environment file (# 6417) > d1868a5 clusterresolver: add logs for dns discovery mechanism error cases (# 6444) > 8e9c8f8 grpc: do not use balancer attributes during address comparison (# 6439) > db32c5b Fix preloader mode in benchmarks (# 6359) > f0280f9 xds: require EDS service name in new-style CDS clusters (gRFC A47) (# 6438) > bf5b7ae clusterresolver: handle EDS nacks and resource-not-found errors correctly (# 6436) > fc0aa46 client: encode the authority by default (# 6428) > 11feb0a resolver: delete Target.Scheme and Target.Authority (# 6363) > df3e021 status: fix panic when servers return a wrapped error with status OK (# 6374) > acbfcbb internal/grpcsync: refactor test (# 6427) > 51042db internal/grpcsync: Provide an internal-only pub-sub type API (# 6167) > 620a118 xds/internal/balancer/clusterimpl: Switch cluster impl child to graceful switch (# 6420) > 6b8f427 orca: remove useless log statement (# 6424) > ea492f5 xdsclient: indicate authority serverURI in authority + transport logs (# 6425) > 67e881c xds: E2E Test for Audit Logging (# 6377) > 07718ef internal/xds/rbac: Add support for string matcher in RBAC header matching (# 6419) > 575a936 xds: Fail xDS Server Serve() if called after Stop() or GracefulStop() (# 6410) > 7eb5727 xds: switch EDS watch to new generic xdsClient API (# 6414) > e859984 server: with TLS, set TCP user timeout on the underlying raw connection (# 5646) (# 6321) > 1634254 rpc_util: Reuse memory buffer for receiving message (# 5862) > 789cf4e reflection: rename proto imports for disambiguation in import script (# 6411) > 0673105 clusterresolver: switch a couple of tests to e2e style (# 6394) > 0b3a81e clusterresolver: remove priority LB related tests (# 6395) > dd931c8 xds: clusterresolver e2e test cleanup (# 6391) > 10f5b50 [PSM interop] Don't fail target if sub-target already failed (# 6390) > 963238a clusterresolver: move tests around to different files (# 6392) > f24b4c7 clusterresolver: remove redundant tests (# 6388) > a9c7942 benchmark: Add support for Poisson load in benchmark client (# 6378) > dd350d0 stats/opencensus: Fix flaky metrics test (# 6372) > 642dd63 reflection: expose both v1 and v1alpha reflection services (# 6329) > 3c6084b xds/outlierdetection: fix config handling (# 6361) > 3e8eca8 Revert "client: encode the authority by default (# 6318)" (# 6365) > 1c0572a benchmark: fix package used to reference service to use grpc suffix instead of pb (# 6362) > 7a7caf3 protoc-gen-go-grpc: Update README.md file (# 6349) > 89790ea grpclb: fix typo (# 6356) > 907bdaa alts: Read max number of concurrent ALTS handshakes from environment variable. (# 6267) > 2ac1aae weightedroundrobin: prefer application_utilization to cpu_utilization (# 6358) > 7aeea8f orca: add application utilization and range checking (# 6357) > 6578ef7 client: handle empty address lists correctly in addrConn.updateAddrs (# 6354) > 761c084 xds/ringhash: cache connectivity state of subchannels inside picker (# 6351) > 1b66663 benchmark: Add sleepBetweenRPCs and connections parameters (# 6299) > 81c513a opencensus: stop overwriting ctx parameter in tests (# 6350) > 68576b3 client: encode the authority by default (# 6318) > c9d3ea5 deps: google.golang.org/genproto to latest in all modules (# 6319) > 02188e6 Change version to 1.57.0-dev (# 6346) bumping golang.org/x/oauth2 839de22...2e4a4e2: > 2e4a4e2 go.mod: update golang.org/x dependencies > ac6658e all: update go version to 1.18 > ec5679f go.mod: update golang.org/x dependencies > 989acb1 all: update dependencies to their latest versions > 2323c81 go.mod: update golang.org/x dependencies bumping knative.dev/eventing e255593...29ac3ee: > 29ac3ee [main] Upgrade to latest dependencies (# 7170) > 8e9ab2a [main] Update community files (# 7171) > 742c45e Create new trigger rekt helper functions (# 7135) > 1b1b690 Test ApiServerSource with Broker as sink (# 7151) > ea81855 [main] Upgrade to latest dependencies (# 7164) > abba035 Fix unique name generator for auto-created EventType (# 7160) > 8eaf932 Added .env files to the gitignore (# 7162) > 56e9420 [main] Upgrade to latest dependencies (# 7157) > 7636997 [main] Update community files (# 7159) bumping knative.dev/networking f25e82a...ed0534b: > ed0534b Update community files (# 843) > e50e66f upgrade to latest dependencies (# 841) > 1632591 correct readme link (# 840) > 04f25c2 Update community files (# 838) > 29c1660 upgrade to latest dependencies (# 837) bumping knative.dev/serving 241a1e9...5e20e1e: > 5e20e1e Update net-istio nightly (# 14263) > 6bfe5c3 add app: webhook label to webhook service (# 14258) > ece2fea upgrade to latest dependencies (# 14256) > 5c1c855 Support to use vegeta client with HTTPS (# 14255) > f9d9b28 Update net-gateway-api nightly (# 14249) > 4ab6b88 Update net-istio nightly (# 14247) > 5edb5a9 Update community files (# 14241) > 3f62086 Update net-kourier nightly (# 14246) > 342693a Update net-certmanager nightly (# 14245) > e1bbe1f Update net-gateway-api nightly (# 14243) > 0d79514 Update net-contour nightly (# 14244) > ad26685 upgrade to latest dependencies (# 14240) bumping google.golang.org/genproto e85fd2c...f966b18: > f966b18 chore(googleapis): remove obsolete types referencing field_mask package (# 1042) > e0aa005 chore(all): update all (# 1033) > cbb8c96 chore(all): update all (major) (# 1041) > 23370e0 chore(all): auto-regenerate .pb.go files (# 1039) > b022f6e chore(all): auto-regenerate .pb.go files (# 1038) > 66ad5b6 chore(all): update all (major) (# 1037) > 659f7aa chore(all): auto-regenerate .pb.go files (# 1036) > 3f92550 chore(all): update all (major) (# 1024) > 782d3b1 chore: remove gaming (# 1032) > e685fd7 chore(all): update all (# 1031) > ccb25ca chore(all): update all (# 1022) > f517056 chore(all): add go.work and fix apidiff (# 1030) > 9506855 chore(all): auto-regenerate .pb.go files (# 1028) > 1f95444 chore(all): auto-regenerate .pb.go files (# 1026) > e449d1e chore(all): update apidiff.yaml for submodules (# 1027) > 9b080da chore(all): auto-regenerate .pb.go files (# 1025) bumping google.golang.org/genproto/googleapis/rpc 9506855...1744710: > 1744710 chore(all): update all (# 1043) > f966b18 chore(googleapis): remove obsolete types referencing field_mask package (# 1042) > e0aa005 chore(all): update all (# 1033) > cbb8c96 chore(all): update all (major) (# 1041) > 23370e0 chore(all): auto-regenerate .pb.go files (# 1039) > b022f6e chore(all): auto-regenerate .pb.go files (# 1038) > 66ad5b6 chore(all): update all (major) (# 1037) > 659f7aa chore(all): auto-regenerate .pb.go files (# 1036) > 3f92550 chore(all): update all (major) (# 1024) > 782d3b1 chore: remove gaming (# 1032) > e685fd7 chore(all): update all (# 1031) > ccb25ca chore(all): update all (# 1022) > f517056 chore(all): add go.work and fix apidiff (# 1030) bumping github.com/openzipkin/zipkin-go f916476...4541717: > 4541717 remove circleci from list (# 213) > a58f3b6 Bump dependencies and remove unnecessary external dependency for example. (# 212) bumping google.golang.org/api 884dbd5...113082d: > 113082d chore(main): release 0.136.0 (# 2105) > 919cee6 chore(all): update all (# 2101) > c62e5c6 feat: add additional checks before using S2A (# 2103) > 8029f73 feat(all): auto-regenerate discovery clients (# 2104) > cd62080 chore(main): release 0.135.0 (# 2088) > 8fbf572 feat(all): auto-regenerate discovery clients (# 2102) > 262aa70 feat(all): auto-regenerate discovery clients (# 2100) > b16a2d3 feat(all): auto-regenerate discovery clients (# 2099) > ff054ff feat(all): auto-regenerate discovery clients (# 2098) > e59738c feat(all): auto-regenerate discovery clients (# 2096) > 1e19c22 feat(all): auto-regenerate discovery clients (# 2095) > 979195d feat(all): auto-regenerate discovery clients (# 2094) > 06fee15 chore(all): update all (# 2092) > 2b1c61f feat(all): auto-regenerate discovery clients (# 2093) > 597995c feat(all): auto-regenerate discovery clients (# 2091) > 8ba6963 feat(all): auto-regenerate discovery clients (# 2090) > c4d9f14 feat(all): auto-regenerate discovery clients (# 2089) > 8875932 feat(all): auto-regenerate discovery clients (# 2087) > 7fb7c47 chore(main): release 0.134.0 (# 2085) > aec89b7 feat(all): auto-regenerate discovery clients (# 2086) > 66d077d feat(all): auto-regenerate discovery clients (# 2084) > 9a94c5b chore(main): release 0.133.0 (# 2078) > 15c15a6 chore(all): update all to 659f7aa (# 2083) > 0846d92 feat(all): auto-regenerate discovery clients (# 2082) > 94f3caf feat(all): auto-regenerate discovery clients (# 2081) > 3a5236c feat(all): auto-regenerate discovery clients (# 2080) > b88678a feat(all): auto-regenerate discovery clients (# 2079) > d9bd05b feat(all): auto-regenerate discovery clients (# 2077) > 2eab0d1 chore(main): release 0.132.0 (# 2066) > 334c07e feat(all): auto-regenerate discovery clients (# 2076) > bf32188 chore(all): update all to 782d3b1 (# 2074) > 25d96d9 feat(all): auto-regenerate discovery clients (# 2075) > 0011a92 feat(all): auto-regenerate discovery clients (# 2073) > 52ac522 feat(all): auto-regenerate discovery clients (# 2072) > 16cf0c3 feat(all): auto-regenerate discovery clients (# 2069) > 25a3230 feat(all): auto-regenerate discovery clients (# 2065) > 5e7109a chore(main): release 0.131.0 (# 2056) > f391921 feat(all): auto-regenerate discovery clients (# 2064) > 524f72b feat(all): auto-regenerate discovery clients (# 2063) > 16b834e chore(all): update all (# 2061) > 90038ee feat(all): auto-regenerate discovery clients (# 2062) > 16ad84c feat(all): auto-regenerate discovery clients (# 2060) > 24b4d0b feat(all): auto-regenerate discovery clients (# 2059) > c836da9 feat(gensupport): pass in headers via context (# 2052) > e871335 feat(all): auto-regenerate discovery clients (# 2058) > 1b0f818 feat(all): auto-regenerate discovery clients (# 2054) > ed3a635 chore(main): release 0.130.0 (# 2042) > d5c7eef chore(all): update all (# 2048) > 5ec0817 feat(all): auto-regenerate discovery clients (# 2051) > d79dfc2 feat(all): auto-regenerate discovery clients (# 2050) > 5e08be4 feat(all): auto-regenerate discovery clients (# 2049) > 6711565 feat(all): auto-regenerate discovery clients (# 2046) > 50d3e98 feat(all): auto-regenerate discovery clients (# 2045) > 380eafd feat(all): auto-regenerate discovery clients (# 2044) > 7a8816b feat(all): auto-regenerate discovery clients (# 2043) > dc4d425 feat(all): auto-regenerate discovery clients (# 2041) > 78ebbdb chore(main): release 0.129.0 (# 2029) > 5e1c531 feat(all): auto-regenerate discovery clients (# 2040) > 888df6f chore: skip generating integrations:v1alpha (# 2039) > bbfccf8 chore(all): update all (# 2038) > efba8fa chore: restore generating integrations:v1alpha (# 2037) > 177408e feat(all): auto-regenerate discovery clients (# 2035) > 807827a chore(all): update all (# 2031) > cc73573 feat(all): auto-regenerate discovery clients (# 2033) > 247ad09 feat(all): auto-regenerate discovery clients (# 2032) > 3eb845f feat(all): auto-regenerate discovery clients (# 2030) > 922fc6a feat(all): auto-regenerate discovery clients (# 2028) > f06cac5 chore(main): release 0.128.0 (# 2023) > 229def0 feat(all): auto-regenerate discovery clients (# 2027) > 58512c3 feat(all): auto-regenerate discovery clients (# 2026) > d846ea5 feat(all): auto-regenerate discovery clients (# 2022) > 5e2fcf7 chore(main): release 0.127.0 (# 2016) > 0d9a82b chore(all): update module github.com/googleapis/enterprise-certificate-proxy to v0.2.4 (# 2019) > eb914ce feat(all): auto-regenerate discovery clients (# 2021) > c86a815 feat(all): auto-regenerate discovery clients (# 2018) > 4c6e7c1 feat(all): auto-regenerate discovery clients (# 2017) > 21af27f feat(all): auto-regenerate discovery clients (# 2015) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
0dd07de68d
|
Update community files (#1850)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
8dc8a9f26c
|
Update community files (#1845)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
53b3e2e104
|
upgrade to latest dependencies (#1843)
bumping golang.org/x/term edd9fb7...19e73c2: > 19e73c2 go.mod: update golang.org/x dependencies bumping knative.dev/pkg 8d3f951...ea6c1f2: > ea6c1f2 Bump github.com/gobuffalo/flect from 0.2.4 to 1.0.2 (# 2786) > 936112b Bump golang.org/x/net from 0.12.0 to 0.14.0 (# 2787) > 79fa1f6 Bump cloud.google.com/go/storage from 1.30.1 to 1.31.0 (# 2784) > 7333c86 Update community files (# 2781) > 6d68d7f upgrade to latest dependencies (# 2780) bumping knative.dev/serving 0bbb5c7...241a1e9: > 241a1e9 upgrade to latest dependencies (# 14238) > 07f0b3b Update net-gateway-api nightly (# 14236) > 62daafd Update net-kourier nightly (# 14233) > 4c55422 Update net-contour nightly (# 14235) > efb99ba Update net-certmanager nightly (# 14234) > 0f27ffc Update net-istio nightly (# 14232) > 9f845d1 Update community files (# 14230) > 08814cd Update net-gateway-api nightly (# 14226) > f2969d2 Update net-kourier nightly (# 14221) > 883aaa5 Update net-contour nightly (# 14228) > c453f07 Update net-certmanager nightly (# 14227) > 33909c3 Update net-istio nightly (# 14220) > a14c956 upgrade to latest dependencies (# 14225) > 8ea1cb6 Set TLS minimum version to 1.3 for Ingress to Activator (# 14074) > c8e7387 Update net-contour nightly (# 14224) > 8ea2071 Update net-certmanager nightly (# 14222) > 2a3f9cc Update net-gateway-api nightly (# 14223) > e7c66a8 Update net-kourier nightly (# 14209) > 04e6524 upgrade to latest dependencies (# 14214) bumping knative.dev/networking 29da3ac...f25e82a: > f25e82a Update community files (# 836) > c39ba8f upgrade to latest dependencies (# 835) > e8f7562 upgrade to latest dependencies (# 834) bumping google.golang.org/genproto/googleapis/api 1aefcd6...e85fd2c: > e85fd2c chore: bump deps (# 1020) > 71b5a4f chore(all): update README with submodules warning (# 1017) > 0005af6 chore(all): update genproto reference to api/rpc submodule versions with back-reference (# 1016) > 6ee61e4 chore(all): format doc.go (# 1013) > 86246a8 chore(all): update modules: googleapis/bytestream, googleapis/api/apikeys, googleapis/api/servicemanagement, googleapis/api/servicecontrol, googleapis/api/serviceusage > dd9d682 chore(all): update modules: googleapis/api > 28d5490 chore(all): update modules: googleapis/rpc > 438c736 chore(all): update modules: genproto bumping knative.dev/client-pkg eff2379...e46f802: > e46f802 Update community files (# 113) bumping golang.org/x/net c73c09c...c8c0290: > c8c0290 go.mod: update golang.org/x dependencies > 0b21d06 quic: framework for testing blocking operations > 4648651 quic: add -vv flag for more verbose tests > 60ae793 quic: don't send session tickets > a7da556 http2: optimize buffer allocation in transport > 167593b quic: create and accept streams > 8ffa475 html: only render content literally in the HTML namespace > 63fe334 quic: gate and queue synchronization primitives > bd8ac9e quic: fill out connection id handling > 08001cc quic: debug logging of packets > dd0aa33 quic: tls handshake > 5e678bb quic: CRYPTO stream handling > dd5bc96 internal/quic: deflake TestConnTestConn > d0912d4 quic: add pipe type > 8db2ead quic: transport parameter encoding and decoding > 0adcadf quic: send and receive datagrams > 16cc77a quic: print better stacks on SIGQUIT > 4a3f925 quic: basic connection event loop > 57553cb quic: connection ids > 304cc91 quic: tracking of received packets and acks to send > 9475ce1 quic: fix typos in comments > d8f9c01 dns/dnsmessage: add fuzz test > 8126108 dns/dnsmessage: update Parser docs > a1613c2 http2: handle trailing colon in authorityAddr bumping golang.org/x/text e503480...fb697c0: > fb697c0 cmd/gotext: actually use -dir flag > f3e69ed cmd/gotext: fix misbehaviors > ab07ad1 all: remove repetitive words bumping knative.dev/eventing 91e156c...e255593: > e255593 Update to kind v0.20.0 (# 7138) > 763eb0c [main] Upgrade to latest dependencies (# 7156) > 4a77f6f [main] Upgrade to latest dependencies (# 7155) > 8d5cfd9 Rename knative-sandbox to knative-extensions (# 7137) > f614df3 [main] Upgrade to latest dependencies (# 7143) > ce3b0c8 [main] Update community files (# 7152) > 6ab1a21 Remove deprecated kncloudevents.CloudEventsRequest (# 7146) > 67b3bf5 Set cluster domain suffix in TLS manifests correctly (# 7145) > 55225e0 Install Kail from source in test_setup (# 7150) > 37a5651 Fix retryAfter experimental e2e test (# 7148) > 0fd9aa1 Benchmark Base SubscriptionsAPI filters (# 7121) > 8a90e40 TLS certificate rotation tests (# 7103) > bfba6fd Use correct cluster domain in e2e tests (# 7140) bumping google.golang.org/api 63d06ab...884dbd5: > 884dbd5 chore(main): release 0.126.0 (# 2009) > e0fa0b1 chore: skip generating integrations:v1alpha as it fails generation (# 2014) > db9dde2 chore: remove refs to deprecated io/ioutil (# 2008) > 95d3fd1 feat(all): auto-regenerate discovery clients (# 2012) > 4fed5c2 feat(all): auto-regenerate discovery clients (# 2011) > 3dc0dbb feat(all): auto-regenerate discovery clients (# 2010) > 465e95b feat(all): auto-regenerate discovery clients (# 2007) > 1a4c8c2 chore(main): release 0.125.0 (# 1996) > 3e8621c feat: update direct deps (# 2006) > 7143682 chore(main): Enable release-trigger bot for triggering release job (# 1977) > 636c71b chore(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 in /internal/kokoro/discogen (# 2005) > 693129f chore(all): update all (major) (# 1993) > 3be73e5 chore(all): update all (# 2003) > 37ce51c feat(all): auto-regenerate discovery clients (# 2004) > f18c4ed feat(all): auto-regenerate discovery clients (# 2002) > ed05294 feat(all): auto-regenerate discovery clients (# 2001) > f67c417 chore(all): update google.golang.org/genproto to submodules (# 2000) > 85ab112 feat(all): auto-regenerate discovery clients (# 1999) > f701782 feat(all): auto-regenerate discovery clients (# 1998) > cdcccfa feat(all): auto-regenerate discovery clients (# 1995) bumping golang.org/x/sys a1a9c4b...104d401: > 104d401 unix: add riscv_hwprobe for riscv64 > 70f4e40 unix: retry fetching of lists through sysctl if the size changes > ad7130c unix: add more block device ioctl numbers > c406141 all: fix some typos > 25d0004 unix: fix last argument of pselect6 on linux > 706fa98 windows: remove repetitive words > 3fead03 unix: add Mremap for netbsd bumping google.golang.org/genproto 438c736...e85fd2c: > e85fd2c chore: bump deps (# 1020) > 71b5a4f chore(all): update README with submodules warning (# 1017) > 0005af6 chore(all): update genproto reference to api/rpc submodule versions with back-reference (# 1016) > 6ee61e4 chore(all): format doc.go (# 1013) > 86246a8 chore(all): update modules: googleapis/bytestream, googleapis/api/apikeys, googleapis/api/servicemanagement, googleapis/api/servicecontrol, googleapis/api/serviceusage > dd9d682 chore(all): update modules: googleapis/api > 28d5490 chore(all): update modules: googleapis/rpc bumping knative.dev/hack 338500e...a75befb: > a75befb Update community files (# 305) > d7fde30 Added knative-extensions (# 293) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
0636d6e3e1
|
Update community files (#1844)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
1ff16f0fcb
|
upgrade to latest dependencies (#1840)
bumping go.uber.org/zap 1ae5819...a55bdc3:
> a55bdc3 Release v1.24.0 (# 1208)
> ed5598a Use ReplaceAll instead of Replace with -1 pos arg (# 1195)
> da406e3 Chore: Fix deprecation docs and links (# 1193)
> 9b86a50 SugaredLogger: Turn error into zap.Error (# 1185)
> 9137e0e go.mod: Bump go directive to 1.19 (# 1181)
> 7cabba7 Open absolute paths as files, limited Windows support (# 1159)
> 7681a0a Export objectMarshalerPtr (# 1171)
> 9abd14b chore: remove duplicate word in comments (# 1169)
> eae3743 Logger, SugaredLogger: Add Level method (# 1148)
> 0d6a75b tests: assert.Error/Contains => assert.ErrorContains (# 1158)
bumping knative.dev/eventing 248a471...91e156c:
> 91e156c [main] Upgrade to latest dependencies (# 7131)
> 3915df7 Refactor kncloudevents and add `SendEvent` function (# 7092)
> 8a09756 [main] Update actions (# 7136)
> de2e8ff Global resync brokers on config-features changes (# 7126)
> 5e76ff2 Watch config-features in IMC controller (# 7125)
> 63fd638 Introduce a script to build and deploy Eventing for local development (# 7117)
> 694ae3e Fix edit role aggregation (# 7124)
> 187be65 [main] Upgrade to latest dependencies (# 7123)
> ffa5915 Remove deprecated httpclient msgsender (# 7018)
> 874d288 [main] Update community files (# 7116)
bumping github.com/prometheus/procfs 344b47c...332e865:
> 332e865 fs: Statfs_t{} doesn't have a Type field on Windows (# 528) (# 529)
> dd377c7 Fix softnet CPU Index (# 517)
> 58149ca fs: Statfs_t{} doesn't have a Type field on NetBSD, OpenBSD, or Solaris (# 523)
> 7acd99d net_class: catch syscall.EINVAL and better handle read errors
> b5b7dd5 Add support CpusAllowedList for /proc/[pid]/status (# 490)
> f489b53 Update Go version (# 521)
> 24c2637 Merge pull request # 520 from conallob/patch-1
> 035b875 Merge pull request # 514 from prometheus/superq/netstat_refactor
> ceb5a6f Sync golangci-lint.yml with https://github.com/prometheus/node_exporter/blob/master/.github/workflows/golangci-lint.yml
> 718836a Merge pull request # 487 from ksankeerth/mountstats_nfs_avg_rtt
> bad5514 Refactor netstat parsing
> 1a35fa6 Update golangci/golangci-lint-action to v3.4.0
> 663692c Merge pull request # 509 from dswarbrick/mdraid-sysfs
> 49163ee add avgRTT to nfs mountstats
> 99b481d Merge pull request # 513 from artemseleznev/master
> 5fce84b Merge pull request # 511 from dcbw/ParseSysfsNetClassAttribute
> a038d1f Implement mdraid sysfs parsing
> affffdb Update common Prometheus files
> 60fe598 Bump golang.org/x/sys from 0.6.0 to 0.7.0
> d89fbe9 static analyzer issue fix
> 03e2a93 net class: split out attribute parser and export it
> b5312c5 Merge pull request # 503 from prometheus/dependabot/go_modules/golang.org/x/sys-0.6.0
> bb7727a Merge pull request # 483 from prometheus/superq/err_invalid
> b4a1860 Update common Prometheus files
> 910e933 Bump golang.org/x/sys from 0.5.0 to 0.6.0
> 0c4b3aa Merge pull request # 426 from binjip978/return-error-on-empty-cpu-freq
> 58a6c0a Use errors.Is() for invalid argument
> dd6bb71 Support old conntrack stats
> 03da3a1 handle more columns from softnet_data (# 473)
> b9fa528 return error if cpufreq's are empty
> 85417ca Add support for several /sys/class/sas_* classes (# 453)
> f930a52 Bug Fix: SystemCPUfreq fails when any core is offline
> 42aaf8e add /proc/interrupts (# 475)
> 757109e Add support for several /sys/class/sas_* classes (# 453)
> 80824fa Check whether FS is a real procfs where it matters
> 88f86e5 Add CPUInfo parsing for LoongArch64 (# 384)
> c8aa9d7 Merge pull request # 461 from xixiliguo/on-cpu
> d9f81a9 Enable oppportunistic fd counting fast path
> 6e512b8 Merge pull request # 471 from Dentrax/TCPRcvQDrop
> c66e798 add processor field for /proc/[pid]/stat
> 8b6d466 Merge pull request # 488 from Dentrax/wireless
> 945097a Merge pull request # 474 from Dentrax/stat-parse
> 3a8e021 Add missing TCPRcvQDrop
> 7be8e40 Merge pull request # 495 from prometheus/dependabot/go_modules/golang.org/x/sys-0.5.0
> 150eff5 Use 4-digit uint instead
> ce30991 Merge pull request # 477 from Dentrax/disktat-parse
> 045a006 Separate /proc/stat parsing logic
> b3d77ec fix: Avoid trimming characters incorrectly from ProcStatus (# 469)
> 9ccf0f8 Merge pull request # 494 from gaius-qi/feature/vmstat
> fe0e697 Bump golang.org/x/sys from 0.4.0 to 0.5.0
> 1ab0de2 Add /proc/net/wireless parsing
> 421a743 Merge pull request # 472 from Dentrax/netstat-refactor
> 3d7fbad Separate /proc/stat disk stat parsing logic
> bf36102 Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (# 468)
> 8e530b9 Merge pull request # 493 from prometheus/repo_sync
> 31842f6 fix: parseVMStatNUMA return wrong VMStat in nr_zone_inactive_file
> cab2d84 Merge pull request # 470 from prometheus/superq/bump_go
> a05e0cf Separate NetStat parsing logic
> 800411b parse cpu with ID in /proc/stat
> 6efaede Merge pull request # 491 from prometheus/dependabot/go_modules/golang.org/x/sys-0.4.0
> 080c853 Update common Prometheus files
> 3433fa1 Add support for thread data parsing. (# 481)
> b4d3f67 Update Go
> f5d82fa Update codespell
> 2d852d3 Bump golang.org/x/sys from 0.3.0 to 0.4.0
> 55dabef Update common Prometheus files
> 254423d Update common Prometheus files (# 466)
> 6f02dd1 Replace float64 with *float64 for proc_netstat, proc_snmp and proc_snmp6 (# 464)
> aa41d1a Fix grammar error
bumping knative.dev/client-pkg bd83cf4...eff2379:
> eff2379 Update actions (# 111)
> 25b1b93 Update community files (# 110)
bumping golang.org/x/mod 69aa7ac...baa5c2d:
> baa5c2d all: add godoc links
> 7603649 zip: fix TestCreateFromDirSpecial/ignore_symlink on wasmtime
> 22d21f4 zip: fix doc for CreateFromVCS function
> bfed713 zip: fix LICENSE file handling to match modfetch
> 62c7e57 sumdb: handle panic from c.ReadRemote during ReadTiles
> 2a1c06a modfile: update toolchain syntax
> e81ad10 sumdb: correct spelling mistakes
> e343115 sumdb: add missing return after http.Error
> fc83a8f modfile: add support for dropping go and toolchain stmts
> 1846133 modfile: add parsing support for toolchain
> a73672d modfile: add support for go and toolchain lines
> e7bea8f modfile: use semantic sort for exclude blocks
> ad6fd61 zip: fix on Windows
bumping knative.dev/pkg aef227e...8d3f951:
> 8d3f951 Allow overriding webhook secret data keys (# 2662)
> c11003a Use go sync/atomic instead of go.uber.org/atomic (# 2777)
> b3a65a0 Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (# 2775)
> e888f79 rename-sandbox (# 2779)
> 532e082 Update actions (# 2778)
> 72f2648 Bump go.uber.org/zap from 1.19.1 to 1.24.0 (# 2774)
> 7b50f3c Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (# 2771)
> 1ea9b2d Bump github.com/tsenart/vegeta/v12 from 12.8.4 to 12.11.0 (# 2772)
> 4866914 Fix github action for dependabot (# 2776)
> edf95e6 Bump actions/setup-go from 3 to 4 (# 2770)
> 801a900 Add dependabot and auto update deps (# 2768)
> aa56e29 Update community files (# 2769)
bumping github.com/prometheus/client_golang 254e546...3583c1e:
> 3583c1e Cut v1.16.0 (# 1292)
> 2feda42 Fixed README & CHANGELOG; Added fmt makefile command (+bingo) for easier contributions. (# 1289)
> 5b9cf9c Merge pull request # 1290 from prometheus/fix-nh-docstring-refs
> 7352ab7 Moving fully to GH actions. (# 1288)
> 1b19d5f Fix docstring references to renamed native histogram fields / functions.
> e4ff34d Improve metricUnits runtime (# 1286)
> 781ea28 added circleci as gh action YAML (# 1281)
> a09a1d3 Reduce constrainLabels allocations (# 1272)
> 8840afc Bump github.com/prometheus/procfs from 0.9.0 to 0.10.1 (# 1283)
> 5e78d5f Merge pull request # 1279 from prometheus/beorn7/histogram
> b8cb86a add process start time header to client_golang prometheus (# 1278)
> 77e97da histogram: Fix bug in bucket key calculation
> 8b1a836 GitHub Workflows security hardening (# 1180)
> 3094812 histogram: expose bug in bucket key calculation
> f51d823 Merge pull request # 1267 from prometheus/release-1.15
> 297fea3 fix undefined execution order in return statements (# 1260)
> 4bbb297 Cut 1.15.1 (# 1266)
> 0f060a0 Add detection for WSL address (# 1257)
> 2eaffbd Merge pull request # 1253 from prometheus/fixpro
> 8a51463 Cleanup proto use in tests (# 1264)
> d7896d4 Cut v1.15.0 (# 1249)
> b8fdd23 Added clarification.
> 0ae0013 Bump golang.org/x/sys from 0.6.0 to 0.7.0 (# 1265)
> bba12b5 Bump github.com/prometheus/common from 0.41.0 to 0.42.0 (# 1244)
> 2ea234e Revert "Remove unnecessary check if label is nil in observeWithExemplar (# 1235)"
> 671a2f0 Fixed tutorial. (# 1256)
> 9015fcf Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (# 1245)
> 90eb83b Added interactive tutorial [kubeCon] (# 1255)
> 1bb8cf8 Bump golang.org/x/sys from 0.5.0 to 0.6.0 (# 1246)
> c36c6ab [collectors]: fix typo in test assertion (# 1153)
> ff7efed Merge pull request # 1243 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.30.0
> 0392dff Switch to POST for LabelNames, Series, and QueryExemplars to DoGetFallback (# 1252)
> 63a3955 Merge pull request # 1238 from jacksontj/issue_621
> 852a282 Bump google.golang.org/protobuf from 1.28.1 to 1.30.0
> e3b6de8 Merge pull request # 1250 from prometheus/release-1.15
> eb33971 Filter expected metrics as well in CollectAndCompare (# 1143)
> 6037863 Only set start/end if time is not Zero
> 5c7821d Update common Prometheus files (# 1237)
> e79d7e7 timer: Added support for exemplars. (# 1233)
> 232b949 Added support for go 1.20. (# 1234)
> 3726cdd README: Remove not working gocoverage images. (# 1236)
> 3ce88f3 Remove unnecessary check if label is nil in observeWithExemplar (# 1235)
> 3d2cf0b Indent example in godoc consistently (# 1226)
> ffbbe80 Merge pull request # 1225 from prometheus/beorn7/api
> 66687e5 Update common Prometheus files (# 1224)
> 2236d78 api: Extend and improve json-iterator usage
> 2771bcc Add `Header` method to Pusher for custom header (# 1218)
> 2fced96 Bump github.com/prometheus/common from 0.37.0 to 0.39.0 (# 1197)
> 031748d Update common Prometheus files (# 1213)
> b8b41c8 Bump golang.org/x/sys from 0.3.0 to 0.4.0 (# 1217)
> d5a9239 Merge pull request # 1198 from prometheus/dependabot/go_modules/github.com/prometheus/procfs-0.9.0
> 40692cb Merge pull request # 1199 from prometheus/dependabot/go_modules/github.com/cespare/xxhash/v2-2.2.0
> 26620fd Bump github.com/prometheus/procfs from 0.8.0 to 0.9.0
> fcdc3ec Add possibility to dynamically get label values for http instrumentation (# 1066)
> 14aa203 Bump github.com/cespare/xxhash/v2 from 2.1.2 to 2.2.0
> 27f0506 Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149 (# 1187)
> fc5f34c Merge pull request # 1178 from ibreakthecloud/patch-1
> 7f99379 Replace deprecated github.com/golang/protobuf package (# 1183)
> a787555 typo fix
> e29ed9f Support for multiple samples within same metric (# 1181)
> 07b1397 examples: Add exemplars and middleware examples (# 1173)
> fae2f63 Add constrained labels and Constrained variant for all MetricVecs (# 1151)
> 8b6e680 Merge pull request # 1171 from prometheus/beorn7/histogram
> 3d765a1 Add context to "duplicate label names" to enable debugging (# 1177)
> 449b464 Merge pull request # 1166 from prometheus/beorn7/doc
> 043372e Initialize atomic variables in histogramCounts with atomic.Store...
> db41dad Merge pull request # 1164 from prometheus/release-1.14
> b804be1 Fix typo in doc comment
> efef903 Rename histogram tests (from sparse to native)
bumping golang.org/x/sync 1ea3257...93782cc:
> 93782cc errgroup: use WithCancelCause to cancel context
> 4966af6 singleflight: example for using Group
> a6666c1 go.mod: upgrade to go 1.17
bumping github.com/matttproud/golang_protobuf_extensions c182aff...c182aff:
bumping github.com/prometheus/common 49b3603...94bf982:
> 94bf982 Merge pull request # 489 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.44.266
> ac06723 Merge pull request # 482 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.8.0
> 211d8fc Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.266 in /sigv4
> 062aaec Merge pull request # 485 from prometheus/dependabot/go_modules/sigv4/github.com/stretchr/testify-1.8.2
> 27af2c4 Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0
> 2f0f5c4 Merge pull request # 483 from prometheus/dependabot/go_modules/golang.org/x/net-0.10.0
> 24a8815 Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 in /sigv4
> 96ade15 Merge pull request # 486 from prometheus/dependabot/go_modules/sigv4/github.com/prometheus/common-0.43.0
> 7364518 Bump golang.org/x/net from 0.9.0 to 0.10.0
> 65a4236 Merge pull request # 480 from prometheus/superq/update_sigv4-bot
> 68e477e Bump github.com/prometheus/common from 0.42.0 to 0.43.0 in /sigv4
> 085fa47 Merge pull request # 472 from grafana/inline-ca-strings
> ad1759c Enable dependabot for sigv4
> f505d86 Merge pull request # 474 from jkroepke/custom-logger
> bcb00f1 config: remove unused internal function
> b933a95 Merge pull request # 475 from gouthamve/negotiate-om-1.0
> e27922a Merge pull request # 469 from prometheus/dependabot/go_modules/github.com/alecthomas/kingpin/v2-2.3.2
> 01d2b4a Remove unnecessary else and use NewSyncWriter again
> 7b35f6a config: add tests for inline TLS configs
> 2f04d2e Merge pull request # 463 from prometheus/repo_sync
> ad42fa5 Return 0.0.1 with no version for backwards compatibility
> a2ac260 Merge pull request # 479 from prometheus/superq/updates
> 9a176e1 Bump github.com/alecthomas/kingpin/v2 from 2.3.1 to 2.3.2
> 769f5e1 Allow custom log.Logger
> 5915888 config: allow TLS data to be provided inline
> 66b493f Merge pull request # 462 from roidelapluie/proxyfromenv
> e990082 Update common Prometheus files
> 5012e7c Negotiate OM v1.0.0
> 92f8c27 Merge pull request # 481 from prometheus/dependabot/go_modules/github.com/prometheus/client_golang-1.15.1
> 5e8c998 expfmt: Avoid copying mutex in proto message
> 6a5f4db Merge pull request # 455 from bboreham/build-tags
> c8ca1fb Add support to use Proxy From Environment and set No Proxy
> cffd08e Merge pull request # 478 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.7.0
> 2328fd6 Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.1
> 27a8fa5 Update Go modules
> d7d98af Merge pull request # 461 from bboreham/faster-parseduration
> 56d83af version: add Go build tags to output
> d9a31c0 Merge pull request # 454 from prometheus/dependabot/go_modules/sigv4/golang.org/x/net-0.7.0
> 567ed12 Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0
> 94c865c Merge pull request # 453 from prometheus/beorn7/model
> 55b01d1 Parse Durations much faster
> 77ee449 Merge pull request # 447 from prometheus/superq/bump_go
> aab41f8 Bump golang.org/x/net from 0.4.0 to 0.7.0 in /sigv4
> ab87968 Merge pull request # 433 from lucacome/add-dependabot
> 456cf05 model: Remove json-iterator usage (again)
> 330a3f5 Add benchmark for ParseDuration
> d25d305 Merge pull request # 450 from roidelapluie/marshal
> 2cd3d6e Update Go versions
> e903cdd Merge pull request # 459 from prometheus/superq/mods
> 569c9c3 Apply suggestions from code review
> 4827ac3 Merge pull request # 460 from prometheus/repo_sync
> 72ed068 Merge pull request # 449 from roidelapluie/test444
> 6004368 Fix and test JSON & YAML marshalling
> f9c1994 Merge pull request # 440 from zenador/sparsehistograms
> caae7d4 Update Go modules
> c3af33b Add dependabot
> c4e09cb Merge pull request # 458 from hairyhenderson/switch-kingpin-repo
> 51087f9 Update common Prometheus files
> 81fdf5b Merge pull request # 448 from roidelapluie/test442
> 69ed1ea expfmt: add test cases for TextParser startOfLine error handling
> ff69f32 Merge pull request # 429 from roidelapluie/fix-marshal
> ca1f99b Make it more efficient and compatible to use SampleHistogram (# 439)
> 18a4214 Update comments according to code review
> 846591a Merge pull request # 417 from zenador/sparsehistograms
> 8fe65a7 Update kingpin module source
> 3bdfd73 expfmt: add test case for issue with *bufio.Reader and FmtText format
> 2c9877d Merge pull request # 444 from abursavich/expfmt-eof
> 1c521dc Fix marshalling of TLSVersion
> 87b15f9 Merge pull request # 438 from zenador/sparsehistograms
> 4e9e3f5 Continue to use json-iterator to improve marshalling of SamplePair
> ccc2474 Merge pull request # 428 from prometheus/repo_sync
> 691e814 Update comments according to review
> d888bfa Merge pull request # 443 from abursavich/expfmt-decode
> d074dea expfmt: only ignore io.EOF errors in TextParse.startOfLine
> 296ec92 Merge pull request # 409 from prometheus/mem/proxy_header
> 0dd260f Change HistogramBucket Boundaries type to int32
> f71df30 Continue to use json-iterator to improve marshalling of SampleHistogramPair
> 5b981eb Update common Prometheus files
> 0267435 Update tests according to code review
> 5be97a0 expfmt: only call TextParser.TextToMetricFamilies once from textDecoder
> 18281a2 Merge pull request # 424 from prometheus/repo_sync
> 4a0d730 Add support for proxy connect headers
> eda7de1 Start to use json-iterator to improve marshalling of HistogramBucket
> dc2e18b Revert "Try removing sampleHistogramPairPtr"
> befeabf Merge pull request # 422 from prometheus/superq/add_mod_check
> 017dec0 Update common Prometheus files
> 01880dc Add benchmarks for marshalling
> f451854 Try removing sampleHistogramPairPtr
> 1bc7f65 Add platform info to labels (# 403)
> 82accf3 Add go mod version test
> 14a8016 Remove sampleHistogramPairPtr
> b079cf8 Revert "Add generic interface for float/histogram sample pair (bumping go version - experimental)"
> 00e3fd7 Merge pull request # 418 from roidelapluie/go119
> 0e0dee6 Merge branch 'main' into sparsehistograms
> 84e64de Add generic interface for float/histogram sample pair (bumping go version - experimental)
> ddb642f Merge pull request # 421 from prometheus/superq/update_sigv4
> 045094f Update deps and test with go 1.19
> 4a4b110 Fix according to code review
> c2ecee8 Merge pull request # 419 from prometheus/repo_sync
> c8ff4cd Update sigv4 Go
> 74031a1 Change int type of native histogram count
> a33c32f Merge pull request # 374 from roidelapluie/go118vcs
> 466075d Update common Prometheus files
> e717a78 Make type of Sample and SampleStream in structs more explicit with an enum
> 11bcb5b Merge pull request # 415 from FUSAKLA/fus-http-config-from-file
> 5b6c049 go118: Get VCS info from debug.BuildInfo
> a148981 Update the display strings for model
> 87b669d Add the ability to specify the maximum acceptable TLS version (# 414)
> d9cd6f2 feat: make LoadHTTPConfigFile set directory and move from tests file
> 43914a0 Fix and add tests for model matrices
> bebc731 Remove ioutil after merging check client certificates (# 407)
> 2b7b371 Split model values into smaller files by category
> 8c9cb3f Update common Prometheus files (# 399)
> ee927fa Add histograms to model
> 1c0fa3e Check if TLS certificate and key file have been modified (# 345)
> 54e041d Implement Stringer on TLSVersion (# 405)
> c206bfc Merge pull request # 404 from thaJeztah/bump_protobuf_extensions
> dfbc25b Merge pull request # 382 from prometheus/superq/update_go
> 5ae446c go.mod: github.com/matttproud/golang_protobuf_extensions v1.0.2
> 1482587 Remove ioutil (# 395)
> 9d646db Update Go modules
bumping knative.dev/hack ddae802...338500e:
> 338500e Update actions (# 304)
> 6f48889 Update community files (# 303)
bumping knative.dev/serving f1617ef...0bbb5c7:
> 0bbb5c7 rename-sandbox (# 14207)
> d47f53d Update net-istio nightly (# 14212)
> 75e721a Update net-contour nightly (# 14211)
> 1b94c0d Update net-gateway-api nightly (# 14210)
> f2c3ea4 Update net-certmanager nightly (# 14208)
> cd98800 Add Istio ambient to KinD test (# 14103)
> e937b62 Update actions (# 14206)
> ff6e78d Update net-kourier nightly (# 14205)
> bbdef8e Update net-istio nightly (# 14198)
> 0a3f5f9 Update community files (# 14195)
> 72f4a16 Update net-gateway-api nightly (# 14193)
> b9c3bc2 Update net-contour nightly (# 14194)
> 5e99c23 Update net-certmanager nightly (# 14192)
> 46ba924 Update net-kourier nightly (# 14191)
> 9e89832 Update net-istio nightly (# 14190)
bumping knative.dev/networking 75dcd54...29da3ac:
> 29da3ac rename-sandbox (# 833)
> 23adcb7 Update actions (# 832)
> 964322c Fix comment for old config (# 831)
> b13f88f Update community files (# 829)
bumping github.com/prometheus/client_model 63fb982...91c3945:
> 91c3945 Merge pull request # 64 from prometheus/superq/update_proto
> 31ca668 Update proto tools
bumping golang.org/x/tools 031fc75...675bf3c:
> 675bf3c go.mod: update golang.org/x dependencies
> ad52c1c go/ssa/interp: support conversions to slices of named bytes
> 14ec3c0 gopls/doc/contributing.md: document error handling strategies
> c495364 go/packages/gopackages: document -mode flag
> 87ad891 gopls/internal/lsp/source/typerefs: move test into _test.go
> 27fd94e internal/fastwalk: doc formatting fixes (including godoc links)
> d362be0 gopls/internal/lsp/filecache: reduce GC frequency
> 969078b Revert "go/analysis: add Sizes that matches gc size computations"
> 5aa6acb go/analysis: add Sizes that matches gc size computations
> 5a89a3b go/vcs: delete
> d03a819 go/vcs: isolate into a nested module
> a659412 go/vcs: deprecate package in favor of go list -json
> 9d8d408 gopls/internal/lsp/cmd: list bug reports in 'gopls bug'
> 8f9bce4 go/ast/inspector: clarify behavior regarding comment traversal
> fa10359 gopls/internal/lsp/cache: don't panic when import fails during analysis
> c8278fe gopls/internal/lsp/cache: don't record edges to invalid packages
> 87df9bc cmd/godoc: disable TestWebIndex, a very slow test
> 63624df gopls/internal/lsp/cache: remove ITVs from shared import graph
> 0ca9d30 gopls/internal/lsp/cache: fix nil panic in analysis toSourceDiagnostic
> 85554d6 gopls/internal/lsp/cache: add debugging assertion for golang/go# 60904
> 9960b69 gopls/internal/lsp/cache: guard against "unsafe" by package path, not ID
> 6480332 gopls/internal/lsp/cache: use types.Unsafe in analysisPackage
> 155320d gopls/internal/lsp/work: don't crash when hovering over broken mod dir
> b71392a gopls/internal/lsp/cache: reduce importing in analysis
> d1a388b internal/gcimporter: avoid a crash when exporting a struct with no pkg
> a4ed05f cmd/digraph: add "to dot" to emit Graphviz dot
> 7261b32 gopls/internal/regtest: fix goimports on windows when using vendoring
> 41e4e56 gopls/internal/lsp/source/completion: ensuring completion completeness
> ac29460 go/ssa: fix bug in writeSignature on external functions
> 3b62e7e go/ssa: use core type within (*builder).receiver
> f394d45 gopls/internal/lsp/cache: compute xrefs and methodsets asynchronously
> 27dbf85 go.mod: update golang.org/x dependencies
> c6c9830 go/types/objectpath: memoize scope lookup in objectpath.Encoder
> 0245e1d gopls/internal/regtest/codelens: set GOWORK=off for go mod vendor
> 85be888 go/analysis/passes/defers: add analyser for defer mistake
> c43232f cmd/digraph: improve examples using go list, mod
> 6e1595c internal/gcimporter: treat unknown constant values the same as invalid
> c59d87f gopls/internal/lsp/cache: two minor simplifications
> db6a81e go/packages/packagestest: set Config.Logf if the test is run verbosely
> a01290f internal/typeparams: work around LookupFieldOrMethod inconsistency
> 6f567c8 gopls/internal/lsp/filecache: reduce lifespan of os.FileInfos
> 726c727 gopls/internal/lsp: enable min/max builtin completion test
> 86c93e8 gopls: unimported completion should use the completion matcher
> 04ceacb gopls/internal/lsp/source: fix panic in typeDefinition on comparable
> 947adca gopls/internal/lsp/source/methodsets: comparable also has no package
> c35c44f gopls/internal/lsp/cache: add assertions
> 0b4461b internal/diff: fix LineEdits bug in slow path
> 1943c1e internal/diff: fix LineEdits bug in fast path
> c6d86c4 go/pointer: delete package
> 77fd064 go/types/objectpath: remove unnecessary unsafe import
> 0dda7d6 go/pointer: remove replace directive
> 98f1b4d gopls/internal/lsp/cache: check number of orphaned files after filtering
> a260315 go/pointer: create submodule
> 96844c3 cmd/{guru,callgraph}: stop using go/pointer
> cd694d8 go/packages: include "unsafe".GoFiles=["unsafe.go"]
> 33c741d gopls/internal/lsp: add min/max builtin
> 933c7cc internal/lsp/source: use exact match in import highlighting
> 5974258 gopls/internal/lsp: clear vuln diagnostics on config changes
> f3faea1 go/packages: pass -pgo=off on go1.21 and later
> 5f74ec7 internal/lsp/debug: add links to profiles and GC
> ed90c6d internal/diff: unexport various identifiers
> 827f5aa gopls/internal/lsp/source: test references bug on struct{p.T}
> a12e1a6 go/ssa/interp: implement min/max builtins
> 9c97539 gopls/internal/lsp/cache: remove nested module warning
> d44a094 gopls/internal/lsp/cmd: add a stats -anon flag to show anonymous data
> e106694 gopls/internal/lsp: bundle certain quick-fixes with their diagnostic
> 5dc3f74 gopls/internal/lsp/filecache: reenable memory cache layer
> 7e146a6 gopls/internal/lsp/cmd: simplify connection type
> 1e60668 gopls/internal/regtest/workspace: unskip duplicate modules test
> 5ce721d gopls/doc: Fix broken links
> 7a03feb gopls/internal/lsp/cmd: remove vestiges of debugging golang/go# 59475
> a70f2bc gopls/internal/regtest/misc: update and unskip TestHoverIntLiteral
> 6997d19 gopls/internal/regtest/misc: unskip TestMajorOptionsChange
> ec543c5 gopls/internal/lsp/cache: fix crash in Session.updateViewLocked
> a12ee94 gopls/internal/regtest/misc: update some unilaterally skipped tests
> 5ff5cbb gopls: deprecate support for Go 1.16 and 1.17, update warnings
> e6fd7f4 gopls/internal/lsp/cache: limit module scan to 100K files
> 9ca66ba gopls/internal/lsp/regtest: delete TestWatchReplaceTargets
> edbfdbe gopls/internal/lsp/source/completion: (unimported) add placeholders
> 3a5dbf3 gopls: add a new "subdirWatchPatterns" setting
> 3c02551 internal/typesinternal: remove NewObjectpathFunc
> 0729362 present: reformat doc comment for lack of inline code
> d4e66bd go/ssa: TestStdlib: disable check that function names are distinct
> 738ea2b go/ssa: use core type for field accesses
> 2ec4299 gopls/internal/lsp: split file-watching glob patterns
> 43b02ea gopls/internal/lsp/cache: only delete the most relevant mod tidy handle
> 5919673 internal/lsp/filecache: eliminate 'kind' directories
> a5ef6c3 gopls/internal/lsp: keep track of overlays on the files map
> d7f4359 gopls/internal/lsp/mod: optimizations for mod tidy diagnostics
> 2eb726b gopls/internal/lsp/filecache: touch only files older than 1h
> b742cb9 gopls/internal/regtest/bench: add a benchmark for diagnosing saves
> 4d66324 gopls/internal/lsp/cache: tweak error message
> e46df40 gopls/internal/lsp/filecache: delayed tweaks from code review
> 3df69b8 gopls/internal/lsp/debug: remove memory monitoring
> a069704 gopls/internal/lsp/filecache: avoid flock
> 3d53c2d gopls/internal/lsp/cache: fix race in adhoc reloading
> 8b4b27b go/analysis/passes/slog: fix Group kv offset
> 242e5ed cover: eliminate an unnecessary fsync in TestParseProfiles
> 651d951 go/ssa: fix typo in package docs
> 743372f gopls/internal/lsp/debug: limit to 100 recent trace entries
> 522243a go/ssa/interp: avoid hard-coding GOOS and GOARCH
> a059382 gopls/internal/lsp/cache: fail workspace load on context cancellation
> e5c8d4d gopls/internal/lsp/cache: unexport ValidBuildConfiguration
> f4e8a71 go/ssa: use core type for composite literal addresses
> 3b25dbd go/ssa: use core types for array length
> e7048d5 gopls/internal/lsp/filecache: front with a 100MB in-memory LRU cache
> 8c0fcd2 gopls/internal/lsp/lru: extract LRU logic to a standalone package
> 19d700c go/ssa/interp: use the actual GOOS and GOARCH to interpret tests
> 9dcd3d5 gopls/internal/lsp/filecache: limit Get parallelism too
> 7f203f0 go/ssa: consolidate use of underlying pointer
> a13793e gopls/internal/lsp: add quick-fixes to manage the go.work file
> 12a0517 internal/gcimporter: improve error handling
> 5eb1eb9 gopls/internal/lsp/cache: call filecache.Set asynchronously
> 35fe77a gopls/internal/lsp/filecache: limit parallelism in Set
> 1c9fe3f gopls: improve diagnostics for orphaned files
> ad74ff6 go/gcexportdata: drop support for the ancient binary format
> 01128f9 gopls/internal/lsp/source: fix bug renaming field to unexported
> cd39d2b internal/lsp/cache: support loading multiple orphaned files
> abeba28 gopls/internal/regtest/marker: support proxy files in marker tests
> 18186f0 go/analysis/passes/slog: simplify function matching
> 9aa9d13 cmd/bisect, internal/bisect: use more precise skip suffixes, written in hex
> 3034d9c gopls/internal/lsp/cmd: append, don't overwrite, in PublishDiagnostics
> 4318d63 gopls: change the default value of "symbolScope" to "all"
> f44f50e gopls/internal/lsp/source: implementation: report builtin 'error'
> 787e720 gopls/internal/lsp: optimize checks for ignored files
> 4ed7de1 gopls: add google-cloud-go as a benchmark repo
> d799eba gopls: additional instrumentation during goimports
> a7e7dc4 go/ssa: rename test cases in TestGenericBodies
> d668f58 gopls/internal/regtest/marker: require cgo for issue59944.txt
> 005fa64 go/analysis/passes/slog: add check for slog.Group
> 033e628 go/ssa: more reindentation of TestGenericBodies
> 2310848 go/ssa: reindent test cases in TestGenericBodies
> 90e9c65 gopls/internal/lsp/cache: skip type errors after parse errors
> 08b24db gopls/internal/lsp/regtest: check for "// @marker" rogue space
> b9c20f6 gopls/internal/regtest/marker: migrate @diag to new marker tests
> 4609d79 cmd/bisect: add -compile and -godebug shorthands
> ddfa220 internal/fuzzy: improvements to the symbol scoring algorithm
> 3449242 go/types/objectpath: don't panic when receiver is missing a method
> 0809ec2 gopls/internal/lsp/source: document {All,Workspace}Metadata
> 8f7fb01 go/analysis/unitchecker: add test of go vet on std
> 23e52a3 bisect: diagnose bad targets better
> d5af889 gopls: set GOWORK=off for loads from debug and safetoken tests
> c93329a go/analysis/passes/printf: reshorten diagnostic about %s in Println call
> 6219726 go.mod: update golang.org/x dependencies
> f4d143e go/ssa: cleanup TestGenericBodies to pickup package name
> 3d99ebe gopls/diff/unified: remove redundant information
> 479f5c6 go/ssa: Origin is only available after building
> 6d1dd12 go/analysis: simplify unusedresult
> 4a2dd0d go/callgraph/vta: allow pointer to type parameter in sliceArrayElem
> 7c6c2b7 go/ssa: keep syntax for instantiations
> ce1b96b all: fix some comments
> 0500fd4 go/ssa: use core type in address
> 8e9b185 gopls/internal/lsp/source: add the "symbolScope" option
> 4ac71c0 internal/imports: sort fixes for deterministic results
> 573915d gopls/internal/lsp/cache: always init the resolver in runProcessEnvFunc
> dd09381 bisect: move to internal/bisect until API is reviewed
> 516063a bisect, cmd/bisect: add new library and tool
> 58fedf6 internal/diffp: add patience diff from main repo
> 7b684a9 gopls: port import tests to the new marker framework
> 87974e3 gopls/internal/lsp/filecache: skip TestConcurrency on plan9 builder
> c64bb76 gopls/internal/lsp/source: make infertypeargs a convenience analyzer
> 91b7a8e go/ssa: use origin method in source lookup
> ba892bb go/types/internal/play: show formatted AST
> 7df6af8 gopls/internal/lsp/filecache: silently discard CRC errors on macOS
> 2563079 go/analysis/passes/printf: update directive diagnostic message
> 3f6c3b3 gopls: upgrade to latest version of LSP protocol
> 216928d gopls: port function extraction marker tests to the new framework
> 2415ce1 gopls: skip tests that load gopls packages if x/tools replacement is missing
> 17e5ef3 gopls/internal/lsp/cache: remove cycle check from buildMetadata
> affb5fc gopls/internal/lsp/source: fix crash in definitions of builtins
> 558d701 gopls/internal/lsp/source: fix another bug in reference expansion
> 51dfad7 gopls: port workspace/symbol marker tests to the new framework
> c6b5780 gopls: fix build at older Go versions
> 7590fe4 gopls/internal/lsp: hover over linkname directives.
> ec61ad3 gopls/internal/lsp/source: add invert-if-condition refactoring
> 5283a01 go/packages: delete TestCgoOption as it doesn't test the cgo option
> e2f3b25 gopls/internal/bug: record bug reports in file cache
> ab24b7b gopls/internal/regtest/marker: add a test case for issue # 59554
> 8235df3 gopls/internal/regtest/marker: port format tests to the new framework
> 80dc031 internal/diff: unified: match diff delete for empty file
> 165099b all: remove repeated definite articles
> ac40903 internal/gocommand: simplify GoVersion invocation
> 9e0a7b1 copyright: don't require checkout to be named tools
> 94ed378 internal/lsp/testdata: update for new diagnostic from go list
> a5c37ba gopls/internal/regtest/marker: skip on small machines
> 76e1037 internal/testenv: assume that mobile platforms are small machines
> 17e2d70 gopls/internal/bug: remove unused Data parameter
> dd89a2e gopls/internal/lsp: remove now redundant debouncing logic
> 2a9398d go/analysis/passes/slog: do not report multiple incorrect keys
> 4baa3dc gopls/internal/bug: move bug package into gopls
> 71ea8f1 go/ssa: lift structs, arrays and typeparams
> d59a28f gopls/internal/lsp/source: references: restrict search to workspace packages
> e8f417a gopls/internal/lsp/cache: cleanups to active packages
> 82c8a38 internal/gocommand: set a WaitDelay (when available) on commands
> e286d22 gopls/internal/lsp: eliminate diagnoseDetached
> 4e3238a gopls/internal/lsp/cache: break metadata cycles
> 660614b gopls/internal/lsp/source: more ITV filtering
> ce50135 go/analysis/passes/slog: static checks for slog k-v pairs
> b9619ee gopls/internal/regtest/bench: run kubernetes benchmarks with -short
> 21a4769 gopls: remove related info for informational diagnostic
> 6deeacb all: fix remaining tests on js/wasm
> bfcd41e gopls/internal/lsp/source: add missing punctuation to stubbed method doc
> 1c5ccad gopls: add a 'stats' subcommand
> 9c9e11f gopls/internal/lsp/cache: load modules by dir, not module path
> b35949e gopls/internal/lsp/source: filter intermediate test variants
> 133605d gopls/internal/lsp/cache: remove spurious error check
> 240a4dc gopls/internal/lsp/cmd: add instrumentation for TestFix
> ed3ff1b gopls/internal/lsp: finish debouncing on context cancellation
> 780626c all: fix non-gopls short tests on js/wasm and update for wasip1/wasm
> 13c52bc internal/gocommand: stop copying stdout as soon as ctx is done
> 641e4d7 gopls/doc: update coc.nvim config
> 85d651a go/analysis/checker/internal: resolve Diagnostic.URLs
> 54c806f gopls/internal/lsp: eliminate more uses of Span
> 60d9c06 go/analysis/passes: skip passes that do not import relevant packages
> 0d77eea gopls/internal/regstest/misc: use go 1.19 instead of 1.29 in TestIssue59124
> 1b2d1bd gopls/internal/lsp/cache: improve precision of cache key
> b6f4d07 gopls/internal/lsp: fix initial diagnostics pass
> d03c59d gopls/internal/lsp/source/typerefs: serialization support
> 6492058 gopls: strict LSP compliance for empty slices
> 0f415ef gopls/internal/lsp/source: support hover over non-decimal int literals
> 40fb89c internal/lsp/testdata: correct DefinitionsCount in 1.21 summary file
> a4ffa6e internal/lsp/testdata: update 'bad0' diagnostics test for 1.21
> 5bcc1bd gopls/internal/lsp/filecache: evict aggressively on Go builders
> 866a200 internal/gocommand: more tweaks to DebugHangingGoCommands
> a5338c9 go/types/objectpath: add Encoder type, to amortize Scope.Names
> 45ef829 gopls/internal/lsp/filecache: add integrity check
> 4bea115 gopls/internal/lsp/source/typerefs: collapse SCCs of ref graph
> 5ef3193 gopls/internal/lsp/source/typerefs: reexpress tests wrt ExternalRefs
> c5f768a go.mod: update golang.org/x dependencies
> 7c33a56 gopls/internal/lsp/source: show both the original declaration and the value of constants in hover
> 4d205d8 gopls/doc: add instructions for using go.work with the Go distribution
> d5076cc gopls/internal/lsp/cache: don't trace a region for MetadataForFile
> f796361 gopls/internal/lsp: add tracing instrumentation for all Server methods
> e104501 gopls/internal/astutil: TestPurgeFuncBodies requires source code for std
> 6520870 gopls/internal/lsp/source/typerefs: allow for duplicate decls
> 902fdca gopls/internal/lsp/source/typerefs: purge func bodies before parsing
> 58c9a63 go/packages/internal/nodecount: count ast.Node frequency
> 0a3e5f0 gopls: use safetoken.Line to compute line numbers
> f4e613e go/analysis/passes/tests: enable fuzz checks in 'tests' analysis pass for cmd/vet
> 6546e8e gopls/internal/lsp/source/typerefs: new package to analyze syntax deps
> 04059e1 gopls/internal/lsp/cache: record unloadable files if loading completes
> 4b11203 gopls/internal/lsp/cache: parse the builtin file through the cache
> bc35a69 gopls/internal/lsp/source: fix references expansion bug
> 374b64a go/types/internal/play: show AST debug representation too
> 13850b3 gopls/internal/lsp/regtest: move @symbol to new marker tests
> e9188f8 go/analysis/analysistest: Validate analyzers in Run
> cc511f4 gopls/internal/lsp/regtest: move @implementation to new framework
> e0ecd1b go/analysis/passes/printf: check new fmt.Appendf function too
> 488ba86 gopls/internal/lsp/cache: hold on to imports used by open packages
> d52bc56 gopls/internal/lsp: reorder the way we compute diagnostics
> 83c1ba1 gopls/internal/lsp/cache: fix two crashes when parsed file overflows
> cbe6614 go/analysis/passes/printf: improve documentation
> 255eeeb go/.../analysisutil: ExtractDoc unifies Analyzer.Doc and package doc
> 1b71eda gopls/internal/regtest/bench: add flags to reuse benchmark repo dirs
> f8a7325 gopls/internal/lsp/cache: use json encoding for diagnostics
> df92f17 gopls: pre-initialize the file cache
> c3edf5a gopls/internal/lsp/cache: actually preload files in parallel
> acaae98 gopls/internal/lsp/cache: stream package results
> fa55648 gopls/internal/lsp/cache: evaluate imports lazily in TypeCheck
> a164829 gopls/internal/lsp/cache: add additional debug assertions during parsing
> 665c922 gopls/internal/lsp/source: fix panic in quickParse
> ff76038 go/analysis/passes/printf: improve workaround doc
> b222520 gopls/internal/cache: use AddExistingFiles in the parse cache
> 6e5f425 gopls/mod: show hint for discordant module versions
> e5f7ae1 go/analysis: add Analyser.URL and Diagnostic.URI fields
> b6dbcf8 internal/gcimporter: have IImportShallow accept an import func
> 35ef64e internal/tool: add the profile.alloc flag
> 912861f gopls/internal/lsp/cache: skip object resolution during parsing
> c881168 internal/tokeninternal: add AddExistingFiles helper
> c4b943d gopls/internal/lsp: delay workspace diagnostics and analysis
> c17e55e gopls/internal/lsp/cmd: definition on items without support for hover.
> 537c4aa gopls/internal/regtest: port @refs to new marker tests
> 36ed0b1 gopls/internal/lsp/source: rename snapshot.GetFile to ReadFile
> 4feee84 go/types/internal/play: a playground for go/types
> 243a948 internal/lsp/regtest: have the regtests control their diagnosticsDelay
> ae907a4 gopls/internal/lsp/cache: pre-load files after loading packages
> 293fdc9 gopls/internal/lsp/cache: don't ignore type-errors that can't be mapped
> 6bb0e47 gopls/internal/lsp: improve concurrency of the diagnostics pass
> e4da1ee gopls/internal/lsp/debug: show log of recent spans
> dd1e2f6 cmd/present/static: fork needed godoc static resources
> 75c657b gopls/internal/regtest/bench: small fixes for DiagnoseChange
> 786752b gopls/internal/lsp/source: rename FileHandle.Read to Content
> edc0084 gopls/internal/regtest/bench: narrow the -short guard in iwl_test.go
> 656f17c gopls/internal/lsp/cache: parallelize getPackageData
> bac9896 gopls/internal/regtest/marker: add a test for golang/go# 56943
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
|
db8514ce0e
|
Remove e2e skip flags after release (#1839) | |
|
|
cb9d30f9de
|
rename-sandbox (#1838) | |
|
|
0e5afaefe5
|
Update actions (#1837)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
b7508e6744
|
upgrade to latest dependencies (#1836)
bumping knative.dev/client-pkg e9d838e...bd83cf4: > bd83cf4 upgrade to latest dependencies (# 101) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
e93519c8ec
|
Update community files (#1835)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
5d31dbd803
|
upgrade to latest dependencies (#1834)
bumping knative.dev/pkg 7051d30...aef227e: > aef227e upgrade to latest dependencies (# 2767) bumping knative.dev/serving 294cb9c...f1617ef: > f1617ef upgrade to latest dependencies (# 14188) > fcf7ba2 Update net-kourier nightly (# 14186) bumping knative.dev/eventing de75496...248a471: > 248a471 Eventing TLS: Configure CRDs to have addresses and CA certs (# 7105) > d2ce623 [main] Upgrade to latest dependencies (# 7109) > 6bfc2d4 [main] Format Go code (# 7108) > 855fbed Auto create events in channels (# 7089) > 0054bf3 Eventing TLS: Configure certificates to force rotate private keys (# 7104) > 6911db0 Tag line proposal (# 7045) > a13eebe [main] Upgrade to latest dependencies (# 7100) > a755429 Re-enable PingSource TLS E2E test (# 7082) bumping knative.dev/networking a3fa3a5...75dcd54: > 75dcd54 upgrade to latest dependencies (# 827) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
4621b10ed6
|
Change default SecurityContext to none (#1832)
* Change default SecurityContext to none * Fix unit test |
|
|
|
3a7d8c18ad
|
Add support for Eventing/v1beta2 EventTypes (#1831)
* Add support for Eventing/v1beta2 EventTypes * Skip e2e tests on missing API * Shortne the sink help message * Reword the help by the review recommendation * Reflect review feedback |
|
|
|
3ecb24f1c1
|
upgrade to latest dependencies (#1828)
bumping knative.dev/pkg eb63a40...7051d30: > 7051d30 Update community files (# 2764) > b7a11d4 Update community files (# 2763) > 5ef4812 Update community files (# 2762) > 49e2e56 update google cloud deps (# 2758) > a5e0b92 upgrade to latest dependencies (# 2757) > 6eb4b40 Update community files (# 2760) bumping knative.dev/client-pkg f377f06...e9d838e: > e9d838e Update community files (# 109) > f8021da Update community files (# 108) > 2311a7e Update community files (# 107) bumping knative.dev/serving 0462ce6...294cb9c: > 294cb9c Add log example for kourier and gateway-api (# 14178) > c0556c2 EnsureCleanup can skip clean up (# 14171) > 8d87d57 Update net-gateway-api nightly (# 14158) > de37d1e Update net-istio nightly (# 14173) > ac01fdb Update community files (# 14175) > b7c6b23 Update net-kourier nightly (# 14174) > 1183ad0 Update net-certmanager nightly (# 14172) > a7613e4 Update community files (# 14169) > c68d8f8 Update net-contour nightly (# 14165) > e5ad1c4 Update net-istio nightly (# 14164) > 6673893 Update net-certmanager nightly (# 14162) > a34bfd1 Update net-kourier nightly (# 14163) > 917d236 Remove domainmapping config (# 14161) > 4c76e3b Drop workaround pach for Istio (# 14156) > d97db13 Update net-kourier nightly (# 14160) > 1559c9b Bump net-certmanager manifests and add kapp ordering overlay (# 14148) > 52fe24e upgrade to latest dependencies (# 14155) > a5c8c2e Update community files (# 14154) > 2a17873 Separate Activator SA (# 14133) > fc166ac Consolidate webhooks (# 14082) > b935bea Set QP resource defaults (# 14039) > 529c5e4 Update net-kourier nightly (# 14150) > 4ccd1c9 Implement Stringer for nil podTracker (# 14147) > bd3e5e3 upgrade to latest dependencies (# 14151) > ebbca26 upgrade to latest dependencies (# 14149) > bde2f42 Update net-gateway-api nightly (# 14144) > bb1262e Update net-kourier nightly (# 14129) > 32ec382 Drop unused ytt patch for Ingress ServiceType (# 14143) > 4c3b36c Update net-gateway-api nightly (# 14136) > 9a75a93 Update net-istio nightly (# 14132) > ca618b7 Update net-certmanager nightly (# 14131) > ea3e9c3 Update net-contour nightly (# 14130) > 2e7d6e4 Update community files (# 14128) > 63fa389 Allow to set QP resources per service (# 14038) > 9310e4d Update net-kourier nightly (# 14125) bumping knative.dev/eventing 8f74094...de75496: > de75496 Function CopySecretWithName for creating secrets with specific name (# 7002) > 6833ee6 Convert tls secret names to constants (# 7086) > 90721ab [main] Update community files (# 7088) > 4541f4f [main] Update community files (# 7087) > ed05a35 Revert "Add loopclosure linter" (# 7083) > 838274e [main] Upgrade to latest dependencies (# 7078) > a4f0c10 [main] Update community files (# 7085) > afcf60b Move ingress & filter TLS secret names into constants (# 7081) > 1e96c78 feat!: Add tls support for ingress (# 6986) > 6a0495c Add loopclosure linter (# 7079) > 2fe1db6 Updated mtping TLS cert test to bind to free port (# 7036) > 516a915 Upgrade rekt to latest (# 7076) > 6a890e0 Fix flaky unit tests (# 7080) > eaf28a7 Add tracing for TestBrokerWithManyTriggers (# 7077) > f5b1b12 Send namespace header in MT components (# 7048) > 4b5fde8 [main] Update community files (# 7043) bumping knative.dev/hack d7586a2...ddae802: > ddae802 Update community files (# 302) > 8852371 Update community files (# 301) > 12cd6a1 Update community files (# 300) > cc92cdb Replace test-infra with toolbox (# 297) > fc42790 Update community files (# 296) bumping knative.dev/networking 3a75df5...a3fa3a5: > a3fa3a5 Update community files (# 826) > ad60eaa Update community files (# 825) > 03a1f22 upgrade to latest dependencies (# 824) > 2444385 upgrade to latest dependencies (# 822) > b2cce92 Update community files (# 823) > 1431d70 Bump google.golang.org/grpc to the latest version (# 821) > 91821ae Update community files (# 819) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
e6a60c40f4
|
Fix plugin inlining that uses client-pkg dependency (#1816)
* Fix plugin inlining that uses client-pkg dependency * Move list merge into plugin manager * Fix imports formatting |
|
|
|
75d62a3618
|
Add default SecurityContext to every new ksvc (#1821)
* Add default SecurityContext to every new ksvc * Add basic seccon config flag * Fix export e2e tests * Fix unit test |
|
|
|
737e34a45d
|
Update community files (#1827)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
f353a558d6
|
Update community files (#1826)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
9ddff04d26
|
upgrade to latest dependencies (#1823)
bumping knative.dev/serving 0462ce6...4c76e3b:%0A > 4c76e3b Drop workaround pach for Istio (# 14156)%0A > d97db13 Update net-kourier nightly (# 14160)%0A > 1559c9b Bump net-certmanager manifests and add kapp ordering overlay (# 14148)%0A > 52fe24e upgrade to latest dependencies (# 14155)%0A > a5c8c2e Update community files (# 14154)%0A > 2a17873 Separate Activator SA (# 14133)%0A > fc166ac Consolidate webhooks (# 14082)%0A > b935bea Set QP resource defaults (# 14039)%0A > 529c5e4 Update net-kourier nightly (# 14150)%0A > 4ccd1c9 Implement Stringer for nil podTracker (# 14147)%0A > bd3e5e3 upgrade to latest dependencies (# 14151)%0A > ebbca26 upgrade to latest dependencies (# 14149)%0A > bde2f42 Update net-gateway-api nightly (# 14144)%0A > bb1262e Update net-kourier nightly (# 14129)%0A > 32ec382 Drop unused ytt patch for Ingress ServiceType (# 14143)%0A > 4c3b36c Update net-gateway-api nightly (# 14136)%0A > 9a75a93 Update net-istio nightly (# 14132)%0A > ca618b7 Update net-certmanager nightly (# 14131)%0A > ea3e9c3 Update net-contour nightly (# 14130)%0A > 2e7d6e4 Update community files (# 14128)%0A > 63fa389 Allow to set QP resources per service (# 14038)%0A > 9310e4d Update net-kourier nightly (# 14125)%0Abumping go.opencensus.io 49838f2...b1a01ee:%0A > b1a01ee Add started RPC metric for client and server side (# 1283)%0A > 0bf7faa Fix CI, and update testify (# 1284)%0A > 0521206 Passing capacity to make() in place of length. (# 1276)%0A > c2a62a2 fix: Add function to stop the defaultWorker (# 1272)%0A > bf52d9d Remove `convTslice` calls in Record() (# 1268)%0A > ad0b46e Precompute encodeWithKeys buffer size to avoid resizes (# 1269)%0A > a55fb71 Optimize `Record()` to avoid extra allocations (# 1267)%0A > dcf8515 Fix formatting to pass with go1.17 (# 1270)%0A > fb455b0 Remove @rakyll from codeowners (# 1256)%0A > f5c4b39 Bump version to next expected release (# 1257)%0Abumping github.com/census-instrumentation/opencensus-proto 4aa53e1...e53624a:%0A > e53624a Bump version to 0.4.1%0A > 576a4ca Run go mod tidy, forgot to do after proto updates (# 228) (# 230)%0A > f918ec1 Merge pull request # 227 from dashpole/release%0A > a5f3b19 Add makefile, upgrade to use opentelemetry protoc docker, newer protoc (# 225)%0A > 11530ad Bump version to 0.4.1-SNAPSHOT%0A > 032ec2a Add go.mod, so dependencies are controlled (# 224)%0A > 0b54ad6 Bump version to 0.4.0%0A > 54c9a4c Start 0.4.0 development cycle (# 219)%0Abumping github.com/golang/protobuf ae97035...5d5e8c0:%0A > 5d5e8c0 Merge pull request # 1363 from neild/jsonnull%0A > 37828f9 jsonpb: accept 'null' as a valid representation of NullValue in unmarshal%0Abumping golang.org/x/oauth2 e48dfd9...839de22:%0A > 839de22 google: don't check for IsNotExist for well-known file%0A > 0690208 go.mod: update golang.org/x dependencies%0A > 451d5d6 internal: remove repeated definite articles%0A > cfe200d oauth2: parse RFC 6749 error response%0A > 3607514 go.mod: update golang.org/x dependencies%0A > 4abfd87 google: add CredentialsParams.EarlyTokenRefresh%0A > 1e7f329 oauth2: add ReuseTokenSourceWithExpiry%0A > 86850e0 oauth2: fix typo%0A > a6e37e7 google: Updating 3pi documentation%0A > 54b70c8 google: update missing auth help URL%0A > 2fc4ef5 README: encourage issues and proposals before changes%0A > 62b4eed go.mod: update golang.org/x dependencies%0A > 885f294 google: Add support for OAuth2 token exchange over mTLS%0A > 6f9c1a1 google: use Credentials instead of deprecated DefaultCredentials%0A > c82d0e1 google/internal/externalaccount: Removed URL validation for google URLs in ADC files%0A > adbaf66 go.mod: update golang.org/x dependencies%0A > e07593a oauth2: remove direct dependency on golang.org/x/net%0A > 34ffb07 go.mod: update golang.org/x dependencies%0A > b177c21 go.mod: update golang.org/x dependencies%0A > 510acbc google/internal/externalaccount: Added check for aws region and security credential environment variables before aws metadata call%0A > ec4a9b2 google/internal/externalaccount: Adding metadata verification%0A > 68a41d6 go.mod: update golang.org/x dependencies%0A > 1a77549 go.mod: update to new compute/metadata module%0Abumping golang.org/x/text 9db913a...e503480:%0A > e503480 encoding/japanese, language: shorten very long sub-test names%0A > 2df65d7 all: regenerate for Unicode 15.0.0%0A > e3c038a all: prepare for Unicode 15.0.0%0A > 3a7a255 internal/export/idna: make more space for mapping index%0A > d61dd50 go.mod: delete repeated "indirect"%0A > efb744f internal/export/idna: fix infinite loop in Go pre-1.10%0A > 48e4a4a all: fix some comments%0Abumping golang.org/x/term 0edf009...edd9fb7:%0A > edd9fb7 go.mod: update golang.org/x dependencies%0A > 88fcf87 term: consistently return zeroes on GetSize error%0A > f6de4a1 go.mod: update golang.org/x dependencies%0A > 119f703 go.mod: update golang.org/x dependencies%0A > 7ae6be6 go.mod: update golang.org/x dependencies%0Abumping google.golang.org/api a039966...63d06ab:%0A > 63d06ab chore(main): release 0.124.0 (# 1990)%0A > 73f57fe feat(all): auto-regenerate discovery clients (# 1991)%0A > 8c0e6d9 chore: add yoshi-approver ownership (# 1994)%0A > 7843046 chore(all): update all (# 1992)%0A > 94c12ed chore(all): update module github.com/google/s2a-go to v0.1.4 (# 1989)%0A > 0b4f4af feat(all): auto-regenerate discovery clients (# 1988)%0A > 2721e1f chore: enable GoApiaryCodegen auto-approve (# 1987)%0A > a241c25 chore: delete broken AutoApprove (# 1986)%0A > 3e2d6a6 chore: trigger AutoApprove on reopen as well (# 1985)%0A > a24a28a chore: give AutoApprove job full write (# 1984)%0A > 8210800 chore(main): release 0.123.0 (# 1975)%0A > f31b763 feat(all): auto-regenerate discovery clients (# 1982)%0A > d27f40f feat(all): auto-regenerate discovery clients (# 1978)%0A > 94d3d73 chore(ci): fix AutoApprove for discogen (# 1981)%0A > 98b3073 feat(all): auto-regenerate discovery clients (# 1974)%0A > d5e0fb2 chore(main): release 0.122.0 (# 1972)%0A > ab64815 feat(all): auto-regenerate discovery clients (# 1973)%0A > 8b0974e fix: add better support of array of floats (# 1971)%0A > cf0df64 chore(main): release 0.121.0 (# 1962)%0A > c2c2b59 feat(all): auto-regenerate discovery clients (# 1963)%0A > e44a771 chore(all): update module github.com/google/s2a-go to v0.1.3 (# 1965)%0A > 2068ba5 feat(all): auto-regenerate discovery clients (# 1961)%0A > c2018e2 chore(main): release 0.120.0 (# 1956)%0A > 4e35cac feat(all): auto-regenerate discovery clients (# 1960)%0A > fcd007a feat(all): auto-regenerate discovery clients (# 1958)%0A > 289b859 feat(all): auto-regenerate discovery clients (# 1957)%0A > 409bc9d feat(all): auto-regenerate discovery clients (# 1955)%0A > 0909f16 chore(main): release 0.119.0 (# 1944)%0A > 2f54150 chore(deps): update s2a-go to v0.1.2 (# 1954)%0A > 685ec81 feat: add an option to enable DirectPath xDS (# 1942)%0A > d85769c feat(all): auto-regenerate discovery clients (# 1953)%0A > 4cb8eb9 feat(all): auto-regenerate discovery clients (# 1952)%0A > bf9f3ac chore(all): update google.golang.org/genproto digest to daa745c (# 1949)%0A > e1eda57 feat(all): auto-regenerate discovery clients (# 1948)%0A > a0dacd5 feat(all): auto-regenerate discovery clients (# 1947)%0A > e8b93cb chore(deps): update s2a-go to v0.1.1 (# 1945)%0A > 690068f feat(all): auto-regenerate discovery clients (# 1943)%0A > 2d6890a chore(main): release 0.118.0 (# 1940)%0A > 29dc45a feat(all): auto-regenerate discovery clients (# 1941)%0A > ac94a0f feat(all): auto-regenerate discovery clients (# 1939)%0A > 8019ef6 chore(main): release 0.117.0 (# 1931)%0A > 750c7c8 feat(all): auto-regenerate discovery clients (# 1936)%0A > 3a98290 chore(all): update all (# 1937)%0A > 3f62830 chore(deps): bump golang.org/x/crypto (# 1930)%0A > 2219681 feat(all): auto-regenerate discovery clients (# 1935)%0A > 2efcb2e feat(all): auto-regenerate discovery clients (# 1932)%0A > 3c61729 feat: add experimental s2a-go integration (# 1874)%0A > 587b9e5 chore(main): release 0.116.0 (# 1929)%0A > 28c8cd5 feat(all): auto-regenerate discovery clients (# 1928)%0A > feafcdc chore(main): release 0.115.0 (# 1922)%0A > 34781cf feat(all): auto-regenerate discovery clients (# 1927)%0A > 33a2dfe feat(all): auto-regenerate discovery clients (# 1924)%0A > 02cfb82 chore(all): update google.golang.org/genproto digest to dcfb400 (# 1925)%0A > 8930f0e feat(all): auto-regenerate discovery clients (# 1923)%0A > 1c955e8 feat(all): auto-regenerate discovery clients (# 1913)%0A > 7f87838 chore(all): update all (# 1918)%0A > be028cf chore(gensupport): add idempotency header (# 1916)%0A > 649bfb9 chore(all): update all (# 1914)%0A > 5ac4fd7 test: update test due to generator change (# 1912)%0A > f79df48 chore(main): release 0.114.0 (# 1910)%0A > 2754ab4 feat(all): auto-regenerate discovery clients (# 1907)%0A > dc4b77d fix: always reference the internal package. (# 1909)%0A > b8a2a5e chore(main): release 0.113.0 (# 1901)%0A > fc221ce feat(all): auto-regenerate discovery clients (# 1900)%0A > e63383f chore(all): update module google.golang.org/protobuf to v1.29.1 [SECURITY] (# 1906)%0A > 64b6ee4 feat(idtoken): add support for external_account (# 1897)%0A > 65cafd4 chore(all): update all (# 1902)%0A > 63c48a6 feat(transport): add support for setting quota project with envvar (# 1892)%0A > 225fa6b internal: Refactor cert logic to support OAuth2 token exchange over mTLS (# 1886)%0A > 8d4d70d chore(main): release 0.112.0 (# 1883)%0A > 89c274a feat(all): auto-regenerate discovery clients (# 1898)%0A > 9f18671 feat(all): auto-regenerate discovery clients (# 1896)%0A > e88ee8a feat(all): auto-regenerate discovery clients (# 1893)%0A > 5da4d6a feat(all): auto-regenerate discovery clients (# 1887)%0A > 6bd0840 chore(deps): bump golang.org/x/crypto in /internal/kokoro/discogen (# 1890)%0A > 2f72016 chore(all): update all (# 1888)%0A > c886360 feat(all): auto-regenerate discovery clients (# 1885)%0A > 1aee5cd feat(all): auto-regenerate discovery clients (# 1884)%0A > 15808d7 feat(all): auto-regenerate discovery clients (# 1882)%0A > e99d0d5 chore(main): release 0.111.0 (# 1860)%0A > 70d3954 feat(all): auto-regenerate discovery clients (# 1875)%0A > f32872c chore(all): update google.golang.org/genproto digest to 637eb22 (# 1877)%0A > c02cff6 feat(all): auto-regenerate discovery clients (# 1873)%0A > 7d34d41 feat(all): auto-regenerate discovery clients (# 1872)%0A > d456fd6 chore(deps): bump golang.org/x/net in /internal/kokoro/discogen (# 1870)%0A > b7ab21d chore(all): update all (# 1868)%0A > 7f5f40a feat(all): auto-regenerate discovery clients (# 1866)%0A > 4056319 chore(all): update module golang.org/x/net to v0.7.0 [SECURITY] (# 1867)%0A > 8b8b195 feat(all): auto-regenerate discovery clients (# 1863)%0A > c0f2510 chore(all): update vet.sh to go runtime 1.20 (# 1865)%0A > 895105a feat(all): auto-regenerate discovery clients (# 1861)%0A > ba3414e feat(all): auto-regenerate discovery clients (# 1859)%0A > 892811c chore(main): release 0.110.0 (# 1840)%0A > 1edc79b chore: update x libs (# 1858)%0A > 929a393 chore(all): update all (# 1853)%0A > 1147cb8 fix: Update ECP dependency to v0.2.3 (# 1857)%0A > 689f934 feat(all): auto-regenerate discovery clients (# 1851)%0A > 8efd00d fix(internal/gensupport): don't prematurely close timers (# 1856)%0A > 3fb5b61 fix: Improve error handling for enterprise certificate module (# 1848)%0A > 8980266 feat(all): auto-regenerate discovery clients (# 1850)%0A > 3fb8cdc feat(all): auto-regenerate discovery clients (# 1841)%0A > 1651c38 chore(transport): remove support for go runtimes earlier than 1.16 (# 1844)%0A > 4b4c9d4 feat(all): auto-regenerate discovery clients (# 1838)%0A > b3b5f17 chore(main): release 0.109.0 (# 1818)%0A > c13cc35 feat(all): auto-regenerate discovery clients (# 1836)%0A > 602b6a4 chore(all): update all (major) (# 1806)%0A > a5d0daa feat(all): auto-regenerate discovery clients (# 1828)%0A > 50fc7c4 feat(all): auto-regenerate discovery clients (# 1826)%0A > 6aad438 feat(all): auto-regenerate discovery clients (# 1825)%0A > 85d0224 feat(all): auto-regenerate discovery clients (# 1822)%0A > 884a246 feat(all): auto-regenerate discovery clients (# 1821)%0A > 5935892 feat(all): auto-regenerate discovery clients (# 1819)%0A > ba3ba78 feat(all): auto-regenerate discovery clients (# 1817)%0A > 47f66d6 chore(main): release 0.108.0 (# 1811)%0A > da48b9a feat(all): auto-regenerate discovery clients (# 1816)%0A > a12685c feat(all): auto-regenerate discovery clients (# 1813)%0A > 4df52d2 feat(all): auto-regenerate discovery clients (# 1810)%0A > f74fbb6 chore(main): release 0.107.0 (# 1803)%0A > d8084e4 feat(all): auto-regenerate discovery clients (# 1809)%0A > 4dca4e0 feat: re-enable integrations:v1 (# 1801)%0A > 86e4009 fix: user Timers over time.After (# 1802)%0A > bcc345c feat(all): auto-regenerate discovery clients (# 1808)%0A > de06921 feat(all): auto-regenerate discovery clients (# 1807)%0A > 935ef64 feat(all): auto-regenerate discovery clients (# 1804)%0A > 93de455 feat(all): auto-regenerate discovery clients (# 1800)%0A > ac7eb8f chore(main): release 0.106.0 (# 1786)%0A > 3944e86 feat(all): auto-regenerate discovery clients (# 1794)%0A > f6dec99 feat(idtoken): add support for impersonated_service_account creds type (# 1792)%0A > ddb5c65 test: add buffer to both sides of token expiry validation (# 1797)%0A > b35900a fix(idtoken): configure validator constructor to use no authentication (# 1789)%0A > ca86833 chore(all): update all (# 1796)%0A > a6b0739 chore: skip generating integrations:v1 as it fails generation (# 1793)%0A > 7bd17b3 feat(all): auto-regenerate discovery clients (# 1790)%0A > 9fb35f5 feat(all): auto-regenerate discovery clients (# 1788)%0A > 1569e5b feat(option/internaloption): add new EmbeddableAdapter option (# 1787)%0A > a7f08e2 feat(all): auto-regenerate discovery clients (# 1784)%0A > 67aaf4e chore(main): release 0.105.0 (# 1774)%0A > 5b02761 feat(all): auto-regenerate discovery clients (# 1777)%0A > c58bf4c feat: support set null map entries for non-simple map values (# 1782)%0A > e4271df feat(googleapi): add response headers to Error reported by CheckMediaResponse (# 1781)%0A > 6193507 chore: remove uses of obsolete golang.org/x/xerrors (# 1776)%0A > 37a2e41 feat(all): auto-regenerate discovery clients (# 1773)%0A > 9255b0b chore(main): release 0.104.0 (# 1748)%0A > 4238314 chore: ignore some golang.org/x/* dependencies in renovate (# 1772)%0A > 029b659 chore(all): update all (# 1768)%0A > f819644 feat(all): auto-regenerate discovery clients (# 1771)%0A > 2b596d9 feat(all): auto-regenerate discovery clients (# 1767)%0A > 3195ce1 feat(all): auto-regenerate discovery clients (# 1766)%0A > 97a9846 feat(all): auto-regenerate discovery clients (# 1760)%0A > 8d8f0a7 feat(transport): de-experiment google-c2p resolver (# 1757)%0A > c213153 fix(transport/grpc): separate resolution of creds and certs (# 1759)%0A > 629e217 fix(idtoken): increase MaxIdleConnsPerHost to 100 in NewClient (# 1754)%0A > caf7af0 feat(all): auto-regenerate discovery clients (# 1755)%0A > e18b504 feat(all): auto-regenerate discovery clients (# 1753)%0A > dd565a4 feat(all): auto-regenerate discovery clients (# 1752)%0A > a657f19 feat(all): auto-regenerate discovery clients (# 1751)%0A > 292129c feat(all): auto-regenerate discovery clients (# 1746)%0A > 02077fd chore(all): update all (# 1749)%0A > 567070f docs: document limitation of WithUserAgent (# 1747)%0A > 561b601 chore(main): release 0.103.0 (# 1738)%0A > 4248dc3 feat(all): auto-regenerate discovery clients (# 1743)%0A > ee25e29 feat(googleapi): inject gax apierror.APIError into googleapi.Error (# 1730)%0A > f8efb95 chore(all): update all (# 1740)%0A > 9695aa1 feat: rm hard dep on x/sys (# 1742)%0A > bec0f29 chore(.github): force renovate to use 1.19 (# 1741)%0A > bbd4259 feat(all): auto-regenerate discovery clients (# 1739)%0A > de99200 feat(all): auto-regenerate discovery clients (# 1737)%0A > 0d7f97a chore(main): release 0.102.0 (# 1726)%0A > 0528475 feat: rely on new compute metadata module directly (# 1736)%0A > ce57a67 feat(all): auto-regenerate discovery clients (# 1734)%0A > 1e1eab9 feat(all): auto-regenerate discovery clients (# 1727)%0A > 0ce5403 test(transport/grpc): fix arg for test failure logs (# 1733)%0A > 06360d8 feat(all): auto-regenerate discovery clients (# 1725)%0A > 644a13c chore(main): release 0.101.0 (# 1719)%0A > f4788b3 feat(all): auto-regenerate discovery clients (# 1723)%0A > 9ea2ceb chore(all): update all (# 1721)%0A > 9140608 feat(all): auto-regenerate discovery clients (# 1720)%0A > 453b81a feat(all): auto-regenerate discovery clients (# 1718)%0A > d530a93 chore(main): release 0.100.0 (# 1714)%0A > 37f90e9 feat(internal/gensupport): remove DetermineContentType, use gax-go copy (# 1716)%0A > b235b1f fix(idtoken): Allow missing age in http response header (# 1715)%0A > f990a2a feat(all): auto-regenerate discovery clients (# 1717)%0A > f9e15f2 feat(all): auto-regenerate discovery clients (# 1712)%0A > e74b770 chore(all): update all (# 1713)%0A > 977e871 chore(main): release 0.99.0 (# 1710)%0A > 6b81c83 feat(all): auto-regenerate discovery clients (# 1701)%0A > 1aa1deb chore(all): update all (# 1707)%0A > 69fb474 chore: Update ECP dependency to 0.2.0 (# 1704)%0A > a4ae94d chore(main): release 0.98.0 (# 1700)%0A > 25b7450 feat(all): auto-regenerate discovery clients (# 1699)%0A > aa775b4 feat(all): auto-regenerate discovery clients (# 1696)%0A > faa845a chore(main): release 0.97.0 (# 1694)%0A > 2c3e863 fix(gensupport): allow initial request for resumable uploads to retry w/ non-nil getBody (# 1690)%0A > f427ee3 feat(internal/gensupport): wrap retry failures with context and prev error (# 1684)%0A > 6b0515b fix: build script bash error (# 1697)%0A > b8f2556 feat(all): auto-regenerate discovery clients (# 1695)%0A > a87400b feat(all): auto-regenerate discovery clients (# 1693)%0Abumping google.golang.org/protobuf 6875c3d...68463f0:%0A > 68463f0 all: release v1.31.0%0A > 59a8581 encoding/protodelim: fix handling of io.EOF%0A > fc47fdd proto: store the size of tag to avoid multiple calculations%0A > cc524c9 internal/order: fix sorting of synthetic oneofs to be deterministic%0A > b8fc770 encoding/protodelim: If UnmarshalFrom gets a bufio.Reader, try to reuse its buffer instead of creating a new one%0A > cf06b0c compiler/protogen: add Semantic.SET to setter annotations%0A > 05cbe34 encoding: add MarshalAppend to protojson and prototext%0A > 1bca6d9 types/dynamicpb: add NewTypes%0A > 736947c all: update protobuf release version to fix macOS tests%0A > 808c664 all: start v1.30.0-devel%0A > f221882 all: release v1.30.0%0A > e344383 protoadapt: helper functions to convert v1 or v2 message to either v1 or v2 message.%0A > 32efccd all: start v1.29.1-devel%0A > 771d8c7 all: release v1.29.1%0A > edaf511 internal/encoding/text: fix parsing of incomplete numbers%0A > fe5bc54 all: start v1.29.0-devel%0A > d3c9826 all: release v1.29.0%0A > eba8b09 cmd/protoc-gen-go: support protobuf retention feature%0A > fcf5f6c encoding/prototext: allow whitespace and comments between minus sign and number in negative numeric literal%0A > bc1253a types/descriptorpb: regenerate using latest protobuf v22.0 release%0A > 246af0d internal,reflect: correct typos%0A > 49eaa78 all: update links to Protocol Buffer documentation%0A > e831c33 proto: document Equal behavior of invalid messages%0A > 358fe40 internal/strs: avoid unnecessary allocations in Builder%0A > 0430d69 internal/impl: remove the unreachable line of code%0A > a948118 cmd/protoc-gen-go: make deprecated messages more descriptive%0A > 31a5920 protobuf: remove the check for reserved field numbers.%0A > a8d446d types/known/structpb: preallocate map in AsMap%0A > b2a7dfe reflect/protoreflect: add Value.Equal method%0A > f0e23c7 proto: revert expose package-private equalField%0A > 4d6d213 proto: expose package-private equalField.%0A > 7a48e2b protoreflect: fix list example code%0A > 494e81b integration test: drop Go 1.11 and Go 1.12%0A > f930b1d encoding/protojson: fix parsing of google.protobuf.Timestamp%0A > 692f4a2 types/descriptorpb: update *.pb.go to use latest protoc release, 21.5%0A > fb0abd9 encoding: add protodelim package%0A > 0f85348 all: start v1.28.1-devel%0Abumping google.golang.org/grpc 1c29e07...5b67e5e:%0A > 5b67e5e Update version.go to v1.56.1 (# 6386)%0A > d0f5150 client: handle empty address lists correctly in addrConn.updateAddrs (# 6354) (# 6385)%0A > 997c1ea Change version to 1.56.1-dev (# 6345)%0A > 2b6ff72 Change version to 1.56.0 (# 6344)%0A > 7996425 xds/outlierdetection: fix config handling (# 6361) (# 6367)%0A > a5ae5c6 weightedroundrobin: cherry-pick 2 commits from master (# 6360)%0A > 8edfa1a authz: End2End test for AuditLogger (# 6304)%0A > 2b1d70b xds: enable RLS in xDS by default (# 6343)%0A > 47f8ed8 interop: Don't fail target if sub-target already failed (# 6332)%0A > 1f23f6c client: fix Connect to handle channel idleness properly (# 6331)%0A > 3ea58ce client: disable channel idleness by default (# 6328)%0A > 6c2529b xds: support pick_first custom load balancing policy (A62) (# 6314)%0A > 9b9b364 internal/envconfig: Set Custom LB Env Var to true by default (# 6317)%0A > e325737 alts: Fix flaky ALTS TestFullHandshake test. (# 6300)%0A > 4d3f221 xds/internal/xdsclient: Add support for String Matcher Header Matcher in RDS (# 6313)%0A > 157db19 stats/opencensus: Fix flaky test span (# 6296)%0A > f19266c xds: support built-in Stdout audit logger type (# 6298)%0A > 59134c3 client: add support for pickfirst address shuffling from gRFC A62 (# 6311)%0A > a6e1acf grpc: support sticky TF in pick_first LB policy (# 6306)%0A > 2ae10b2 xdsclient: remove interface check related to ResourceData (# 6308)%0A > e9799e7 client: support a 1:1 mapping with acbws and addrConns (# 6302)%0A > 2a266e7 authz: use pointer to to structpb.Struct instead of value (# 6307)%0A > 511a963 interop: let the interop client send additional metadata, controlled by a flag (# 6295)%0A > 9b7a947 grpc: support channel idleness (# 6263)%0A > 098b2d0 xds/internal/balancer/outlierdetection: Switch Outlier Detection to use new duration field (# 6286)%0A > 417d4b6 examples: add error_handling example; move errors to error_details (# 6293)%0A > 390c392 authz: Rbac engine audit logging (# 6225)%0A > 52fef6d authz: Stdout logger (# 6230)%0A > 92e65c8 test/kokoro: Add custom_lb_test to the xds_k8s_lb job (# 6290)%0A > 756119c xds/outlierdetection: forward metadata from child picker (# 6287)%0A > 8eba9c2 github: upgrade to v3 of checkout & setup-go (# 6280)%0A > 24fd252 proto: update generated code to match grpc-proto changes (# 6283)%0A > 4eb88d7 cleanup: use new Duration type in base ServiceConfig (# 6284)%0A > 1230f0e xds/internal/xdsclient: Split registry up and two separate packages (# 6278)%0A > 0bdae48 interop: fix interop_test.sh shutdown (# 6279)%0A > 5dcfb37 interop: hold lock on server for OOB metrics updates; share 30s timeout (# 6277)%0A > 68381e7 xds: WRR in xDS (# 6272)%0A > fd376a5 test: fix flaky TimeoutOnDeadServer test; some cleanups (# 6276)%0A > 1db474c weightedroundrobin: fix duration format in lb config (# 6271)%0A > 523dcdd weightedroundrobin: fix test race accessing timeNow (# 6269)%0A > 1536887 interop/xds: Add Custom LB needed for interop test (# 6262)%0A > 7d61344 examples: fix authz example to receive streaming error properly (# 6270)%0A > afcbdc9 xds/internal/xdsclient/xdslbregistry: Continue in converter if type not found (# 6268)%0A > b3fbd87 interop: add ORCA test cases and functionality (# 6266)%0A > 5e58734 xds: Add support for Custom LB Policies (# 6224)%0A > 5c4bee5 balancer/weightedroundrobin: add load balancing policy (A58) (# 6241)%0A > c44f77e grpc: use CallbackSerializer in balancer wrapper (# 6254)%0A > f193ec0 orca: fix race when calling listeners coincides with updating the run goroutine (# 6258)%0A > 417cf84 test: deflake TestBalancerProducerHonorsContext (# 6257)%0A > 1f3fe1c Update ClientStream.SendMsg doc (# 6247)%0A > ccad7b7 grpc: use CallbackSerializer in resolver_wrapper (# 6234)%0A > 47b3c55 orca: fix race at producer startup (# 6245)%0A > 56b33d5 server/transport: send appropriate debug_data in GOAWAY frames (# 6220)%0A > add9015 orca: allow a ServerMetricsProvider to be passed to the ORCA service and ServerOption (# 6223)%0A > 40d0147 googledirectpatph: enable ignore_resource_deletion in bootstrap (# 6243)%0A > ed3ceba balancer: make producer RPCs block until the SubConn is READY (# 6236)%0A > b153b00 multiple: standardize import renaming for typed structs (# 6238)%0A > 713bd04 orca: minor cleanups (# 6239)%0A > 21a339c grpc: handle RemoveSubConn inline in balancerWrapper (# 6228)%0A > b153827 xds: make glaze happy for test packages (# 6237)%0A > 019acf2 stubserver: add option for allowing more services to be registered (# 6240)%0A > cf89a0b authz: Swap to using the correct TypedConfig in audit logger parsing (# 6235)%0A > df82147 internal: Document gcp/observability 1.0 dependencies in /internal (# 6229)%0A > da1a5eb tests: nix TestClientDoesntDeadlockWhileWritingErroneousLargeMessages (# 6227)%0A > e853dbf authz: add conversion of json to RBAC Audit Logging config (# 6192)%0A > 497436c xds/internal/balancer/outlierdetection: Change string to String (# 6222)%0A > de11139 clusterresolver: improve tests (# 6188)%0A > eff0942 xds/internal/xdsclient: Custom LB xDS Client Changes (# 6165)%0A > 8628e07 xds/internal/balancer/outlierdetection: Add Channelz Logger to Outlier Detection LB (# 6145)%0A > 83c460b authz: Move audit package (# 6218)%0A > 8c70261 grpc: ClientConn cleanup in prep for channel idleness (# 6189)%0A > 2cd95c7 gcp/observability: remove redundant import (# 6215)%0A > 16651f6 go.mod: update all dependencies (# 6214)%0A > ca60462 stubserver: Stop server when StartClient failed (# 6190)%0A > 7dfd718 internal/buffer: add Close method to the Unbounded buffer type (# 6161)%0A > ebeda75 tests: defalke TestTimerAndWatchStateOnSendCallback (# 6206)%0A > 0ed709c Change version to 1.56.0-dev (# 6213)%0A > 875c97a examples/features/observability: use observability module v1.0.0 (# 6210)%0A > aa8c137 authz: add audit logging APIs (# 6158)%0A > b91b884 gcp/observability: Have o11y module point to grpc 1.54 and opencensus 1.0.0 (# 6209)%0A > eab9e20 test/kokoro: increase PSM Security test timeout to 4h (# 6193)%0A > d90621f remove the unnecessary call to ResetTimer and StopTimer (# 6185)%0A > fe72db9 testing: add helpers to start test service, and retrieve port (# 6187)%0A > 5a50b97 Revert "Revert "credentials/alts: defer ALTS stream creation until handshake …" (# 6179)%0A > 89ec960 grpc: read the service config channel once instead of twice (# 6186)%0A > 6237dfe internal/stubserver: Close Client Conn in error handling of Start (# 6174)%0A > 06de8f8 alts: Add retry loop when making RPC in ALTS's TestFullHandshake. (# 6183)%0A > 6eabd7e server: use least-requests loadbalancer for workers (# 6004)%0A > 8374ff8 Export the unwrapResource method, to allow callers outside of the package (# 6181)%0A > efb2f45 test/xds: Fix test_grpc import path (# 6180)%0A > 81b3092 security/advancedtls: add TlsVersionOption to select desired min/max TLS versions (# 6007)%0A > 17b693d alts: Perform full handshake in ALTS tests. (# 6177)%0A > 01f8b86 Add documentation on some anti-patterns (# 6034)%0A > 3489bb7 xdsclient/test: deflake TestWatchResourceTimerCanRestartOnIgnoredADSRecvError (# 6159)%0A > bfb57b8 testing: delete internal copy of test service proto, and use canonical one (# 6164)%0A > 10401b9 stats/opencensus: the backend to Sent. Attempt. and Recv. (# 6173)%0A > b0a8b1b Use string instead of enum for xds resource type (# 6163)%0A > 1d5b73a xds: add stop to avoid hanging in TestServeWithStop (# 6172)%0A > ea0a038 xds/xdsclient: ignore resource deletion as per gRFC A53 (# 6035)%0A > a51779d xdsclient/test: deflake TestTimerAndWatchStateOnSendCallback (# 6169)%0A > e979919 internal/grpcsync: move CallbackSerializer from xdsclient/internal to here (# 6153)%0A > c2899dd examples/features/observability: Point o11y example to latest gcp/observability module (# 6162)%0A > 113d75f gcp/observability: Add isSampled bool to log entries (# 6160)%0A > 4a12595 stats/opencensus: Switch helper to return Span Context from context (# 6156)%0A > c3f1d5e gcp/observability: Set the opencensus_task label only for metrics, not tracing and logging (# 6155)%0A > 42dd7ac Use anypb.New instead of ptypes.MarshalAny (# 6074)%0A > 415ccdf go.mod: update all dependencies after 1.54 branch cut (# 6132)%0A > a357baf status: FromError: return entire error message text for wrapped errors (# 6150)%0A > 44cebb8 xds: enable XDS federation by default (# 6151)%0A > c018273 examples: Add observability example (# 6149)%0A > 277bb64 Revert "credentials/alts: defer ALTS stream creation until handshake time (# 6077)" (# 6148)%0A > 0fdfd40 gcp/observability: Generate unique process identifier unconditionally (# 6144)%0A > 1d20f1b security/advancedtls: swap from deprecated pkix.CertificateList to x509.RevocationList (# 6054)%0A > a8a25ce transport: use prefix logging (# 6135)%0A > 9c25653 cdsbalancer: improve log messages (# 6134)%0A > a02aae6 CONTRIBUTING.md: remove duplicated bullet point (# 6139)%0A > cdab8ae clusterresolver: push empty config to child policy upon removal of cluster resource (# 6125)%0A > 7651e62 transport: add a draining state check before creating streams (# 6142)%0A > a2ca46c examples: organize READMEs better (# 6121)%0A > 4efec30 stats/opencensus: remove leading slash for per call metrics (# 6141)%0A > 78099db gcp/observability: Switch hex encoding to string() method (# 6138)%0A > 70c5291 observability: remove import replace directive and switch it to point to latest commit (# 6122)%0A > 66e3533 status: handle wrapped errors (# 6031)%0A > a75fd73 Change version to 1.55.0-dev (# 6131)%0A > b638faf stats/opencensus: Add message prefix to metrics names (# 6126)%0A > c84a500 credentials/alts: defer ALTS stream creation until handshake time (# 6077)%0A > 6f44ae8 metadata: add benchmark test for FromIncomingContext and ValueFromIncomingContext (# 6117)%0A > a1e657c client: log last error on subchannel connectivity change (# 6109)%0A > 36fd0a4 gcp/observability: Add compressed metrics to observability module and synchronize View data with exporter (# 6105)%0A > 52ca957 xds: make comparison of server configs in bootstrap more reliable (# 6112)%0A > 7507ea6 gcp/observability: Change logging schema and set queue size limit for logs and batching delay (# 6118)%0A > 16c3b7d examples: add example for ORCA load reporting (# 6114)%0A > b458a4f transport: stop always closing connections when loopy returns (# 6110)%0A > 11e2506 tests: Scale down keepalive test timings (# 6088)%0A > 5796c40 interop/observability: Pass interop parameters to client/server as-is (# 6111)%0A > abd4db2 xdsclient/tests: fix flaky test NodeProtoSentOnlyInFirstRequest (# 6108)%0A > 3633361 tests: support LRS on the same port as ADS (# 6102)%0A > 0558239 Update CONTRIBUTING.md (# 6089)%0A > 2260821 go.mod: upgrade golang.org/x/net to address CVE-2022-41723 (# 6106)%0A > 60a1aa3 testutils: add support for creating endpoint resources with options (# 6103)%0A > 92d9e77 xds: NACK route configuration if sum of weights of weighted clusters exceeds uint32_max (# 6085)%0A > d02039b Deflake the integration test. (# 6093)%0A > 55d8783 gcp/observability: Link logs and traces by logging Trace and Span IDs (# 6056)%0A > ad4057f transport: stop returning errors that are always nil (# 6098)%0A > 558e1b6 examples/authz: add token package docstring (# 6095)%0A > 33df9fc credentials/xds: improve error message upon SAN matching failure (# 6080)%0A > 3292193 xdsclient: handle race with watch timer handling (# 6086)%0A > e83e34b xds/resolver/test: use a non-blocking send instead of closing the channel (# 6082)%0A > b46bdef interop/observability: add GCP Observability Testing Client/Server (# 5979)%0A > f311684 stats/opencensus: New uncompressed metrics and align with tracing spec (# 6051)%0A > cc320bf grpc: Log server trailers before writing status (# 6076)%0A > b9e6d59 xdsclient: send Node proto only on first discovery request on ADS stream (# 6078)%0A > ae4a231 ringhash: ensure addresses are consistenly hashed across updates (# 6066)%0A > 52dcd14 xdsclient: move tests from `e2e_test` to `tests` directory (# 6073)%0A > d8f80bb stats/opencensus: Added client api latency and upgrade go.mod (# 6042)%0A > a8b3226 gcp/observability: Disable logging and traces on channels to cloud ops backends (# 6022)%0A > 20141c2 examples: add an example to illustrate authorization (authz) support (# 5920)%0A > 8c374f7 clusterresolver: cleanup resource resolver implementation (# 6052)%0A > 1d16ef5 metadata: Lowercase appended metadata (# 6071)%0A > 8ba23be cmd/protoc-gen-go-grpc: bump -version to 1.3.0 for release (# 6064)%0A > a1693ec fakeserver: remove ADS and LRS v2 support (# 6068)%0A > 832ecc2 channelz: use protocmp.Transform() to compare protos (# 6065)%0A > 28b6bcf xds/xdsclient: improve failure mode behavior (gRFC A57) (# 5996)%0A > d53f0ec test: move compressor tests out of end2end_test.go (# 6063)%0A > dba41ef metadata: fix validation issues (# 6001)%0A > 75bed1d test: move e2e health checking tests out of end2end_test.go (# 6062)%0A > 0586c51 internal/transport: reduce running time of test from 5s to 1s (# 6061)%0A > 7437662 internal/transport: Fix flaky keep alive test (# 6059)%0A > 681b133 admin/test: split channelz imports (# 6058)%0A > 1093d3a channelz: remove dependency on testing package (# 6050)%0A > 3775f63 xdsclient/transport: reduce chattiness of logs (# 5992)%0A > 6fe609d xdsclient: minor cleanup in eds parsing (# 6055)%0A > 5353eaa testing: add helpers to configure cluster specifier plugin type (# 5977)%0A > 8702a2e stats/opencensus: Add top level call span (# 6030)%0A > 85b95dc gcp/observability: Register new views (# 6026)%0A > abff344 stats/opencensus: Add per call latency metric (# 6017)%0A > 0f02ca5 gcp/observability: Switch observability module to use new opencensus instrumentation code (# 6021)%0A > 6d612a3 resolver: update Resolver.Scheme() docstring to mention requirement of lowercase scheme names (# 6014)%0A > 30d8c0a xds/internal/xdsclient: NACK empty clusters in aggregate clusters (# 6023)%0A > 081499f xds: remove support for v2 Transport API (# 6013)%0A > dd12def stats/opencensus: Add OpenCensus traces support (# 5978)%0A > f4feddb github: update tests to use go version 1.20 (# 6020)%0A > 8153410 client: Add dial option to disable global dial options (# 6016)%0A > 55dfae6 resolver: document handling UpdateState errors by resolvers (# 6002)%0A > ceb3f07 client: Revert dialWithGlobalOption (# 6012)%0A > d655f40 internal/transport: fix severity of log when receiving a GOAWAY with error code ENHANCE_YOUR_CALM (# 5935)%0A > b81e8b6 metadata: slightly improve operateHeaders (# 6008)%0A > e9d9bd0 tests: reduce the degree of stress testing in long running tests (# 6003)%0A > f855226 github: update codeQL action to v2 (# 6009)%0A > f69e9ad stats/opencensus: Add OpenCensus metrics support (# 5923)%0A > 3151e83 cmd/protoc-gen-go-grpc: export consts for full method names (# 5886)%0A > d6dabba xds/server: reduce chattiness of logs (# 5995)%0A > 0954097 server: expose API to set send compressor (# 5744)%0A > a7058f7 xds/csds: switch tests to use the new generic xdsclient API (# 6000)%0A > 3711154 xdsclient/bootstrap: reduce chattiness of logs (# 5991)%0A > d103fc7 xdsclient/xdsresource: reduce chattiness of logs (# 5993)%0A > 6a707eb client: add an option to disable global dial options (# 5990)%0A > c813c17 Change version to 1.54.0-dev (# 5985)%0A > 2a1e934 server: after GracefulStop, ensure connections are closed when final RPC completes (# 5968)%0A > e2d69aa tests: fix spelling of variable (# 5966)%0A > a6376c9 xds/resolver: cleanup tests to use real xDS client 3/n (# 5953)%0A > bf8fc46 xds/resolver: cleanup tests to use real xDS client 5/n (# 5955)%0A > 3930549 resolver: replace resolver.Target.Endpoint field with Endpoint() method (# 5852)%0A > 894816c grpclb: rename `grpclbstate` package back to `state` (# 5962)%0A > e5a0237 encoding: fix duplicate compressor names (# 5958)%0A > 4adb2a7 xds/resolver: cleanup tests to use real xDS client 2/n (# 5952)%0A > 52a8392 gcp/observability: update method name validation (# 5951)%0A > 4075ef0 xds: fix panic involving double close of channel in xDS transport (# 5959)%0A > 7bf6a58 gcp/observability: Cleanup resources allocated if start errors (# 5960)%0A > bc9728f xds/resolver: cleanup tests to use real xDS client 4/n (# 5954)%0A > 6e74938 xds/resolver: cleanup tests to use real xDS client (# 5950)%0A > 9b9b381 server: fix a few issues where grpc server uses RST_STREAM for non-HTTP/2 errors (# 5893)%0A > ace8082 xdsclient: close func refactor (# 5926)%0A > 9326362 transport: fix maxStreamID to align with http2 spec (# 5948)%0A > 4e4d828 xds interop: Fix buildscripts not continuing on a failed test suite (# 5937)%0A > 379a2f6 *: add missing colon to errorf messages to improve readability (# 5911)%0A > cde2edc Revert "xds interop: Fix buildscripts not continuing on a failed test suite (# 5932)" (# 5936)%0A > 78ddc05 xdsclient: fix race in load report implementation (# 5927)%0A > 2a9e970 xds interop: Fix buildscripts not continuing on a failed test suite (# 5932)%0A > 9228cff rls: fix a data race involving the LRU cache (# 5925)%0A > be06d52 binarylog: consistently rename imports for binarylog proto (# 5931)%0A > bf3ad35 *: update all dependencies (# 5924)%0A > 6de8f50 transport: drain client transport when streamID approaches maxStreamID (# 5889)%0A > 42b7b63 stats/opencensus: OpenCensus instrumentation api (# 5919)%0A > 974a5ef grpc: document defaults in MaxCallMsgSize functions (# 5916)%0A > 9b73c42 test/xds: add tests for scenarios where authority in resource name is not specified in bootstrap config (# 5890)%0A > 3b2da53 xdsclient: handle resource not found errors correctly (# 5912)%0A > f2fbb0e Deprecate use of `ioutil` package (# 5906)%0A > 8ec85e4 priority: improve and reduce verbosity of logs (# 5902)%0A > 12b8fb5 test: move e2e HTTP header tests to http_header_end2end_test.go (# 5901)%0A > f1a9ef9 stream: update ServerStream.SendMsg doc (# 5894)%0A > c90744f oauth: mark `NewOauthAccess` as deprecated and update examples to use `TokenSource` (# 5882)%0A > 0e5421c internal/envconfig: add convenience boolFromEnv to improve readability (# 5887)%0A > 4565dd7 ringhash: allow overriding max ringhash size via environment variable (# 5884)%0A > 94a65dc rls: deflake tests (# 5877)%0A > 08479c5 xdsclient: resource agnostic API implementation (# 5776)%0A > 07ac97c transport: simplify httpClient by moving onGoAway func to onClose (# 5885)%0A > 5ff7dfc rls: propagate headers received in RLS response to backends (# 5883)%0A > f94594d interop: add test client for use in xDS federation e2e tests (# 5878)%0A > 68b388b balancer: support injection of per-call metadata from LB policies (# 5853)%0A > 4f16fbe examples: update server reflection tutorial (# 5824)%0A > b2d4d5d test: fix raceyness check to deflake test http server (# 5866)%0A > 54b7d03 grpc: Add join Dial Option (# 5861)%0A > 70617b1 vet & github: run vet separately from tests; make vet-proto only check protos (# 5873)%0A > 81ad1b5 *: update all dependencies (# 5874)%0A > 357d7af Change version to 1.53.0-dev (# 5872)%0A > a0e8eb9 test: rename race.go to race_test.go (# 5869)%0A > ae86ff4 benchmark: fix typo in ClientReadBufferSize feature name (# 5867)%0A > e53d28f xdsclient: log node ID with verbosity INFO (# 5860)%0A > 9373e5c transport: Fix closing a closed channel panic in handlePing (# 5854)%0A > 2f413c4 transport/http2: use HTTP 400 for bad requests instead of 500 (# 5804)%0A > 5003029 testutils: do a better job of verifying pick_first in tests (# 5850)%0A > 3e27f89 binarylog: Account for key in metadata truncation (# 5851)%0A > f54bba9 test/xds: minor cleanup in xDS e2e test (# 5843)%0A > a9709c3 Added logs for reasons causing connection and transport close (# 5840)%0A > aba03e1 xds: pass options by value to helper routines which setup the management server in tests (# 5833)%0A > 638141f examples: add feature/cancellation retry to example test script (# 5846)%0A > 22c1fd2 deps: update golang.org/x/net to latest in all modules (# 5847)%0A > 1949035 ringhash: add logs to surface information about ring creation (# 5832)%0A > f7c110a test: remove use of deprecated WithInsecure() API (# 5836)%0A > a205447 examples: add new example to show updating metadata in interceptors (# 5788)%0A > 001d234 rls: Fix regex in rls test (# 5834)%0A > 7361971 rls: use a regex for the expected error string (# 5827)%0A > 617d6c8 security/advancedtls: add test for crl cache expiration behavior (# 5749)%0A > ef51864 grpclb: improve grpclb tests (# 5826)%0A > fa99649 xdsclient: deflake new transport ack/nack tests (# 5830)%0A > 99ba982 transport/server: flush GOAWAY before closing conn due to max age (# 5821)%0A > 20c937e transport: limit AccountCheck tests to fewer streams and iterations to avoid flakes (# 5828)%0A > 110ed9e xdsclient: resource-type-agnostic transport layer (# 5808)%0A > c91396d pickfirst: do not return initial subconn while connecting (# 5825)%0A > 94f0e7f benchmark: add a feature for read and write buffer sizes (# 5774)%0A > 087387c Deflake Outlier Detection xDS e2e test (# 5819)%0A > dd123b7 testutils/pickfirst: move helper function to testutils (# 5822)%0A > be202a2 examples: add an example to illustrate the usage of stats handler (# 5657)%0A > 9f97673 test: move e2e goaway tests to goaway_test.go (# 5820)%0A > 0fe49e8 grpc: Improve documentation of read/write buffer size server and dial options (# 5800)%0A > 09fc1a3 interop: update Go version in docker container used for psm interop (# 5811)%0A > adfb915 server: fix ChainUnaryInterceptor and ChainStreamInterceptor to allow retrying handlers (# 5666)%0A > e0a9f11 reflection: split grpc and pb imports (# 5810)%0A > 6f96f96 reflection: update proto (# 5809)%0A > 6e43203 reflection: generate protobuf files from grpc-proto (# 5799)%0A > 0abb6f9 xdsclient: resource type agnostic WatchResource() API (# 5777)%0A > 3011eaf test/tools: update staticcheck version to latest (# 5806)%0A > fefb3ec test/tools: update everything to latest versions except staticcheck (# 5805)%0A > 50be6ae go.mod: update all dependencies (# 5803)%0A > ff14680 Cap min and max ring size to 4K (# 5801)%0A > 0238b6e transport: new stream with actual server name (# 5748)%0A > 817c1e8 passthrough: return error if endpoint is empty and opt.Dialer is nil when building resolver (# 5732)%0A > 56ac86f xdsclient: wait for underlying transport to close (# 5775)%0A > 457c2f5 benchmark: use default buffer sizes (# 5762)%0A > 689d061 Cleanup usages of resolver.Target's Scheme and Authority (# 5761)%0A > 5331dbd outlierdetection: remove an unused variable in a test (# 5778)%0A > 81db250 Change version to 1.52.0-dev (# 5784)%0A > 72812fe gcp/observability: filter logging from cloud ops endpoints calls (# 5765)%0A > 0ae33e6 xdsclient: remove unused test code (# 5772)%0A > 824f449 go.mod: upgrade x/text to v0.4 to address CVE (# 5769)%0A > 7f23df0 xdsclient: switch xdsclient watch deadlock test to e2e style (# 5697)%0A > 32f969e o11y: Added started rpc metric in o11y plugin (# 5768)%0A > b597a8e xdsclient: improve authority watchers test (# 5700)%0A > e41e894 orca: create ORCA producer for LB policies to use to receive OOB load reports (# 5669)%0A > 36d14db Fix binary logging bug which logs a server header on a trailers only response (# 5763)%0A > fcb8bdf xds/google-c2p: validate url for no authorities (# 5756)%0A > 040b795 xdsclient/e2e_test: use SendContext() where appropriate (# 5729)%0A > 0d6481f target: replace parsedTarget.Scheme to parsedTarget.URL.Scheme (# 5750)%0A > fdcc01b transport/test: implement staticcheck suggestion (# 5752)%0A > aa44cca google-c2p: use new-style resource name for LDS subscription (# 5743)%0A > c858a77 balancer/weightedtarget: fix ConnStateEvltr to ignore transition from TF to Connecting (# 5747)%0A > 64df652 google-c2p: include federation env var in the logic which determines when to use directpath (# 5745)%0A > 3c09650 balancer/weightedtarget: use ConnectivityStateEvaluator (# 5734)%0A > 3fd80b0 Fix flaky test MultipleClientStatsHandler (# 5739)%0A > 26071c2 google-c2p resolver: add authority entry to bootstrap config (# 5680)%0A > 9127159 client: synchronously verify server preface in newClientTransport (# 5731)%0A > f51d212 xdsclient: improve RDS watchers test (# 5692)%0A > 7c16802 tests: refactor tests to use testutils helper functions (# 5728)%0A > 28fae96 xdsclient: improve federation watchers test (# 5696)%0A > f88cc65 xdsclient: improve EDS watchers test (# 5694)%0A > 439221d xdsclient: add a convenience type to synchronize execution of callbacks (# 5702)%0A > dbb8e2b xdsclient: improve CDS watchers test (# 5693)%0A > 79ccdd8 clientconn: go idle if conn closed after preface received (# 5714)%0A > 778860e testing: update Go to 1.19 (# 5717)%0A > eb8aa31 weightedtarget: return a more meaningful error when no child policy is reporting READY (# 5391)%0A > bb3d739 fakeserver: add v3 support to the xDS fakeserver implementation (# 5698)%0A > 912765f xds: move bootstrap config generating utility package to testutils (# 5713)%0A > f52b910 o11y: Fixed o11y bug (# 5720)%0A > 00d1830 Fix o11y typo (# 5719)%0A > e163a90 xds/xdsclient: add EDS resource endpoint address duplication check (# 5715)%0A > 9eba574 xds: de-experimentalize google c2p resolver (# 5707)%0A > 8b3b10b gcp/observability: implement public preview config syntax, logging schema, and exposed metrics (# 5704)%0A > 8062981 vet: workaround buggy mac git grep behavior (# 5716)%0A > e81d0a2 xdsclient: improve LDS watchers test (# 5691)%0A > 7b817b4 client: set grpc-accept-encoding to full list of registered compressors (# 5541)%0A > c672451 xds/xdsclient: add sum of EDS locality weights check (# 5703)%0A > c03925d priority: release references to child policies which are removed (# 5682)%0A > 5fc798b Add binary logger option for client and server (# 5675)%0A > 12db695 grpc: restrict status codes from control plane (gRFC A54) (# 5653)%0A > 202d355 Change version to 1.51.0-dev (# 5687)%0A > 1451c62 internal/transport: optimize grpc-message encoding/decoding (# 5654)%0A > be4b63b test: minor test cleanup (# 5679)%0A > d83070e Changed Outlier Detection Env Var to default true (# 5673)%0A > 54521b2 client: remove trailing null from unix abstract socket address (# 5678)%0A > 36e4810 orca: cleanup old code, and get grpc package to use new code (# 5627)%0A > e8866a8 build: harden GitHub Workflow permissions (# 5660)%0A > 8458251 xdsclient: ignore routes with cluster_specifier_plugin when GRPC_EXPERIMENTAL_XDS_RLS_LB is off (# 5670)%0A > a238ceb xDS: Outlier Detection Env Var not hardcoded to false (# 5664)%0A > b1d7f56 transport: Fix deadlock in transport caused by GOAWAY race with new stream creation (# 5652)%0A > 9c3e589 rls: delegate pick to child policy as long as it is not in TransientFailure (# 5656)%0A > 7da8a05 xds: Enable Outlier Detection interop tests (# 5632)%0A > 21f0259 test: loosen metadata error check to reduce dependence on exact library errors (# 5650)%0A > 552de12 orca: fix package used to reference service to use pb suffix instead of grpc (# 5647)%0A > 87d1a90 orca: fix package used to reference service to use grpc suffix instead of pb (# 5645)%0A > 60eecd9 metadata: add ValueFromIncomingContext to more efficiently retrieve a single value (# 5596)%0A > 2ebd594 Documentation/proxy: update due to Go 1.16 behavior change (# 5630)%0A > 1530d3b gcp/observability: fix End() to cleanup global state correctly (# 5623)%0A > f7d2036 xds: add Outlier Detection Balancer (# 5435)%0A > 182e9df Grab comment from proto file, similar to protoc-gen-go (# 5540)%0A > 60a3a7e cleanup: fixes for issues surfaced by vet (# 5617)%0A > 99ae81b roundrobin: optimization of the roundrobin implementation. (# 5607)%0A > aee9f0e orca: server side custom metrics implementation (# 5531)%0A > ddcda5f alts: do not set WaitForReady on handshaker RPCs (# 5620)%0A > d875a0e xdsclient: NACK cluster resource if config_source_specifier in lrs_server is not self (# 5613)%0A > c351f37 chore: remove duplicate word in comments (# 5616)%0A > f0f9f00 test/kokoro: enable pod log collection in the buildscripts (# 5608)%0A > 1dd0256 ringhash: implement a no-op ExitIdle() method (# 5614)%0A > fe59226 clusterresolver: deflake eds_impl tests (# 5562)%0A > d5dee5f xds/ringhash: make reconnection logic work for a single subConn (# 5601)%0A > b225dda transport: update http2 spec document link (# 5597)%0A > 641dc87 transport: add peer information to http2Server and http2Client context (# 5589)%0A > 02fbca0 xds/resolver: generate channel ID randomly (# 5591)%0A > 97cb7b1 xds/clusterresolver: prevent deadlock of concurrent Close and UpdateState calls (# 5588)%0A > c56f196 internal/fakegrpclb: don't listen on all adapters (# 5592)%0A > 3f5b7ab internal/transport: fix typo (# 5566)%0A > c11858e Publish arm64 binaries to GitHub releases (# 5561)%0A > 802b32e Change version to 1.50.0-dev (# 5585)%0Abumping golang.org/x/net dfa2b5d...c73c09c:%0A > c73c09c go.mod: update golang.org/x dependencies%0A > 4fc2eb9 http2: revert Transport change from CL 486156%0A > 63727cc http2: validate Host header before sending%0A > 1bb09e6 quic: pass the connection ID length into 1-RTT packet parsing%0A > 952fc9c quic: move ack_delay_exponent handling out of frame parsing%0A > 02fe9a5 quic: loss detection%0A > c8a2c5a quic: remove stray debugging print%0A > 5d50b40 quic: add packetFate enum%0A > ee81e8c quic: correct rttvar updates%0A > ab184e6 quic: rename side type to connSide%0A > 508a573 quic: add congestion controller%0A > 4050002 html: handle equals sign before attribute%0A > f5464dd idna: update for Unicode 15.0.0%0A > 6c96ca5 go.mod: update golang.org/x dependencies%0A > 5541298 quic: add packet pacer%0A > 88a50b6 all: update x/sys to HEAD%0A > 7e6923f quic: add RTT estimator%0A > 2796e09 bpf: check for little endian CPU for OS VM comparison%0A > 10cf388 quic: add a data structure for tracking lists of sent packets%0A > ccc217c quic: parameterize rangeset%0A > f16447c quic: add go1.21 build constraint%0A > f7250ea quic: add a type tracking sent values%0A > 1b5a2d8 quic: packet encoding/decoding%0A > a233290 quic: add a data structure for tracking sent packets%0A > 61d852e quic: error codes and types%0A > d40f154 quic: varint encoding and decoding%0A > 10d9069 quic: add rangeset type%0A > f71a821 quic: packet protection%0A > 6488c8f quic: basic packet operations%0A > d4a2c13 quic: packet number encoding/decoding%0A > 0d6f3cb quic: add various useful common constants and types%0A > ee6956f quic: add internal/quic package%0A > 6826f5a http2: close request bodies before RoundTrip error return%0A > ca96da6 dns/dnsmessage: reject names with dots inside label%0A > 056145c net/http: deflake TestTransportRetryAfterGOAWAY%0A > abee42a http2: deflake TestTransportReuseAfterError%0A > 3b31286 ipv4,ipv6: remove unneeded deadlines added for flaky tests%0A > 23ce3b8 http2: disable Content-Length when nilled%0A > 120fc90 http2: change default frame scheduler to round robin%0A > 2b0b97d dns/dnsmessage: reject packing of 255B rooted names, reject unpacking of 256B (dns encoded) names%0A > d28c0b1 all: fix some comments%0A > daac0ce go.mod: update golang.org/x dependencies%0A > 82780d6 http2: don't reuse connections that are experiencing errors%0A > 0bfab66 ipv4, ipv6: drop redundant skip checks based on GOOS%0A > 938ff15 ipv4, ipv6, nettest: skip unsupported tests on wasip1%0A > eb1572c html: another shot at security doc%0A > 9001ca7 nettest: re-enable unixpacket tests on netbsd/386%0A > 3d5a8ee internal/socks: permit authenticating with an empty password%0A > 694cff8 go.mod: update golang.org/x dependencies%0A > 6960703 http2: log the correct error when retrying in (*Transport).RoundTripOpt%0A > 9f24bb4 http2: properly discard data received after request/response body is closed%0A > 08dda57 html: fix package doc typo Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
b6c06e0602
|
Update community files (#1825)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
4b71af8932
|
upgrade to latest dependencies (#1817)
bumping knative.dev/serving a657321...0462ce6:%0A > 0462ce6 Update net-istio nightly (# 14126)%0A > 2813b9a Update net-gateway-api nightly (# 14119)%0A > eaf666e Update net-istio nightly (# 14116)%0A > 53169cd Update net-istio nightly (# 14112)%0A > e865aa7 Update net-contour nightly (# 14109)%0A > 921daf8 Update net-certmanager nightly (# 14111)%0A > bb581cc Update net-kourier nightly (# 14110)%0A > fbfffc0 upgrade to latest dependencies (# 14108)%0A > bcf9274 upgrade to latest dependencies (# 14101)%0A > f085b30 fix: requests are sent to all pods even if cc=1 and the parity of activatorCount and podTracker is different (# 14022)%0A > 9772417 Update net-kourier nightly (# 14107)%0A > f6d0c7b Update net-contour nightly (# 14106)%0A > 560e0ea Update net-certmanager nightly (# 14105)%0A > 51f4f1e Update net-istio nightly (# 14104)%0A > 18519b1 Update net-contour nightly (# 14079)%0A > 38c155e Add chainguard-dev/actions for creating kind cluster (# 14018)%0A > 74c57d8 Update net-istio nightly (# 14098)%0A > 5a9c574 Update net-kourier nightly (# 14096)%0A > 3a6c2b6 upgrade to latest dependencies (# 14095)%0A > 5a90438 Update net-istio nightly (# 14091)%0A > dc0692a Update net-istio nightly (# 14088)%0A > 0fbd780 Update net-certmanager nightly (# 14087)%0A > 6f63c98 Update net-kourier nightly (# 14086)%0A > e74f5f4 Update net-gateway-api nightly (# 14085)%0A > 1587070 Update net-kourier nightly (# 14081)%0A > 2e00e9f Update net-certmanager nightly (# 14080)%0A > a3c7864 Update net-istio nightly (# 14078)%0A > 384b889 Update net-gateway-api nightly (# 14077)%0A > 7d0f963 Change storage version of DomainMapping to v1beta1 (# 14058)%0A > e8b6f05 Update net-gateway-api nightly (# 14068)%0A > 41e4212 Get certificate reconciler from `networking` instead of `control-protocol` (# 14072)%0A > e71b933 Update net-certmanager nightly (# 14070)%0A > 8f516b6 Update net-kourier nightly (# 14069)%0A > a2bb4aa upgrade to latest dependencies (# 14071)%0A > c95f17b Update community files (# 14067)%0A > bf48e64 Remove deprecated internalEncryption dependency (# 14064)%0A > 6b87d67 Update net-istio nightly (# 14065)%0A > fbecf34 refactor throttler_test.go (# 14055)%0A > 349b2d6 Change minimum TLS version to 1.3 for internal encryption (between activator and queue-proxy) (# 13887)%0A > d07bf78 Update net-contour nightly (# 14049)%0A > aa023e8 Update net-istio nightly (# 14048)%0A > 8fc4bb9 Update net-gateway-api nightly (# 14047)%0A > 135be30 Update net-certmanager nightly (# 14046)%0A > 8da71b5 Update net-kourier nightly (# 14042)%0A > 13a4e46 poll until timeout - don't error out if the deployment can't be found (# 14027)%0A > 31c2b7e upgrade to latest dependencies (# 14043)%0A > 6a6e417 Update net-istio nightly (# 14041)%0A > 807fc2c Update net-certmanager nightly (# 14040)%0A > 3c23945 drop safe to evict annotations (# 14035)%0A > fca5c14 Update net-gateway-api nightly (# 14033)%0A > c12c917 Update net-contour nightly (# 14034)%0A > 2da856d Update net-kourier nightly (# 14032)%0A > d7c8779 Update net-certmanager nightly (# 14031)%0A > aaf01dc Update net-istio nightly (# 14030)%0A > bdaa436 RandomChoice 2 policy wasn't random when the number of targets is 2 (with equal weight) (# 14028)%0A > c91f8c4 Fix metrics reporting period (# 14019)%0A > 9f60969 Update net-kourier nightly (# 14004)%0A > 6020cec Update net-istio nightly (# 14025)%0A > 88cae7f Update net-gateway-api nightly (# 14016)%0A > a143bf8 Update net-contour nightly (# 14015)%0A > c2be582 Update net-certmanager nightly (# 14014)%0A > 3450f0a upgrade to latest dependencies (# 14013)%0A > 35cfd8f [Automated] Update net-gateway-api nightly (# 14003)%0A > 08a9708 Update net-istio nightly (# 14009)%0A > 5074b4c Update net-contour nightly (# 14010)%0A > e8cb343 upgrade to latest dependencies (# 13999)%0A > 1261074 Update net-certmanager nightly (# 14002)%0A > f987ca6 Bump kind to 0.19 (# 14008)%0A > fbb7fa1 Update community files (# 13998)%0A > bff1d80 Remove 1.24 kind version (# 14007)%0Abumping knative.dev/eventing 5e245ac...8f74094:%0A > 8f74094 Add handler to auto create Event Types (# 7034)%0A > 901ef61 Remove check for empty Namespace on resolver (# 7040)%0A > 95cdbaa We should not limit the EventType creation from the Sources Duck to just brokers (# 7032)%0A > 7429761 Adjust the Namespace reference to the one from the parent (# 7035)%0A > cb2a891 update the redeployment script (# 7038)%0A > ab01938 [main] Upgrade to latest dependencies (# 7025)%0A > c9dcaf3 Added basic gc loop to kncloudevents clients map (# 6997)%0A > d6cf96d EventType works with channel (# 7023)%0A > 365d0b0 Run TLS e2e tests only when Istio is not enabled (# 7029)%0A > 825a237 Update IMC CRD addressstatus to include `.name` and `.CACerts` fields (# 7026)%0A > 3190df7 Tracking/reconcile KResource references (# 7014)%0A > 0f68861 Rename more to Resource, instead of broker (# 7022)%0A > bccb7d4 Better reflecting the lifecycle of event type … (# 7019)%0A > 49d4acd Skip ping source TLS rekt test, since extremely flaky (# 7016)%0A > 8719e18 [main] Upgrade to latest dependencies (# 7012)%0A > e5ae717 Use HTTP POST when terminating istio proxy (# 7015)%0A > fea730f Only check if the reference does exist (# 7010)%0A > 631f4ec Add TLS support for mt-broker-filter (# 6940)%0A > 45f0a19 Allow wathola components to run with Istio (# 7011)%0A > 65f4b1c [main] Format Go code (# 7008)%0A > 3267b1a test SinkBinding with eventshub TLS receiver as sink (# 6979)%0A > aad53f4 Updated eventingtls test certs to support IP addresses (# 7006)%0A > 57d78e0 [main] Update community files (# 7004)%0A > dfb2243 Support TLS in Trigger and Channel reconciler (# 6988)%0A > df08b49 Eventing TLS: verify APIServerSource and PingSource sinkURI is https (# 6987)%0A > d21c1aa [main] Upgrade to latest dependencies (# 6989)%0A > 70113e8 Deprecate broker field and use KReference for the broker instead (# 6870)%0A > 4e4647f test update to newest version (# 6990)%0A > 870ac6b Update MessageDispatcher and FanoutMessageHandler to support sending events to TLS endpoints (# 6983)%0A > 6dd5d58 Test PingSource with eventshub TLS receiver as sink (# 6965)%0A > 55f4f28 [main] Upgrade to latest dependencies (# 6982)%0A > 2a5a9a5 Add more items in the development getting started documentation (# 6978)%0A > 59118a0 imc-dispatcher starts a TLS server, accepts host based routing on http receiver and path based routing on https receiver (# 6954)%0A > ee49ada Rework kncloudevents library to support multiple clients (# 6975)%0A > ee88094 Make ServerManager independent from kncloudevents package (# 6980)%0A > 6a11c5f [main] Upgrade to latest dependencies (# 6969)%0A > 8a9a532 Updated DEVELOPMENT.md to provide better instructions on setting up kubernetes (# 6977)%0A > 390a0c8 Eventing TLS: Test ContainerSource with eventshub TLS receiver as sink (# 6957)%0Abumping knative.dev/pkg ec20442...eb63a40:%0A > eb63a40 Support to set qps and burst via env variable (# 2755)%0A > 74c4be5 Generate kresource duck type codegen (# 2754)%0A > 4dbc312 fix boilerplate (# 2753)%0A > 15605c7 Defaulting Controller options for all kind of webhooks (# 2738)%0A > 94b81fc Update community files (# 2752)%0A > 5671699 drop the dynamic type (# 2750)%0A > 9bda38b Fix some webhook testing tech debt (# 2751)%0Abumping knative.dev/hack 5812c57...d7586a2:%0A > d7586a2 Update e2e kntest link (# 295)%0A > a861c8e Update community files (# 294)%0A > 5b7907f Update actions (# 289)%0A > c133d5d Install Istio for tests (# 291)%0Abumping knative.dev/networking fcbedad...3a75df5:%0A > 3a75df5 upgrade to latest dependencies (# 817)%0A > b9dd5c2 upgrade to latest dependencies (# 816)%0A > 68947c5 upgrade to latest dependencies (# 815)%0A > 14a2bd4 Move `pkg/certificates` from `control-protocol` to `networking` (# 802)%0A > 2daa483 Update community files (# 813)%0A > 0dbe4f9 upgrade to latest dependencies (# 812)%0A > 2a2f7d2 upgrade to latest dependencies (# 810) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
7fd026a198
|
Update community files (#1822)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
00e38dc791
|
Fix broker condition check (#1820)
* Fix broker condition check * Relax the describe check |
|
|
|
cc1a637679
|
Update community files (#1819)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
8c27e51a53
|
upgrade to latest dependencies (#1811)
bumping github.com/matttproud/golang_protobuf_extensions c182aff...c182aff:%0Abumping golang.org/x/net 8e2b117...dfa2b5d:%0A > dfa2b5d go.mod: update golang.org/x dependencies%0A > 8c4ef2f hmtl: add security section to package comment%0A > 1d46ed8 html: have Render escape comments less often%0A > 569fe81 html: add "Microsoft Outlook comment" tests%0Abumping k8s.io/client-go 7226b15...6e9dabb:%0A > 6e9dabb Update dependencies to v0.26.5 tag%0A > 038b381 Merge pull request # 117691 from dims/re-do-of-117242-on-release-1.26%0A > cd83e43 Bump runc go module v1.1.4 -> v1.1.6%0A > dbfbc03 Merge pull request # 117686 from ardaguclu/automated-cherry-pick-of-# 117495-upstream-release-1.26%0A > d72dec4 Use absolute path instead requestURI in openapiv3 discovery%0A > a5144d4 Merge pull request # 117638 from seans3/automated-cherry-pick-of-# 117571-origin-release-1.26%0A > d6f8d04 Refactors discovery content-type and helper functions%0A > 2dd0093 Merge pull request # 115899 from odinuge/automated-cherry-pick-of-# 115620-upstream-release-1.26%0A > f3ae5cb Merge pull request # 116666 from seans3/automated-cherry-pick-of-# 116603-origin-release-1.26%0A > fffc68d Change where transformers are called.%0A > 5ebee18 Aggregated discovery resilient to nil GVK%0A > 8190aa4 client-go/cache: update Replace comment to be more clear%0A > 87720b3 Merge pull request # 116437 from seans3/automated-cherry-pick-of-# 116145-# 115865-origin-release-1.26%0A > b667227 client-go/cache: rewrite Replace to check queue first%0A > fc13749 Removes old discovery hack ignoring 403 and 404%0A > 30215cd client-go/cache: merge ReplaceMakesDeletionsForObjectsInQueue tests%0A > f39ba12 Plumb stale GroupVersions through aggregated discovery%0A > ba35969 client-go/cache: fix missing delete event on replace without knownObjects%0A > f538edf Merge pull request # 116352 from seans3/automated-cherry-pick-of-# 115978-origin-release-1.26%0A > 97cf9cb client-go/cache: fix missing delete event on replace%0A > 5dbbc58 Tolerate empty discovery response in memcache client%0A > 62133a9 Merge pull request # 115787 from liggitt/net-0.7.0-1.26%0A > 8ce239f Update golang.org/x/net to v0.7.0%0A > e6bc0bc Merge pull request # 115566 from enj/automated-cherry-pick-of-# 115315-upstream-release-1.26%0A > 9112e19 Merge pull request # 115400 from pohly/automated-cherry-pick-of-# 115354-origin-release-1.26%0A > 0519b53 kubelet/client: collapse transport wiring onto standard approach%0A > 2e34348 Merge pull request # 115642 from nckturner/pin-golang.org/x/net-to-v0.4.0-in-1.26%0A > 7be38cd dynamic resource allocation: avoid apiserver complaint about list content%0A > 4968c4a Pin golang.org/x/net to v0.4.0 in 1.26%0A > 0c34939 Merge pull request # 114617 from JoelSpeed/automated-cherry-pick-of-# 114585-upstream-release-1.26%0A > 04b098b Resource claims should be a map type%0A > b3fff46 Merge pull request # 114415 from hoskeri/automated-cherry-pick-of-# 114404-upstream-release-1.26%0A > 236db3c Merge pull request # 113988 from liggitt/automated-cherry-pick-of-# 113933-upstream-release-1.26%0A > a2ef324 Check the correct error in d.downloadAPIs%0A > 95a14c3 Merge remote-tracking branch 'origin/master' into release-1.26%0A > ebb499f Limit request retrying to []byte request bodies%0A > 1a7cd1d Update golang.org/x/net 1e63c2f%0A > 53f2fea sync: update go.mod%0A > 968ba8d Merge pull request # 113797 from seans3/force-no-aggregated%0A > c8ffed3 Merge pull request # 111023 from pohly/dynamic-resource-allocation%0A > 3ac73ea Adds bool to force non-aggregated discovery%0A > 61cd728 Merge pull request # 113826 from jsafrane/add-openstack%0A > 522eaa1 api: generated files%0A > cfd682c Merge pull request # 113375 from atiratree/PodHealthyPolicy-api%0A > f2b10f3 Remove OpenStack cloud provider%0A > acc9fa7 Merge pull request # 113186 from ttakahashi21/KEP-3294%0A > f1c80d7 generated%0A > a3d3eb0 Revert "Remove references to openstack and cinder"%0A > c7bdab2 Generate code%0A > 0a1f6a8 Merge pull request # 112744 from pwschuurman/statefulset-slice-impl%0A > 1c7a870 Merge pull request # 113485 from MikeSpreitzer/apf-borrowing%0A > eed2516 Adding implementation of KEP-3335, StatefulSetSlice%0A > 7280270 Merge pull request # 113599 from seans3/discovery-client-update%0A > d4a3675 apiserver: add generated files for borrowing in flowcontrol%0A > 7694435 Update redacting functionality to redact all sensitive info in config when printing with view (# 109189)%0A > 25d5761 Aggregated discovery client%0A > 4b1a9fd Merge pull request # 113314 from cici37/celIntegration%0A > ea9ec91 Merge pull request # 112905 from alexzielenski/kubectl-apply-csa-migration%0A > 3a430a4 API - make update%0A > 3daf180 Merge pull request # 113688 from dashpole/update_utils%0A > 898b7a3 add FindFieldsOwners util function%0A > dbe034b update k8s.io/utils to fix util tracing panic%0A > 4f63b62 add UpgradeManagedFieldsPatch%0A > 7ed3193 Merge pull request # 111545 from jlsong01/rewrite_signature_of_StartEventWatcher%0A > c8c6cb5 add OWNERS to csaupgrade%0A > cbe28cf Merge pull request # 113274 from Huang-Wei/kep-3521-A%0A > 3467961 rewrite signature of function StartEventWatcher%0A > a45874a remove kubectl annotation logic from upgrade patch%0A > 2248bf3 Automated codegen%0A > d576a35 Merge pull request # 113387 from wojtek-t/refactor_client_indexing%0A > 4fbef5b Merge pull request # 106242 from thockin/revive-copy-lb-status-type-to-ingress%0A > 5e7ba1f Minor cleanup of thread safe store%0A > bc6266d Merge pull request # 103177 from arkbriar/support_cancelable_exec_stream%0A > 3f162fe Copy LoadBalancerStatus from core to networking%0A > b69a16c Refactor store index into its structure%0A > 19b2e89 Merge pull request # 113523 from seans3/content-type-response%0A > 0563dec Propagate the panic with a channel%0A > 8ff4970 Get response content-type%0A > 2362c7b use subtests and defer in TestSPDYExecutorStream%0A > 0d57396 Merge pull request # 113304 from mimowo/handling-pod-failures-beta-ssa%0A > 5e0a531 Support cancelable SPDY executor stream%0A > a232cf0 Merge pull request # 113367 from pohly/dep-ginkgo-gomega%0A > a191e58 SSA to add pod failure conditions - ready for review%0A > 984bdbf dependencies: update to gomega v1.23.0 and ginkgo v2.4.0 and dependencies%0A > f87d047 Merge pull request # 112693 from aimuz/fix-GO-2022-0969%0A > d236783 Fixed (CVE-2022-27664) Bump golang.org/x/net to v0.1.1-0.20221027164007-c63010009c80%0A > ef8a2e5 Merge pull request # 113089 from zackzhangkai/fix-doc%0A > 197e479 Merge pull request # 108959 from astraw99/fix-duplicate-list%0A > 0945beb fix typo%0A > 42a0e1c Merge pull request # 113062 from alexzielenski/client-go-json-output%0A > f549acf Fix duplicate code block of ListAll function%0A > b6d3c8d Merge pull request # 107278 from harsimranmaan/allow_pagination_in_dynamic_fake_lister%0A > 624929c address feedback%0A > 9cc33a4 Merge pull request # 113106 from pohly/dep-ginkgo-gomega%0A > 0c269b7 remove selflink as per review feedback%0A > 12cafe2 refactor to use Schema(contentType)%0A > 9b51067 dependencies: update to gomega v1.22.1 and ginkgo v2.3.1%0A > fbd8e9a fix failing test assertions%0A > 8b6ceae add more options for fetching openapiv3 in clients%0A > fa9ed7f Merge pull request # 112860 from nckturner/remove-log-line%0A > 1f10368 Preserve metadata for fake dynamic client unstructured lists%0A > 6b24912 Merge pull request # 112988 from alexzielenski/update-kube-openapi%0A > 5870c62 Remove log line from expiration cache%0A > aea20dd Merge pull request # 113037 from pacoxu/fsnotify-v1.6.0%0A > e3bb48f update kube-openapi%0A > 1af3711 update fsnotify to v1.6.0%0A > e6d958c Merge pull request # 112989 from ameukam/bump-golang.org/x/text-to-v0.3.8%0A > 5e469ba Bump golang.org/x/text to v0.3.8%0A > f515a4c Merge pull request # 112774 from stevekuznetsov/skuznets/dynamic-client-similar%0A > b28f6c9 Merge pull request # 112875 from pohly/update-yaml%0A > 34e8a5d client-go: factor the dynamic client similarly to others%0A > c9afc73 dependencies: update to sigs.k8s.io/yaml v1.3.0%0A > f24bd69 Merge pull request # 112306 from tkashem/v1beta3%0A > ebc7cd4 Merge pull request # 112707 from enj/enj/i/https_links%0A > 9b97b72 rename assuredConcurrencyShares for flowcontrol v1beta3%0A > 2f43d37 Merge pull request # 112705 from stevekuznetsov/skuznets/fix-comment%0A > 1665808 Use https links for k8s KEPs, issues, PRs, etc%0A > 9bac803 apiserver: generate for apf v1beta3%0A > 3697342 Merge pull request # 112680 from enj/enj/i/tls_cache_key_comparable%0A > 956c1ce clients: clarify a misleading comment%0A > c81636c Merge pull request # 112665 from NoicFank/fix-typo%0A > cc2441c transport/cache: statically assert that tlsCacheKey is comparable%0A > be20b2b Merge pull request # 112673 from dims/update-to-latest-k8s.io/utils-sep-22%0A > 59765b8 fix typo error%0A > 04dbcd8 Update to latest k8s.io/utils to pick up changes%0A > 2fd4aac Merge pull request # 112613 from dims/update-github.com/go-openapi/jsonreference-to-drop-github.com/PuerkitoBio/purell%0A > 47ad72a update github.com/go-openapi/jsonreference to drop github.com/PuerkitoBio/purell%0A > f7c9c63 Merge pull request # 112545 from dims/update-etcd-3.5.5-and-all-otel-related-to-latest%0A > b6e72dc Merge pull request # 112226 from aojea/client_go_transport%0A > 6b5ecad updated etcd to v3.5.5 and newer otel libraries as well%0A > acfaa39 Merge pull request # 112352 from pohly/e2e-ginkgo-progress%0A > 1bd914a client-go: test transport generation is goroutine safe%0A > 037b5fd Merge pull request # 112514 from markmc/patch-1%0A > ec6c80a e2e: bump ginkgo to v2.2.0%0A > 3f66212 client-go: remove reference to TPR in examples%0A > 86ffa32 Merge pull request # 112475 from vatsalparekh/fix-TestRESTClientLimiter%0A > ece6462 Merge pull request # 112476 from enj/enj/i/list_pager_flake%0A > bf2b395 Fix Infelicities in TestRESTClientLimiter%0A > 58155b7 Merge pull request # 112450 from enj/enj/i/exec_tls_cache_holder_cleanup%0A > 6703098 Check for context cancellation on each buffered chunk%0A > eecd3e5 Merge pull request # 112091 from xyz-li/master%0A > 5dab9a0 client-go/transport: drop Dial and GetCert fields in favor of Holders%0A > f6b8521 Merge pull request # 111333 from flant/selfsubjectattributesreviews%0A > cc3cc93 kubectl: fix memory leaks in port forwarding client%0A > b2b55e6 Add auth API to get self subject attributes%0A > 18c3338 Merge pull request # 112200 from pohly/client-go-shared-informer-factory-shutdown%0A > 9dae691 Merge pull request # 112309 from shyamjvs/disable-compression%0A > ec4fedd client-go: support waiting for SharedInformerFactory shutdown%0A > ab826d2 Merge pull request # 112349 from pohly/klog-update%0A > 49ac40b Autogen code%0A > ab0bfda build: update to klog v2.80.1%0A > b8a8d94 Add DisableCompression option to KubeConfig%0A > f32861c Merge pull request # 112341 from enj/enj/i/second_time_is_the_charm%0A > 7d208ba Remove in-tree credential plugins (again)%0A > e003fa9 Merge pull request # 112017 from enj/enj/i/exec_tls_cache%0A > 2698e82 Merge pull request # 111967 from alexzielenski/csa-to-ssa%0A > 6a008ec exec auth: support TLS config caching%0A > 27c67e7 Merge pull request # 111122 from alexzielenski/informer%0A > 00d892f correct spacing%0A > d28c736 Merge pull request # 112022 from JackZxj/release-lock%0A > a300ae0 return when test is done%0A > 2efbeaf add boilerplate%0A > b8b6206 Merge pull request # 112199 from pohly/klog-update%0A > d04c2ce update lock getter of leaderelection%0A > 93e5e0e hold listener lock while waiting for goroutines to finish%0A > dac0826 remove inaccurate comment%0A > 5a2c3e9 dependencies: update to klog v2.80.0%0A > e11a988 simplify control flow%0A > 7634f2e make upgrade modify input instead of deep copying%0A > 7ccf7b0 Merge pull request # 112134 from apelisse/client-go-valid-segment%0A > ac7f657 fix spelling%0A > 9aa7c11 remove fieldsv1 from upgrade body%0A > d83ec9e Merge pull request # 112129 from pohly/e2e-ginkgo-report-after-each%0A > a4b84d8 Validate segments with client-go/dynamic%0A > 0f4a6cf reset listenersStarted%0A > 703d15e Update staging/src/k8s.io/client-go/util/csaupgrade/upgrade.go%0A > cac10a8 dependencies: update to ginkgo v2.1.6 and gomega v1.20.1%0A > 449817f add multithreaded test to shared informer%0A > 675ca93 refactor if statement%0A > 46d4284 Merge pull request # 111241 from Abirdcfly/fixtestorsource%0A > de0b767 remove duplicate test%0A > cfaca90 address comments%0A > bdae576 Merge pull request # 112068 from aojea/aojea_client_go%0A > 9b300de make TestListPager_EachListItem rework%0A > 0565962 address review comments%0A > 089614c remove last applied configuration information%0A > fd22687 add aojea as client-go reviewer%0A > 5a25eb0 switch listeners to use a map, adapt tests%0A > efe3789 add more test cases%0A > 35ead05 Merge pull request # 112052 from tosi3k/bump-client-golang%0A > 90c6a46 active remove/add tests for event handlers%0A > 46dc22f clean up test%0A > 5291ca2 Bump prometheus/client_golang to v1.13.0%0A > de4dd3a tests for invalid registration removals%0A > ced85a8 update godoc%0A > |
|
|
|
502d0440c3
|
Update community files (#1814)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
f9af3a7b05
|
Update community files (#1812)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
81ec036a81
|
Update community files (#1810)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
46dbf66117
|
upgrade to latest dependencies (#1809)
bumping knative.dev/eventing 4c2a3aa...034bec9:%0A > 034bec9 [main] Upgrade to latest dependencies (# 6888)%0Abumping knative.dev/serving b2a416f...2c1bb07:%0A > 2c1bb07 Update net-kourier nightly (# 13919)%0A > 0637cdf Update net-contour nightly (# 13918)%0A > 08bedbe Update net-gateway-api nightly (# 13917)%0A > e39c429 Update net-istio nightly (# 13916)%0A > 10ed0f8 Update net-certmanager nightly (# 13915)%0A > 84fa64c Update data-plane Secrets (# 13859)%0A > 22783d6 Deployment probe fixes (# 13885)%0A > 113616b add support for downwardAPI in projected volumes (# 13896)%0A > 55f8dd7 upgrade to latest dependencies (# 13912) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
75eb762019
|
upgrade to latest dependencies (#1808)
bumping knative.dev/eventing 193f2df...4c2a3aa:%0A > 4c2a3aa Bump Go to 1.20 in GH workflows (# 6882)%0A > 825a2b5 Create Cert-Manager resources (# 6849) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
1231cd2c1f
|
Add kn secret command (#1791)
* Add kn secret command * Update vendor dir * Apply suggestions from code review Co-authored-by: Gunjan Vyas <vyasgun20@gmail.com> * Fix nits from the review feedback * Rerun docs generation --------- Co-authored-by: Gunjan Vyas <vyasgun20@gmail.com> |
|
|
|
189592606e
|
fix: Use go_run from common lib (#1793)
* fix: Use go_run from common lib * chore: Set Bash options in name format * Reflect shell suggestion for the direct changes |
|
|
|
8c648379a4
|
upgrade to latest dependencies (#1805)
bumping knative.dev/serving ac7c74b...b2a416f:%0A > b2a416f Update net-gateway-api nightly (# 13907)%0A > 91ac3b3 Update net-certmanager nightly (# 13904)%0A > 787ac48 Update net-istio nightly (# 13902)%0A > d315f71 Update net-contour nightly (# 13903)%0A > b38ef3a Update net-istio nightly (# 13899)%0A > b9b9d13 Update net-contour nightly (# 13900)%0A > 9530fe9 Update net-certmanager nightly (# 13897)%0A > 12bd205 Update net-kourier nightly (# 13898)%0A > 4db179f upgrade to latest dependencies (# 13895)%0A > 0c8f091 Update net-gateway-api nightly (# 13894)%0A > f83732d Update net-kourier nightly (# 13893)%0A > 87af840 upgrade to latest dependencies (# 13891)%0A > 171cecd change mininum TLS version for tag to digest resolution (# 13886)%0A > ef58d9b Update net-contour nightly (# 13881)%0A > 842c516 Update net-istio nightly (# 13883)%0A > cb946ff Update net-certmanager nightly (# 13882)%0A > d0eea80 Update net-gateway-api nightly (# 13880)%0A > c377269 Update actions (# 13879)%0A > 018c7f8 Update net-kourier nightly (# 13871)%0A > 235e7f1 Update net-contour nightly (# 13870)%0A > 29089ce Update net-gateway-api nightly (# 13873)%0A > f87c4d7 Update net-istio nightly (# 13872)%0A > a96e2c5 upgrade to latest dependencies (# 13875)%0A > e363b61 Update net-certmanager nightly (# 13874)%0A > 9af99e5 Load certificate when they are updated when internal-encryption is enabled (# 13854)%0A > 3efe96d Update community files (# 13868)%0A > 944e8e0 Update net-kourier nightly (# 13864)%0A > 4d85bc0 Update net-contour nightly (# 13865)%0A > 96b84bd Update net-certmanager nightly (# 13866)%0A > f5d3865 Update community files (# 13863)%0Abumping knative.dev/eventing 3224e50...193f2df:%0A > 193f2df Eventing TLS: support `K_CA_CERTS` in adapter/v2 (# 6848)%0A > cc3d254 [main] Upgrade to latest dependencies (# 6863)%0A > 81f8e67 Fix ChannelChain test lifecyle (# 6862)%0A > d7fe38f [main] Upgrade to latest dependencies (# 6860)%0A > a5b4810 [main] Update actions (# 6858)%0A > 43a2554 [main] Upgrade to latest dependencies (# 6855)%0A > cf7ee9c [main] Update actions (# 6853)%0A > d2eaff5 [main] Update community files (# 6856)%0A > c59bd1f Eventing TLS: Install Cert Manager as part of the test setup phase (# 6850)%0A > d35f808 [main] Upgrade to latest dependencies (# 6852)%0Abumping knative.dev/hack 9153cc6...f591fea:%0A > f591fea individual globbing is required (# 284)%0A > 4b3f230 Update community files (# 283)%0Abumping knative.dev/networking 0b998c1...e5d04e8:%0A > e5d04e8 upgrade to latest dependencies (# 796)%0A > 62fd5d0 Update actions (# 793)%0A > b77b4a6 Bump Go version in github action (# 795)%0A > 750a9e4 Update community files (# 792)%0A > 62b7e26 Update actions (# 789)%0A > 366f276 upgrade to latest dependencies (# 788)%0A > fb58275 Update community files (# 790)%0Abumping knative.dev/pkg ef19121...dfad48e:%0A > dfad48e upgrade to latest dependencies (# 2728)%0A > 53f04b3 Make minimum TLS version configurable for webhooks (# 2721)%0A > ce10b06 Update actions (# 2726)%0A > d3d7625 Update community files (# 2724)%0A > 166893c upgrade to latest dependencies (# 2719) Signed-off-by: Knative Automation <automation@knative.team> |