-
Notifications
You must be signed in to change notification settings - Fork 21
chore: release 3.0.0 #574
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
chore: release 3.0.0 #574
Conversation
BREAKING CHANGE: eventgen.conf is not supported anymore, please migrate to pytest-splunk-addon-data.conf * feat: remove splunk-appinspect dependency (#464) * refactor: use conf-parser in EventtypeParser instead of splunk-appinspect * refactor: use conf-parser in SavedsearchesParser instead of splunk-appinspect * refactor: use conf-parser in TransformsParser instead of splunk-appinspect * refactor: use conf-parser in PropsParser instead of splunk-appinspect * refactor: remove splunk-appinspect from AddonParser * docs: remove splunk-appinspect mentions from PropsParser * test: empty stanza in savedsearches.conf * refactor: use new EventtypeParser in cim_field_report * refactor: use conf-parser in eventgen.conf parser * chore: remove create_new_eventgen * feat: remove splunk_appinspect dependency * chore: rename to pytest_splunk_addon_data * chore: style the docs pagee * ci: restructure tests * ci: not run tests with Splunk 8.0 * refactor: move some public methods to be private * ci: add debug-statements to pre-commit configuration * docs: remove release_history pagei * ci: upload coverage to codecov * chore: remove all eventgen signs
* ci: try with parallel runs * ci: do not install additional deps * ci: reorganize long-running tests to make tests faster * ci: do not need to upload dist when publishing * ci: remove snyk * ci: upload NOTICE file
Codecov Report
@@ Coverage Diff @@
## main #574 +/- ##
=======================================
Coverage ? 94.88%
=======================================
Files ? 50
Lines ? 2619
Branches ? 0
=======================================
Hits ? 2485
Misses ? 134
Partials ? 0 Continue to review full report at Codecov.
|
|
Expected release notes (by @arys-splunk) features: fixes: others (will not be included in Semantic-Release notes):
|
|
🎉 This PR is included in version 3.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This PR has 2 significant changes:
splunk-appinspectas a dependency and removes support foreventgen.confMinor changes (see the list of commits):
Closes #475