|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 4.3.0 (June, 19 2025) |
| 4 | + |
| 5 | +### Notes |
| 6 | + |
| 7 | +- Release date: **(June, 19 2025)** |
| 8 | +- Supported Terraform version: **v1.x** |
| 9 | + |
| 10 | +### NEW - RESOURCES, DATA SOURCES |
| 11 | + |
| 12 | +- [PR #444](https://github.com/zscaler/terraform-provider-zia/pull/444) - The following new resources and data sources have been introduced: |
| 13 | + |
| 14 | +- [PR #444](https://github.com/zscaler/terraform-provider-zia/pull/444) - Added the datasource and resource ``zia_browser_control_policy`` - Browser Control Policy |
| 15 | +- [PR #444](https://github.com/zscaler/terraform-provider-zia/pull/444) - Added the datasource and resource ``zia_casb_dlp_rules`` - SaaS Security API (Casb DLP Rules) |
| 16 | +- [PR #444](https://github.com/zscaler/terraform-provider-zia/pull/444) - Added the datasource and resource ``zia_casb_malware_rules`` - SaaS Security API (Casb Malware Rules) |
| 17 | +- [PR #444](https://github.com/zscaler/terraform-provider-zia/pull/444) - Added the datasource and resource ``zia_cloud_application_instance`` - Cloud Application Instance |
| 18 | +- [PR #444](https://github.com/zscaler/terraform-provider-zia/pull/444) - Added the datasource and resource ``zia_risk_profiles`` - Risk Profiles |
| 19 | + |
| 20 | +### NEW DATA SOURCES |
| 21 | + |
| 22 | +- [PR #444](https://github.com/zscaler/terraform-provider-zia/pull/444) - Added the datasource and resource ``zia_casb_tenant`` - SaaS Security API (Casb Tenant) |
| 23 | +- [PR #444](https://github.com/zscaler/terraform-provider-zia/pull/444) - Added the datasource and resource ``zia_casb_email_label`` - SaaS Security API (Casb Email Label) |
| 24 | +- [PR #444](https://github.com/zscaler/terraform-provider-zia/pull/444) - Added the datasource and resource ``zia_casb_tombstone_template`` - SaaS Security API (Casb Quarantine Tombstone Template) |
| 25 | +- [PR #444](https://github.com/zscaler/terraform-provider-zia/pull/444) - Added the datasource and resource ``zia_casb_tombstone_template`` - SaaS Security API (Casb Quarantine Tombstone Template) |
| 26 | +- [PR #444](https://github.com/zscaler/terraform-provider-zia/pull/444) - Added the datasource and resource ``zia_domain_profiles`` - SaaS Security API (Casb Domain Profiles) |
| 27 | +- [PR #444](https://github.com/zscaler/terraform-provider-zia/pull/444) - Added the datasource and resource ``zia_tenant_restriction_profile`` - Tenant Restriction Profile |
| 28 | + |
| 29 | +### Enhancements |
| 30 | + |
| 31 | +- [PR #444](https://github.com/zscaler/terraform-provider-zia/pull/444) - The resource `zia_location_management` now supports the following attributes. |
| 32 | +- `extranet` - The ID of the extranet resource that must be assigned to the location |
| 33 | +- `extranetip_pool` - The ID of the traffic selector specified in the extranet |
| 34 | +- `extranet_dns` - The ID of the DNS server configuration used in the extranet |
| 35 | +- `default_extranet_ts_pool` - A Boolean value indicating that the traffic selector specified in the extranet is the designated default traffic selector |
| 36 | +- `default_extranet_dns` - A Boolean value indicating that the DNS server configuration used in the extranet is the designated default DNS server |
| 37 | + |
| 38 | +### Bug Fixes |
| 39 | + |
| 40 | +- [PR #444](https://github.com/zscaler/terraform-provider-zia/pull/444) - Added validation to ``zia_dlp_web_rules`` to prevent conflict between attributes: `auditor`, `external_auditor_email` and `notification_template` |
| 41 | +- [PR #444](https://github.com/zscaler/terraform-provider-zia/pull/444) - Removed validation function `validateDestAddress` for the attribute `dest_addresses` to support both IPv4 Addresses and Wildcard FQDN. |
| 42 | + |
3 | 43 | ## 4.2.0 (June, 11 2025) |
4 | 44 |
|
5 | 45 | ### Notes |
|
0 commit comments