From 1b69da21b03a3fb1e855b6fe043f24e0939bad5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Mauricio=20G=C3=B3mez=20P?= Date: Tue, 19 Sep 2023 06:00:11 -0500 Subject: [PATCH] Update .changeset/nice-ghosts-build.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jamie Klassen Signed-off-by: Andrés Mauricio Gómez P --- .changeset/nice-ghosts-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/nice-ghosts-build.md b/.changeset/nice-ghosts-build.md index a0f22aa63f..abdad08c3b 100644 --- a/.changeset/nice-ghosts-build.md +++ b/.changeset/nice-ghosts-build.md @@ -3,4 +3,4 @@ '@backstage/plugin-kubernetes-backend': patch --- -A new Package is introduced to house the backend plugin's extension points for Kubernetes plugin, at the moment only the KubernetesObjectsProviderExtensionPoint is present. The Kubernetes-backed package was modified to use this new extension point +A new plugin has been introduced to house the extension points for Kubernetes backend plugin; at the moment only the `KubernetesObjectsProviderExtensionPoint` is present. The `kubernetes-backend` plugin was modified to use this new extension point.