Skip to content

Commit 6a61eba

Browse files
authored
updating changelogs and version to 1.13.0-0.34b0 (#2950)
1 parent 42db164 commit 6a61eba

File tree

31 files changed

+41
-37
lines changed

31 files changed

+41
-37
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
# Otherwise, set variable to the commit of your branch on
1111
# opentelemetry-python-contrib which is compatible with these Core repo
1212
# changes.
13-
CONTRIB_REPO_SHA: d5ada286e138e394593454e15f1b79e35149b83e
13+
CONTRIB_REPO_SHA: 639f503cc2c8eb626484490e7c4b671d5595bb33
1414
# This is needed because we do not clone the core repo in contrib builds anymore.
1515
# When running contrib builds as part of core builds, we use actions/checkout@v2 which
1616
# does not set an environment variable (simply just runs tox), which is different when

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ 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+
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.13.0-0.34b0...HEAD)
9+
10+
## [1.13.0-0.34b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.13.0-0.34b0) - 2022-09-26
11+
12+
913

1014
- Add a configurable max_export_batch_size to the gRPC metrics exporter
1115
([#2809](https://github.com/open-telemetry/opentelemetry-python/pull/2809))

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.12.0
14+
version=1.13.0
1515

1616
packages=
1717
opentelemetry-sdk
@@ -30,7 +30,7 @@ packages=
3030
opentelemetry-api
3131

3232
[prerelease]
33-
version=0.33b0
33+
version=0.34b0
3434

3535
packages=
3636
opentelemetry-opentracing-shim

exporter/opentelemetry-exporter-jaeger-proto-grpc/src/opentelemetry/exporter/jaeger/proto/grpc/version.py

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

16-
__version__ = "1.12.0"
16+
__version__ = "1.13.0"

exporter/opentelemetry-exporter-jaeger-thrift/src/opentelemetry/exporter/jaeger/thrift/version.py

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

16-
__version__ = "1.12.0"
16+
__version__ = "1.13.0"

exporter/opentelemetry-exporter-jaeger/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ classifiers = [
2525
"Typing :: Typed",
2626
]
2727
dependencies = [
28-
"opentelemetry-exporter-jaeger-proto-grpc == 1.12.0",
29-
"opentelemetry-exporter-jaeger-thrift == 1.12.0",
28+
"opentelemetry-exporter-jaeger-proto-grpc == 1.13.0",
29+
"opentelemetry-exporter-jaeger-thrift == 1.13.0",
3030
]
3131

3232
[project.optional-dependencies]

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

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

16-
__version__ = "1.12.0"
16+
__version__ = "1.13.0"

exporter/opentelemetry-exporter-opencensus/src/opentelemetry/exporter/opencensus/version.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.33b0"
15+
__version__ = "0.34b0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"googleapis-common-protos ~= 1.52",
3030
"grpcio >= 1.0.0, < 2.0.0",
3131
"opentelemetry-api ~= 1.12",
32-
"opentelemetry-proto == 1.12.0",
32+
"opentelemetry-proto == 1.13.0",
3333
"opentelemetry-sdk ~= 1.12",
3434
]
3535

exporter/opentelemetry-exporter-otlp-proto-grpc/src/opentelemetry/exporter/otlp/proto/grpc/version.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.12.0"
15+
__version__ = "1.13.0"

0 commit comments

Comments
 (0)