diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c7ca6..e92c855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This changelog is following the recommended format by [keepachangelog](https://k ## [Unreleased] +## [0.0.29] - 2024-02-28 + ### Added - Export/Import workflows (cf. [#57](https://github.com/yannick-beot-sp/vscode-sailpoint-identitynow/issues/57)) diff --git a/README.md b/README.md index f6fa7d6..bc1d7a6 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ The extension allows you to manage rules and upload the script to a new or exist Export and Import workflows automatically: -- Remove the properties "created", "creator", "modified", "modifiedBy", and "owner" +- Remove the properties `created`, `creator`, `modified`, `modifiedBy`, and `owner` - Nullify any value that starts with `$.secrets.` The extension allows you to test the workflow: @@ -212,8 +212,8 @@ The following table provides the expected column for the CSV to import Roles: There are 3 kind of attributes: - **Identity Attribute**: the format is `identity.{attribute name}`. Ex: `identity.cloudLifecycleState`, `identity.type`, etc. -- **Account Attribute**: the format is `{source name}.attribute.{attribute name}`. If the source name constains space, the source name must be put between quotes or double-quotes -- **Entitlements**: the format is `{source name}.entitlement.{attribute name}`. If the source name constains space, the source name must be put between quotes or double-quotes +- **Account Attribute**: the format is `{source name}.attribute.{attribute name}`. If the source name contains space, the source name must be put between quotes or double-quotes +- **Entitlements**: the format is `{source name}.entitlement.{attribute name}`. If the source name contains space, the source name must be put between quotes or double-quotes ##### Attribute operators @@ -282,7 +282,7 @@ The extension supports the following settings: - `vscode-sailpoint-identitynow.treeView.pagination`: Define the number of roles and access profiles that are displayed in the tree view - Default value: 100 -The pattern defined above use the following tokens: +The patterns defined above use the following tokens: - `%u`: User Home Dir - `%w`: Workspace folder @@ -300,6 +300,8 @@ The pattern defined above use the following tokens: ## Release Notes +### 0.0.29 + - Display warning if file is too big (cf. [#66](https://github.com/yannick-beot-sp/vscode-sailpoint-identitynow/issues/66)) - Export/Import workflows (cf. [#57](https://github.com/yannick-beot-sp/vscode-sailpoint-identitynow/issues/57)) - Edit Public Identities Config @@ -458,7 +460,7 @@ Fixed: ### 0.0.4 -Fix regexp for PAT secret +- Fix regexp for PAT secret ### 0.0.3 diff --git a/package-lock.json b/package-lock.json index 256f8a8..0c6e5ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-sailpoint-identitynow", - "version": "0.0.27", + "version": "0.0.29", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-sailpoint-identitynow", - "version": "0.0.27", + "version": "0.0.29", "license": "MIT", "dependencies": { "@json2csv/node": "^6.1.2", diff --git a/package.json b/package.json index 02979ec..c1ae278 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-sailpoint-identitynow", "displayName": "SailPoint IdentityNow", "description": "Customize SailPoint IdentityNow", - "version": "0.0.28", + "version": "0.0.29", "publisher": "yannick-beot-sp", "icon": "resources/idn.png", "bugs": {