Skip to content

Release 1.11.0-0.30b0 #1056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: d52b80124ac0c9ea9515a1d90dfec37c532f8cd9
CORE_REPO_SHA: 516bf8ad04d628b20c103622f390f7a536142e9a

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

## [1.11.0-0.30b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.11.0-0.30b0) - 2022-04-18

### Fixed
- `opentelemetry-instrumentation-pyramid` Fixed which package is the correct caller in _traced_init.
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.29b0"
__version__ = "0.30b0"
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.10.0
version=1.11.0

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

[prerelease]
version=0.29b0
version=0.30b0

packages=
all
Expand Down
2 changes: 1 addition & 1 deletion exporter/opentelemetry-exporter-datadog/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_requires =
ddtrace>=0.34.0,<0.47.0
opentelemetry-api ~= 1.3
opentelemetry-sdk ~= 1.3
opentelemetry-semantic-conventions == 0.29b0
opentelemetry-semantic-conventions == 0.30b0

[options.packages.find]
where = src
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.29b0"
__version__ = "0.30b0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package is deprecated, right? We don't want to release this anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I will undo this change and also create a task to exclude it from the release script.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 changes: 1 addition & 1 deletion exporter/opentelemetry-exporter-richconsole/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_requires =
rich>=10.0.0
opentelemetry-api ~= 1.3
opentelemetry-sdk ~= 1.3
opentelemetry-semantic-conventions == 0.29b0
opentelemetry-semantic-conventions == 0.30b0

[options.packages.find]
where = src
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.29b0"
__version__ = "0.30b0"
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ package_dir=
packages=find_namespace:
install_requires =
opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.29b0
opentelemetry-instrumentation == 0.29b0
opentelemetry-util-http == 0.29b0
opentelemetry-semantic-conventions == 0.30b0
opentelemetry-instrumentation == 0.30b0
opentelemetry-util-http == 0.30b0
wrapt >= 1.0.0, < 2.0.0

[options.packages.find]
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.29b0"
__version__ = "0.30b0"
8 changes: 4 additions & 4 deletions instrumentation/opentelemetry-instrumentation-aiopg/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ package_dir=
packages=find_namespace:
install_requires =
opentelemetry-api ~= 1.3
opentelemetry-instrumentation-dbapi == 0.29b0
opentelemetry-instrumentation == 0.29b0
opentelemetry-instrumentation-dbapi == 0.30b0
opentelemetry-instrumentation == 0.30b0
wrapt >= 1.0.0, < 2.0.0

[options.extras_require]
test =
opentelemetry-test-utils == 0.29b0
opentelemetry-semantic-conventions == 0.29b0
opentelemetry-test-utils == 0.30b0
opentelemetry-semantic-conventions == 0.30b0

[options.packages.find]
where = src
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.29b0"
__version__ = "0.30b0"
8 changes: 4 additions & 4 deletions instrumentation/opentelemetry-instrumentation-asgi/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ package_dir=
packages=find_namespace:
install_requires =
opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.29b0
opentelemetry-instrumentation == 0.29b0
opentelemetry-util-http == 0.29b0
opentelemetry-semantic-conventions == 0.30b0
opentelemetry-instrumentation == 0.30b0
opentelemetry-util-http == 0.30b0
asgiref ~= 3.0

[options.extras_require]
test =
opentelemetry-test-utils == 0.29b0
opentelemetry-test-utils == 0.30b0

[options.packages.find]
where = src
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.29b0"
__version__ = "0.30b0"
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ package_dir=
packages=find_namespace:
install_requires =
opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.29b0
opentelemetry-instrumentation == 0.29b0
opentelemetry-semantic-conventions == 0.30b0
opentelemetry-instrumentation == 0.30b0

[options.extras_require]
test =
opentelemetry-test-utils == 0.29b0
opentelemetry-test-utils == 0.30b0

[options.packages.find]
where = src
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.29b0"
__version__ = "0.30b0"
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-instrumentation == 0.29b0
opentelemetry-instrumentation == 0.30b0
opentelemetry-propagator-aws-xray == 1.0.1
opentelemetry-semantic-conventions == 0.29b0
opentelemetry-semantic-conventions == 0.30b0

[options.extras_require]
test =
opentelemetry-test-utils == 0.29b0
opentelemetry-test-utils == 0.30b0

[options.packages.find]
where = src
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.29b0"
__version__ = "0.30b0"
6 changes: 3 additions & 3 deletions instrumentation/opentelemetry-instrumentation-boto/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ package_dir=
packages=find_namespace:
install_requires =
opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.29b0
opentelemetry-instrumentation == 0.29b0
opentelemetry-semantic-conventions == 0.30b0
opentelemetry-instrumentation == 0.30b0

[options.extras_require]
test =
moto~=2.0
opentelemetry-test-utils == 0.29b0
opentelemetry-test-utils == 0.30b0
markupsafe==2.0.1

[options.packages.find]
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.29b0"
__version__ = "0.30b0"
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ package_dir=
packages=find_namespace:
install_requires =
opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.29b0
opentelemetry-instrumentation == 0.29b0
opentelemetry-semantic-conventions == 0.30b0
opentelemetry-instrumentation == 0.30b0

[options.extras_require]
test =
moto[all] ~= 2.2.6
opentelemetry-test-utils == 0.29b0
opentelemetry-test-utils == 0.30b0
markupsafe==2.0.1

[options.packages.find]
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.29b0"
__version__ = "0.30b0"
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ package_dir=
packages=find_namespace:
install_requires =
opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.29b0
opentelemetry-instrumentation == 0.29b0
opentelemetry-semantic-conventions == 0.30b0
opentelemetry-instrumentation == 0.30b0

[options.extras_require]
test =
pytest
opentelemetry-test-utils == 0.29b0
opentelemetry-test-utils == 0.30b0

[options.packages.find]
where = src
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.29b0"
__version__ = "0.30b0"
6 changes: 3 additions & 3 deletions instrumentation/opentelemetry-instrumentation-dbapi/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ package_dir=
packages=find_namespace:
install_requires =
opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.29b0
opentelemetry-instrumentation == 0.29b0
opentelemetry-semantic-conventions == 0.30b0
opentelemetry-instrumentation == 0.30b0
wrapt >= 1.0.0, < 2.0.0

[options.extras_require]
test =
opentelemetry-test-utils == 0.29b0
opentelemetry-test-utils == 0.30b0

[options.packages.find]
where = src
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.29b0"
__version__ = "0.30b0"

_instruments = tuple()
12 changes: 6 additions & 6 deletions instrumentation/opentelemetry-instrumentation-django/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-util-http == 0.29b0
opentelemetry-instrumentation-wsgi == 0.29b0
opentelemetry-instrumentation == 0.29b0
opentelemetry-util-http == 0.30b0
opentelemetry-instrumentation-wsgi == 0.30b0
opentelemetry-instrumentation == 0.30b0
opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.29b0
opentelemetry-semantic-conventions == 0.30b0

[options.extras_require]
asgi =
opentelemetry-instrumentation-asgi == 0.29b0
opentelemetry-instrumentation-asgi == 0.30b0
test =
opentelemetry-test-utils == 0.29b0
opentelemetry-test-utils == 0.30b0

[options.packages.find]
where = src
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.29b0"
__version__ = "0.30b0"
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ package_dir=
packages=find_namespace:
install_requires =
opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.29b0
opentelemetry-instrumentation == 0.29b0
opentelemetry-semantic-conventions == 0.30b0
opentelemetry-instrumentation == 0.30b0
wrapt >= 1.0.0, < 2.0.0

[options.extras_require]
test =
opentelemetry-test-utils == 0.29b0
opentelemetry-test-utils == 0.30b0
elasticsearch-dsl >= 2.0

[options.packages.find]
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.29b0"
__version__ = "0.30b0"
10 changes: 5 additions & 5 deletions instrumentation/opentelemetry-instrumentation-falcon/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-instrumentation-wsgi == 0.29b0
opentelemetry-util-http == 0.29b0
opentelemetry-instrumentation == 0.29b0
opentelemetry-instrumentation-wsgi == 0.30b0
opentelemetry-util-http == 0.30b0
opentelemetry-instrumentation == 0.30b0
opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.29b0
opentelemetry-semantic-conventions == 0.30b0
packaging >= 20.0

[options.extras_require]
test =
opentelemetry-test-utils == 0.29b0
opentelemetry-test-utils == 0.30b0
parameterized == 0.7.4

[options.packages.find]
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.29b0"
__version__ = "0.30b0"
10 changes: 5 additions & 5 deletions instrumentation/opentelemetry-instrumentation-fastapi/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ package_dir=
packages=find_namespace:
install_requires =
opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.29b0
opentelemetry-instrumentation == 0.29b0
opentelemetry-instrumentation-asgi == 0.29b0
opentelemetry-util-http == 0.29b0
opentelemetry-semantic-conventions == 0.30b0
opentelemetry-instrumentation == 0.30b0
opentelemetry-instrumentation-asgi == 0.30b0
opentelemetry-util-http == 0.30b0

[options.entry_points]
opentelemetry_instrumentor =
fastapi = opentelemetry.instrumentation.fastapi:FastAPIInstrumentor

[options.extras_require]
test =
opentelemetry-test-utils == 0.29b0
opentelemetry-test-utils == 0.30b0
requests ~= 2.23.0 # needed for testclient

[options.packages.find]
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.29b0"
__version__ = "0.30b0"
Loading