Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ require (
k8s.io/client-go v0.33.5
k8s.io/klog/v2 v2.130.1
knative.dev/client/pkg v0.0.0-20251029022336-4418c3c3c129
knative.dev/eventing v0.46.1-0.20251029094237-1169ba748945
knative.dev/eventing v0.47.0
knative.dev/hack v0.0.0-20251021013703-4fae78067103
knative.dev/pkg v0.0.0-20251022152246-7bf6febca0b3
knative.dev/serving v0.47.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1893,8 +1893,8 @@ k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e h1:KqK5c/ghOm8xkHYhlodbp6i6+r+Ch
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/client/pkg v0.0.0-20251029022336-4418c3c3c129 h1:OMObyd8VGG4jbL6/xdzTUp/0IVfceu2cLgU3xz1M/is=
knative.dev/client/pkg v0.0.0-20251029022336-4418c3c3c129/go.mod h1:A2rv5Xh1TSxI79ZfYCJDBaSOFm00Iw0PdGHNnCiKycA=
knative.dev/eventing v0.46.1-0.20251029094237-1169ba748945 h1:q9TSajLwXdaAaXqU9vYIzGvtoZkfhnl6sxVk5h72Wgc=
knative.dev/eventing v0.46.1-0.20251029094237-1169ba748945/go.mod h1:TiRvRwoU0GIqAFoI4YoHnm08ZRCr7eiPeNxUXZoRO2M=
knative.dev/eventing v0.47.0 h1:FfM1aS7iBn9o0v7xqIBEWcR4XZ8Ny7YyFPAOyLEgMok=
knative.dev/eventing v0.47.0/go.mod h1:TiRvRwoU0GIqAFoI4YoHnm08ZRCr7eiPeNxUXZoRO2M=
knative.dev/hack v0.0.0-20251021013703-4fae78067103 h1:j96YY5CLCTytWZsGVzixVvNasRbrni2NuXI54R+IPvA=
knative.dev/hack v0.0.0-20251021013703-4fae78067103/go.mod h1:L5RzHgbvam0u8QFHfzCX6MKxu/a/gIGEdaRBqNiVbl0=
knative.dev/networking v0.0.0-20251021092443-0bde19154dce h1:INRJxej8DPwRUfXzuBQ6Ldg2/QaHF1tZrBUA8LVTaso=
Expand Down
2 changes: 1 addition & 1 deletion hack/component-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repo": "net-contour"
},
"Eventing": {
"version": "v1.19.8",
"version": "v1.20.0",
"owner": "knative",
"repo": "eventing"
},
Expand Down
2 changes: 1 addition & 1 deletion hack/component-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set_versions() {

# find source-of-truth in component-versions.json to add/modify components
knative_serving_version="v1.20.0"
knative_eventing_version="v1.19.8"
knative_eventing_version="v1.20.0"
contour_version="v1.20.0"
tekton_version="v1.1.0"
pac_version="v0.35.2"
Expand Down
Loading