From c54fc496438004dc983d1bd0fd63160a5e482213 Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 7 Mar 2022 21:56:20 +0000 Subject: [PATCH] chore: one more breaking change we missed Signed-off-by: blam --- .changeset/nine-frogs-yell.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.changeset/nine-frogs-yell.md b/.changeset/nine-frogs-yell.md index e34f00fec8..7513bea4a6 100644 --- a/.changeset/nine-frogs-yell.md +++ b/.changeset/nine-frogs-yell.md @@ -9,3 +9,5 @@ Removed the following previously deprecated exports: - **BREAKING**: Removed the deprecated `setSecret` method, please use `setSecrets` instead. - **BREAKING**: Removed the deprecated `TemplateCardComponent` and `TaskPageComponent` props from the `ScaffolderPage` component. These are now provided using the `components` prop with the shape `{{ TemplateCardComponent: () => JSX.Element, TaskPageComponent: () => JSX.Element }}` + +- **BREAKING**: Removed `JobStatus` as this type was actually a legacy type used in `v1alpha` templates and the workflow engine and should no longer be used or depended on.