update components (#2827)

Co-authored-by: Knative Automation <automation@knative.team>
This commit is contained in:
github-actions[bot] 2025-05-07 05:54:58 +00:00 committed by GitHub
parent 7467ce1f39
commit bcd141d7cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"KindNode": "v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027",
"Serving": "v1.18.0",
"Eventing": "v1.18.0",
"Eventing": "v1.18.1",
"Contour": "v1.18.0"
}

View File

@ -12,6 +12,6 @@ set_versions() {
# gets updated programatically via workflow -> PR creation
knative_serving_version="v1.18.0"
knative_eventing_version="v1.18.0"
knative_eventing_version="v1.18.1"
contour_version="v1.18.0"
}