Skip to content

Commit c3807ba

Browse files
committed
Fix typo in closing bracket
1 parent c604bfa commit c3807ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/docs/releases/announcing-knative-v1-17-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This release brings a number of smaller improvements to the core Knative Serving
4343
**Release Notes:** [Knative Eventing 1.17](https://github.com/knative/eventing/releases/tag/knative-v1.17.0)
4444

4545
### 🚨 Breaking or Notable Changes
46-
- [Action required] for the callers of the `knative.dev/eventing/pkg/graph` package. The constructor that has previously accepted a `rest.RestConfig` is now accepting clients (Kubernetes clients) directly instead of creating them in the package. ([#8399}(https://github.com/knative/eventing/pull/8399), @aliok)
46+
- [Action required] for the callers of the `knative.dev/eventing/pkg/graph` package. The constructor that has previously accepted a `rest.RestConfig` is now accepting clients (Kubernetes clients) directly instead of creating them in the package. ([#8399](https://github.com/knative/eventing/pull/8399), @aliok)
4747
- The event lineage package does not swallow the 400 and 401 errors anymore. Callers should handle those errors themselves. ([#8401](https://github.com/knative/eventing/pull/8401), @aliok)
4848

4949
#### 💫 New Features & Changes

0 commit comments

Comments
 (0)