From c3807bac6c3500042acdc82520d4b03d7a15fa87 Mon Sep 17 00:00:00 2001 From: David Simansky Date: Tue, 28 Jan 2025 12:49:06 +0100 Subject: [PATCH] Fix typo in closing bracket --- blog/docs/releases/announcing-knative-v1-17-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/docs/releases/announcing-knative-v1-17-release.md b/blog/docs/releases/announcing-knative-v1-17-release.md index 1909bb80129..a673b5a7390 100644 --- a/blog/docs/releases/announcing-knative-v1-17-release.md +++ b/blog/docs/releases/announcing-knative-v1-17-release.md @@ -43,7 +43,7 @@ This release brings a number of smaller improvements to the core Knative Serving **Release Notes:** [Knative Eventing 1.17](https://github.com/knative/eventing/releases/tag/knative-v1.17.0) ### 🚨 Breaking or Notable Changes -- [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) +- [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) - 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) #### 💫 New Features & Changes