Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-royl committed Mar 22, 2021
1 parent 11b2265 commit b8f74ca
Show file tree
Hide file tree
Showing 16 changed files with 2,691 additions and 81 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
## 1.4.0 (Unreleased)
## 1.5.0 (Unreleased)

## 1.4.0 (March 22, 2021)

FEATURES

* **New Resource:** `checkpoint_management_threat_profile`
* **New Data Source:** `checkpoint_management_threat_profile`

ENHANCEMENTS

* `checkpoint_management_simple_gateway`: Add support for default logs settings.

BUG FIXES

* `checkpoint_management_access_rule`: Add inline layer to payload if action field has changed.
* `checkpoint_management_simple_cluster`: Change members field to type list.

## 1.3.0 (January 12, 2021)

FEATURES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func dataSourceManagementSimpleCluster() *schema.Resource {
},
},
"members": {
Type: schema.TypeMap,
Type: schema.TypeList,
Computed: true,
Description: "Cluster members.",
Elem: &schema.Resource{
Expand Down
Loading

0 comments on commit b8f74ca

Please sign in to comment.