Skip to content

Commit d17c293

Browse files
chore(release): 3.0.0-beta.1
# [3.0.0-beta.1](v2.1.1...v3.0.0-beta.1) (2022-02-18) ### Features * remove splunk-appinspect dependency ([#499](#499)) ([a56e9d1](a56e9d1)), closes [#464](#464) ### BREAKING CHANGES * eventgen.conf is not supported anymore, please migrate to pytest-splunk-addon-data.conf * 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 page * ci: upload coverage to codecov * chore: remove all eventgen signs
1 parent a56e9d1 commit d17c293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[tool.poetry]
1818
name = "pytest-splunk-addon"
19-
version = "2.1.1"
19+
version = "3.0.0-beta.1"
2020
description = "A Dynamic test tool for Splunk Apps and Add-ons"
2121
authors = ["rfaircloth-splunk <[email protected]>"]
2222
license = "APACHE-2.0"

pytest_splunk_addon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
__author__ = """Splunk Inc."""
2020
__email__ = "[email protected]"
21-
__version__ = "2.1.1"
21+
__version__ = "3.0.0-beta.1"

0 commit comments

Comments
 (0)