Skip to content

Commit 0c35ba6

Browse files
authored
[release/1.32.x-0.53bx] Prepare for 1.32.1 (#4545)
* Add unreleased changelog entry * Point workflows to contrib release branch
1 parent 1f5151c commit 0c35ba6

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

.github/workflows/contrib.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main
1616
with:
1717
CORE_REPO_SHA: ${{ github.sha }}
18-
CONTRIB_REPO_SHA: opentelemetrybot/prepare-release-1.32.0-0.53b0
18+
CONTRIB_REPO_SHA: release/v1.32.x-0.53bx

.github/workflows/lint_0.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
env:
1717
CORE_REPO_SHA: main
18-
CONTRIB_REPO_SHA: opentelemetrybot/prepare-release-1.32.0-0.53b0
18+
CONTRIB_REPO_SHA: release/v1.32.x-0.53bx
1919
PIP_EXISTS_ACTION: w
2020

2121
jobs:

.github/workflows/misc_0.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
env:
1717
CORE_REPO_SHA: main
18-
CONTRIB_REPO_SHA: opentelemetrybot/prepare-release-1.32.0-0.53b0
18+
CONTRIB_REPO_SHA: release/v1.32.x-0.53bx
1919
PIP_EXISTS_ACTION: w
2020

2121
jobs:

.github/workflows/test_0.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
env:
1717
CORE_REPO_SHA: main
18-
CONTRIB_REPO_SHA: opentelemetrybot/prepare-release-1.32.0-0.53b0
18+
CONTRIB_REPO_SHA: release/v1.32.x-0.53bx
1919
PIP_EXISTS_ACTION: w
2020

2121
jobs:

.github/workflows/test_1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
env:
1717
CORE_REPO_SHA: main
18-
CONTRIB_REPO_SHA: opentelemetrybot/prepare-release-1.32.0-0.53b0
18+
CONTRIB_REPO_SHA: release/v1.32.x-0.53bx
1919
PIP_EXISTS_ACTION: w
2020

2121
jobs:

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Unreleased
9+
810
## Version 1.32.0/0.53b0 (2025-04-10)
911

1012
- Fix user agent in OTLP HTTP metrics exporter

0 commit comments

Comments
 (0)