Skip to content

Choose a tag to compare

@github-actions github-actions released this 19 Jul 10:37

What's new

⚠️ Upgrade note (next major tag, v7): Only upgrade to the latest major tag if your app already supports Python 3.13 on Splunk and has python.version = latest set in every Python-related conf file (e.g. inputs.conf, commands.conf, restmap.conf, alert_actions.conf). This release changes the splunk_python_version default from 3.9 to 3.13. If your app is not yet ready for Python 3.13, stay on v6 or explicitly pass splunk_python_version: "3.9".

Changed ⚠️

  • splunk_python_version Input - Default value of the input for the Python Dependency Manager that controls which Python version is changed from 3.9 to 3.13 since Splunk is asking App developers to support 3.13 Python version.

Developer & Internal Changes

  • Dependency Updates - Updated all main and dev dependencies to their latest compatible versions (including splunk-add-on-ucc-framework, splunk-appinspect, requests, pip, ruff, pytest, basedpyright, and Sphinx tooling) and refreshed uv.lock. Github action dependacies update.
  • Deprecation Cleanup - Replaced deprecated os.system / os.popen calls with subprocess.run (surfaced by the newer basedpyright) in src/app_build_generate.py and devtools/release_notes.py.

Commits

bdc59b3 Fix CHANGELOG heading for v7 release notes generation
d24f0cb Bump version to v7.0.0 for release
9c0341d Merge pull request #110 from VatsalJagani/dependabot/github_actions/actions/checkout-7
ab122f1 Merge pull request #111 from VatsalJagani/python-version-upgrade