-
Notifications
You must be signed in to change notification settings - Fork 0
Update pySigma-backend-loki to latest release candidate to test compatibility #107
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
base: main
Are you sure you want to change the base?
Conversation
|
Question: based on that error message, do we need to do a pre-release for pySigma-backend-loki? At the moment the work to support rc is just in a branch. I've not tried an RC release on PyPI before, so I'm not sure of the work needed. |
|
@kelnage Me neither. So I guess we should figure this out together. 😄 |
|
Unfortunately the splunk plugin is not yet compatible, so I had to remove it for testing. |
|
The Loki RC PR is ready for review, PTAL 🙏 |
update-pysigma-1.0.0rc branch of pySigma-backend-loki to check compatibility|
This PR tests how SRD would work once pySigma v1.0.0 is released. We're holding off merging it until it's official - last time checked it worked (per conversation with @kelnage) |
This PR updates pySigma-backend-loki to v0.13.0rc1 to check compatibility with the convert action.
Notes:
uvwon't install them by default, unless we useuv lock --prerelease=allowto update the lock file and install all test latest Python deps and there's no way to select a single prerelease package to be updated.Part of #106.