Skip to content

Commit f9a65e9

Browse files
committed
Update CHANGELOG and bump to version 2.8.0
1 parent aa8be63 commit f9a65e9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.8.0 (Released)
2+
* Add new `incap_rule` properties and `RULE_ACTION_FORWARD_TO_PORT` action
3+
* Fix `security_rule_exception` import
4+
* Fix redundant `data_center_server` when `enabled=false`
5+
* Fix `origin_pop` import
6+
* Add `policy_asset_association` import
7+
* Fix `site` resource to use the `logs_account_id` for various methods (read/update)
8+
* Fix `site` resource to read/update `seal_location`
9+
110
## 2.7.5 (Released)
211
* Fixed `naked_domain_san` and `wildcard_san` on the `site` resource.
312
* Adding edit `server_address` ability to `data_center` resource.

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ HOSTNAME=registry.terraform.io
55
NAMESPACE=terraform-providers
66
PKG_NAME=incapsula
77
BINARY=terraform-provider-${PKG_NAME}
8-
VERSION=2.7.5
8+
VERSION=2.8.0
99
# OS_ARCH=darwin_amd64
1010

1111
default: install

0 commit comments

Comments
 (0)