-
Notifications
You must be signed in to change notification settings - Fork 8
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
adding TRACK to all new cases created + fixing version of xmlsec to 1… #290
Conversation
Looks like the upstream saml package we are using requires xmlsec >= 1.3.9, which explains why it upgraded the version automatically |
Yes by default it is upgrading to 1.3.14 but with this version running podman-compose up on the dev env give this error:
Forcing version 1.3.13 avoid this |
understood, thanks |
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.
Looks good, and the card update syntax is working for me!
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.
lgtm. thanks for the PR!
will there be another PR incoming to bubble it up to the UI?
Thanks for the review ! |
….3.13
I updated libtelco5g.py to update the created jira card with TRACK in the custom field corresponding to release_note_text.
I added also a fixed version for xmlsec because the application was not running with 1.3.14 so I fixed the version number to 1.3.13 in setup.py.