Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping knative.dev/eventing ef6b31a...7c97e6f:
  > 7c97e6f Schduler: MAXFILLUP strategy will spread vreplicas across multiple pods (# 8263)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation committed Oct 30, 2024
1 parent 37229b0 commit 708e143
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
k8s.io/apimachinery v0.30.3
k8s.io/client-go v0.30.3
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
knative.dev/eventing v0.43.1-0.20241028083747-ef6b31a697e7
knative.dev/eventing v0.43.1-0.20241029203049-7c97e6ff8358
knative.dev/hack v0.0.0-20241025103803-ef6e7e983a60
knative.dev/pkg v0.0.0-20241026180704-25f6002b00f3
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,8 @@ k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 h1:1Wof1cGQgA5pqgo8MxKPtf
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8/go.mod h1:Os6V6dZwLNii3vxFpxcNaTmH8LJJBkOTg1N0tOA0fvA=
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A=
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/eventing v0.43.1-0.20241028083747-ef6b31a697e7 h1:pYKhXbvHVOmQumyKS7vjQBaB11rXzeAjz84z2L9qrtM=
knative.dev/eventing v0.43.1-0.20241028083747-ef6b31a697e7/go.mod h1:2mdt9J66vQYzxizDz8I/F6IGzV1QgwCkacBR8X12Ssk=
knative.dev/eventing v0.43.1-0.20241029203049-7c97e6ff8358 h1:RwoyL/OsdC2xzWARfLRKWBAkqG64F1CMNHAIbWHTBAI=
knative.dev/eventing v0.43.1-0.20241029203049-7c97e6ff8358/go.mod h1:2mdt9J66vQYzxizDz8I/F6IGzV1QgwCkacBR8X12Ssk=
knative.dev/hack v0.0.0-20241025103803-ef6e7e983a60 h1:LjBbosBvW/9/qjzIJtGpehPsbNWVvy1Fz8yZvMbFWe4=
knative.dev/hack v0.0.0-20241025103803-ef6e7e983a60/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
knative.dev/pkg v0.0.0-20241026180704-25f6002b00f3 h1:uUSDGlOIkdPT4svjlhi+JEnP2Ufw7AM/F5QDYiEL02U=
Expand Down
2 changes: 1 addition & 1 deletion third_party/eventing
Submodule eventing updated 37 files
+50 −203 pkg/scheduler/README.md
+1 −1 pkg/scheduler/doc.go
+0 −88 pkg/scheduler/factory/registry.go
+0 −22 pkg/scheduler/placement.go
+0 −92 pkg/scheduler/placement_test.go
+0 −111 pkg/scheduler/plugins/core/availabilitynodepriority/availability_node_priority.go
+0 −257 pkg/scheduler/plugins/core/availabilitynodepriority/availability_node_priority_test.go
+0 −115 pkg/scheduler/plugins/core/availabilityzonepriority/availability_zone_priority.go
+0 −260 pkg/scheduler/plugins/core/availabilityzonepriority/availability_zone_priority_test.go
+0 −151 pkg/scheduler/plugins/core/evenpodspread/even_pod_spread.go
+0 −198 pkg/scheduler/plugins/core/evenpodspread/even_pod_spread_test.go
+0 −61 pkg/scheduler/plugins/core/lowestordinalpriority/lowest_ordinal_priority.go
+0 −114 pkg/scheduler/plugins/core/lowestordinalpriority/lowest_ordinal_priority_test.go
+0 −61 pkg/scheduler/plugins/core/podfitsresources/pod_fits_resources.go
+0 −96 pkg/scheduler/plugins/core/podfitsresources/pod_fits_resources_test.go
+0 −113 pkg/scheduler/plugins/core/removewithavailabilitynodepriority/remove_with_availability_node_priority.go
+0 −231 pkg/scheduler/plugins/core/removewithavailabilitynodepriority/remove_with_availability_node_priority_test.go
+0 −118 pkg/scheduler/plugins/core/removewithavailabilityzonepriority/remove_with_availability_zone_priority.go
+0 −231 pkg/scheduler/plugins/core/removewithavailabilityzonepriority/remove_with_availability_zone_priority_test.go
+0 −106 pkg/scheduler/plugins/core/removewithevenpodspreadpriority/remove_with_even_pod_spread_priority.go
+0 −166 pkg/scheduler/plugins/core/removewithevenpodspreadpriority/remove_with_even_pod_spread_priority_test.go
+0 −60 pkg/scheduler/plugins/core/removewithhighestordinalpriority/remove_with_highest_ordinal_priority.go
+0 −113 pkg/scheduler/plugins/core/removewithhighestordinalpriority/remove_with_highest_ordinal_priority_test.go
+0 −78 pkg/scheduler/plugins/kafka/nomaxresourcecount/no_max_resource_count.go
+0 −146 pkg/scheduler/plugins/kafka/nomaxresourcecount/no_max_resource_count_test.go
+0 −45 pkg/scheduler/scheduler.go
+1 −33 pkg/scheduler/state/helpers.go
+0 −209 pkg/scheduler/state/interface.go
+0 −87 pkg/scheduler/state/interface_test.go
+22 −203 pkg/scheduler/state/state.go
+25 −411 pkg/scheduler/state/state_test.go
+37 −112 pkg/scheduler/statefulset/autoscaler.go
+49 −479 pkg/scheduler/statefulset/autoscaler_test.go
+180 −478 pkg/scheduler/statefulset/scheduler.go
+488 −612 pkg/scheduler/statefulset/scheduler_test.go
+9 −0 pkg/scheduler/testing/client.go
+3 −43 pkg/scheduler/testing/vpod.go
2 changes: 1 addition & 1 deletion third_party/eventing-kafka-broker
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ k8s.io/utils/pointer
k8s.io/utils/ptr
k8s.io/utils/strings/slices
k8s.io/utils/trace
# knative.dev/eventing v0.43.1-0.20241028083747-ef6b31a697e7
# knative.dev/eventing v0.43.1-0.20241029203049-7c97e6ff8358
## explicit; go 1.22.0
knative.dev/eventing/pkg/apis/feature
# knative.dev/hack v0.0.0-20241025103803-ef6e7e983a60
Expand Down

0 comments on commit 708e143

Please sign in to comment.