Skip to content

Commit 73dec80

Browse files
upgrade to latest dependencies (#3323)
Signed-off-by: Knative Automation <[email protected]>
1 parent cd8ceb3 commit 73dec80

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
"Contour": {
3-
"version": "v1.20.0",
3+
"version": "v1.20.1",
44
"owner": "knative-extensions",
55
"repo": "net-contour"
66
},

hack/component-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set_versions() {
1313
# find source-of-truth in component-versions.json to add/modify components
1414
knative_serving_version="v1.20.1"
1515
knative_eventing_version="v1.20.0"
16-
contour_version="v1.20.0"
16+
contour_version="v1.20.1"
1717
tekton_version="v1.1.0"
1818
pac_version="v0.35.2"
1919
}

0 commit comments

Comments
 (0)