From ac2edc77f4d572ec1090f629e0b51d69de0c4893 Mon Sep 17 00:00:00 2001 From: chkp-royl <51701986+chkp-royl@users.noreply.github.com> Date: Thu, 15 Jun 2023 12:12:04 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d82c741..7f0af58b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.5.0 (June 13, 2023) +## 2.5.0 (June 15, 2023) FEATURES * **New Resource:** `resouce_checkpoint_management_service_gtp` @@ -9,6 +9,9 @@ FEATURES * **New Data Source:** `data_source_checkpoint_management_service_gtp` * **New Data Source:** `data_source_checkpoint_management_server_certificate` +ENHANCEMENTS +* Add support to auto publish mode using `auto_publish_batch_size` or via the `CHECKPOINT_AUTO_PUBLISH_BATCH_SIZE` environment variable to configure the number of batch size to automatically run publish. + BUG FIXES * Fix issue in `fetch_policy` field in the read function of `checkpoint_management_simple_cluster` resource and data source. * Fix issue in `applied_threat_rules` field in `checkpoint_management_exception_group` update function.