Skip to content

build(deps): bump io.opentelemetry.contrib:opentelemetry-aws-resources from 1.59.0-alpha to 1.60.0-alpha in /java in the opentelemetry-deps-java group across 1 directory - #2572

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/java/opentelemetry-deps-java-64c869a2d8
Closed

build(deps): bump io.opentelemetry.contrib:opentelemetry-aws-resources from 1.59.0-alpha to 1.60.0-alpha in /java in the opentelemetry-deps-java group across 1 directory#2572
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/java/opentelemetry-deps-java-64c869a2d8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the opentelemetry-deps-java group with 1 update in the /java directory: io.opentelemetry.contrib:opentelemetry-aws-resources.

Updates io.opentelemetry.contrib:opentelemetry-aws-resources from 1.59.0-alpha to 1.60.0-alpha

Release notes

Sourced from io.opentelemetry.contrib:opentelemetry-aws-resources's releases.

Version 1.59.0

This release targets the OpenTelemetry Java Instrumentation 2.30.0.

⚠️ Breaking changes

  • Declarative config YAML now only accepts integer millisecond values for duration properties. Users should no longer specify ms as a suffix in duration literals (eg. 100ms should be given as just 100). (#2988)

Disk buffering

  • Replace the read-after-write delay with atomic rename: the writer now appends to <timestamp>.tmp and atomically renames to its final numeric name on close, so finalized files become visible to the reader immediately. Orphan *.tmp files left behind by an unclean shutdown are recovered on the next storage open. The minFileAgeForReadMillis default changes from 33s to 0 and is no longer required to be greater than maxFileAgeForWriteMillis. (#2897)

Dynamic control

  • Align to name and ID in spec for policies (#2926)
  • Add identity to existing policy classes (#2942)
  • Add deleted policy (#2943)
  • Apply deleted policy to telemetry policy deletion flow (#2944)
  • Make TelemetryPolicy an interface (#2948)
  • Refactor sourceKey to policyId to align to spec (#2949)
  • Add initializing from declarative config. (#2967)
  • Align aggregation to spec (#2960)
  • Add priority ordering to sources (#2970)
  • Add SourceKind to TelemetryPolicy (#2972)
  • Sampling rate is only changed if it has changed value (#2957)
  • SourceKind is now propagated across validation and policy creation (#2973)
  • Drop comparable policies according to priority for an update (#2974)
  • Add change checking for file & http sources (#2975)
  • Refactor OpampPolicyProvider for other PolicyProviders (#2987)

GCP resources

  • Add a limit on the metadata server response body size read into memory at once by the resource detector (#2883)

IBM MQ metrics

  • Queue manager uptime is now reported (#2835)
  • Update metric unit from 'microseconds' to 'us' (#2887)
  • Remove the in development notice of the IBM MQ metrics component and move it to beta (#2982)

OpAMP client

  • Add the ability to receive custom messages (#2990)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​atoulme

... (truncated)

Changelog

Sourced from io.opentelemetry.contrib:opentelemetry-aws-resources's changelog.

Changelog

Unreleased

Version 1.60.0 (2026-08-28)

⚠️ Breaking changes

  • Remove the deprecated EventToSpanEventBridge log processor and its declarative configuration entry. (#3029)

Dynamic control

  • Fix policy parsing for JSON and line-based configurations so valid policies are accepted consistently. (#3010)

GCP authentication extension

  • Add support for ID token authentication for GCP exports. (#2999)

Version 1.59.0 (2026-07-24)

⚠️ Breaking changes

  • Declarative config YAML now only accepts integer millisecond values for duration properties. Users should no longer specify ms as a suffix in duration literals (eg. 100ms should be given as just 100). (#2988)

Disk buffering

  • Replace the read-after-write delay with atomic rename: the writer now appends to <timestamp>.tmp and atomically renames to its final numeric name on close, so finalized files become visible to the reader immediately. Orphan *.tmp files left behind by an unclean shutdown are recovered on the next storage open. The minFileAgeForReadMillis default changes from 33s to 0 and is no longer required to be greater than maxFileAgeForWriteMillis. (#2897)

Dynamic control

  • Align to name and ID in spec for policies (#2926)
  • Add identity to existing policy classes (#2942)
  • Add deleted policy (#2943)
  • Apply deleted policy to telemetry policy deletion flow

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the opentelemetry-deps-java group with 1 update in the /java directory: [io.opentelemetry.contrib:opentelemetry-aws-resources](https://github.com/open-telemetry/opentelemetry-java-contrib).


Updates `io.opentelemetry.contrib:opentelemetry-aws-resources` from 1.59.0-alpha to 1.60.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java-contrib/commits)

---
updated-dependencies:
- dependency-name: io.opentelemetry.contrib:opentelemetry-aws-resources
  dependency-version: 1.60.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-deps-java
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 1, 2026 12:17
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/gradle/java/opentelemetry-deps-java-64c869a2d8 branch September 1, 2026 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant