Skip to content
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

support beta releases of PAN-OS builds with a -b in their names #117

Closed
cdot65 opened this issue Mar 19, 2024 · 0 comments · Fixed by #118
Closed

support beta releases of PAN-OS builds with a -b in their names #117

cdot65 opened this issue Mar 19, 2024 · 0 comments · Fixed by #118
Assignees
Labels
enhancement New feature or request

Comments

@cdot65
Copy link
Owner

cdot65 commented Mar 19, 2024

Is your feature request related to a problem? Please describe.
Currently, the system does not properly handle PAN-OS build names that include a -b suffix, which is used to denote beta releases. This causes issues when attempting to work with these beta builds, as they are not recognized or processed correctly.

Describe the solution you'd like
Enhance the existing feature to properly support PAN-OS build names that include a -b suffix. The system should be able to:

  1. Recognize and parse build names with the -b suffix correctly.
  2. Handle beta builds in the same manner as regular builds, allowing for seamless integration and processing.
  3. Update any relevant documentation or user guides to reflect the support for beta builds and provide examples of the -b suffix usage.

Describe alternatives you've considered

  1. Modifying the naming convention for beta builds to use a different suffix or prefix that is already supported by the system. However, this would require coordination with the PAN-OS development team and may cause inconsistencies with existing build naming practices.
  2. Creating a separate processing pipeline specifically for beta builds. While this would isolate the beta build handling, it would lead to code duplication and increased maintenance efforts.

Additional context

  • The -b suffix is used in PAN-OS build names to indicate beta releases, such as 10.1.0-b1, 10.1.0-b2, etc.
  • Supporting beta builds will allow for more comprehensive testing and validation of upcoming PAN-OS features and enhancements.
  • Ensure that the feature enhancement is thoroughly tested with various beta build names to guarantee robust support.
@cdot65 cdot65 added the enhancement New feature or request label Mar 19, 2024
@cdot65 cdot65 self-assigned this Mar 19, 2024
@cdot65 cdot65 linked a pull request Mar 19, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant