Skip to content

Commit

Permalink
updating changelogs and version to 1.13.0-0.34b0 (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv authored Sep 26, 2022
1 parent 44da384 commit b2923e0
Show file tree
Hide file tree
Showing 95 changed files with 272 additions and 268 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'release/*'
pull_request:
env:
CORE_REPO_SHA: b3b0ba3a47dbdd844b524c46db22a60549364071
CORE_REPO_SHA: 35c38d3b6ccabcbc408ee93331533a11ee19b026

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ 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]
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.13.0-0.34b0...HEAD)

## [1.13.0-0.34b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.13.0-0.34b0) - 2022-09-26



### Added

Expand Down
2 changes: 1 addition & 1 deletion _template/version.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__ = "0.33b0"
__version__ = "0.34b0"
4 changes: 2 additions & 2 deletions eachdist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sortfirst=
ext/*

[stable]
version=1.12.0
version=1.13.0

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

[prerelease]
version=0.33b0
version=0.34b0

packages=
all
Expand Down
2 changes: 1 addition & 1 deletion exporter/opentelemetry-exporter-richconsole/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-sdk ~= 1.12",
"opentelemetry-semantic-conventions == 0.33b0",
"opentelemetry-semantic-conventions == 0.34b0",
"rich>=10.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.33b0"
__version__ = "0.34b0"
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ instruments = [
]
test = [
"opentelemetry-instrumentation-aio-pika[instruments]",
"opentelemetry-test-utils == 0.33b0",
"opentelemetry-test-utils == 0.34b0",
"pytest",
"wrapt >= 1.0.0, < 2.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.33b0"
__version__ = "0.34b0"
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.33b0",
"opentelemetry-semantic-conventions == 0.33b0",
"opentelemetry-util-http == 0.33b0",
"opentelemetry-instrumentation == 0.34b0",
"opentelemetry-semantic-conventions == 0.34b0",
"opentelemetry-util-http == 0.34b0",
"wrapt >= 1.0.0, < 2.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.33b0"
__version__ = "0.34b0"
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.33b0",
"opentelemetry-instrumentation-dbapi == 0.33b0",
"opentelemetry-instrumentation == 0.34b0",
"opentelemetry-instrumentation-dbapi == 0.34b0",
"wrapt >= 1.0.0, < 2.0.0",
]

Expand All @@ -36,8 +36,8 @@ instruments = [
]
test = [
"opentelemetry-instrumentation-aiopg[instruments]",
"opentelemetry-semantic-conventions == 0.33b0",
"opentelemetry-test-utils == 0.33b0",
"opentelemetry-semantic-conventions == 0.34b0",
"opentelemetry-test-utils == 0.34b0",
]

[project.entry-points.opentelemetry_instrumentor]
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.33b0"
__version__ = "0.34b0"
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ classifiers = [
dependencies = [
"asgiref ~= 3.0",
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.33b0",
"opentelemetry-semantic-conventions == 0.33b0",
"opentelemetry-util-http == 0.33b0",
"opentelemetry-instrumentation == 0.34b0",
"opentelemetry-semantic-conventions == 0.34b0",
"opentelemetry-util-http == 0.34b0",
]

[project.optional-dependencies]
Expand All @@ -37,7 +37,7 @@ instruments = [
]
test = [
"opentelemetry-instrumentation-asgi[instruments]",
"opentelemetry-test-utils == 0.33b0",
"opentelemetry-test-utils == 0.34b0",
]

[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__ = "0.33b0"
__version__ = "0.34b0"
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.33b0",
"opentelemetry-semantic-conventions == 0.33b0",
"opentelemetry-instrumentation == 0.34b0",
"opentelemetry-semantic-conventions == 0.34b0",
]

[project.optional-dependencies]
Expand All @@ -35,7 +35,7 @@ instruments = [
]
test = [
"opentelemetry-instrumentation-asyncpg[instruments]",
"opentelemetry-test-utils == 0.33b0",
"opentelemetry-test-utils == 0.34b0",
]

[project.entry-points.opentelemetry_instrumentor]
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.33b0"
__version__ = "0.34b0"
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ classifiers = [
"Programming Language :: Python :: 3.8",
]
dependencies = [
"opentelemetry-instrumentation == 0.33b0",
"opentelemetry-instrumentation == 0.34b0",
"opentelemetry-propagator-aws-xray == 1.0.1",
"opentelemetry-semantic-conventions == 0.33b0",
"opentelemetry-semantic-conventions == 0.34b0",
]

[project.optional-dependencies]
instruments = []
test = [
"opentelemetry-test-utils == 0.33b0",
"opentelemetry-test-utils == 0.34b0",
]

[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__ = "0.33b0"
__version__ = "0.34b0"
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.33b0",
"opentelemetry-semantic-conventions == 0.33b0",
"opentelemetry-instrumentation == 0.34b0",
"opentelemetry-semantic-conventions == 0.34b0",
]

[project.optional-dependencies]
Expand All @@ -37,7 +37,7 @@ test = [
"opentelemetry-instrumentation-boto[instruments]",
"markupsafe==2.0.1",
"moto~=2.0",
"opentelemetry-test-utils == 0.33b0",
"opentelemetry-test-utils == 0.34b0",
]

[project.entry-points.opentelemetry_instrumentor]
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.33b0"
__version__ = "0.34b0"
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.33b0",
"opentelemetry-semantic-conventions == 0.33b0",
"opentelemetry-instrumentation == 0.34b0",
"opentelemetry-semantic-conventions == 0.34b0",
"wrapt >= 1.0.0, < 2.0.0",
]

Expand All @@ -36,7 +36,7 @@ instruments = [
]
test = [
"opentelemetry-instrumentation-boto3sqs[instruments]",
"opentelemetry-test-utils == 0.33b0",
"opentelemetry-test-utils == 0.34b0",
]

[project.entry-points.opentelemetry_instrumentor]
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.33b0"
__version__ = "0.34b0"
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.33b0",
"opentelemetry-semantic-conventions == 0.33b0",
"opentelemetry-instrumentation == 0.34b0",
"opentelemetry-semantic-conventions == 0.34b0",
]

[project.optional-dependencies]
Expand All @@ -37,7 +37,7 @@ test = [
"opentelemetry-instrumentation-botocore[instruments]",
"markupsafe==2.0.1",
"moto[all] ~= 2.2.6",
"opentelemetry-test-utils == 0.33b0",
"opentelemetry-test-utils == 0.34b0",
]

[project.entry-points.opentelemetry_instrumentor]
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.33b0"
__version__ = "0.34b0"
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.33b0",
"opentelemetry-semantic-conventions == 0.33b0",
"opentelemetry-instrumentation == 0.34b0",
"opentelemetry-semantic-conventions == 0.34b0",
]

[project.optional-dependencies]
Expand All @@ -35,7 +35,7 @@ instruments = [
]
test = [
"opentelemetry-instrumentation-celery[instruments]",
"opentelemetry-test-utils == 0.33b0",
"opentelemetry-test-utils == 0.34b0",
"pytest",
]

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.33b0"
__version__ = "0.34b0"
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.33b0"
__version__ = "0.34b0"
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.33b0",
"opentelemetry-semantic-conventions == 0.33b0",
"opentelemetry-instrumentation == 0.34b0",
"opentelemetry-semantic-conventions == 0.34b0",
"wrapt >= 1.0.0, < 2.0.0",
]

[project.optional-dependencies]
instruments = []
test = [
"opentelemetry-test-utils == 0.33b0",
"opentelemetry-test-utils == 0.34b0",
]

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

__version__ = "0.33b0"
__version__ = "0.34b0"

_instruments = tuple()
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.33b0",
"opentelemetry-instrumentation-wsgi == 0.33b0",
"opentelemetry-semantic-conventions == 0.33b0",
"opentelemetry-util-http == 0.33b0",
"opentelemetry-instrumentation == 0.34b0",
"opentelemetry-instrumentation-wsgi == 0.34b0",
"opentelemetry-semantic-conventions == 0.34b0",
"opentelemetry-util-http == 0.34b0",
]

[project.optional-dependencies]
asgi = [
"opentelemetry-instrumentation-asgi == 0.33b0",
"opentelemetry-instrumentation-asgi == 0.34b0",
]
instruments = [
"django >= 1.10",
]
test = [
"opentelemetry-instrumentation-django[instruments]",
"opentelemetry-test-utils == 0.33b0",
"opentelemetry-test-utils == 0.34b0",
]

[project.entry-points.opentelemetry_instrumentor]
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.33b0"
__version__ = "0.34b0"
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.33b0",
"opentelemetry-semantic-conventions == 0.33b0",
"opentelemetry-instrumentation == 0.34b0",
"opentelemetry-semantic-conventions == 0.34b0",
"wrapt >= 1.0.0, < 2.0.0",
]

Expand All @@ -37,7 +37,7 @@ instruments = [
test = [
"opentelemetry-instrumentation-elasticsearch[instruments]",
"elasticsearch-dsl >= 2.0",
"opentelemetry-test-utils == 0.33b0",
"opentelemetry-test-utils == 0.34b0",
]

[project.entry-points.opentelemetry_instrumentor]
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.33b0"
__version__ = "0.34b0"
Loading

0 comments on commit b2923e0

Please sign in to comment.