Skip to content

Commit bcd141d

Browse files
update components (knative#2827)
Co-authored-by: Knative Automation <[email protected]>
1 parent 7467ce1 commit bcd141d

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.18.0",
4-
"Eventing": "v1.18.0",
4+
"Eventing": "v1.18.1",
55
"Contour": "v1.18.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.18.0"
15-
knative_eventing_version="v1.18.0"
15+
knative_eventing_version="v1.18.1"
1616
contour_version="v1.18.0"
1717
}

0 commit comments

Comments
 (0)