Skip to content

Commit 3350596

Browse files
committed
Update CHANGELOG and bump version to 1.13.0
1 parent 3666a9f commit 3350596

3 files changed

Lines changed: 29 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# Elastic Distribution of OpenTelemetry Python Changelog
22

3+
## v1.13.0
4+
5+
- Bump OpenTelemetry to 1.41.1/0.62b1 (#546)
6+
7+
Upstream changes:
8+
* 1.41.0 core changes: https://github.com/open-telemetry/opentelemetry-python/discussions/5068
9+
* 1.41.0 -contrib changes: https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/4411
10+
* 1.41.1 -contrib changes: https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/4489
11+
12+
- Bump `opentelemetry-resourcedetector-gcp` to latest, dropping our private `_gcp` entry point in favor of the upstream `gcp_resource_detector` (#547)
13+
314
## v1.12.0
415

5-
- Bump OpenTelemetry to 1.40.0/0.60b0 (#499)
16+
- Bump OpenTelemetry to 1.40.0/0.61b0 (#499)
617

718
Upstream changes:
8-
* https://github.com/open-telemetry/opentelemetry-python/discussions/5608
9-
* https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/4411
19+
* https://github.com/open-telemetry/opentelemetry-python/discussions/4951
20+
* https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/4296
1021

1122
- Add support for Central Config `deactivate_instrumentations` where we can stop tracing for specific instrumentations at runtime, requires Elastic Stack 9.4.0 (#510)
1223
- Move to upstream OpAMP client (#512, #517)

docs/release-notes/index.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,27 @@ To check for security updates, go to [Security announcements for the Elastic sta
2727
% ### Fixes [edot-python-X.X.X-fixes]
2828
% *
2929

30+
## 1.13.0 [edot-python-1.13.0-release-notes]
31+
32+
### Features and enhancements [edot-python-1.13.0-features-enhancements]
33+
34+
- Bump OpenTelemetry to 1.41.1/0.62b1 ([#546](https://github.com/elastic/elastic-otel-python/pull/546))
35+
36+
Upstream changes:
37+
* [opentelemetry-python 1.41.0](https://github.com/open-telemetry/opentelemetry-python/discussions/5608)
38+
* [opentelemetry-python-contrib 1.41.0](https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/4411)
39+
* [opentelemetry-python-contrib 1.41.1](https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/4489)
40+
- Bump `opentelemetry-resourcedetector-gcp` to latest, dropping our private `_gcp` entry point in favor of the upstream `gcp_resource_detector` ([#547](https://github.com/elastic/elastic-otel-python/pull/547))
41+
3042
## 1.12.0 [edot-python-1.12.0-release-notes]
3143

3244
### Features and enhancements [edot-python-1.12.0-features-enhancements]
3345

3446
- Bump OpenTelemetry to 1.40.0/0.61b0 ([#499](https://github.com/elastic/elastic-otel-python/pull/499))
3547

3648
Upstream changes:
37-
* [opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python/discussions/5608)
38-
* [opentelemetry-python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/4411)
49+
* [opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python/discussions/4951)
50+
* [opentelemetry-python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/4296)
3951

4052
- Central configuration: Add support for `deactivate_instrumentations` to stop tracing for specific instrumentations at runtime (supports globbing, including `*` to switch off tracing for all instrumentations), requires Elastic Stack 9.4.0 ([#499](https://github.com/elastic/elastic-otel-python/pull/499))
4153
- Move to upstream OpAMP client ([#512](https://github.com/elastic/elastic-otel-python/pull/512), [#517](https://github.com/elastic/elastic-otel-python/pull/517))

src/elasticotel/distro/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
__version__ = "1.12.0"
17+
__version__ = "1.13.0"

0 commit comments

Comments
 (0)