Merged
Conversation
Promote Develop to main for Splunk Operator Release 3.1.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…10.2 Update Splunk Enterprise version to 10.2.0
* fix: handle app download dir stat errors * cleanup createAppDownloadDir review feedback
* migration: add GitHub intake workflows for GitLab handoff * intake: move GitHub intake scripts under tools * intake: preserve script modes after move
This was referenced Apr 10, 2026
rlieberman-splunk
approved these changes
Apr 10, 2026
| } | ||
|
|
||
| // createAppDownloadDir creates the app download directory on the operator pod | ||
| func createAppDownloadDir(ctx context.Context, path string) error { |
Collaborator
There was a problem hiding this comment.
Is this change expected? Just want to make sure we aren't overwriting changes that we made in develop
| } | ||
|
|
||
| err = createAppDownloadDir(ctx, "/xyzzz.txt") | ||
| blockerFile, err := os.CreateTemp(t.TempDir(), "app-download-dir-blocker") |
gabrielm-splunk
approved these changes
Apr 10, 2026
Collaborator
gabrielm-splunk
left a comment
There was a problem hiding this comment.
If changes specified are expected, LGTM
Collaborator
Author
|
without merging this to main, test will not succeed , merging this now |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
Develop is currently missing the intake workflow files under tools/github-intake and does not yet have the app download dir fix. Rather than carrying two separate backport PRs, this keeps main and develop aligned with one merge.
Validation
Supersedes