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.