Skip to content

Commit 0786aa4

Browse files
authored
updating changelogs and version to 1.8.0-0.27b0 (#835)
1 parent 07f8146 commit 0786aa4

File tree

84 files changed

+209
-205
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+209
-205
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'release/*'
77
pull_request:
88
env:
9-
CORE_REPO_SHA: 82a40052d2a49615b745fcbc890c9aabd6f88140
9+
CORE_REPO_SHA: f0d559f5a8c40185e4cada6ed1914642b937f256
1010

1111
jobs:
1212
build:

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](https://github.com/open-telemetry/opentelemetry-python/compare/v1.7.0-0.26b0...HEAD)
8+
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.8.0-0.27b0...HEAD)
9+
10+
## [1.8.0-0.27b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.8.0-0.27b0) - 2021-12-17
11+
12+
913

1014
### Added
1115

_template/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.26b1"
15+
__version__ = "0.27b0"

eachdist.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sortfirst=
1616
ext/*
1717

1818
[stable]
19-
version=1.7.1
19+
version=1.8.0
2020

2121
packages=
2222
opentelemetry-sdk
@@ -34,7 +34,7 @@ packages=
3434
opentelemetry-api
3535

3636
[prerelease]
37-
version=0.26b1
37+
version=0.27b0
3838

3939
packages=
4040
all

exporter/opentelemetry-exporter-datadog/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install_requires =
4343
ddtrace>=0.34.0,<0.47.0
4444
opentelemetry-api ~= 1.3
4545
opentelemetry-sdk ~= 1.3
46-
opentelemetry-semantic-conventions == 0.26b1
46+
opentelemetry-semantic-conventions == 0.27b0
4747

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

exporter/opentelemetry-exporter-datadog/src/opentelemetry/exporter/datadog/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.26b1"
15+
__version__ = "0.27b0"

exporter/opentelemetry-exporter-richconsole/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install_requires =
4343
rich>=10.0.0
4444
opentelemetry-api ~= 1.3
4545
opentelemetry-sdk ~= 1.3
46-
opentelemetry-semantic-conventions == 0.26b1
46+
opentelemetry-semantic-conventions == 0.27b0
4747

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

exporter/opentelemetry-exporter-richconsole/src/opentelemetry/exporter/richconsole/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.26b1"
15+
__version__ = "0.27b0"

instrumentation/opentelemetry-instrumentation-aiohttp-client/setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ package_dir=
4141
packages=find_namespace:
4242
install_requires =
4343
opentelemetry-api ~= 1.3
44-
opentelemetry-semantic-conventions == 0.26b1
45-
opentelemetry-instrumentation == 0.26b1
46-
opentelemetry-util-http == 0.26b1
44+
opentelemetry-semantic-conventions == 0.27b0
45+
opentelemetry-instrumentation == 0.27b0
46+
opentelemetry-util-http == 0.27b0
4747
wrapt >= 1.0.0, < 2.0.0
4848

4949
[options.packages.find]

instrumentation/opentelemetry-instrumentation-aiohttp-client/src/opentelemetry/instrumentation/aiohttp_client/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.26b1"
15+
__version__ = "0.27b0"

0 commit comments

Comments
 (0)