-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: introduce Ansible CI #585
Merged
alperenkose
merged 132 commits into
PaloAltoNetworks:develop
from
alperenkose:ansible-ee-ci
Oct 2, 2024
Merged
ci: introduce Ansible CI #585
alperenkose
merged 132 commits into
PaloAltoNetworks:develop
from
alperenkose:ansible-ee-ci
Oct 2, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## [2.20.0](v2.19.1...v2.20.0) (2024-09-24) ### Features * Add additional error handling to some upgrade assurance modules ([PaloAltoNetworks#561](https://github.com/alperenkose/pan-os-ansible/issues/561)) ([c64cd79](c64cd79)) * Add new option to panos_active_in_ha module ([PaloAltoNetworks#560](https://github.com/alperenkose/pan-os-ansible/issues/560)) ([a2870f5](a2870f5)) ### Bug Fixes * Add 'parent_interface' parameter for l2/l3 subinterface modules ([PaloAltoNetworks#552](https://github.com/alperenkose/pan-os-ansible/issues/552)) ([73c28a8](73c28a8)) * new release for failed ci ([3872708](3872708)) * requirements.txt update python version and remove hashes ([905b1eb](905b1eb)) * **panos_facts.py:** Fixed virtual systems fact name ([PaloAltoNetworks#558](https://github.com/alperenkose/pan-os-ansible/issues/558)) ([0d0fd6d](0d0fd6d)) * **panos_security_rule:** state merged with existing values ([PaloAltoNetworks#570](https://github.com/alperenkose/pan-os-ansible/issues/570)) ([db6c32c](db6c32c))
## [2.20.0](v2.19.1...v2.20.0) (2024-09-25) ### Features * Add additional error handling to some upgrade assurance modules ([PaloAltoNetworks#561](https://github.com/alperenkose/pan-os-ansible/issues/561)) ([c64cd79](c64cd79)) * Add new option to panos_active_in_ha module ([PaloAltoNetworks#560](https://github.com/alperenkose/pan-os-ansible/issues/560)) ([a2870f5](a2870f5)) * ee ci for development ([97c31ba](97c31ba)) ### Bug Fixes * Add 'parent_interface' parameter for l2/l3 subinterface modules ([PaloAltoNetworks#552](https://github.com/alperenkose/pan-os-ansible/issues/552)) ([73c28a8](73c28a8)) * new release for failed ci ([3872708](3872708)) * requirements.txt update python version and remove hashes ([905b1eb](905b1eb)) * **panos_facts.py:** Fixed virtual systems fact name ([PaloAltoNetworks#558](https://github.com/alperenkose/pan-os-ansible/issues/558)) ([0d0fd6d](0d0fd6d)) * **panos_security_rule:** state merged with existing values ([PaloAltoNetworks#570](https://github.com/alperenkose/pan-os-ansible/issues/570)) ([db6c32c](db6c32c))
## [2.20.0](v2.19.1...v2.20.0) (2024-09-25) ### Features * Add additional error handling to some upgrade assurance modules ([PaloAltoNetworks#561](https://github.com/alperenkose/pan-os-ansible/issues/561)) ([c64cd79](c64cd79)) * Add new option to panos_active_in_ha module ([PaloAltoNetworks#560](https://github.com/alperenkose/pan-os-ansible/issues/560)) ([a2870f5](a2870f5)) * ee ci for development ([97c31ba](97c31ba)) * test ee ci for release ([a7605af](a7605af)) ### Bug Fixes * Add 'parent_interface' parameter for l2/l3 subinterface modules ([PaloAltoNetworks#552](https://github.com/alperenkose/pan-os-ansible/issues/552)) ([73c28a8](73c28a8)) * new release for failed ci ([3872708](3872708)) * requirements.txt update python version and remove hashes ([905b1eb](905b1eb)) * **panos_facts.py:** Fixed virtual systems fact name ([PaloAltoNetworks#558](https://github.com/alperenkose/pan-os-ansible/issues/558)) ([0d0fd6d](0d0fd6d)) * **panos_security_rule:** state merged with existing values ([PaloAltoNetworks#570](https://github.com/alperenkose/pan-os-ansible/issues/570)) ([db6c32c](db6c32c))
## [2.23.0](v2.22.0...v2.23.0) (2024-09-25) ### Features * test ee ci for release ([0542e56](0542e56)) ### Bug Fixes * temp disable sanity tests ([d79a97b](d79a97b))
### [2.25.3](v2.25.2...v2.25.3) (2024-09-27) ### Bug Fixes * ci ([f3d5fa5](f3d5fa5)) * event name ([9d809fe](9d809fe))
### [2.25.6](v2.25.5...v2.25.6) (2024-09-28) ### Bug Fixes * test without python requirements ([14fe047](14fe047))
fix: test pr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces CI workflow to create Ansible EE images on commits to develop branch as well as for each release published.
Motivation and Context
With the Ansible EE image prepared it can be used directly with Ansible Tower.
How Has This Been Tested?
Types of changes
Checklist