Skip to content

Conversation

@elastic-observability-automation
Copy link
Contributor

@elastic-observability-automation elastic-observability-automation bot commented Dec 9, 2025

Bump release versions in the config/versions.yml

Update config/versions.yml elasticsearch-client-rust 9.1.0-alpha.1

change detected: * key "$.versioning_systems.elasticsearch-client-rust.current" updated from "9.1.0" to "9.1.0-alpha.1", in file "config/versions.yml"

v9.1.0-alpha.1
## What's Changed
* [docs] Miscellaneous docs clean up by @colleenmcginnis in https://github.com/elastic/elasticsearch-rs/pull/248
* Small doc fixes by @swallez in https://github.com/elastic/elasticsearch-rs/pull/249
* docs: Fix the version number that cannot be pulled by @maoyutofu in https://github.com/elastic/elasticsearch-rs/pull/247
* Prepare 9.0.0 by @swallez in https://github.com/elastic/elasticsearch-rs/pull/252
* Allow updating transport credentials by @swallez in https://github.com/elastic/elasticsearch-rs/pull/254
* [docs] Add `products` to `docset.yml` by @colleenmcginnis in https://github.com/elastic/elasticsearch-rs/pull/258
* docs-builder: add `pull-requests: write` permission to docs-build workflow by @reakaleek in https://github.com/elastic/elasticsearch-rs/pull/259
* Allow cloning the transport with different credentials by @swallez in https://github.com/elastic/elasticsearch-rs/pull/260
* Prepare version 9.1 by @swallez in https://github.com/elastic/elasticsearch-rs/pull/261

**Full Changelog**: https://github.com/elastic/elasticsearch-rs/compare/v9.0.0-alpha.1...v9.1.0-alpha.1
Update config/versions.yml edot-python 1.10.2

change detected: * key "$.versioning_systems.edot-python.current" updated from "1.10.0" to "1.10.2", in file "config/versions.yml"

v1.10.2
## What's Changed

