We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c321d commit 4a0834bCopy full SHA for 4a0834b
2 files changed
hack/component-versions.json
@@ -1,11 +1,11 @@
1
{
2
"Contour": {
3
- "version": "v1.19.5",
+ "version": "v1.19.6",
4
"owner": "knative-extensions",
5
"repo": "net-contour"
6
},
7
"Eventing": {
8
- "version": "v1.19.6",
+ "version": "v1.19.7",
9
"owner": "knative",
10
"repo": "eventing"
11
hack/component-versions.sh
@@ -12,8 +12,8 @@ set_versions() {
12
13
# find source-of-truth in component-versions.json to add/modify components
14
knative_serving_version="v1.19.7"
15
- knative_eventing_version="v1.19.6"
16
- contour_version="v1.19.5"
+ knative_eventing_version="v1.19.7"
+ contour_version="v1.19.6"
17
tekton_version="v1.1.0"
18
pac_version="v0.35.2"
19
}
0 commit comments