Skip to content

Commit

Permalink
Bump version: 3.29.0 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrachaY authored Feb 5, 2025
1 parent 14f1689 commit 70776c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
## 3.29.0 (Feb 02, 2025)

IMPROVEMENTS:
* Deprecation: waf_log_setup resource ([#504](https://github.com/imperva/terraform-provider-incapsula/pull/504))
* removed dnsms dataset ([#504](https://github.com/imperva/terraform-provider-incapsula/pull/504))



## 3.28.3 (Jan 05, 2025)

IMPROVEMENTS:
Organize resources tree by products ([#494](https://github.com/imperva/terraform-provider-incapsula/pull/494))
* Organize resources tree by products ([#494](https://github.com/imperva/terraform-provider-incapsula/pull/494))


BUG FIXES:
Updates the log to avoid printing the user details ([#492](https://github.com/imperva/terraform-provider-incapsula/pull/492))
* Updates the log to avoid printing the user details ([#492](https://github.com/imperva/terraform-provider-incapsula/pull/492))
Fix link in site_v3 docs ([#495](https://github.com/imperva/terraform-provider-incapsula/pull/495))
incapsula_security_rule_exception resource - Remove usages of ignored parameter 'url_patterns' and add deprecation message ([#496](https://github.com/imperva/terraform-provider-incapsula/pull/496))
Improve docs in security_rule_exception resource ([#497](https://github.com/imperva/terraform-provider-incapsula/pull/497))
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NAMESPACE=terraform-providers
PKG_NAME=incapsula
BINARY=terraform-provider-${PKG_NAME}
# Whenever bumping provider version, please update the version in incapsula/client.go (line 27) as well.
VERSION=3.28.3
VERSION=3.29.0

# Mac Intel Chip
OS_ARCH=darwin_amd64
Expand Down
2 changes: 1 addition & 1 deletion incapsula/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Client struct {
func NewClient(config *Config) *Client {
client := &http.Client{}

return &Client{config: config, httpClient: client, providerVersion: "3.28.3"}
return &Client{config: config, httpClient: client, providerVersion: "3.29.0"}
}

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

0 comments on commit 70776c3

Please sign in to comment.