Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
## 1.0.0 (2024-04-24)

### Features

* ✨ Added support for new ZPA Access Policy Bulk Reorder ([f8e67a9](f8e67a9))
* Added access policy condition operands validation ([bcfaa78](bcfaa78))
* Added and fixed several integration tests ([8cf4e07](8cf4e07))
* Added App Connector Assistant Schedule resource ([125e2e6](125e2e6))
* Added app protection and isolation rule info resource ([7910295](7910295))
* Added app protection profile resource ([2977f46](2977f46))
* Added app protection resources ([3dae44f](3dae44f))
* Added app protection rule integration tests ([ac7a3bb](ac7a3bb))
* Added application segment pra and appProtection ([07eec62](07eec62))
* Added application segment validation features ([99e8a30](99e8a30))
* Added AppProtection and Isolation rule resources ([7f475c4](7f475c4))
* Added condition and validation operands to all policies ([57530a5](57530a5))
* Added identity provider validation for all policy types ([ff75eb3](ff75eb3))
* Added LSS data sources ([5b08f1f](5b08f1f))
* Added SAML/SCIM integration tests ([fa890e9](fa890e9))
* Added several integration test cases ([b40968d](b40968d))
* Added ZPA App Protection Custom Controls ([957c13c](957c13c))
* Added zpa_ba_certificate ([ddce3cd](ddce3cd))
* Added zpa_policy_access_rule_reorder to handle rule reorders ([4c816c9](4c816c9))
* Initial Commit ([8b8a3a7](8b8a3a7))
* Reconfigured client to comply with SDK requirements ([2d52bbb](2d52bbb))
* Release v1.0.0 ([b2ec73b](b2ec73b))
* Release v1.0.0 ([#24](#24)) ([5a24d3a](5a24d3a))

### Bug Fixes

* Added Dependabot workflow ([ee416f8](ee416f8))
* Added ignore-2.16.txt for sanity test ([396bb5b](396bb5b))
* Ansible Sanity  test phase 1 ([f8a906e](f8a906e))
* Fixed galaxy version to v1.0.0 ([38db425](38db425))
* Fixed galaxy version to v1.0.0 ([9c3f2fa](9c3f2fa))
* Fixed segment group check_mode ([ff6cc47](ff6cc47))
* Fixed several resources ([150a7e0](150a7e0))
* Implemented ansible client enahcements and other fixes ([2edceca](2edceca))
* Make ZPA_CLOUD env var auth optional ([0314b45](0314b45))
* Updated pyproject.toml packages ([71d39e2](71d39e2))
  • Loading branch information
semantic-release-bot committed Apr 24, 2024
1 parent b2747d4 commit 47c2666
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
## 1.0.0 (2024-04-24)


### Features

* ✨ Added support for new ZPA Access Policy Bulk Reorder ([f8e67a9](https://github.com/zscaler/zpacloud-ansible/commit/f8e67a96f0f2fca4f4aa3332e046606fd9127cb2))
* Added access policy condition operands validation ([bcfaa78](https://github.com/zscaler/zpacloud-ansible/commit/bcfaa7816195e15fa99c56e667df5cfefba1d835))
* Added and fixed several integration tests ([8cf4e07](https://github.com/zscaler/zpacloud-ansible/commit/8cf4e079fde0e95dd5e067ee14215e0efcc8c835))
* Added App Connector Assistant Schedule resource ([125e2e6](https://github.com/zscaler/zpacloud-ansible/commit/125e2e69e3bf8c51ce50d1c61f19edac486b2810))
* Added app protection and isolation rule info resource ([7910295](https://github.com/zscaler/zpacloud-ansible/commit/7910295eb5ef3897b8cb722770e2b4e09c659405))
* Added app protection profile resource ([2977f46](https://github.com/zscaler/zpacloud-ansible/commit/2977f463fedfbe53f01343d4b4326716cf3d26da))
* Added app protection resources ([3dae44f](https://github.com/zscaler/zpacloud-ansible/commit/3dae44f91b877a282ffee4f35306c22f60e45cdb))
* Added app protection rule integration tests ([ac7a3bb](https://github.com/zscaler/zpacloud-ansible/commit/ac7a3bb0cc7d2e2999b85252dc37c16d7c67b81c))
* Added application segment pra and appProtection ([07eec62](https://github.com/zscaler/zpacloud-ansible/commit/07eec62ffd37a79f95fa0db34d4c42885bf7fc24))
* Added application segment validation features ([99e8a30](https://github.com/zscaler/zpacloud-ansible/commit/99e8a30d1cf703791b55d3e1a1170ce7a6490e60))
* Added AppProtection and Isolation rule resources ([7f475c4](https://github.com/zscaler/zpacloud-ansible/commit/7f475c41a5237105b901d588b9c712782d07b4ee))
* Added condition and validation operands to all policies ([57530a5](https://github.com/zscaler/zpacloud-ansible/commit/57530a57781f4c1c555e1832f9701c388637015e))
* Added identity provider validation for all policy types ([ff75eb3](https://github.com/zscaler/zpacloud-ansible/commit/ff75eb3bca5626df9aadb031e972a11dcd630315))
* Added LSS data sources ([5b08f1f](https://github.com/zscaler/zpacloud-ansible/commit/5b08f1ffe49c36da1c3f624f36e9115b32950131))
* Added SAML/SCIM integration tests ([fa890e9](https://github.com/zscaler/zpacloud-ansible/commit/fa890e9839a3403aa50f1e024ab4d474f04c3591))
* Added several integration test cases ([b40968d](https://github.com/zscaler/zpacloud-ansible/commit/b40968db01ebaca7e91e4eeb6d270c8cdd4fac69))
* Added ZPA App Protection Custom Controls ([957c13c](https://github.com/zscaler/zpacloud-ansible/commit/957c13caf54b5f5131df4f7a8fc51f6e66a7281f))
* Added zpa_ba_certificate ([ddce3cd](https://github.com/zscaler/zpacloud-ansible/commit/ddce3cd34305034edd21cad7b7505e1f2fe47e5f))
* Added zpa_policy_access_rule_reorder to handle rule reorders ([4c816c9](https://github.com/zscaler/zpacloud-ansible/commit/4c816c99d5cdee4d7fd8da8e7008d296c4c9d5dc))
* Initial Commit ([8b8a3a7](https://github.com/zscaler/zpacloud-ansible/commit/8b8a3a72ececfafed693ba3eaaecf295b60f9509))
* Reconfigured client to comply with SDK requirements ([2d52bbb](https://github.com/zscaler/zpacloud-ansible/commit/2d52bbb10fc6e6e049ca972ca892cada257c4b3e))
* Release v1.0.0 ([b2ec73b](https://github.com/zscaler/zpacloud-ansible/commit/b2ec73bbb48eeb9cae8544cef7432a6668d127b7))
* Release v1.0.0 ([#24](https://github.com/zscaler/zpacloud-ansible/issues/24)) ([5a24d3a](https://github.com/zscaler/zpacloud-ansible/commit/5a24d3a4ea0c73ed28aef9683746a97c7565a03d))


### Bug Fixes

* Added Dependabot workflow ([ee416f8](https://github.com/zscaler/zpacloud-ansible/commit/ee416f83517f28709b0045af73541db2993901bd))
* Added ignore-2.16.txt for sanity test ([396bb5b](https://github.com/zscaler/zpacloud-ansible/commit/396bb5b7aae520a21e4f2f54f624191c2b6aa6d6))
* Ansible Sanity test phase 1 ([f8a906e](https://github.com/zscaler/zpacloud-ansible/commit/f8a906e6cd853a5e33cf137c44fecae2802e0a6c))
* Fixed galaxy version to v1.0.0 ([38db425](https://github.com/zscaler/zpacloud-ansible/commit/38db42562a8fcf113b947515fd9907a12a0347ef))
* Fixed galaxy version to v1.0.0 ([9c3f2fa](https://github.com/zscaler/zpacloud-ansible/commit/9c3f2fab42f0353e0fe5ac56134836bd7d9113f7))
* Fixed segment group check_mode ([ff6cc47](https://github.com/zscaler/zpacloud-ansible/commit/ff6cc47caf8cdec5da04774dc8090c407029ae3c))
* Fixed several resources ([150a7e0](https://github.com/zscaler/zpacloud-ansible/commit/150a7e054562876eec8a22aaf9ec3091960711d1))
* Implemented ansible client enahcements and other fixes ([2edceca](https://github.com/zscaler/zpacloud-ansible/commit/2edceca607b953d3569389a11272aa21c15946d3))
* Make ZPA_CLOUD env var auth optional ([0314b45](https://github.com/zscaler/zpacloud-ansible/commit/0314b45ba432805c3247133ec1cc90f6113c09bf))
* Updated pyproject.toml packages ([71d39e2](https://github.com/zscaler/zpacloud-ansible/commit/71d39e2bc1e045e27f2604b59eaaf3ed78477db9))

# Ansible Zscaler Internet Access Collection Release Notes

## Initial Release v1.0.0
Expand Down

0 comments on commit 47c2666

Please sign in to comment.