align nac-test 1.2.0, nac-validate 1.2.0 and nac-yaml>=1.1.1 in requirements#63
Open
dacasti2mx wants to merge 1 commit intonetascode:mainfrom
Open
align nac-test 1.2.0, nac-validate 1.2.0 and nac-yaml>=1.1.1 in requirements#63dacasti2mx wants to merge 1 commit intonetascode:mainfrom
dacasti2mx wants to merge 1 commit intonetascode:mainfrom
Conversation
Contributor
Author
|
@juburnet, any comment or modification will be more than welcome. |
align nac-test 1.2.0, nac-validate 1.2.0 and nac-yaml>=1.1.1 in requirements
7eafd88 to
9763eb6
Compare
Collaborator
|
@dacasti2mx I am fine updating these versions but want to verify no impacts before we do the upgrade. |
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.
Summary
This PR updates the NaC tooling versions used in the VXLAN ND example repository to keep the environment aligned with the current publicly maintained releases of the Network-as-Code ecosystem.
The update introduces no breaking changes and requires no modifications to the VXLAN ND data model or playbooks.
Updates in this PR
The
requirements.txtis updated to:These versions were fully validated in the VXLAN ND public lab.
nac-yaml 1.1.1 (from 1.0.0)
Enhancements
uvbuild system.Impact / Risk
nac-validate 1.2.0 (from 1.0.0)
Enhancements
jmespathas an explicit dependency for internal query improvements.Impact / Risk
nac-test 1.2.0
Enhancements
Impact / Risk
Testing
Validation was performed end-to-end in the VXLAN ND public lab:
nac-validate 1.2.0successfully validates the existing VXLAN ND model.nac-test 1.2.0renders and executes test suites with no changes required.Conclusion
This PR is a safe, incremental tooling refresh.
There are no new features or behavioral changes that affect the current VXLAN ND model, validation rules, or roles.
It simply aligns the example repository with the current maintained NaC toolchain.