Skip to content

Commit

Permalink
Version Packages (#271)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 23, 2024
1 parent 1b66a8f commit b802c67
Show file tree
Hide file tree
Showing 32 changed files with 39 additions and 151 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-carrots-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-pigs-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-suits-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-cheetahs-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-flowers-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-laws-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-seals-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-gorillas-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-buses-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-swans-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-impalas-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-dots-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-worms-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-walls-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-clouds-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-files-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-papayas-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-cobras-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-bobcats-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-mangos-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-glasses-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-rabbits-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-llamas-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-pans-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-ties-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-bananas-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-poems-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-paws-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-items-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-comics-float.md

This file was deleted.

38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [],
Expand Down

0 comments on commit b802c67

Please sign in to comment.