From 58c55796fe473bd103a66201ce9b984e069eea52 Mon Sep 17 00:00:00 2001 From: Jennifer Grange Date: Thu, 13 Jan 2022 16:48:30 -0500 Subject: [PATCH 1/4] add changelog update and fix date --- Changelog.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Changelog.md b/Changelog.md index 03d49948a..29bf95f7b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,24 @@ # Changelog +#### 2022-01-13 + +- Changelog: Cut changelog ahead of 2022-01-13 release [`#`]() +- BugFix: Enable editing in readme [`#1202`](https://github.com/PrefectHQ/ui/pull/1202) +- BugFix: Remove confusing reference to RBAC on plans page [`#1192`](https://github.com/PrefectHQ/ui/pull/1192) +- BugFix: Hide calendar schedule banner on Server [`#1200`](https://github.com/PrefectHQ/ui/pull/1200) +- BugFix: Update Flow/Task Concurrency header values [`#1201`](https://github.com/PrefectHQ/ui/pull/1201) +- Feature: Add create_flow_run system action to automations [`#1152`](https://github.com/PrefectHQ/ui/pull/1152) +- BugFix: Disable add service account and invite buttons until roles are loaded [`#1195`](https://github.com/PrefectHQ/ui/pull/1195) +- BugFix: Remove automations tab from flow page on Server [`#1199`](https://github.com/PrefectHQ/ui/pull/1199) +- Bugfix: Add loading state to the cloud hooks table [`#1197`](https://github.com/PrefectHQ/ui/pull/1197) +- Bugfix: Go to Project button on dashboard [`#1155`](https://github.com/PrefectHQ/ui/pull/1155) +- Admin: Update PR template [`#1157`](https://github.com/PrefectHQ/ui/pull/1157) +- BugFix: Improve error handling on restart button and refetch state after restart [`#1181`](https://github.com/PrefectHQ/ui/pull/1181) +- BugFix: Ensure label warning updates [`#1188`](https://github.com/PrefectHQ/ui/pull/1188) +- Admin: Add input sanitizer as default for log rocket [`#1186`](https://github.com/PrefectHQ/ui/pull/1186) +- BugFix: Add once to intersect on lastTenRuns [`#1187`](https://github.com/PrefectHQ/ui/pull/1187) +- Admin: adopting auto-changelog [`#1171`](https://github.com/PrefectHQ/ui/pull/1171) + #### [2021-12-22](https://github.com/PrefectHQ/ui/compare/2021-12-15...2021-12-22) - Changelog: Cut changelog ahead of 2021-12-22 release [`#1184`](https://github.com/PrefectHQ/ui/pull/1184) From 3207b6959b41e1608e483fbbc48d8c1f354a7be4 Mon Sep 17 00:00:00 2001 From: Jennifer Grange Date: Thu, 13 Jan 2022 16:49:41 -0500 Subject: [PATCH 2/4] include changelog pr --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 29bf95f7b..fab0fbb9a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,7 @@ #### 2022-01-13 -- Changelog: Cut changelog ahead of 2022-01-13 release [`#`]() +- Changelog: Cut changelog ahead of 2022-01-13 release [`#1207`](https://github.com/PrefectHQ/ui/pull/1207) - BugFix: Enable editing in readme [`#1202`](https://github.com/PrefectHQ/ui/pull/1202) - BugFix: Remove confusing reference to RBAC on plans page [`#1192`](https://github.com/PrefectHQ/ui/pull/1192) - BugFix: Hide calendar schedule banner on Server [`#1200`](https://github.com/PrefectHQ/ui/pull/1200) From 0e9d5c7c61c978ebb7cab7c4ec82d6b2cf5357b6 Mon Sep 17 00:00:00 2001 From: Jennifer Grange Date: Fri, 14 Jan 2022 07:48:53 -0500 Subject: [PATCH 3/4] date again --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index fab0fbb9a..88a4510f7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,7 @@ #### 2022-01-13 -- Changelog: Cut changelog ahead of 2022-01-13 release [`#1207`](https://github.com/PrefectHQ/ui/pull/1207) +- Changelog: Cut changelog ahead of 2022-01-14 release [`#1207`](https://github.com/PrefectHQ/ui/pull/1207) - BugFix: Enable editing in readme [`#1202`](https://github.com/PrefectHQ/ui/pull/1202) - BugFix: Remove confusing reference to RBAC on plans page [`#1192`](https://github.com/PrefectHQ/ui/pull/1192) - BugFix: Hide calendar schedule banner on Server [`#1200`](https://github.com/PrefectHQ/ui/pull/1200) From e0847e585056c1f0e25f7746f7289bb28c93b326 Mon Sep 17 00:00:00 2001 From: Jennifer Grange Date: Fri, 14 Jan 2022 09:36:20 -0500 Subject: [PATCH 4/4] use npm run changelog after fetching tags --- Changelog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 88a4510f7..240df3721 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,7 @@ # Changelog -#### 2022-01-13 +#### [2022-01-14](https://github.com/PrefectHQ/ui/compare/2021-12-22...2022-01-14) -- Changelog: Cut changelog ahead of 2022-01-14 release [`#1207`](https://github.com/PrefectHQ/ui/pull/1207) - BugFix: Enable editing in readme [`#1202`](https://github.com/PrefectHQ/ui/pull/1202) - BugFix: Remove confusing reference to RBAC on plans page [`#1192`](https://github.com/PrefectHQ/ui/pull/1192) - BugFix: Hide calendar schedule banner on Server [`#1200`](https://github.com/PrefectHQ/ui/pull/1200)