Skip to content

Conversation

alperenkose
Copy link
Collaborator

Description

Mergin beta to develop for a new major release

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes if appropriate.
  • All new and existing tests passed.

Removed backslash(\) escape char from shlex to avoid escaping
and properly processing regex expressions.

BREAKING CHANGE: `gathered_filter` in 'gathered' state now accepts valid regex
expressions, the previous syntax with extra escape characters is not valid anymore.
* Drop ansible-core 2.15 support and shift supported versions to 2.16 - 2.18 range.
* Drop python 3.9 support
* Loosen some dev dependencies
* Update AWX Ansible EE image to use ansible-core 2.16 and Python 3.11.
* drop crypto_profile_name alias in panos_ike_gateway
   Both ikev1_crypto_profile and ikev2_crypto_profile had crypto_profile_name alias
   in panos_ike_gateway which is not allowed anymore going forward ansible-core 2.18.

BREAKING CHANGE: drop crypto_profile_name alias in panos_ike_gateway
@alperenkose alperenkose merged commit f89f05a into develop May 16, 2025
26 checks passed
github-actions bot pushed a commit that referenced this pull request May 16, 2025
## [3.0.0](v2.21.4...v3.0.0) (2025-05-16)

### ⚠ BREAKING CHANGES

* merge beta to develop for a new major release (#618)
* drop crypto_profile_name alias in panos_ike_gateway
* `gathered_filter` in 'gathered' state now accepts valid regex
expressions, the previous syntax with extra escape characters is not valid anymore.

### Bug Fixes

* gathered_filter to process regex correctly ([#583](#583)) ([ae4103a](ae4103a))

### Miscellaneous Chores

* merge beta to develop for a new major release ([#618](#618)) ([f89f05a](f89f05a))
* support ansible-core 2.16 to 2.18 - drop python 3.9 ([#604](#604)) ([3b0f5ab](3b0f5ab))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant