Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-royl authored Oct 28, 2021
1 parent a625544 commit bf19842
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,17 @@ ENHANCEMENTS

* `commands/logout/logout.go`: Add support for logout post apply script.
* `resource_checkpoint_management_access_role`: Increase timeout on access-role resource.
* Add support to select session file name via environment variable `CHECKPOINT_SESSION_FILE_NAME`, default value
remains `sid.json`.
* Add support to select session file name via environment variable `CHECKPOINT_SESSION_FILE_NAME`, default value remains `sid.json`.

BUG FIXES

* `resource_checkpoint_management_access_role` - Fix bug that caused when updating comment.
* `resource_checkpoint_management_threat_rule` - Fix bug general bug in read function.
* `resource_checkpoint_management_access_rule` - Fix the bug in `track` field.
* `resource_checkpoint_management_access_section` - Fix bug in `layer` field in update and read functions.
* `resource_checkpoint_management_access_layer` - Remove `detect_using_x_forward_for` field default value from the
schema.
* `resource_checkpoint_management_service_tcp` - Fix bug in `color` field in read functions.
* `resource_checkpoint_management_service_udp` - Fix bug in `color` field in read functions.
* `resource_checkpoint_management_access_role`: Fix bug that caused when updating `comment` field.
* `resource_checkpoint_management_threat_rule`: Fix general bug in read function.
* `resource_checkpoint_management_access_rule`: Fix bug in `track` field.
* `resource_checkpoint_management_access_section`: Add `layer` field in update and read functions.
* `resource_checkpoint_management_access_layer`: Remove `detect_using_x_forward_for` field default value from schema.
* `resource_checkpoint_management_service_tcp`: Save `color` field into state.
* `resource_checkpoint_management_service_udp`: Save `color` field into state.

## 1.4.0 (March 22, 2021)

Expand Down

0 comments on commit bf19842

Please sign in to comment.