mirror of https://github.com/knative/func.git
update components
This commit is contained in:
parent
dfe2109f56
commit
dcda22e36c
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"KindNode": "v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027",
|
"KindNode": "v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027",
|
||||||
"Serving": "v1.18.1",
|
"Serving": "v1.18.1",
|
||||||
"Eventing": "v1.18.1",
|
"Eventing": "v1.18.2",
|
||||||
"Contour": "v1.18.0",
|
"Contour": "v1.18.0",
|
||||||
"Tekton": "v0.56.4",
|
"Tekton": "v0.56.4",
|
||||||
"Pac": "v0.24.6"
|
"Pac": "v0.24.6"
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ set_versions() {
|
||||||
|
|
||||||
# gets updated programatically via workflow -> PR creation
|
# gets updated programatically via workflow -> PR creation
|
||||||
knative_serving_version="v1.18.1"
|
knative_serving_version="v1.18.1"
|
||||||
knative_eventing_version="v1.18.1"
|
knative_eventing_version="v1.18.2"
|
||||||
contour_version="v1.18.0"
|
contour_version="v1.18.0"
|
||||||
tekton_version="v0.56.4"
|
tekton_version="v0.56.4"
|
||||||
pac_version="v0.24.6"
|
pac_version="v0.24.6"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue