elastic / opbeans-java

MIT License
18 stars 40 forks source link

build(deps): bump co.elastic.apm:apm-agent-api from 1.47.1 to 1.48.1 in /opbeans #260

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps co.elastic.apm:apm-agent-api from 1.47.1 to 1.48.1.

Release notes

Sourced from co.elastic.apm:apm-agent-api's releases.

Release 1.48.1

Release Notes for 1.48.1

ARNs of the APM Java Agent AWS Lambda Layer

Region ARN
af-south-1 arn:aws:lambda:af-south-1:267093732750:layer:elastic-apm-java-ver-1-48-1:1
ap-east-1 arn:aws:lambda:ap-east-1:267093732750:layer:elastic-apm-java-ver-1-48-1:1
ap-northeast-1 arn:aws:lambda:ap-northeast-1:267093732750:layer:elastic-apm-java-ver-1-48-1:1
ap-northeast-2 arn:aws:lambda:ap-northeast-2:267093732750:layer:elastic-apm-java-ver-1-48-1:1
ap-northeast-3 arn:aws:lambda:ap-northeast-3:267093732750:layer:elastic-apm-java-ver-1-48-1:1
ap-south-1 arn:aws:lambda:ap-south-1:267093732750:layer:elastic-apm-java-ver-1-48-1:1
ap-southeast-1 arn:aws:lambda:ap-southeast-1:267093732750:layer:elastic-apm-java-ver-1-48-1:1
ap-southeast-2 arn:aws:lambda:ap-southeast-2:267093732750:layer:elastic-apm-java-ver-1-48-1:1
ap-southeast-3 arn:aws:lambda:ap-southeast-3:267093732750:layer:elastic-apm-java-ver-1-48-1:1
ca-central-1 arn:aws:lambda:ca-central-1:267093732750:layer:elastic-apm-java-ver-1-48-1:1
eu-central-1 arn:aws:lambda:eu-central-1:267093732750:layer:elastic-apm-java-ver-1-48-1:1
eu-north-1 arn:aws:lambda:eu-north-1:267093732750:layer:elastic-apm-java-ver-1-48-1:1
eu-south-1 arn:aws:lambda:eu-south-1:267093732750:layer:elastic-apm-java-ver-1-48-1:1
eu-west-1 arn:aws:lambda:eu-west-1:267093732750:layer:elastic-apm-java-ver-1-48-1:1
eu-west-2 arn:aws:lambda:eu-west-2:267093732750:layer:elastic-apm-java-ver-1-48-1:1
eu-west-3 arn:aws:lambda:eu-west-3:267093732750:layer:elastic-apm-java-ver-1-48-1:1
me-south-1 arn:aws:lambda:me-south-1:267093732750:layer:elastic-apm-java-ver-1-48-1:1
sa-east-1 arn:aws:lambda:sa-east-1:267093732750:layer:elastic-apm-java-ver-1-48-1:1
us-east-1 arn:aws:lambda:us-east-1:267093732750:layer:elastic-apm-java-ver-1-48-1:1
us-east-2 arn:aws:lambda:us-east-2:267093732750:layer:elastic-apm-java-ver-1-48-1:1
us-west-1 arn:aws:lambda:us-west-1:267093732750:layer:elastic-apm-java-ver-1-48-1:1
us-west-2 arn:aws:lambda:us-west-2:267093732750:layer:elastic-apm-java-ver-1-48-1:1

Release 1.48.0

Release Notes for 1.48.0

ARNs of the APM Java Agent AWS Lambda Layer

Region ARN
af-south-1 arn:aws:lambda:af-south-1:267093732750:layer:elastic-apm-java-ver-1-48-0:1
ap-east-1 arn:aws:lambda:ap-east-1:267093732750:layer:elastic-apm-java-ver-1-48-0:1
ap-northeast-1 arn:aws:lambda:ap-northeast-1:267093732750:layer:elastic-apm-java-ver-1-48-0:1
ap-northeast-2 arn:aws:lambda:ap-northeast-2:267093732750:layer:elastic-apm-java-ver-1-48-0:1
ap-northeast-3 arn:aws:lambda:ap-northeast-3:267093732750:layer:elastic-apm-java-ver-1-48-0:1
ap-south-1 arn:aws:lambda:ap-south-1:267093732750:layer:elastic-apm-java-ver-1-48-0:1
ap-southeast-1 arn:aws:lambda:ap-southeast-1:267093732750:layer:elastic-apm-java-ver-1-48-0:1
ap-southeast-2 arn:aws:lambda:ap-southeast-2:267093732750:layer:elastic-apm-java-ver-1-48-0:1
ap-southeast-3 arn:aws:lambda:ap-southeast-3:267093732750:layer:elastic-apm-java-ver-1-48-0:1
ca-central-1 arn:aws:lambda:ca-central-1:267093732750:layer:elastic-apm-java-ver-1-48-0:1
eu-central-1 arn:aws:lambda:eu-central-1:267093732750:layer:elastic-apm-java-ver-1-48-0:1
eu-north-1 arn:aws:lambda:eu-north-1:267093732750:layer:elastic-apm-java-ver-1-48-0:1
eu-south-1 arn:aws:lambda:eu-south-1:267093732750:layer:elastic-apm-java-ver-1-48-0:1
eu-west-1 arn:aws:lambda:eu-west-1:267093732750:layer:elastic-apm-java-ver-1-48-0:1
eu-west-2 arn:aws:lambda:eu-west-2:267093732750:layer:elastic-apm-java-ver-1-48-0:1

... (truncated)

Changelog

Sourced from co.elastic.apm:apm-agent-api's changelog.

==== 1.48.1 - 2024/03/06

[float] ===== Bug fixes

  • Avoid another case where we might touch application exceptions for safe_exceptions - {pull}3553#3553

[[release-notes-1.48.0]] ==== 1.48.0 - 2024/03/05

[float] ===== Features

  • Bumped base alpine docker image version - {pull}3524#3524
  • Replace statement parser cache with an LRU cache to improve efficiency in certain cases {pull}3492#3492

[float] ===== Bug fixes

  • Added missing support for TracerBuilder in OpenTelemetry bridge - {pull}3535#3535
  • Fixed some locations to not touch exceptions when safe_exception is configured - {pull}3543#3543

[float] ===== Potentially breaking changes

  • The minimum supported OpenTelemetry version has been increased to 1.4.0 - {pull}3535#3535

[[release-notes-1.47.1]]

Commits
  • b6be414 [maven-release-plugin] prepare release v1.48.1
  • 326df7a Prepare changelog for release 1.48.1
  • d0f108a Avoid instanceof if redacted exceptions are active (#3553)
  • 815b213 Attempt to exclude dependabot from PR labeling (#3552)
  • ac2785f Bump version.byte-buddy from 1.14.11 to 1.14.12 (#3548)
  • 61eaf66 Update cloudfoundry for 1.48.0 release
  • c6501b0 [maven-release-plugin] prepare for next development iteration
  • 69edc4e [maven-release-plugin] prepare release v1.48.0
  • fb90887 Prepare changelog for release 1.48.0
  • 33bf365 Fixed some locations to not touch exceptions when safe_exception is configu...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 6 months ago

Dependabot tried to add @elastic/apm-agent-java as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/elastic/opbeans-java/pulls/260/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the elastic/opbeans-java repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request
dependabot[bot] commented 6 months ago

Superseded by #265.