From 860ed6834340ebed53f6c5fb31a524f8499c0817 Mon Sep 17 00:00:00 2001 From: Jonathan Stacks Date: Wed, 27 Jul 2022 21:46:19 -0500 Subject: [PATCH] Add Changeset Signed-off-by: Jonathan Stacks --- .changeset/big-mirrors-play.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/big-mirrors-play.md diff --git a/.changeset/big-mirrors-play.md b/.changeset/big-mirrors-play.md new file mode 100644 index 0000000000..7478363a46 --- /dev/null +++ b/.changeset/big-mirrors-play.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-kubernetes': patch +--- + +Fixed bug in CronJobsAccordions component that causes an error when cronjobs use a kubernetes alias, such as `@hourly` or `@daily` instead of standard cron syntax.