-
Notifications
You must be signed in to change notification settings - Fork 324
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
[release] update 1.x branch #3107
Closed
Closed
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
Bumps [json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.0.76 to 1.0.77. - [Release notes](https://github.com/networknt/json-schema-validator/releases) - [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md) - [Commits](networknt/json-schema-validator@1.0.76...1.0.77) --- updated-dependencies: - dependency-name: com.networknt:json-schema-validator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [elasticsearch-java](https://github.com/elastic/elasticsearch-java) from 8.5.3 to 8.6.1. - [Release notes](https://github.com/elastic/elasticsearch-java/releases) - [Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md) - [Commits](elastic/elasticsearch-java@v8.5.3...v8.6.1) --- updated-dependencies: - dependency-name: co.elastic.clients:elasticsearch-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Use composite action * Add env
…stic#2926) * Add Activation method for telemetry on how the agent was started * fix NPE from test mode or not yet initialized agent * add integration tests * fix cyclic dependency * fix cyclic dependency 2nd try * ignore slim jars * parallelize the tests (they're mostly just waiting for the metadata) * cache the type * cache the type (forgot to add) * refactor * refactor to pass tests * fix doc typo * add env setup test * fix test expecting main but now run in a thread pool (as parallel testing enabled) * fix test to expect current thread name * fix another test parallelization thread name changes * jul logging test needs fixing for thread name checking * add changelog entry * add aws lambda explicit activation
…astic#3021) Bumps `version.aws.sdk` from 2.19.18 to 2.20.3. Updates `s3` from 2.19.18 to 2.20.3 Updates `sqs` from 2.19.18 to 2.20.3 Updates `dynamodb` from 2.19.18 to 2.20.3 --- updated-dependencies: - dependency-name: software.amazon.awssdk:s3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:sqs dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:dynamodb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…re this is trivially possible. (elastic#3054) --------- Co-authored-by: Jonas Kunz <Jonas.Kunz@gmx.net>
--------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonas Kunz <jonas.kunz@elastic.co>
…3076) Co-authored-by: jackshirazi <jacks@fasterj.com>
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.14.2. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update broken agent download link * Replaced additional links * Update docs/setup/get-agent.asciidoc Co-authored-by: jackshirazi <jacks@fasterj.com> --------- Co-authored-by: jackshirazi <jacks@fasterj.com>
…lastic#3090) Bumps `version.aws.sdk` from 2.20.14 to 2.20.35. Updates `s3` from 2.20.14 to 2.20.35 Updates `sqs` from 2.20.14 to 2.20.35 Updates `dynamodb` from 2.20.14 to 2.20.35 --- updated-dependencies: - dependency-name: software.amazon.awssdk:s3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:sqs dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:dynamodb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…lastic#3092) Bumps `version.aws.sdk` from 2.20.35 to 2.20.37. Updates `s3` from 2.20.35 to 2.20.37 Updates `sqs` from 2.20.35 to 2.20.37 Updates `dynamodb` from 2.20.35 to 2.20.37 --- updated-dependencies: - dependency-name: software.amazon.awssdk:s3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:sqs dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:dynamodb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add elasticsearch_capture_body_urls option * add version added tag for doc * update generated doc * add apm-es-restclient-plugin-common dependency to fix PackagingTest failure * fix doc break and add changelog * Update CHANGELOG.asciidoc Co-authored-by: SylvainJuge <syl20j@gmail.com> --------- Co-authored-by: SylvainJuge <syl20j@gmail.com>
…lastic#3096) * Fixing slim attacher CLI with requested agent version for download --------- Co-authored-by: Sylvain Juge <sylvain.juge@elastic.co>
* Generate sources for tracer project, add dummy classes to force javadoc generation in agent artifacts. * Fix package * Review suggestions
[maven-release-plugin] copy for tag v1.37.0
closing as it's impossible to review, that was a bad idea. |
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.
ServerFunctionalInstrumentationTest
#3003)rerunFailingTestsCount
for flaky tests (Using surefirererunFailingTestsCount
for flaky tests #3011)long_field_max_length
according to spec (Implementinglong_field_max_length
according to spec #3027)What does this PR do?
Checklist