Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1a340e

Browse files
authored
[Chore] Update main after 0.18b0 release (open-telemetry#1614)
1 parent ea9e933 commit a1a340e

File tree

10 files changed

+16
-10
lines changed
  • .github/workflows
  • docs/examples/error_handler
  • exporter/opentelemetry-exporter-opencensus/src/opentelemetry/exporter/opencensus
  • opentelemetry-distro/src/opentelemetry/distro
  • opentelemetry-instrumentation/src/opentelemetry/instrumentation
  • shim/opentelemetry-opentracing-shim
  • tests/util/src/opentelemetry/test

10 files changed

+16
-10
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: 8e1dd27be3a2101c9034e480560fd5ceb6712d51
13+
CONTRIB_REPO_SHA: 6e328246c895ff433b14430c9edddfead072287c
1414

1515
jobs:
1616
build:

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ 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/v1.0.0rc1...HEAD)
7+
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v0.18b0...HEAD)
8+
9+
## [0.18b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v0.18b0) - 2021-02-16
10+
11+
### Added
12+
- Add urllib to opentelemetry-bootstrap target list
13+
([#1584])(https://github.com/open-telemetry/opentelemetry-python/pull/1584)
814

915
## [1.0.0rc1](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.0.0rc1) - 2021-02-12
1016

docs/examples/error_handler/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.18.dev0"
15+
__version__ = "0.19.dev0"

docs/examples/error_handler/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.18.dev0"
15+
__version__ = "0.19.dev0"

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.18.dev0"
15+
__version__ = "0.19.dev0"

opentelemetry-distro/src/opentelemetry/distro/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.18.dev0"
15+
__version__ = "0.19.dev0"

opentelemetry-instrumentation/src/opentelemetry/instrumentation/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.18.dev0"
15+
__version__ = "0.19.dev0"

shim/opentelemetry-opentracing-shim/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ install_requires =
4646

4747
[options.extras_require]
4848
test =
49-
opentelemetry-test == 0.18.dev0
49+
opentelemetry-test == 0.19.dev0
5050
opentracing ~= 2.2.0
5151

5252
[options.packages.find]

shim/opentelemetry-opentracing-shim/src/opentelemetry/shim/opentracing_shim/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.18.dev0"
15+
__version__ = "0.19.dev0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.18.dev0"
1+
__version__ = "0.19.dev0"

0 commit comments

Comments
 (0)