Conversation
PatrickMenoti
approved these changes
Mar 4, 2026
pablodiehl
approved these changes
Mar 4, 2026
MagnunAVFAzion
approved these changes
Mar 4, 2026
pablodiehl
pushed a commit
that referenced
this pull request
Mar 4, 2026
[skip ci] ## <small>3.1.2 (2026-03-04)</small> * Merge pull request #397 from aziontech/stage ([5f9ce8f](5f9ce8f)), closes [#397](#397) * chore(release): 3.1.2-stage.1 ([6ddc0db](6ddc0db)) * chore(release): 3.1.2-stage.2 ([0f42a3c](0f42a3c)) * fix: firewall functions instances support (#395) ([8d24afc](8d24afc)), closes [#395](#395) * fix: update firewall schema to accept variables (#396) ([607d246](607d246)), closes [#396](#396)
Collaborator
|
🎉 This PR is included in version 3.1.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or 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
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.
This pull request introduces enhancements and fixes to the firewall configuration schema and processing logic, mainly focused on supporting function instances and expanding variable handling. The changes improve flexibility for defining firewall rules and ensure robust validation of referenced functions.
Firewall Schema and Processing Improvements
functionsInstancesin firewall configuration, including validation to ensure referenced functions exist and correct transformation between config and manifest formats. [1] [2] [3] [4] [5] [6] [7] [8]${}and supporting the newnetworkvariable. [1] [2] [3] [4] [5] [6]Firewall Rule Operators and Arguments
is_in_listandis_not_in_listfor more flexible criteria, and allowed rule arguments to be either string or number types. [1] [2]Schema and Example Updates
azion.config.example.tsto demonstrate new features, including function instances and expanded criteria.