Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: splunk/addonfactory-solutions-library-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.0
Choose a base ref
...
head repository: splunk/addonfactory-solutions-library-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.1-beta.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 11, 2025

  1. chore: merge main into develop (#429)

    backport changes after release 6.2
    sgoral-splunk authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    32e838f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. fix: Splunk metadata parsing logic: config stanzas must be loaded fro…

    …m the system app (#432)
    
    Method get_conf_stanzas internally calls
    `$SPLUNK_HOME/bin/splunk cmd btool server list`
    This command leads to accumulated output. It reads server.conf files
    from all apps.
    Such behaviour may lead to invalid results, if an app has different (not
    supported) format in the conf file.
    
    I suggest to change login and read configs only from the system app:
    `$SPLUNK_HOME/bin/splunk cmd btool server list --app=system`
    echipachenko authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    1a5ee99 View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.2.1-beta.1

    ## [6.2.1-beta.1](v6.2.0...v6.2.1-beta.1) (2025-03-18)
    
    ### Bug Fixes
    
    * Splunk metadata parsing logic: config stanzas must be loaded from the system app ([#432](#432)) ([1a5ee99](1a5ee99))
    srv-rr-github-token committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    d335d1f View commit details
    Browse the repository at this point in the history
Loading