diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f28b9cf..d7b028fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ IMPROVEMENTS: * resource/xray_ignore_rule: ensure when all nested attributes (e.g. `name`, `version`, etc.) change, they will trigger a re-creation of the resource. PR: [#162](https://github.com/jfrog/terraform-provider-xray/pull/162) Issue: [#156](https://github.com/jfrog/terraform-provider-xray/issues/156) -* resource/xray_repository_config: add new attribute `jas_enabled` to allow users to specific if their JFrog Platform has Advanced Security enabled or not. This affects how the provider interacts with Xray API. PR: [#163](https://github.com/jfrog/terraform-provider-xray/pull/163) Issue: [#159](https://github.com/jfrog/terraform-provider-xray/issues/159) +* resource/xray_repository_config: add new attribute `jas_enabled` to allow users to specify if their JFrog Platform has Advanced Security enabled or not. This affects how the provider interacts with Xray API. PR: [#163](https://github.com/jfrog/terraform-provider-xray/pull/163) Issue: [#159](https://github.com/jfrog/terraform-provider-xray/issues/159) ## 2.1.1 (January 22, 2024). Tested on Artifactory 7.71.11 and Xray 3.87.9 diff --git a/README.md b/README.md index 6bb61274..2d0b9fc4 100644 --- a/README.md +++ b/README.md @@ -21,17 +21,17 @@ terraform { required_providers { artifactory = { source = "jfrog/artifactory" - version = "2.9.1" + version = "10.1.2" } project = { source = "jfrog/project" - version = "1.0.1" + version = "1.3.4" } xray = { source = "jfrog/xray" - version = "0.0.1" + version = "2.2.0" } } } @@ -383,8 +383,6 @@ resource "xray_watch" "project" { watch_recipients = ["test@email.com", "test1@email.com"] } ``` - -