Skip to content

Commit bbcecab

Browse files
author
alrex
authored
[pre-release] Update changelogs, version [0.17b0] (#1538)
1 parent 1d39f7f commit bbcecab

File tree

32 files changed

+45
-44
lines changed

32 files changed

+45
-44
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: 1e319dbaf21df7573f15f35773b8272579dd1030
13+
CONTRIB_REPO_SHA: 65a33ac4701773f98c1750c2249effc3f91313be
1414

1515
jobs:
1616
build:

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v0.16b1...HEAD)
7+
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v0.17b0...HEAD)
88

9+
## [0.17b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v0.17b0) - 2021-01-20
10+
11+
### Added
912
- Add support for OTLP v0.6.0
1013
([#1472](https://github.com/open-telemetry/opentelemetry-python/pull/1472))
1114
- Add protobuf via gRPC exporting support for Jaeger
1215
([#1471](https://github.com/open-telemetry/opentelemetry-python/pull/1471))
1316
- Add support for Python 3.9
1417
([#1441](https://github.com/open-telemetry/opentelemetry-python/pull/1441))
15-
16-
### Added
1718
- Added the ability to disable instrumenting libraries specified by OTEL_PYTHON_DISABLED_INSTRUMENTATIONS env variable, when using opentelemetry-instrument command.
1819
([#1461](https://github.com/open-telemetry/opentelemetry-python/pull/1461))
1920
- Add `fields` to propagators

docs/examples/error_hander/error_handler_0/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ package_dir=
3737
=src
3838
packages=find_namespace:
3939
install_requires =
40-
opentelemetry-sdk == 0.17.dev0
40+
opentelemetry-sdk == 0.17b0
4141

4242
[options.packages.find]
4343
where = src

docs/examples/error_hander/error_handler_0/src/error_handler_0/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.17.dev0"
15+
__version__ = "0.17b0"

docs/examples/error_hander/error_handler_1/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ package_dir=
3737
=src
3838
packages=find_namespace:
3939
install_requires =
40-
opentelemetry-sdk == 0.17.dev0
40+
opentelemetry-sdk == 0.17b0
4141

4242
[options.packages.find]
4343
where = src

docs/examples/error_hander/error_handler_1/src/error_handler_1/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.17.dev0"
15+
__version__ = "0.17b0"

exporter/opentelemetry-exporter-jaeger/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ install_requires =
4242
grpcio >= 1.0.0, < 2.0.0
4343
googleapis-common-protos ~= 1.52.0
4444
thrift >= 0.10.0
45-
opentelemetry-api == 0.17.dev0
46-
opentelemetry-sdk == 0.17.dev0
45+
opentelemetry-api == 0.17b0
46+
opentelemetry-sdk == 0.17b0
4747

4848
[options.packages.find]
4949
where = src

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__ = "0.17.dev0"
16+
__version__ = "0.17b0"

exporter/opentelemetry-exporter-opencensus/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ packages=find_namespace:
4242
install_requires =
4343
grpcio >= 1.0.0, < 2.0.0
4444
opencensus-proto >= 0.1.0, < 1.0.0
45-
opentelemetry-api == 0.17.dev0
46-
opentelemetry-sdk == 0.17.dev0
45+
opentelemetry-api == 0.17b0
46+
opentelemetry-sdk == 0.17b0
4747
protobuf >= 3.13.0
4848

4949
[options.packages.find]

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.17.dev0"
15+
__version__ = "0.17b0"

0 commit comments

Comments
 (0)