From b802c6778db2a398c5df53f2743c18a5a46791ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:29:45 +1000 Subject: [PATCH] Version Packages (#271) Co-authored-by: github-actions[bot] --- .changeset/beige-carrots-deliver.md | 5 ---- .changeset/chatty-pigs-hide.md | 5 ---- .changeset/chilled-suits-camp.md | 5 ---- .changeset/eighty-cheetahs-confess.md | 5 ---- .changeset/five-flowers-eat.md | 5 ---- .changeset/fluffy-laws-talk.md | 5 ---- .changeset/gentle-seals-cough.md | 5 ---- .changeset/giant-gorillas-boil.md | 5 ---- .changeset/great-buses-confess.md | 5 ---- .changeset/green-swans-listen.md | 5 ---- .changeset/large-impalas-raise.md | 5 ---- .changeset/mighty-dots-confess.md | 5 ---- .changeset/mighty-worms-scream.md | 5 ---- .changeset/nasty-walls-add.md | 5 ---- .changeset/neat-clouds-prove.md | 5 ---- .changeset/pink-files-begin.md | 5 ---- .changeset/poor-papayas-exercise.md | 5 ---- .changeset/seven-cobras-draw.md | 5 ---- .changeset/shaggy-bobcats-tell.md | 5 ---- .changeset/shaggy-mangos-shake.md | 5 ---- .changeset/small-glasses-pull.md | 5 ---- .changeset/spicy-rabbits-love.md | 5 ---- .changeset/stupid-llamas-call.md | 5 ---- .changeset/sweet-pans-smile.md | 5 ---- .changeset/sweet-ties-deny.md | 5 ---- .changeset/swift-bananas-remain.md | 5 ---- .changeset/swift-poems-push.md | 5 ---- .changeset/tall-paws-share.md | 5 ---- .changeset/tasty-items-agree.md | 5 ---- .changeset/thick-comics-float.md | 5 ---- CHANGELOG.md | 38 +++++++++++++++++++++++++++ package.json | 2 +- 32 files changed, 39 insertions(+), 151 deletions(-) delete mode 100644 .changeset/beige-carrots-deliver.md delete mode 100644 .changeset/chatty-pigs-hide.md delete mode 100644 .changeset/chilled-suits-camp.md delete mode 100644 .changeset/eighty-cheetahs-confess.md delete mode 100644 .changeset/five-flowers-eat.md delete mode 100644 .changeset/fluffy-laws-talk.md delete mode 100644 .changeset/gentle-seals-cough.md delete mode 100644 .changeset/giant-gorillas-boil.md delete mode 100644 .changeset/great-buses-confess.md delete mode 100644 .changeset/green-swans-listen.md delete mode 100644 .changeset/large-impalas-raise.md delete mode 100644 .changeset/mighty-dots-confess.md delete mode 100644 .changeset/mighty-worms-scream.md delete mode 100644 .changeset/nasty-walls-add.md delete mode 100644 .changeset/neat-clouds-prove.md delete mode 100644 .changeset/pink-files-begin.md delete mode 100644 .changeset/poor-papayas-exercise.md delete mode 100644 .changeset/seven-cobras-draw.md delete mode 100644 .changeset/shaggy-bobcats-tell.md delete mode 100644 .changeset/shaggy-mangos-shake.md delete mode 100644 .changeset/small-glasses-pull.md delete mode 100644 .changeset/spicy-rabbits-love.md delete mode 100644 .changeset/stupid-llamas-call.md delete mode 100644 .changeset/sweet-pans-smile.md delete mode 100644 .changeset/sweet-ties-deny.md delete mode 100644 .changeset/swift-bananas-remain.md delete mode 100644 .changeset/swift-poems-push.md delete mode 100644 .changeset/tall-paws-share.md delete mode 100644 .changeset/tasty-items-agree.md delete mode 100644 .changeset/thick-comics-float.md diff --git a/.changeset/beige-carrots-deliver.md b/.changeset/beige-carrots-deliver.md deleted file mode 100644 index 79f9c2bd..00000000 --- a/.changeset/beige-carrots-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Fixes an issue which would cause the new request page to lag when searching for an entitlement diff --git a/.changeset/chatty-pigs-hide.md b/.changeset/chatty-pigs-hide.md deleted file mode 100644 index b194adf0..00000000 --- a/.changeset/chatty-pigs-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": minor ---- - -For BYOC customers: adds a configuration flag to enable/disable the pull-based Entra Identities Sync background task. diff --git a/.changeset/chilled-suits-camp.md b/.changeset/chilled-suits-camp.md deleted file mode 100644 index ecfaec95..00000000 --- a/.changeset/chilled-suits-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -For BYOC customers: background task diagnostics metrics are now emitted as an OpenTelemetry trace. diff --git a/.changeset/eighty-cheetahs-confess.md b/.changeset/eighty-cheetahs-confess.md deleted file mode 100644 index 5a1e9ae0..00000000 --- a/.changeset/eighty-cheetahs-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Fixes a typo in the Preview Access web console text. diff --git a/.changeset/five-flowers-eat.md b/.changeset/five-flowers-eat.md deleted file mode 100644 index a9886b45..00000000 --- a/.changeset/five-flowers-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": minor ---- - -Adds advanced search capability to the new request page including fuzzy search and logical conditions diff --git a/.changeset/fluffy-laws-talk.md b/.changeset/fluffy-laws-talk.md deleted file mode 100644 index 98abae66..00000000 --- a/.changeset/fluffy-laws-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": minor ---- - -Adds configuration variables for usage reporting. diff --git a/.changeset/gentle-seals-cough.md b/.changeset/gentle-seals-cough.md deleted file mode 100644 index e8d2f500..00000000 --- a/.changeset/gentle-seals-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Populate the names from discovered accounts if name does not exist. diff --git a/.changeset/giant-gorillas-boil.md b/.changeset/giant-gorillas-boil.md deleted file mode 100644 index 74cbf172..00000000 --- a/.changeset/giant-gorillas-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Fix pagination handling for Entra ID sync task diff --git a/.changeset/great-buses-confess.md b/.changeset/great-buses-confess.md deleted file mode 100644 index 0fa7d908..00000000 --- a/.changeset/great-buses-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": minor ---- - -The Read-Only client is now permitted to preview user access. You can use this to develop automations that preview user access within Common Fate. diff --git a/.changeset/green-swans-listen.md b/.changeset/green-swans-listen.md deleted file mode 100644 index de9684a2..00000000 --- a/.changeset/green-swans-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Make audit_message_type nullable. diff --git a/.changeset/large-impalas-raise.md b/.changeset/large-impalas-raise.md deleted file mode 100644 index 291d3820..00000000 --- a/.changeset/large-impalas-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Fixes a latency issue when viewing Common Fate deployment insights. diff --git a/.changeset/mighty-dots-confess.md b/.changeset/mighty-dots-confess.md deleted file mode 100644 index 3c00c347..00000000 --- a/.changeset/mighty-dots-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Correctly handle the case where a workflow is deleted before a grant in closed when returning the results in the Close API diff --git a/.changeset/mighty-worms-scream.md b/.changeset/mighty-worms-scream.md deleted file mode 100644 index 733c95a4..00000000 --- a/.changeset/mighty-worms-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Fix an issue where Common Fate would report an Internal Server Error if a workflow was deleted while availabilities were still present. diff --git a/.changeset/nasty-walls-add.md b/.changeset/nasty-walls-add.md deleted file mode 100644 index d6896a5c..00000000 --- a/.changeset/nasty-walls-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Fixes a caching issue when querying for available entitlements. diff --git a/.changeset/neat-clouds-prove.md b/.changeset/neat-clouds-prove.md deleted file mode 100644 index 7734f338..00000000 --- a/.changeset/neat-clouds-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": minor ---- - -Users and groups are now shown in a dedicated directory view in the Common Fate web console. diff --git a/.changeset/pink-files-begin.md b/.changeset/pink-files-begin.md deleted file mode 100644 index d6964252..00000000 --- a/.changeset/pink-files-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": minor ---- - -Adds support for force closing Access Requests where deprovisioning has failed. To close these requests, give yourself permission to perform `Access::Action::"ForceClose"`. You will then have the ability in the web console to forcibly close Access Requests. diff --git a/.changeset/poor-papayas-exercise.md b/.changeset/poor-papayas-exercise.md deleted file mode 100644 index 1c63e2b8..00000000 --- a/.changeset/poor-papayas-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": minor ---- - -Adds pull-based syncing for Microsoft Entra. diff --git a/.changeset/seven-cobras-draw.md b/.changeset/seven-cobras-draw.md deleted file mode 100644 index 44d7c007..00000000 --- a/.changeset/seven-cobras-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Improve the efficiency of the Entra ID sync task diff --git a/.changeset/shaggy-bobcats-tell.md b/.changeset/shaggy-bobcats-tell.md deleted file mode 100644 index 2cf93c1c..00000000 --- a/.changeset/shaggy-bobcats-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Fix an issue where the web console would show an error 'override duration cannot be greater than max duration'. diff --git a/.changeset/shaggy-mangos-shake.md b/.changeset/shaggy-mangos-shake.md deleted file mode 100644 index 454fe35c..00000000 --- a/.changeset/shaggy-mangos-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -fix issue causing long policies to overflow in preview entitlement access diff --git a/.changeset/small-glasses-pull.md b/.changeset/small-glasses-pull.md deleted file mode 100644 index e56bf9eb..00000000 --- a/.changeset/small-glasses-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": minor ---- - -Adds 'Department' attribute to users. This attribute is synced with the Okta 'department' attribute. diff --git a/.changeset/spicy-rabbits-love.md b/.changeset/spicy-rabbits-love.md deleted file mode 100644 index 04a1a14c..00000000 --- a/.changeset/spicy-rabbits-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Fix an issue where the AWS Organizational Unit icon would not be shown in light mode in the web console. diff --git a/.changeset/stupid-llamas-call.md b/.changeset/stupid-llamas-call.md deleted file mode 100644 index 6b3eea16..00000000 --- a/.changeset/stupid-llamas-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": minor ---- - -For BYOC customers: adds Terraform variables to configure the access and refresh token duration for the CLI client. diff --git a/.changeset/sweet-pans-smile.md b/.changeset/sweet-pans-smile.md deleted file mode 100644 index 56e35af2..00000000 --- a/.changeset/sweet-pans-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Fixes issue causing increased latency in the web console. diff --git a/.changeset/sweet-ties-deny.md b/.changeset/sweet-ties-deny.md deleted file mode 100644 index 9233fc4a..00000000 --- a/.changeset/sweet-ties-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -For BYOC customers: adds OpenTelemetry instrumentation to provisioning/deprovisioning calls. diff --git a/.changeset/swift-bananas-remain.md b/.changeset/swift-bananas-remain.md deleted file mode 100644 index 8b18b99d..00000000 --- a/.changeset/swift-bananas-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": minor ---- - -Adds Open in Console button to slack messages diff --git a/.changeset/swift-poems-push.md b/.changeset/swift-poems-push.md deleted file mode 100644 index d10eba74..00000000 --- a/.changeset/swift-poems-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": minor ---- - -Common Fate deployments now report usage (such as user and integration count) to the Common Fate deployment metadata service. diff --git a/.changeset/tall-paws-share.md b/.changeset/tall-paws-share.md deleted file mode 100644 index 45464704..00000000 --- a/.changeset/tall-paws-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Exposes ecs_task_memory and ecs_task_cpu variables for the control plane, workder and access handler services. diff --git a/.changeset/tasty-items-agree.md b/.changeset/tasty-items-agree.md deleted file mode 100644 index 33a43669..00000000 --- a/.changeset/tasty-items-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Adds principal ID to API otel tracing spans diff --git a/.changeset/thick-comics-float.md b/.changeset/thick-comics-float.md deleted file mode 100644 index b225b159..00000000 --- a/.changeset/thick-comics-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Fixes policy highlighting in the preview debugger when policies have annotations diff --git a/CHANGELOG.md b/CHANGELOG.md index bb02c655..931e51fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # @common-fate/terraform-aws-common-fate-deployment +## 2.2.0 + +### Minor Changes + +- 6a3d6d2: For BYOC customers: adds a configuration flag to enable/disable the pull-based Entra Identities Sync background task. +- be3fafa: Adds advanced search capability to the new request page including fuzzy search and logical conditions +- 01df860: Adds configuration variables for usage reporting. +- be3fafa: The Read-Only client is now permitted to preview user access. You can use this to develop automations that preview user access within Common Fate. +- be3fafa: Users and groups are now shown in a dedicated directory view in the Common Fate web console. +- be3fafa: Adds support for force closing Access Requests where deprovisioning has failed. To close these requests, give yourself permission to perform `Access::Action::"ForceClose"`. You will then have the ability in the web console to forcibly close Access Requests. +- be3fafa: Adds pull-based syncing for Microsoft Entra. +- be3fafa: Adds 'Department' attribute to users. This attribute is synced with the Okta 'department' attribute. +- c053d32: For BYOC customers: adds Terraform variables to configure the access and refresh token duration for the CLI client. +- be3fafa: Adds Open in Console button to slack messages +- be3fafa: Common Fate deployments now report usage (such as user and integration count) to the Common Fate deployment metadata service. + +### Patch Changes + +- be3fafa: Fixes an issue which would cause the new request page to lag when searching for an entitlement +- be3fafa: For BYOC customers: background task diagnostics metrics are now emitted as an OpenTelemetry trace. +- be3fafa: Fixes a typo in the Preview Access web console text. +- be3fafa: Populate the names from discovered accounts if name does not exist. +- be3fafa: Fix pagination handling for Entra ID sync task +- be3fafa: Make audit_message_type nullable. +- be3fafa: Fixes a latency issue when viewing Common Fate deployment insights. +- be3fafa: Correctly handle the case where a workflow is deleted before a grant in closed when returning the results in the Close API +- be3fafa: Fix an issue where Common Fate would report an Internal Server Error if a workflow was deleted while availabilities were still present. +- be3fafa: Fixes a caching issue when querying for available entitlements. +- be3fafa: Improve the efficiency of the Entra ID sync task +- be3fafa: Fix an issue where the web console would show an error 'override duration cannot be greater than max duration'. +- be3fafa: fix issue causing long policies to overflow in preview entitlement access +- be3fafa: Fix an issue where the AWS Organizational Unit icon would not be shown in light mode in the web console. +- be3fafa: Fixes issue causing increased latency in the web console. +- be3fafa: For BYOC customers: adds OpenTelemetry instrumentation to provisioning/deprovisioning calls. +- 78bbdf7: Exposes ecs_task_memory and ecs_task_cpu variables for the control plane, workder and access handler services. +- be3fafa: Adds principal ID to API otel tracing spans +- be3fafa: Fixes policy highlighting in the preview debugger when policies have annotations + ## 2.1.0 ### Minor Changes diff --git a/package.json b/package.json index 9c8f7e97..9844bed1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@common-fate/terraform-aws-common-fate-deployment", - "version": "2.1.0", + "version": "2.2.0", "description": "", "main": "index.js", "keywords": [],