Skip to content

Commit 90e06bc

Browse files
authored
Unreleased changelog for 1.41.1 (#5137)
* Unreleased changelog for 1.41.1 * Stick workflow CI at the same release branch * Stick to the release branch also in the template
1 parent 1a178fc commit 90e06bc

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
tests:
2525
uses: ./.github/workflows/test.yml
2626
contrib:
27-
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test.yml@main
27+
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test.yml@release/v1.41.x-0.62bx
2828
with:
2929
CORE_REPO_SHA: ${{ github.sha }}
3030
CONTRIB_REPO_SHA: ${{ github.event_name == 'pull_request' && (

.github/workflows/templates/ci.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
tests:
2525
uses: ./.github/workflows/test.yml
2626
contrib:
27-
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test.yml@main
27+
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test.yml@v1.41.x-0.62bx
2828
with:
2929
CORE_REPO_SHA: ${% raw %}{{ github.sha }}{% endraw %}
3030
CONTRIB_REPO_SHA: {% raw %}${{ github.event_name == 'pull_request' && (

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
> [!IMPORTANT]
1111
> We are working on stabilizing the Log signal that would require making deprecations and breaking changes. We will try to reduce the releases that may require an update to your code, especially for instrumentations or for sdk developers.
1212

13+
## Unreleased
14+
1315
## Version 1.41.0/0.62b0 (2026-04-09)
1416

1517
- `opentelemetry-sdk`: Add `host` resource detector support to declarative file configuration via `detection_development.detectors[].host`

0 commit comments

Comments
 (0)