mod: update elastic/mito to version v1.21.0#45107
Merged
Merged
Conversation
Contributor
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
09d76c2 to
cdfb96d
Compare
Contributor
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
andrewkroh
reviewed
Jun 30, 2025
Contributor
|
This pull request is now in conflicts. Could you fix it? 🙏 |
vishaangelova
previously approved these changes
Jul 2, 2025
Changed version from v1.20.0 to v1.21.0.
Contributor
🔍 Preview links for changed docs |
andrewkroh
approved these changes
Jul 2, 2025
Member
andrewkroh
left a comment
There was a problem hiding this comment.
LGTM.
There are some new deprecation warnings that could be addressed.
| @@ -1062,6 +1062,7 @@ func newProgram(ctx context.Context, src, root string, vars map[string]string, c | |||
| opts := []cel.EnvOption{ | |||
| cel.Declarations(decls.NewVar(root, decls.Dyn)), | |||
Member
There was a problem hiding this comment.
Do you want to address the deprecation warnings now?
cel.VariableDecls(decls.NewVariable(root, types.DynType)),
This adds support for: * custom authentication headers * AWS v4 request signing helpers And upgrades the CEL runtime and compiler to v0.25.0.
vishaangelova
approved these changes
Jul 3, 2025
mergify Bot
pushed a commit
that referenced
this pull request
Jul 3, 2025
This adds support for: * custom authentication headers * AWS v4 request signing helpers And upgrades the CEL runtime and compiler to v0.25.0. (cherry picked from commit c15a753)
mergify Bot
pushed a commit
that referenced
this pull request
Jul 3, 2025
This adds support for: * custom authentication headers * AWS v4 request signing helpers And upgrades the CEL runtime and compiler to v0.25.0. (cherry picked from commit c15a753) # Conflicts: # NOTICE.txt # docs/reference/filebeat/filebeat-input-cel.md # go.mod # go.sum
This was referenced Jul 3, 2025
efd6
added a commit
that referenced
this pull request
Jul 3, 2025
…45161) * mod: update elastic/mito to version v1.21.0 (#45107) This adds support for: * custom authentication headers * AWS v4 request signing helpers And upgrades the CEL runtime and compiler to v0.25.0. (cherry picked from commit c15a753) * remove irrelevant changelog entry --------- Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
efd6
added a commit
that referenced
this pull request
Jul 3, 2025
…45160) * mod: update elastic/mito to version v1.21.0 (#45107) This adds support for: * custom authentication headers * AWS v4 request signing helpers And upgrades the CEL runtime and compiler to v0.25.0. (cherry picked from commit c15a753) # Conflicts: # NOTICE.txt # docs/reference/filebeat/filebeat-input-cel.md # go.mod # go.sum * remove irrelevant changelog entry * repair go.mod and NOTICE.txt * move docs to asciidoc --------- Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
6 tasks
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Proposed commit message
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Disruptive User Impact
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs