Skip to content

[Automation] Bump product version numbers#3192

Merged
Mpdreamz merged 4 commits into
mainfrom
updatecli_main_bfbda0570cfbf1ebee5ba4801497a4b00fe1289653863b5c09f26db4b8c67c6e
Apr 28, 2026
Merged

[Automation] Bump product version numbers#3192
Mpdreamz merged 4 commits into
mainfrom
updatecli_main_bfbda0570cfbf1ebee5ba4801497a4b00fe1289653863b5c09f26db4b8c67c6e

Conversation

@elastic-observability-automation
Copy link
Copy Markdown
Contributor

Bump release versions in the config/versions.yml

Update config/versions.yml edot-java 1.11.0

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

v1.11.0
_Released: April 27, 2026_

This release is based on the following upstream versions:
* opentelemetry-java-instrumentation: [2.27.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.27.0)
* opentelemetry-java: [1.61.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.61.0)
* semantic-conventions-java: [1.40.0](https://github.com/open-telemetry/semantic-conventions-java/releases/tag/v1.40.0)
* opentelemetry-java-contrib: [1.55.0](https://github.com/open-telemetry/opentelemetry-java-contrib/releases/tag/v1.55.0)
### Features and enhancements
* Update upstream OpenTelemetry agent dependencies to 2.27.0. [#1063](https://github.com/elastic/elastic-otel-java/pull/1063)
Update config/versions.yml edot-php 1.4.0

change detected: * key "$.versioning_systems.edot-php.current" updated from "1.3.1" to "1.4.0", in file "config/versions.yml"

v1.4.0
## 1.4.0 [edot-php-1.4.0-release-notes]

### Fixes [edot-php-1.4.0-fixes]

- Fixes high CPU usage caused by a futex spin loop by using `system_clock` for Boost.Interprocess `timed_receive` ([#358](https://github.com/elastic/elastic-otel-php/issues/358), [#368](https://github.com/elastic/elastic-otel-php/pull/368)).

### Features and enhancements [edot-php-1.4.0-features-enhancements]

- Adds the `send_logs`, `send_metrics`, and `send_traces` remote configuration options ([#328](https://github.com/elastic/elastic-otel-php/pull/328)).
- Adds the `deactivate_all_instrumentations` remote configuration option ([#327](https://github.com/elastic/elastic-otel-php/pull/327)).
- Adds the `deactivate_instrumentations` remote configuration option ([#326](https://github.com/elastic/elastic-otel-php/pull/326)).

### Other [edot-php-1.4.0-other]

- Adds TLS notes and settings ([#339](https://github.com/elastic/elastic-otel-php/pull/339)).
- Starts using the Snyk service account credentials ([#351](https://github.com/elastic/elastic-otel-php/pull/351)).
- Moves docs workflows to `elastic/docs-actions` ([#359](https://github.com/elastic/elastic-otel-php/pull/359)).
- Adds Vale docs linting support ([#353](https://github.com/elastic/elastic-otel-php/pull/353)).

Full changelog: [v1.3.1...v1.4.0](https://github.com/elastic/elastic-otel-php/compare/v1.3.1...v1.4.0)
Update config/versions.yml elasticsearch-client-go 9.3.3

change detected: * key "$.versioning_systems.elasticsearch-client-go.current" updated from "9.3.2" to "9.3.3", in file "config/versions.yml"

v9.3.3
## [9.3.3](https://github.com/elastic/go-elasticsearch/compare/v9.3.2...v9.3.3) (2026-04-27)


### ⚠ BREAKING CHANGES

* **esapi:** params previously typed *int on ~20 esapi endpoints are now *int64 to match the spec long type. Call sites passing untyped integer literals keep compiling; call sites passing a typed int variable need an int64(...) cast.

### Features

* **client:** Add (*Client).ToTyped() conversion method ([#1448](https://github.com/elastic/go-elasticsearch/issues/1448)) ([4d9a8c5](https://github.com/elastic/go-elasticsearch/commit/4d9a8c54168be58abb136557e0b705cec4aee198))
* **esutil:** Add FlushJitter option to BulkIndexer ([#1441](https://github.com/elastic/go-elasticsearch/issues/1441)) ([2b601d1](https://github.com/elastic/go-elasticsearch/commit/2b601d1d8ca404022d340dd9f9063163783125c8))


### Bug Fixes

* **esapi:** Regenerate esapi with *int64 for long-typed params ([#1403](https://github.com/elastic/go-elasticsearch/issues/1403)) ([6a630a2](https://github.com/elastic/go-elasticsearch/commit/6a630a2d4e6161228f19cccc6f801fa5634596d7))
* **gen:** Map spec long to *int64 for esapi params ([#1393](https://github.com/elastic/go-elasticsearch/issues/1393)) ([911ff9a](https://github.com/elastic/go-elasticsearch/commit/911ff9a42323484e8f54ecec2aa1d524af444d27))
* **gen:** Support *int64 fields in gen-tests output ([#1419](https://github.com/elastic/go-elasticsearch/issues/1419)) ([2da1373](https://github.com/elastic/go-elasticsearch/commit/2da1373f1f1181526716850eed8438c0c45cc4e7))
Update config/versions.yml edot-dotnet 1.4.0

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

1.3.0
## What's Changed

### Features

* Add initial config options to configure OpAmp client by @stevejgordon in https://github.com/elastic/elastic-otel-dotnet/pull/372
* Redact and log the OpAmp header option by @stevejgordon in https://github.com/elastic/elastic-otel-dotnet/pull/374
* Update k8s operator to use wolfi-base by @stevejgordon in https://github.com/elastic/elastic-otel-dotnet/pull/383
* Update to latest upstream packages by @stevejgordon in https://github.com/elastic/elastic-otel-dotnet/pull/385

**Full Changelog**: https://github.com/elastic/elastic-otel-dotnet/compare/1.2.2...1.3.0
1.4.0
## What's Changed
* Add Central Configuration (via OpAMP) Support by @stevejgordon in https://github.com/elastic/elastic-otel-dotnet/pull/392
* Update OpAMP client to the latest alpha release by @stevejgordon in https://github.com/elastic/elastic-otel-dotnet/pull/408
* Update dependencies and improve project configuration by @stevejgordon in https://github.com/elastic/elastic-otel-dotnet/pull/409

This release updates to the latest upstream releases for the OpenTelemetry SDK, contrib and auto-instrumentation components. For core components the version used is 1.15.3 and for auto-instrumentation it is 1.15.0.

## Behaviour Change

* Reenable include scopes by default by @stevejgordon in https://github.com/elastic/elastic-otel-dotnet/pull/399

This release includes a behavior change by re-enabling `IncludeScopes` for logging. This ensures richer attributes on logs, but can increase storage costs. This is now safe to use using EDOT collector and managed OTLP endpoints.

**Full Changelog**: https://github.com/elastic/elastic-otel-dotnet/compare/1.3.0...1.4.0
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!

@Mpdreamz Mpdreamz merged commit 115c30e into main Apr 28, 2026
26 checks passed
@Mpdreamz Mpdreamz deleted the updatecli_main_bfbda0570cfbf1ebee5ba4801497a4b00fe1289653863b5c09f26db4b8c67c6e branch April 28, 2026 11:14
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.

1 participant