Skip to content

Commit

Permalink
Fix typo in CHANGELOG
Browse files Browse the repository at this point in the history
And bump provider versions in README
  • Loading branch information
alexhung committed Feb 2, 2024
1 parent 56d30c5 commit cf78a61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down Expand Up @@ -383,8 +383,6 @@ resource "xray_watch" "project" {
watch_recipients = ["[email protected]", "[email protected]"]
}
```


</details>


Expand Down

0 comments on commit cf78a61

Please sign in to comment.