Skip to content

Commit 27caba9

Browse files
update components (knative#2945)
Co-authored-by: Knative Automation <[email protected]>
1 parent 0157893 commit 27caba9

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,7 +1,7 @@
11
{
22
"KindNode": "v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027",
33
"Serving": "v1.19.0",
4-
"Eventing": "v1.18.2",
4+
"Eventing": "v1.19.0",
55
"Contour": "v1.19.0",
66
"Tekton": "v1.1.0",
77
"Pac": "v0.35.2"

hack/component-versions.sh

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

1313
# gets updated programatically via workflow -> PR creation
1414
knative_serving_version="v1.19.0"
15-
knative_eventing_version="v1.18.2"
15+
knative_eventing_version="v1.19.0"
1616
contour_version="v1.19.0"
1717
tekton_version="v1.1.0"
1818
pac_version="v0.35.2"

0 commit comments

Comments
 (0)