Skip to content

Commit deb97ba

Browse files
authored
fix: Fixed DLP Engine Tests (#47)
1 parent b8106c2 commit deb97ba

File tree

6 files changed

+965
-538
lines changed

6 files changed

+965
-538
lines changed

.releaserc.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
"publishCmd": ".github/do-release.sh"
1313
}
1414
],
15-
[
16-
"@semantic-release/changelog"
17-
],
1815
[
1916
"@semantic-release/git",
2017
{

CHANGELOG.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
## [1.3.0](https://github.com/zscaler/ziacloud-ansible/compare/v1.2.0...v1.3.0) (2024-09-07)
1+
# Zscaler Internet Access (ZIA) Ansible Collection Changelog
22

3+
## v1.3.1 (September, 12 2024)
34

4-
### Features
5+
### Notes
6+
7+
- Python Versions: **v3.9, v3.10, v3.11**
8+
9+
### New Feature
510

6-
* Added new resource for Cloud Application Control rule management ([#46](https://github.com/zscaler/ziacloud-ansible/issues/46)) ([1537a09](https://github.com/zscaler/ziacloud-ansible/commit/1537a090f73ece76bec996e5e1b229832797bb1f))
11+
- [PR #47](https://github.com/zscaler/ziacloud-ansible/pull/47) Fixed DLP Engine tests.
712

8-
# Zscaler Internet Access (ZIA) Ansible Collection Changelog
13+
## v1.3.0 (September, 6 2024)
14+
15+
### Notes
16+
17+
- Python Versions: **v3.9, v3.10, v3.11**
18+
19+
### New Feature
20+
21+
- [PR #46](https://github.com/zscaler/ziacloud-ansible/pull/46) Added new resource `zia_cloud_app_control_rule` for Cloud Application Control rule management.
922

1023
## v1.3.0 (September, 6 2024)
1124

@@ -15,7 +28,7 @@
1528

1629
### New Feature
1730

18-
- [PR #46](https://github.com/zscaler/zscaler-sdk-go/pull/46) Added new resource `zia_cloud_app_control_rule` for Cloud Application Control rule management.
31+
- [PR #46](https://github.com/zscaler/ziacloud-ansible/pull/46) Added new resource `zia_cloud_app_control_rule` for Cloud Application Control rule management.
1932

2033
## v1.2.0 (July, 22 2024)
2134

@@ -25,11 +38,11 @@
2538

2639
### BREAKING CHANGES
2740

28-
- [PR #270](https://github.com/zscaler/zscaler-sdk-go/pull/270) All resources previously named with `_facts` have been moved to `_info` to comply with Red Hat Ansible best practices as described in the following [Ansible Developer Documentation](https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html#creating-an-info-or-a-facts-module)
41+
- [PR #40](https://github.com/zscaler/ziacloud-ansible/pull/40) All resources previously named with `_facts` have been moved to `_info` to comply with Red Hat Ansible best practices as described in the following [Ansible Developer Documentation](https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html#creating-an-info-or-a-facts-module)
2942

3043
### New Feature
3144

32-
- [PR #270](https://github.com/zscaler/zscaler-sdk-go/pull/270) All resources now support `check_mode` for simulation purposes and for validating configuration management playbooks
45+
- [PR #40](https://github.com/zscaler/ziacloud-ansible/pull/40) All resources now support `check_mode` for simulation purposes and for validating configuration management playbooks
3346

3447
## v1.1.0 (June, 25 2024)
3548

docs/source/release_notes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ Releases
99
Zscaler Internet Access (ZIA) Ansible Collection Changelog
1010
----------------------------------------------------------
1111

12+
1.3.1 (September, 12 2024)
13+
-------------------------
14+
15+
Notes
16+
^^^^^
17+
18+
- Python Versions: **v3.9, v3.10, v3.11**
19+
20+
New Feature
21+
^^^^^^^^^^^
22+
23+
- (`#47 <https://github.com/zscaler/ziacloud-ansible/issues/47>`_) Fixed DLP Engine tests.
24+
25+
1226
1.3.0 (September, 6 2024)
1327
-------------------------
1428

0 commit comments

Comments
 (0)