Skip to content

Commit

Permalink
feat: bump Knative to v1.17.0 (#1549)
Browse files Browse the repository at this point in the history
* chore: bump Knative Serving to "v1.17.0"

* chore: bump Knative Serving to "v1.17.0"

* feat: Bump knative eventing to 1.17.2
  • Loading branch information
shubham2g authored Feb 4, 2025
1 parent a5162d3 commit c098f42
Show file tree
Hide file tree
Showing 10 changed files with 1,768 additions and 659 deletions.
8 changes: 4 additions & 4 deletions staging/knative/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: v2
name: knative
version: 1.15.5
version: 1.17.0
description: "Kubernetes-based platform to build, deploy, and manage modern serverless workloads"
home: https://knative.dev/
maintainers:
- name: adityajariwala
icon: https://raw.githubusercontent.com/knative/docs/master/docs/images/logo/rgb/knative-logo-rgb.jpg
appVersion: "v1.15.2"
appVersion: "v1.17.0"
dependencies:
- name: eventing
version: 1.15.2
version: 1.17.2
condition: eventing.enabled
- name: serving
version: 1.15.2
version: 1.17.0
condition: serving.enabled
4 changes: 2 additions & 2 deletions staging/knative/charts/eventing/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
name: eventing
version: 1.15.2
version: 1.17.2
description: "Knative Eventing"
sources:
- https://github.com/knative/eventing
maintainers:
- name: adityajariwala
appVersion: "v1.15.2"
appVersion: "v1.17.2"
1,152 changes: 1,091 additions & 61 deletions staging/knative/charts/eventing/crds/eventing-crds.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit c098f42

Please sign in to comment.