- Fix distro logging without a tty (#436)

**Full Changelog**: https://github.com/elastic/elastic-otel-python/compare/v1.10.1...v1.10.2
Update config/versions.yml apm-agent-java 1.55.2

change detected: * key "$.versioning_systems.apm-agent-java.current" updated from "1.55.1" to "1.55.2", in file "config/versions.yml"

v1.55.2
[Release Notes for 1.55.2](https://www.elastic.co/docs/release-notes/apm/agents/java#elastic-apm-java-agent-1-55-2-release-notes)
  ### 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-55-2:1|
|ap-east-1|arn:aws:lambda:ap-east-1:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|ap-northeast-1|arn:aws:lambda:ap-northeast-1:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|ap-northeast-2|arn:aws:lambda:ap-northeast-2:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|ap-northeast-3|arn:aws:lambda:ap-northeast-3:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|ap-south-1|arn:aws:lambda:ap-south-1:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|ap-southeast-1|arn:aws:lambda:ap-southeast-1:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|ap-southeast-2|arn:aws:lambda:ap-southeast-2:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|ap-southeast-3|arn:aws:lambda:ap-southeast-3:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|ca-central-1|arn:aws:lambda:ca-central-1:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|eu-central-1|arn:aws:lambda:eu-central-1:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|eu-north-1|arn:aws:lambda:eu-north-1:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|eu-south-1|arn:aws:lambda:eu-south-1:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|eu-west-1|arn:aws:lambda:eu-west-1:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|eu-west-2|arn:aws:lambda:eu-west-2:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|eu-west-3|arn:aws:lambda:eu-west-3:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|il-central-1|arn:aws:lambda:il-central-1:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|me-south-1|arn:aws:lambda:me-south-1:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|sa-east-1|arn:aws:lambda:sa-east-1:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|us-east-1|arn:aws:lambda:us-east-1:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|us-east-2|arn:aws:lambda:us-east-2:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|us-west-1|arn:aws:lambda:us-west-1:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
|us-west-2|arn:aws:lambda:us-west-2:267093732750:layer:elastic-apm-java-ver-1-55-2:1|
Update config/versions.yml edot-java 1.8.0

change detected: * key "$.versioning_systems.edot-java.current" updated from "1.7.0" to "1.8.0", in file "config/versions.yml"

v1.8.0
This file contains all changes which are not released yet.
<!--
 Note that the content between the marker comment lines (e.g. FIXES-START/END) will be automatically
 moved into the docs/release-notes markdown files on release (via the .ci/ReleaseChangelog.java script).
 Simply add the changes as bullet points into those sections, empty lines will be ignored. Example:

* Description of the change - [#1234](https://github.com/elastic/apm-agent-java/pull/1234)
-->

# Fixes
<!--FIXES-START-->

<!--FIXES-END-->
# Features and enhancements
<!--ENHANCEMENTS-START-->
* Enable indy delegation by default - [#899](https://github.com/elastic/apm-agent-java/pull/899)
<!--ENHANCEMENTS-END-->
# Deprecations
<!--DEPRECATIONS-START-->

<!--DEPRECATIONS-END-->

# Breaking Changes
<!--BREAKING-CHANGES-START-->

<!--BREAKING-CHANGES-END-->
<!--DEPENDENCIES-NOTES-START-->

<!--DEPENDENCIES-NOTES-END-->

This release is based on the following upstream versions:

* opentelemetry-javaagent: [2.22.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.22.0)
* opentelemetry-sdk: [1.56.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.56.0)
* opentelemetry-semconv: [1.37.0](https://github.com/open-telemetry/semantic-conventions-java/releases/tag/v1.37.0)
* opentelemetry-java-contrib: [1.52.0](https://github.com/open-telemetry/opentelemetry-java-contrib/releases/tag/v1.52.0)
Update config/versions.yml edot-dotnet 1.2.0

change detected: * key "$.versioning_systems.edot-dotnet.current" updated from "1.1.0" to "1.2.0", in file "config/versions.yml"

1.1.0
## What's Changed

* Update to 1.12.x upstream packages by @stevejgordon in https://github.com/elastic/elastic-otel-dotnet/pull/287
* Treat EventLevel.Verbose as debug log level by @stevejgordon in https://github.com/elastic/elastic-otel-dotnet/pull/288

## New Contributors
* @theletterf made their first contribution in https://github.com/elastic/elastic-otel-dotnet/pull/271
* @oakrizan made their first contribution in https://github.com/elastic/elastic-otel-dotnet/pull/286

**Full Changelog**: https://github.com/elastic/elastic-otel-dotnet/compare/1.0.2...1.1.0
1.2.0
## What's Changed

### Enhancements

* Upgrade to .NET 10 SDK by @stevejgordon in https://github.com/elastic/elastic-otel-dotnet/pull/339
* Update upstream OTel packages by @stevejgordon in https://github.com/elastic/elastic-otel-dotnet/pull/343
* Enhance logging capabilities by @stevejgordon in https://github.com/elastic/elastic-otel-dotnet/pull/348

### Fixes

* Fix packaging of PowerShell module by @stevejgordon in https://github.com/elastic/elastic-otel-dotnet/pull/297
* Ensure correct execution order for user-provided delegates by @stevejgordon in https://github.com/elastic/elastic-otel-dotnet/pull/325

## New Contributors
* @trentm made their first contribution in https://github.com/elastic/elastic-otel-dotnet/pull/313

**Full Changelog**: https://github.com/elastic/elastic-otel-dotnet/compare/1.1.0...1.2.0
Update config/versions.yml edot-cf-aws 1.0.0

change detected: * key "$.versioning_systems.edot-cf-aws.current" updated from "0.2.6" to "1.0.0", in file "config/versions.yml"

v1.0.0
## [1.0.0](https://github.com/elastic/edot-cloud-forwarder-aws/compare/v0.2.6...v1.0.0) (2025-12-11)


### 🐛 Bug Fixes

* **deps:** update aws-sdk-go-v2 monorepo ([#259](https://github.com/elastic/edot-cloud-forwarder-aws/issues/259)) ([1ea2632](https://github.com/elastic/edot-cloud-forwarder-aws/commit/1ea263257476fb715b50570d29b7d9329fdd5668))
* **deps:** update module github.com/elastic/go-elasticsearch/v9 to v9.2.0 ([#261](https://github.com/elastic/edot-cloud-forwarder-aws/issues/261)) ([a6abc2a](https://github.com/elastic/edot-cloud-forwarder-aws/commit/a6abc2a7d074426192885401dc743e1e7db150be))
* **deps:** update open telemetry ([#286](https://github.com/elastic/edot-cloud-forwarder-aws/issues/286)) ([1e1c523](https://github.com/elastic/edot-cloud-forwarder-aws/commit/1e1c523bea398127a245b64e882e8adc2453453c))


### ✨ New Features

* add support for CloudWatch Metric Streams ([#287](https://github.com/elastic/edot-cloud-forwarder-aws/issues/287)) ([0cffcf3](https://github.com/elastic/edot-cloud-forwarder-aws/commit/0cffcf3eb5682b15f3be3d411a0e3caf0204fa00))


### 🧹 Chore

* Add costs for each performance test ([#292](https://github.com/elastic/edot-cloud-forwarder-aws/issues/292)) ([e1ffb7f](https://github.com/elastic/edot-cloud-forwarder-aws/commit/e1ffb7f9d3634dedfdcd6d3354734992a3b2032a))
* **deps:** update actions/download-artifact digest to d3f86a1 ([#247](https://github.com/elastic/edot-cloud-forwarder-aws/issues/247)) ([a7bbd71](https://github.com/elastic/edot-cloud-forwarder-aws/commit/a7bbd7189d509c3d5fea3061b722dfd11c493bc6))
* **deps:** update aws-actions/setup-sam digest to c71dd89 ([#248](https://github.com/elastic/edot-cloud-forwarder-aws/issues/248)) ([ffc2c27](https://github.com/elastic/edot-cloud-forwarder-aws/commit/ffc2c276a0d62a2f2f698bb1e4dd91512bd0159a))
* release 1.0.0 ([#295](https://github.com/elastic/edot-cloud-forwarder-aws/issues/295)) ([9e5e44c](https://github.com/elastic/edot-cloud-forwarder-aws/commit/9e5e44c99a80c0cfb2b8fe870a433c6d5c7f4205))
* set data stream from log type ([#281](https://github.com/elastic/edot-cloud-forwarder-aws/issues/281)) ([f2a3eb8](https://github.com/elastic/edot-cloud-forwarder-aws/commit/f2a3eb819dc8261843ca4aff0e5f1e606e15336d))
* update sizing guide ([#251](https://github.com/elastic/edot-cloud-forwarder-aws/issues/251)) ([580b2e8](https://github.com/elastic/edot-cloud-forwarder-aws/commit/580b2e8604405e83dc93e61e119b0c686f304782))
GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

Copy link
Contributor

@lcawl lcawl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@theletterf theletterf enabled auto-merge (squash) December 11, 2025 09:19
@theletterf theletterf merged commit 51fe504 into main Dec 11, 2025
28 checks passed
@theletterf theletterf deleted the updatecli_main_bfbda0570cfbf1ebee5ba4801497a4b00fe1289653863b5c09f26db4b8c67c6e branch December 11, 2025 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants