Skip to content

fix: bump Splunk version#211

Merged
mkolasinski-splunk merged 1 commit into
mainfrom
fix/update-splunk-version
Jun 26, 2026
Merged

fix: bump Splunk version#211
mkolasinski-splunk merged 1 commit into
mainfrom
fix/update-splunk-version

Conversation

@srv-rr-github-token

Copy link
Copy Markdown
Contributor

No description provided.

@srv-rr-github-token srv-rr-github-token requested a review from a team as a code owner May 3, 2026 06:02
@github-actions github-actions Bot force-pushed the fix/update-splunk-version branch from a100b80 to 2d467cd Compare May 10, 2026 06:03
@github-actions github-actions Bot force-pushed the fix/update-splunk-version branch from 2d467cd to 4751c7f Compare May 17, 2026 06:07
@github-actions github-actions Bot force-pushed the fix/update-splunk-version branch from 4751c7f to 1ddc589 Compare May 24, 2026 06:18
@github-actions github-actions Bot force-pushed the fix/update-splunk-version branch from 1ddc589 to fb49b3d Compare May 31, 2026 06:30
@github-actions github-actions Bot force-pushed the fix/update-splunk-version branch from fb49b3d to b9533a0 Compare June 7, 2026 06:31
@github-actions github-actions Bot force-pushed the fix/update-splunk-version branch from b9533a0 to c23c1e3 Compare June 14, 2026 06:33
@github-actions github-actions Bot force-pushed the fix/update-splunk-version branch 3 times, most recently from 3fe54ed to 50ee3cc Compare June 25, 2026 15:26
@mkolasinski-splunk

Copy link
Copy Markdown
Contributor

@codex please review

@github-actions github-actions Bot force-pushed the fix/update-splunk-version branch from 50ee3cc to 58667e3 Compare June 25, 2026 15:35

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 50ee3cc31f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread splunk_matrix_update.py
config.set(major_minor, "VERSION", latest_version)
if build:
config.set(major_minor, "BUILD", build)
config.set(major_minor, "SUPPORTED", supported)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Reject unresolved support dates

When get_supported_date() returns UNKNOWN (which it does for network errors, parse misses, and Not Released rows), this writes that literal into splunk_matrix.conf. The action consumer in addonfactory_test_matrix_action/main.py always parses SUPPORTED with datetime.strptime(..., "%Y-%m-%d") before filtering, so any auto-discovered version with an unresolved support date will make the released action fail at startup instead of emitting a matrix. Skip unresolved stanzas or update the consumer before allowing UNKNOWN here.

Useful? React with 👍 / 👎.

Comment thread splunk_matrix_update.py Outdated
if supported_str == "UNKNOWN":
continue
try:
if datetime.date.fromisoformat(supported_str) < today:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Prune versions on their EOL date

The action treats the support date as exclusive (today >= eol causes a stanza to be skipped in addonfactory_test_matrix_action/main.py), but this pruner only removes dates strictly before today. On the exact SUPPORTED date, the updater leaves an already-skipped stanza in the file and update_general_section() can still point LATEST/OLDEST at it; if that stanza is latest, the action emits no latestSplunk output for that day. Align the updater with the consumer by pruning <= today.

Useful? React with 👍 / 👎.

@mkolasinski-splunk mkolasinski-splunk force-pushed the fix/update-splunk-version branch from 58667e3 to c3734b6 Compare June 25, 2026 15:42
@github-actions github-actions Bot force-pushed the fix/update-splunk-version branch from c3734b6 to 42e5c3b Compare June 26, 2026 13:22
@mkolasinski-splunk mkolasinski-splunk merged commit f06d839 into main Jun 26, 2026
4 checks passed
@mkolasinski-splunk mkolasinski-splunk deleted the fix/update-splunk-version branch June 26, 2026 14:52
@srv-rr-github-token

Copy link
Copy Markdown
Contributor Author

🎉 This PR is included in version 3.2.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants