File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.26.1 (Oct 14, 2024)
2
+
3
+ IMPROVEMENTS:
4
+ - Update documentation sub account and additive ddos ([ #465 ] ( https://github.com/imperva/terraform-provider-incapsula/pull/465 ) )
5
+ - Change how empty data values in policies are suppressed ([ #440 ] ( https://github.com/imperva/terraform-provider-incapsula/pull/440 ) )
6
+
7
+
8
+
1
9
## 3.26.0 (Oct 1, 2024)
2
10
3
11
IMPROVEMENTS:
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ NAMESPACE=terraform-providers
6
6
PKG_NAME =incapsula
7
7
BINARY =terraform-provider-${PKG_NAME}
8
8
# Whenever bumping provider version, please update the version in incapsula/client.go (line 27) as well.
9
- VERSION =3.26.0
9
+ VERSION =3.26.1
10
10
11
11
# Mac Intel Chip
12
12
OS_ARCH =darwin_amd64
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ type Client struct {
34
34
func NewClient (config * Config ) * Client {
35
35
client := & http.Client {}
36
36
37
- return & Client {config : config , httpClient : client , providerVersion : "3.26.0 " }
37
+ return & Client {config : config , httpClient : client , providerVersion : "3.26.1 " }
38
38
}
39
39
40
40
func (c * Client ) CreateFormDataBody (bodyMap map [string ]interface {}) ([]byte , string ) {
You can’t perform that action at this time.
0 commit comments