Skip to content

Commit d67024f

Browse files
upgrade to latest dependencies (#2134)
bumping knative.dev/eventing ece67ee...841dfae: > 841dfae Address copy/pasta issue from IntegrationSink (# 8687) Signed-off-by: Knative Automation <[email protected]>
1 parent cd5664f commit d67024f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
k8s.io/client-go v0.33.4
2222
k8s.io/code-generator v0.33.4
2323
knative.dev/caching v0.0.0-20250820014647-11e4ce280c5a
24-
knative.dev/eventing v0.46.1-0.20250825120254-ece67ee30709
24+
knative.dev/eventing v0.46.1-0.20250827115136-841dfae2b2b2
2525
knative.dev/hack v0.0.0-20250819212547-d496a6e708d3
2626
knative.dev/pkg v0.0.0-20250820014848-e9c87121ec4c
2727
knative.dev/reconciler-test v0.0.0-20250820021449-022fc4c64d88

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,8 +1705,8 @@ k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJ
17051705
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
17061706
knative.dev/caching v0.0.0-20250820014647-11e4ce280c5a h1:2FFehvh7YAf08pSVwcuyKa1y2+FdXazX/QPVmWTlLyA=
17071707
knative.dev/caching v0.0.0-20250820014647-11e4ce280c5a/go.mod h1:UUgBDm+cyerBihdyx2SAr88JMG4aQ2+srMiQd5d4ciM=
1708-
knative.dev/eventing v0.46.1-0.20250825120254-ece67ee30709 h1:92R3bu6KzJWFEO9sowg+tynFq3oZ150mEycWNvkvIu8=
1709-
knative.dev/eventing v0.46.1-0.20250825120254-ece67ee30709/go.mod h1:q3W3uSTRQ7lVH24cLUuO7hmLVKxqRFZErxyF4mwTlz0=
1708+
knative.dev/eventing v0.46.1-0.20250827115136-841dfae2b2b2 h1:2duQtjA8RK4C/z/8SdSHvF416skpqKrqqYgAXmwqWAM=
1709+
knative.dev/eventing v0.46.1-0.20250827115136-841dfae2b2b2/go.mod h1:q3W3uSTRQ7lVH24cLUuO7hmLVKxqRFZErxyF4mwTlz0=
17101710
knative.dev/hack v0.0.0-20250819212547-d496a6e708d3 h1:4V+r4q/1ln8U1M1qBotYGfBza7whAf2iMCZtgdhAiu0=
17111711
knative.dev/hack v0.0.0-20250819212547-d496a6e708d3/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
17121712
knative.dev/networking v0.0.0-20250820015349-8f495ee80e52 h1:otZjfxLAOcn1wV9Yl8i7VZ4aDWiS2NEo2Kyg3b0a4pA=

vendor/knative.dev/eventing/pkg/apis/sinks/v1alpha1/integration_sink_types.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var (
5353
)
5454

5555
type IntegrationSinkSpec struct {
56-
Aws *Aws `json:"aws,omitempty"` // AWS source configuration
56+
Aws *Aws `json:"aws,omitempty"` // AWS sink configuration
5757
Log *Log `json:"log,omitempty"` // Log sink configuration
5858
}
5959

@@ -74,9 +74,9 @@ type Log struct {
7474
}
7575

7676
type Aws struct {
77-
S3 *v1alpha1.AWSS3 `json:"s3,omitempty"` // S3 source configuration
78-
SQS *v1alpha1.AWSSQS `json:"sqs,omitempty"` // SQS source configuration
79-
SNS *v1alpha1.AWSSNS `json:"sns,omitempty"` // SNS source configuration
77+
S3 *v1alpha1.AWSS3 `json:"s3,omitempty"` // S3 sink configuration
78+
SQS *v1alpha1.AWSSQS `json:"sqs,omitempty"` // SQS sink configuration
79+
SNS *v1alpha1.AWSSNS `json:"sns,omitempty"` // SNS sink configuration
8080
Auth *v1alpha1.Auth `json:"auth,omitempty"`
8181
}
8282

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ k8s.io/utils/trace
14831483
## explicit; go 1.24.0
14841484
knative.dev/caching/pkg/apis/caching
14851485
knative.dev/caching/pkg/apis/caching/v1alpha1
1486-
# knative.dev/eventing v0.46.1-0.20250825120254-ece67ee30709
1486+
# knative.dev/eventing v0.46.1-0.20250827115136-841dfae2b2b2
14871487
## explicit; go 1.24.0
14881488
knative.dev/eventing/cmd/heartbeats
14891489
knative.dev/eventing/pkg/apis

0 commit comments

Comments
 (0)