-
Notifications
You must be signed in to change notification settings - Fork 29
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 v1.60.0 to main in prep for release #1864
Merged
Merged
Conversation
This file contains 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
dpaasman00
requested review from
BinaryFissionGames and
a team
as code owners
September 17, 2024 15:16
Handle log_type attribute correctly
* Add DataPlane https injestion for secops exporter
* add permissions to product folder * add guid * add feature id
call shutdown on storage extension
* add factory * add config * add testdata * processor test and other files * processor.go mvp * rename module * add processors.go * add readme * update go.mod replace * run make fmt * lint * lint 2.0 * Skip processing unless body is a map * convert map to kv directly * do not allow configuring xml * Add metadata.yaml * Update go.mod and rest of metadata * fmt and lint * fix factory_test * log instead of erroring when log type is not map * use golden and comparelogs * run go mod tidy at top leve; l * add kv separators to config * rename testdata fileds * cover cases for KV marshaling * rename separator and pair separator properly * update readme with kv separators * go mod tidy + go generate + make fmt * handle nested maps for kv * handle deeply nested logs for kv that also contain problematic characters * go mod tidy + go generate + make fmt * include fuller pipeline for config examples * rename headers * remove XML references in readme * set default config parameters in config * update go mod * add config defaults to factory test * convert string in newMarshalProcessor * use backticks * do not repeatedly fmt.Sprintf(v) * use recursive function * add map kv separators in config options * add processor tests for mapkvseparators * allow specifying map kv separators * go generate + make fmt * lint * sort by keys * update readme * add test to confirm behavior of nested slices with KV marshaling * add array expectation to readme * fix case of config options
* update to otel v0.109.0 * fix lookupprocessor factory test * update missed pkgs
* bump golang.org/x/oauth2 to v0.23.0 * bump golang.org/x/sys to v0.25.0 * bump golang.org/x/tools to v0.25.0 * bump google.golang.org/grpc to v1.66.2 * bump google.golang.org/api to v0.197.0
include pkg/stanza replace for dans pr
dpaasman00
force-pushed
the
release/v1.60.0
branch
from
September 17, 2024 15:38
c49d843
to
ab2f1a6
Compare
BinaryFissionGames
approved these changes
Sep 17, 2024
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 Change
Merge v1.60.0 into main for release
Checklist