Skip to content

Commit 54e684a

Browse files
[release/v1.28.x-0.49bx] Prepare release 1.28.2/0.49b2 (#3017)
* Prepare release 1.28.2/0.49b2 * Update CORE_REPO_SHA to point to core release branch --------- Co-authored-by: Aaron Abbott <[email protected]>
1 parent 13f5758 commit 54e684a

File tree

117 files changed

+278
-278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+278
-278
lines changed

.github/workflows/lint_0.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pull_request:
1111

1212
env:
13-
CORE_REPO_SHA: a1083d1667583773ade8f4f54e1d96b32c97ddf9
13+
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.28.2-0.49b2
1414
CONTRIB_REPO_SHA: main
1515
PIP_EXISTS_ACTION: w
1616

.github/workflows/misc_0.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pull_request:
1111

1212
env:
13-
CORE_REPO_SHA: a1083d1667583773ade8f4f54e1d96b32c97ddf9
13+
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.28.2-0.49b2
1414
CONTRIB_REPO_SHA: main
1515
PIP_EXISTS_ACTION: w
1616

.github/workflows/test_0.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pull_request:
1111

1212
env:
13-
CORE_REPO_SHA: a1083d1667583773ade8f4f54e1d96b32c97ddf9
13+
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.28.2-0.49b2
1414
CONTRIB_REPO_SHA: main
1515
PIP_EXISTS_ACTION: w
1616

.github/workflows/test_1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pull_request:
1111

1212
env:
13-
CORE_REPO_SHA: a1083d1667583773ade8f4f54e1d96b32c97ddf9
13+
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.28.2-0.49b2
1414
CONTRIB_REPO_SHA: main
1515
PIP_EXISTS_ACTION: w
1616

CHANGELOG.md

+1-1

_template/version.py

+1-1
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"

eachdist.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sortfirst=
1616
ext/*
1717

1818
[stable]
19-
version=1.28.1
19+
version=1.28.2
2020

2121
packages=
2222
opentelemetry-sdk
@@ -34,7 +34,7 @@ packages=
3434
opentelemetry-api
3535

3636
[prerelease]
37-
version=0.49b1
37+
version=0.49b2
3838

3939
packages=
4040
all

exporter/opentelemetry-exporter-prometheus-remote-write/src/opentelemetry/exporter/prometheus_remote_write/version.py

+1-1
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-richconsole/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
dependencies = [
2828
"opentelemetry-api ~= 1.12",
2929
"opentelemetry-sdk ~= 1.12",
30-
"opentelemetry-semantic-conventions == 0.49b1",
30+
"opentelemetry-semantic-conventions == 0.49b2",
3131
"rich>=10.0.0",
3232
]
3333

exporter/opentelemetry-exporter-richconsole/src/opentelemetry/exporter/richconsole/version.py

+1-1
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"

instrumentation/opentelemetry-instrumentation-aio-pika/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"opentelemetry-api ~= 1.5",
29-
"opentelemetry-instrumentation == 0.49b1",
29+
"opentelemetry-instrumentation == 0.49b2",
3030
"wrapt >= 1.0.0, < 2.0.0",
3131
]
3232

instrumentation/opentelemetry-instrumentation-aio-pika/src/opentelemetry/instrumentation/aio_pika/version.py

+1-1
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"

instrumentation/opentelemetry-instrumentation-aiohttp-client/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"opentelemetry-api ~= 1.12",
29-
"opentelemetry-instrumentation == 0.49b1",
30-
"opentelemetry-semantic-conventions == 0.49b1",
31-
"opentelemetry-util-http == 0.49b1",
29+
"opentelemetry-instrumentation == 0.49b2",
30+
"opentelemetry-semantic-conventions == 0.49b2",
31+
"opentelemetry-util-http == 0.49b2",
3232
"wrapt >= 1.0.0, < 2.0.0",
3333
]
3434

instrumentation/opentelemetry-instrumentation-aiohttp-client/src/opentelemetry/instrumentation/aiohttp_client/version.py

+1-1
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"

instrumentation/opentelemetry-instrumentation-aiohttp-server/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"opentelemetry-api ~= 1.12",
29-
"opentelemetry-instrumentation == 0.49b1",
30-
"opentelemetry-semantic-conventions == 0.49b1",
31-
"opentelemetry-util-http == 0.49b1",
29+
"opentelemetry-instrumentation == 0.49b2",
30+
"opentelemetry-semantic-conventions == 0.49b2",
31+
"opentelemetry-util-http == 0.49b2",
3232
"wrapt >= 1.0.0, < 2.0.0",
3333
]
3434

instrumentation/opentelemetry-instrumentation-aiohttp-server/src/opentelemetry/instrumentation/aiohttp_server/version.py

+1-1
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"

instrumentation/opentelemetry-instrumentation-aiokafka/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"opentelemetry-api ~= 1.27",
29-
"opentelemetry-instrumentation == 0.49b1",
30-
"opentelemetry-semantic-conventions == 0.49b1",
29+
"opentelemetry-instrumentation == 0.49b2",
30+
"opentelemetry-semantic-conventions == 0.49b2",
3131
]
3232

3333
[project.optional-dependencies]

instrumentation/opentelemetry-instrumentation-aiokafka/src/opentelemetry/instrumentation/aiokafka/version.py

+1-1
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"

instrumentation/opentelemetry-instrumentation-aiopg/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"opentelemetry-api ~= 1.12",
29-
"opentelemetry-instrumentation == 0.49b1",
30-
"opentelemetry-instrumentation-dbapi == 0.49b1",
29+
"opentelemetry-instrumentation == 0.49b2",
30+
"opentelemetry-instrumentation-dbapi == 0.49b2",
3131
"wrapt >= 1.0.0, < 2.0.0",
3232
]
3333

instrumentation/opentelemetry-instrumentation-aiopg/src/opentelemetry/instrumentation/aiopg/version.py

+1-1
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"

instrumentation/opentelemetry-instrumentation-asgi/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ classifiers = [
2727
dependencies = [
2828
"asgiref ~= 3.0",
2929
"opentelemetry-api ~= 1.12",
30-
"opentelemetry-instrumentation == 0.49b1",
31-
"opentelemetry-semantic-conventions == 0.49b1",
32-
"opentelemetry-util-http == 0.49b1",
30+
"opentelemetry-instrumentation == 0.49b2",
31+
"opentelemetry-semantic-conventions == 0.49b2",
32+
"opentelemetry-util-http == 0.49b2",
3333
]
3434

3535
[project.optional-dependencies]

instrumentation/opentelemetry-instrumentation-asgi/src/opentelemetry/instrumentation/asgi/version.py

+1-1
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"

instrumentation/opentelemetry-instrumentation-asyncio/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"opentelemetry-api ~= 1.14",
29-
"opentelemetry-instrumentation == 0.49b1",
30-
"opentelemetry-semantic-conventions == 0.49b1",
29+
"opentelemetry-instrumentation == 0.49b2",
30+
"opentelemetry-semantic-conventions == 0.49b2",
3131
"wrapt >= 1.0.0, < 2.0.0",
3232
]
3333

instrumentation/opentelemetry-instrumentation-asyncio/src/opentelemetry/instrumentation/asyncio/version.py

+1-1
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"

instrumentation/opentelemetry-instrumentation-asyncpg/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"opentelemetry-api ~= 1.12",
29-
"opentelemetry-instrumentation == 0.49b1",
30-
"opentelemetry-semantic-conventions == 0.49b1",
29+
"opentelemetry-instrumentation == 0.49b2",
30+
"opentelemetry-semantic-conventions == 0.49b2",
3131
]
3232

3333
[project.optional-dependencies]

instrumentation/opentelemetry-instrumentation-asyncpg/src/opentelemetry/instrumentation/asyncpg/version.py

+1-1
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"

instrumentation/opentelemetry-instrumentation-aws-lambda/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ classifiers = [
2525
"Programming Language :: Python :: 3.12",
2626
]
2727
dependencies = [
28-
"opentelemetry-instrumentation == 0.49b1",
29-
"opentelemetry-semantic-conventions == 0.49b1",
28+
"opentelemetry-instrumentation == 0.49b2",
29+
"opentelemetry-semantic-conventions == 0.49b2",
3030
"opentelemetry-propagator-aws-xray ~= 1.0",
3131
]
3232

instrumentation/opentelemetry-instrumentation-aws-lambda/src/opentelemetry/instrumentation/aws_lambda/version.py

+1-1
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"

instrumentation/opentelemetry-instrumentation-boto/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"opentelemetry-api ~= 1.12",
28-
"opentelemetry-instrumentation == 0.49b1",
29-
"opentelemetry-semantic-conventions == 0.49b1",
28+
"opentelemetry-instrumentation == 0.49b2",
29+
"opentelemetry-semantic-conventions == 0.49b2",
3030
]
3131

3232
[project.optional-dependencies]

instrumentation/opentelemetry-instrumentation-boto/src/opentelemetry/instrumentation/boto/version.py

+1-1
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"

instrumentation/opentelemetry-instrumentation-boto3sqs/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"opentelemetry-api ~= 1.12",
29-
"opentelemetry-instrumentation == 0.49b1",
30-
"opentelemetry-semantic-conventions == 0.49b1",
29+
"opentelemetry-instrumentation == 0.49b2",
30+
"opentelemetry-semantic-conventions == 0.49b2",
3131
"wrapt >= 1.0.0, < 2.0.0",
3232
]
3333

instrumentation/opentelemetry-instrumentation-boto3sqs/src/opentelemetry/instrumentation/boto3sqs/version.py

+1-1
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"

instrumentation/opentelemetry-instrumentation-botocore/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"opentelemetry-api ~= 1.12",
29-
"opentelemetry-instrumentation == 0.49b1",
30-
"opentelemetry-semantic-conventions == 0.49b1",
29+
"opentelemetry-instrumentation == 0.49b2",
30+
"opentelemetry-semantic-conventions == 0.49b2",
3131
"opentelemetry-propagator-aws-xray ~= 1.0",
3232
]
3333

instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/version.py

+1-1
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"

instrumentation/opentelemetry-instrumentation-cassandra/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"opentelemetry-api ~= 1.12",
29-
"opentelemetry-instrumentation == 0.49b1",
30-
"opentelemetry-semantic-conventions == 0.49b1",
29+
"opentelemetry-instrumentation == 0.49b2",
30+
"opentelemetry-semantic-conventions == 0.49b2",
3131
"wrapt >= 1.0.0, < 2.0.0",
3232
]
3333

instrumentation/opentelemetry-instrumentation-cassandra/src/opentelemetry/instrumentation/cassandra/version.py

+1-1
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"

instrumentation/opentelemetry-instrumentation-celery/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"opentelemetry-api ~= 1.12",
29-
"opentelemetry-instrumentation == 0.49b1",
30-
"opentelemetry-semantic-conventions == 0.49b1",
29+
"opentelemetry-instrumentation == 0.49b2",
30+
"opentelemetry-semantic-conventions == 0.49b2",
3131
]
3232

3333
[project.optional-dependencies]

instrumentation/opentelemetry-instrumentation-celery/src/opentelemetry/instrumentation/celery/version.py

+1-1
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"

instrumentation/opentelemetry-instrumentation-confluent-kafka/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.12",
2626
]
2727
dependencies = [
28-
"opentelemetry-instrumentation == 0.49b1",
28+
"opentelemetry-instrumentation == 0.49b2",
2929
"opentelemetry-api ~= 1.12",
3030
"wrapt >= 1.0.0, < 2.0.0",
3131
]

instrumentation/opentelemetry-instrumentation-confluent-kafka/src/opentelemetry/instrumentation/confluent_kafka/version.py

+1-1
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"

instrumentation/opentelemetry-instrumentation-dbapi/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"opentelemetry-api ~= 1.12",
29-
"opentelemetry-instrumentation == 0.49b1",
30-
"opentelemetry-semantic-conventions == 0.49b1",
29+
"opentelemetry-instrumentation == 0.49b2",
30+
"opentelemetry-semantic-conventions == 0.49b2",
3131
"wrapt >= 1.0.0, < 2.0.0",
3232
]
3333

instrumentation/opentelemetry-instrumentation-dbapi/src/opentelemetry/instrumentation/dbapi/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
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"
1616

1717
_instruments = tuple()

instrumentation/opentelemetry-instrumentation-django/pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"opentelemetry-api ~= 1.12",
29-
"opentelemetry-instrumentation == 0.49b1",
30-
"opentelemetry-instrumentation-wsgi == 0.49b1",
31-
"opentelemetry-semantic-conventions == 0.49b1",
32-
"opentelemetry-util-http == 0.49b1",
29+
"opentelemetry-instrumentation == 0.49b2",
30+
"opentelemetry-instrumentation-wsgi == 0.49b2",
31+
"opentelemetry-semantic-conventions == 0.49b2",
32+
"opentelemetry-util-http == 0.49b2",
3333
]
3434

3535
[project.optional-dependencies]
3636
asgi = [
37-
"opentelemetry-instrumentation-asgi == 0.49b1",
37+
"opentelemetry-instrumentation-asgi == 0.49b2",
3838
]
3939
instruments = [
4040
"django >= 1.10",

instrumentation/opentelemetry-instrumentation-django/src/opentelemetry/instrumentation/django/version.py

+1-1
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"

0 commit comments

Comments
 (0)