Skip to content

Commit fa79d31

Browse files
update components (#2738)
Co-authored-by: Knative Automation <automation@knative.team>
1 parent 7e357eb commit fa79d31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/component-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"KindNode": "v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027",
33
"Serving": "v1.17.0",
4-
"Eventing": "v1.17.2",
4+
"Eventing": "v1.17.3",
55
"Contour": "v1.17.0"
66
}

hack/component-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ set_versions() {
1212

1313
# gets updated programatically via workflow -> PR creation
1414
knative_serving_version="v1.17.0"
15-
knative_eventing_version="v1.17.2"
15+
knative_eventing_version="v1.17.3"
1616
contour_version="v1.17.0"
1717
}

0 commit comments

Comments
 (0)