Skip to content

Commit

Permalink
fix: Fixed DLP Engine Tests (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr authored Sep 13, 2024
1 parent b8106c2 commit deb97ba
Show file tree
Hide file tree
Showing 6 changed files with 965 additions and 538 deletions.
3 changes: 0 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"publishCmd": ".github/do-release.sh"
}
],
[
"@semantic-release/changelog"
],
[
"@semantic-release/git",
{
Expand Down
27 changes: 20 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
## [1.3.0](https://github.com/zscaler/ziacloud-ansible/compare/v1.2.0...v1.3.0) (2024-09-07)
# Zscaler Internet Access (ZIA) Ansible Collection Changelog

## v1.3.1 (September, 12 2024)

### Features
### Notes

- Python Versions: **v3.9, v3.10, v3.11**

### New Feature

* 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))
- [PR #47](https://github.com/zscaler/ziacloud-ansible/pull/47) Fixed DLP Engine tests.

# Zscaler Internet Access (ZIA) Ansible Collection Changelog
## v1.3.0 (September, 6 2024)

### Notes

- Python Versions: **v3.9, v3.10, v3.11**

### New Feature

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

## v1.3.0 (September, 6 2024)

Expand All @@ -15,7 +28,7 @@

### New Feature

- [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.
- [PR #46](https://github.com/zscaler/ziacloud-ansible/pull/46) Added new resource `zia_cloud_app_control_rule` for Cloud Application Control rule management.

## v1.2.0 (July, 22 2024)

Expand All @@ -25,11 +38,11 @@

### BREAKING CHANGES

- [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)
- [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)

### New Feature

- [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
- [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

## v1.1.0 (June, 25 2024)

Expand Down
14 changes: 14 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ Releases
Zscaler Internet Access (ZIA) Ansible Collection Changelog
----------------------------------------------------------

1.3.1 (September, 12 2024)
-------------------------

Notes
^^^^^

- Python Versions: **v3.9, v3.10, v3.11**

New Feature
^^^^^^^^^^^

- (`#47 <https://github.com/zscaler/ziacloud-ansible/issues/47>`_) Fixed DLP Engine tests.


1.3.0 (September, 6 2024)
-------------------------

Expand Down
Loading

0 comments on commit deb97ba

Please sign in to comment.