Skip to content

Latest commit

 

History

History
236 lines (137 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

236 lines (137 loc) · 11.5 KB

Zscaler Private Access (ZPA) Ansible Collection Changelog

1.4.5 (February, 5 2025)

Notes

  • Python Versions: v3.9, v3.10, v3.11

Bug Fixes

  • PR #58 Removed ansible.cfg from Ansible Automation Hub and Galaxy GitHub Actions workflow

1.4.5 (February, 5 2025)

Notes

  • Python Versions: v3.9, v3.10, v3.11

Bug Fixes

  • PR #57 Removed ansible.cfg from Ansible Automation Hub and Galaxy GitHub Actions workflow

1.4.4 (February, 5 2025)

Notes

  • Python Versions: v3.9, v3.10, v3.11

Bug Fixes

  • PR #57 Removed ansible.cfg from Ansible Automation Hub and Galaxy GitHub Actions workflow

1.4.3 (February, 1 2025)

Notes

  • Python Versions: v3.9, v3.10, v3.11

Bug Fixes

  • PR #55 Fixed drift issues with the attribute domain_names within the resources: zpa_application_segment, zpa_application_segment_pra, and zpa_application_segment_inspection.

1.4.2 (November, 4 2024)

Notes

  • Python Versions: v3.9, v3.10, v3.11

Bug Fixes

  • PR #51 Fixed drift detection and check_mode issues with the zpa_provisioning_key resource.

1.4.1 (October, 28 2024)

Notes

  • Python Versions: v3.9, v3.10, v3.11

Bug Fixes

  • PR #50 Fixed undetected drift issues within the resource zpa_server_groups related to the attribute app_connector_group_ids
  • PR #50 Fixed undetected drift issues within the resource zpa_application_segment_browser_access related to the attribute clientless_app_ids
  • PR #50 Fixed undetected drift issues within the resource zpa_provisioning_key

1.4.0 (October, 9 2024)

Notes

  • Python Versions: v3.9, v3.10, v3.11

New Feature

  • PR #47 Added new info resource zpa_app_connector_controller and zpa_service_edge_controller to configure app connector and private service edges resources Issue #45.

1.3.1 (September, 16 2024)

Notes

  • Python Versions: v3.9, v3.10, v3.11

New Feature

  • PR #43 Added new info resource zpa_customer_version_profile_info to retrieve visible app connector group version profiles.

1.3.0 (August, 20 2024)

Notes

  • Python Versions: v3.9, v3.10, v3.11

BREAKING CHANGES

New Feature

  • PR #42 All resources now support check_mode for simulation purposes and for validating configuration management playbooks

1.2.1 (July, 4 2024)

Notes

  • Python Versions: v3.9, v3.10, v3.11

Bug Fixes

  • Fixed ZPA pagination to retrieve maximum number of items per page (#40)
  • Fixed Integration tests (#40)

1.2.0 (May, 30 2024)

Notes

  • Python Versions: v3.9, v3.10, v3.11

Features

  • ✨ Added Application Segment By Type info resource (#38) (900cf99)

1.1.0 (May, 16 2024)

Notes

  • Python Versions: v3.9, v3.10, v3.11

Features

  • ✨ Added Privileged Remote Access Features (#37) (ba6ce54)
  • ✨ Added Privileged Remote Access Approval (#37) (ba6ce54)
  • ✨ Added Privileged Remote Access Console (#37) (ba6ce54)
  • ✨ Added Privileged Remote Access Portal (#37) (ba6ce54)

1.0.6 (May, 6 2024)

Notes

  • Python Versions: v3.9, v3.10, v3.11

Bug Fixes

  • Fixed ZPA Client Authentication Methods (#35) (8e60366)

1.0.5 (May, 2 2024)

Notes

  • Python Versions: v3.9, v3.10, v3.11

Bug Fixes

  • Fixed pyproject to version 1.0.5 (c1f1df5)

1.0.4 (May, 2 2024)

Notes

  • Python Versions: v3.9, v3.10, v3.11

Bug Fixes

  • Fixed Sanity Test and version setup (#34) (e71fd50)
  • Fixed several attributes and rule reorder logic (5b72c7d)
  • Fixed version tag in documents (5b631d6)

1.0.3 (April, 27 2024)

Notes

  • Python Versions: v3.9, v3.10, v3.11

Bug Fixes

  • Fixed Policy access timeout resource (#32) (22f485d)

1.0.2 (April, 25 2024)

Notes

  • Python Versions: v3.9, v3.10, v3.11

Bug Fixes

  • Update attributes and add integration tests (#31) (28b0f40)

1.0.1 (April, 25 2024)

Notes

  • Python Versions: v3.9, v3.10, v3.11

Bug Fixes

  • Fixed variable in service edge group for sanity check (#30) (b6953ae)

1.0.0 (April, 24 2024)

Notes

  • Python Versions: v3.9, v3.10, v3.11

Features

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

Bug Fixes

  • Added Dependabot workflow (ee416f8)
  • Added ignore-2.16.txt for sanity test (396bb5b)
  • Ansible Sanity test phase 1 (f8a906e)
  • Fixed galaxy version to v1.0.0 (38db425)
  • Fixed segment group check_mode (ff6cc47)
  • Fixed several resources (150a7e0)
  • Implemented ansible client enahcements and other fixes (2edceca)
  • Make ZPA_CLOUD env var auth optional (0314b45)
  • Updated pyproject.toml packages (71d39e2)