Skip to content

Commit b45af27

Browse files
committed
Bump version: 3.29.3
1 parent 2c03cfe commit b45af27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.29.2 (Feb 24, 2025)
1+
## 3.29.3 (Feb 24, 2025)
22

33
IMPROVEMENTS:
44
- Bug fix for the data source incapsula_ssl_instructions – The site certificate process could not be completed when an auto-discovered domain existed due to missing SANs. These SANs were not added to the certificate if the corresponding domains originated through the auto-discovered domain mechanism. ([#511](https://github.com/imperva/terraform-provider-incapsula/pull/511))

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ NAMESPACE=terraform-providers
66
PKG_NAME=incapsula
77
BINARY=terraform-provider-${PKG_NAME}
88
# Whenever bumping provider version, please update the version in incapsula/client.go (line 27) as well.
9-
VERSION=3.29.1
9+
VERSION=3.29.3
1010

1111
# Mac Intel Chip
1212
OS_ARCH=darwin_amd64

incapsula/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type Client struct {
3434
func NewClient(config *Config) *Client {
3535
client := &http.Client{}
3636

37-
return &Client{config: config, httpClient: client, providerVersion: "3.29.1"}
37+
return &Client{config: config, httpClient: client, providerVersion: "3.29.3"}
3838
}
3939

4040
func (c *Client) CreateFormDataBody(bodyMap map[string]interface{}) ([]byte, string) {

0 commit comments

Comments
 (0)