Skip to content

Commit

Permalink
[release/v1.28.x-0.49bx] Prepare release 1.28.2/0.49b2 (#4290)
Browse files Browse the repository at this point in the history
* 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 <aaronabbott@google.com>
  • Loading branch information
opentelemetrybot and aabmass authored Nov 18, 2024
1 parent 099616a commit 1471648
Show file tree
Hide file tree
Showing 35 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contrib_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
CORE_REPO_SHA: ${{ github.sha }}
CONTRIB_REPO_SHA: c65e27333e7c7b6ea2e5eb56191c16f024430881
CONTRIB_REPO_SHA: opentelemetrybot/prepare-release-1.28.2-0.49b2
PIP_EXISTS_ACTION: w

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
CORE_REPO_SHA: main
CONTRIB_REPO_SHA: c65e27333e7c7b6ea2e5eb56191c16f024430881
CONTRIB_REPO_SHA: opentelemetrybot/prepare-release-1.28.2-0.49b2
PIP_EXISTS_ACTION: w

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/misc_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
CORE_REPO_SHA: main
CONTRIB_REPO_SHA: c65e27333e7c7b6ea2e5eb56191c16f024430881
CONTRIB_REPO_SHA: opentelemetrybot/prepare-release-1.28.2-0.49b2
PIP_EXISTS_ACTION: w

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
CORE_REPO_SHA: main
CONTRIB_REPO_SHA: c65e27333e7c7b6ea2e5eb56191c16f024430881
CONTRIB_REPO_SHA: opentelemetrybot/prepare-release-1.28.2-0.49b2
PIP_EXISTS_ACTION: w

jobs:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## Version 1.28.2/0.49b2 (2024-11-18)

- Fix crash exporting a log record with None body
([#4276](https://github.com/open-telemetry/opentelemetry-python/pull/4276))
Expand Down
4 changes: 2 additions & 2 deletions eachdist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sortfirst=
exporter/*

[stable]
version=1.28.1
version=1.28.2

packages=
opentelemetry-sdk
Expand All @@ -27,7 +27,7 @@ packages=
opentelemetry-api

[prerelease]
version=0.49b1
version=0.49b2

packages=
opentelemetry-opentracing-shim
Expand Down
2 changes: 1 addition & 1 deletion exporter/opentelemetry-exporter-opencensus/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
dependencies = [
"grpcio >= 1.0.0, < 2.0.0",
"opencensus-proto >= 0.1.0, < 1.0.0",
"opentelemetry-api >= 1.28.1",
"opentelemetry-api >= 1.28.2",
"opentelemetry-sdk >= 1.15",
"protobuf ~= 3.13",
"setuptools >= 16.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.49b1"
__version__ = "0.49b2"
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"opentelemetry-proto == 1.28.1",
"opentelemetry-proto == 1.28.2",
]

[project.urls]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.28.1"
__version__ = "1.28.2"
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ dependencies = [
"googleapis-common-protos ~= 1.52",
"grpcio >= 1.63.2, < 2.0.0",
"opentelemetry-api ~= 1.15",
"opentelemetry-proto == 1.28.1",
"opentelemetry-sdk ~= 1.28.1",
"opentelemetry-exporter-otlp-proto-common == 1.28.1",
"opentelemetry-proto == 1.28.2",
"opentelemetry-sdk ~= 1.28.2",
"opentelemetry-exporter-otlp-proto-common == 1.28.2",
]

[project.entry-points.opentelemetry_logs_exporter]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.28.1"
__version__ = "1.28.2"
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ dependencies = [
"Deprecated >= 1.2.6",
"googleapis-common-protos ~= 1.52",
"opentelemetry-api ~= 1.15",
"opentelemetry-proto == 1.28.1",
"opentelemetry-sdk ~= 1.28.1",
"opentelemetry-exporter-otlp-proto-common == 1.28.1",
"opentelemetry-proto == 1.28.2",
"opentelemetry-sdk ~= 1.28.2",
"opentelemetry-exporter-otlp-proto-common == 1.28.2",
"requests ~= 2.7",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.28.1"
__version__ = "1.28.2"
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-otlp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"opentelemetry-exporter-otlp-proto-grpc == 1.28.1",
"opentelemetry-exporter-otlp-proto-http == 1.28.1",
"opentelemetry-exporter-otlp-proto-grpc == 1.28.2",
"opentelemetry-exporter-otlp-proto-http == 1.28.2",
]

[project.entry-points.opentelemetry_logs_exporter]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.28.1"
__version__ = "1.28.2"
2 changes: 1 addition & 1 deletion exporter/opentelemetry-exporter-prometheus/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
dependencies = [
"opentelemetry-api ~= 1.12",
# DONOTMERGE: confirm that this will becomes ~= 1.21 in the next release
"opentelemetry-sdk ~= 1.28.1",
"opentelemetry-sdk ~= 1.28.2",
"prometheus_client >= 0.5.0, < 1.0.0",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.49b1"
__version__ = "0.49b2"
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.28.1"
__version__ = "1.28.2"
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.3",
"opentelemetry-exporter-zipkin-json == 1.28.1",
"opentelemetry-exporter-zipkin-json == 1.28.2",
"opentelemetry-sdk ~= 1.11",
"protobuf ~= 3.12",
"requests ~= 2.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.28.1"
__version__ = "1.28.2"
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-zipkin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"opentelemetry-exporter-zipkin-json == 1.28.1",
"opentelemetry-exporter-zipkin-proto-http == 1.28.1",
"opentelemetry-exporter-zipkin-json == 1.28.2",
"opentelemetry-exporter-zipkin-proto-http == 1.28.2",
]

[project.entry-points.opentelemetry_traces_exporter]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.28.1"
__version__ = "1.28.2"
2 changes: 1 addition & 1 deletion opentelemetry-api/src/opentelemetry/version/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.28.1"
__version__ = "1.28.2"
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.28.1"
__version__ = "1.28.2"
4 changes: 2 additions & 2 deletions opentelemetry-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"opentelemetry-api == 1.28.1",
"opentelemetry-semantic-conventions == 0.49b1",
"opentelemetry-api == 1.28.2",
"opentelemetry-semantic-conventions == 0.49b2",
"typing-extensions >= 3.7.4",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.28.1"
__version__ = "1.28.2"
2 changes: 1 addition & 1 deletion opentelemetry-semantic-conventions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
]

dependencies = [
"opentelemetry-api == 1.28.1",
"opentelemetry-api == 1.28.2",
"Deprecated >= 1.2.6",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.49b1"
__version__ = "0.49b2"
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.28.1"
__version__ = "1.28.2"
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.28.1"
__version__ = "1.28.2"
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.49b1"
__version__ = "0.49b2"
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.49b1"
__version__ = "0.49b2"
4 changes: 2 additions & 2 deletions tests/opentelemetry-test-utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ classifiers = [
]
dependencies = [
"asgiref ~= 3.0",
"opentelemetry-api == 1.28.1",
"opentelemetry-sdk == 1.28.1",
"opentelemetry-api == 1.28.2",
"opentelemetry-sdk == 1.28.2",
]

[project.urls]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.49b1"
__version__ = "0.49b2"

0 comments on commit 1471648

Please sign in to comment.