-
Notifications
You must be signed in to change notification settings - Fork 2k
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
cni: fix plugin fingerprinting versions #16776
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah thanks for letting us know @EtienneBruines.
As expected, this change breaks our tests 😅
https://github.com/hashicorp/nomad/actions/runs/4598672300/jobs/8185888257?pr=16776
Do you think you would be able to fix them?
CNI plugins v1.2.0 and above output a second line, containing supported protocol versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates @EtienneBruines!
I pushed a couple of commits to slightly simplify the token loop logic and to add a changelog entry.
CNI plugins v1.2.0 and above output a second line, containing supported protocol versions.
CNI plugins v1.2.0 and above output a second line, containing supported protocol versions.
CNI plugins v1.2.0 and above output a second line, containing supported protocol versions. Co-authored-by: Etienne Bruines <[email protected]>
CNI plugins v1.2.0 and above output a second line, containing supported protocol versions. Co-authored-by: Etienne Bruines <[email protected]>
CNI plugins v1.2.0 and above output a second line, containing supported protocol versions. Nomad tests should support this.