Skip to content
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: merge main into develop #385

Merged
merged 13 commits into from
Aug 13, 2024
Merged

chore: merge main into develop #385

merged 13 commits into from
Aug 13, 2024

Commits on Jun 26, 2024

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

    feat: TLS communication for fetching serverInfo, bulletin_rest_client
    module to manage global Splunk messages
    sgoral-splunk authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2e24589 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.1.0

    # [5.1.0](v5.0.0...v5.1.0) (2024-06-26)
    
    ### Features
    
    * add bulletin_rest_client module to manage global Splunk messages ([#369](#369)) ([829d1cb](829d1cb))
    * **mtls:** implement of mutual TLS communication for fetching server info ([#372](#372)) ([278505a](278505a))
    
     [ci skip]
    srv-rr-github-token committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5b6aa1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    364146a View commit details
    Browse the repository at this point in the history
  4. chore: remove skip ci from releaserc (#374)

    remove skip ci from releaserc
    sgoral-splunk authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d2ad2ca View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. chore(deps): lock file maintenance (#377)

    [![Mend
    Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency
    versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
    any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you
    are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
    rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get
    [config help](https://togithub.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Mend
    Renovate](https://www.mend.io/free-developer-tools/renovate/). View
    repository job log
    [here](https://developer.mend.io/github/splunk/addonfactory-solutions-library-python).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e204a3d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    89cb2b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    687b82f View commit details
    Browse the repository at this point in the history
  2. fix(server_info): handle splunk not present imports (#378)

    Handle imports when Splunk isn't present.
    sgoral-splunk authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    46bc899 View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.1.1

    ## [5.1.1](v5.1.0...v5.1.1) (2024-07-05)
    
    ### Bug Fixes
    
    * **server_info:** handle splunk not present imports ([89cb2b0](89cb2b0))
    * **server_info:** handle splunk not present imports ([#378](#378)) ([46bc899](46bc899))
    srv-rr-github-token committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    ffd66a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    5c0daaf View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    bdc78c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix: standalone HEC Event writer (#380)

    When create_from_token() is invoked, it triggers the HECEventWriter
    constructor with scheme, host, and port set to None. This leads to a
    get_splunkd_access_info() call, which throws an exception if the HEC URI
    doesn’t reference the local machine. As this call is unnecessary in such
    cases, its invocation has been relocated within the if-statement
    zugf authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4e961b2 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.1.2

    ## [5.1.2](v5.1.1...v5.1.2) (2024-07-22)
    
    ### Bug Fixes
    
    * standalone HEC Event writer ([#380](#380)) ([4e961b2](4e961b2))
    srv-rr-github-token committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0eee07c View commit details
    Browse the repository at this point in the history