Skip to content

Commit 1471648

Browse files
[release/v1.28.x-0.49bx] Prepare release 1.28.2/0.49b2 (#4290)
* Prepare release 1.28.2/0.49b2 * Update CONTRIB_REPO_SHA to point to contrib release branch * Update date to today Nov 18 --------- Co-authored-by: Aaron Abbott <[email protected]>
1 parent 099616a commit 1471648

File tree

35 files changed

+44
-44
lines changed

35 files changed

+44
-44
lines changed

.github/workflows/contrib_0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
CORE_REPO_SHA: ${{ github.sha }}
14-
CONTRIB_REPO_SHA: c65e27333e7c7b6ea2e5eb56191c16f024430881
14+
CONTRIB_REPO_SHA: opentelemetrybot/prepare-release-1.28.2-0.49b2
1515
PIP_EXISTS_ACTION: w
1616

1717
jobs:

.github/workflows/lint_0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
CORE_REPO_SHA: main
14-
CONTRIB_REPO_SHA: c65e27333e7c7b6ea2e5eb56191c16f024430881
14+
CONTRIB_REPO_SHA: opentelemetrybot/prepare-release-1.28.2-0.49b2
1515
PIP_EXISTS_ACTION: w
1616

1717
jobs:

.github/workflows/misc_0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
CORE_REPO_SHA: main
14-
CONTRIB_REPO_SHA: c65e27333e7c7b6ea2e5eb56191c16f024430881
14+
CONTRIB_REPO_SHA: opentelemetrybot/prepare-release-1.28.2-0.49b2
1515
PIP_EXISTS_ACTION: w
1616

1717
jobs:

.github/workflows/test_0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
CORE_REPO_SHA: main
14-
CONTRIB_REPO_SHA: c65e27333e7c7b6ea2e5eb56191c16f024430881
14+
CONTRIB_REPO_SHA: opentelemetrybot/prepare-release-1.28.2-0.49b2
1515
PIP_EXISTS_ACTION: w
1616

1717
jobs:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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
8+
## Version 1.28.2/0.49b2 (2024-11-18)
99

1010
- Fix crash exporting a log record with None body
1111
([#4276](https://github.com/open-telemetry/opentelemetry-python/pull/4276))

eachdist.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sortfirst=
1111
exporter/*
1212

1313
[stable]
14-
version=1.28.1
14+
version=1.28.2
1515

1616
packages=
1717
opentelemetry-sdk
@@ -27,7 +27,7 @@ packages=
2727
opentelemetry-api
2828

2929
[prerelease]
30-
version=0.49b1
30+
version=0.49b2
3131

3232
packages=
3333
opentelemetry-opentracing-shim

exporter/opentelemetry-exporter-opencensus/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
dependencies = [
3131
"grpcio >= 1.0.0, < 2.0.0",
3232
"opencensus-proto >= 0.1.0, < 1.0.0",
33-
"opentelemetry-api >= 1.28.1",
33+
"opentelemetry-api >= 1.28.2",
3434
"opentelemetry-sdk >= 1.15",
3535
"protobuf ~= 3.13",
3636
"setuptools >= 16.0",

exporter/opentelemetry-exporter-opencensus/src/opentelemetry/exporter/opencensus/version/__init__.py

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

15-
__version__ = "0.49b1"
15+
__version__ = "0.49b2"

exporter/opentelemetry-exporter-otlp-proto-common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.12",
2828
]
2929
dependencies = [
30-
"opentelemetry-proto == 1.28.1",
30+
"opentelemetry-proto == 1.28.2",
3131
]
3232

3333
[project.urls]

exporter/opentelemetry-exporter-otlp-proto-common/src/opentelemetry/exporter/otlp/proto/common/version/__init__.py

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

15-
__version__ = "1.28.1"
15+
__version__ = "1.28.2"

0 commit comments

Comments
 (0)