Skip to content

Commit

Permalink
Release for 1.0.0rc1 (#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen committed Feb 12, 2021
1 parent 84b1b0c commit 5d47b44
Show file tree
Hide file tree
Showing 31 changed files with 42 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
# Otherwise, set variable to the commit of your branch on
# opentelemetry-python-contrib which is compatible with these Core repo
# changes.
CONTRIB_REPO_SHA: 263adc5f7f524fae2c84571f656cef0896de0868
CONTRIB_REPO_SHA: e7041a7d94227a387246a02cbd57bdfe5047059c

jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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/v0.17b0...HEAD)
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.0.0rc1...HEAD)

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

### Changed
- Tracer and Meter provider environment variables are now consistent with the rest
Expand All @@ -24,7 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add urllib to opentelemetry-bootstrap target list
([#1584])(https://github.com/open-telemetry/opentelemetry-python/pull/1584)


### Changed
- Read-only Span attributes have been moved to ReadableSpan class
([#1560](https://github.com/open-telemetry/opentelemetry-python/pull/1560))
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/error_handler/error_handler_0/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-sdk == 0.18.dev0
opentelemetry-sdk == 1.0.0rc1

[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.18.dev0"
__version__ = "1.0.0rc1"
2 changes: 1 addition & 1 deletion docs/examples/error_handler/error_handler_1/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-sdk == 0.18.dev0
opentelemetry-sdk == 1.0.0rc1

[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.18.dev0"
__version__ = "1.0.0rc1"
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-jaeger/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ install_requires =
grpcio >= 1.0.0, < 2.0.0
googleapis-common-protos ~= 1.52.0
thrift >= 0.10.0
opentelemetry-api == 0.18.dev0
opentelemetry-sdk == 0.18.dev0
opentelemetry-api == 1.0.0rc1
opentelemetry-sdk == 1.0.0rc1

[options.packages.find]
where = src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.18.dev0"
__version__ = "1.0.0rc1"
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-opencensus/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ packages=find_namespace:
install_requires =
grpcio >= 1.0.0, < 2.0.0
opencensus-proto >= 0.1.0, < 1.0.0
opentelemetry-api == 0.18.dev0
opentelemetry-sdk == 0.18.dev0
opentelemetry-api == 1.0.0rc1
opentelemetry-sdk == 1.0.0rc1
protobuf >= 3.13.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.18.dev0"
__version__ = "0.17.b0"
6 changes: 3 additions & 3 deletions exporter/opentelemetry-exporter-otlp/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ packages=find_namespace:
install_requires =
grpcio >= 1.0.0, < 2.0.0
googleapis-common-protos ~= 1.52.0
opentelemetry-api == 0.18.dev0
opentelemetry-sdk == 0.18.dev0
opentelemetry-proto == 0.18.dev0
opentelemetry-api == 1.0.0rc1
opentelemetry-sdk == 1.0.0rc1
opentelemetry-proto == 1.0.0rc1
backoff ~= 1.10.0

[options.extras_require]
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.18.dev0"
__version__ = "1.0.0rc1"
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-zipkin/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ packages=find_namespace:
install_requires =
protobuf >= 3.12
requests ~= 2.7
opentelemetry-api == 0.18.dev0
opentelemetry-sdk == 0.18.dev0
opentelemetry-api == 1.0.0rc1
opentelemetry-sdk == 1.0.0rc1

[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.18.dev0"
__version__ = "1.0.0rc1"
2 changes: 1 addition & 1 deletion opentelemetry-api/src/opentelemetry/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.18.dev0"
__version__ = "1.0.0rc1"
6 changes: 3 additions & 3 deletions opentelemetry-distro/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ packages=find_namespace:
zip_safe = False
include_package_data = True
install_requires =
opentelemetry-api == 0.18.dev0
opentelemetry-sdk == 0.18.dev0
opentelemetry-api == 1.0.0rc1
opentelemetry-sdk == 1.0.0rc1

[options.packages.find]
where = src
Expand All @@ -56,4 +56,4 @@ opentelemetry_configurator =
[options.extras_require]
test =
otlp =
opentelemetry-exporter-otlp == 0.18.dev0
opentelemetry-exporter-otlp == 1.0.0rc1
2 changes: 1 addition & 1 deletion opentelemetry-distro/src/opentelemetry/distro/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.18.dev0"
__version__ = "0.17.b0"
2 changes: 1 addition & 1 deletion opentelemetry-instrumentation/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packages=find_namespace:
zip_safe = False
include_package_data = True
install_requires =
opentelemetry-api == 0.18.dev0
opentelemetry-api == 1.0.0rc1
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.18.dev0"
__version__ = "0.17.b0"
2 changes: 1 addition & 1 deletion opentelemetry-proto/src/opentelemetry/proto/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.18.dev0"
__version__ = "1.0.0rc1"
2 changes: 1 addition & 1 deletion opentelemetry-sdk/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packages=find_namespace:
zip_safe = False
include_package_data = True
install_requires =
opentelemetry-api == 0.18.dev0
opentelemetry-api == 1.0.0rc1

[options.packages.find]
where = src
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-sdk/src/opentelemetry/sdk/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.18.dev0"
__version__ = "1.0.0rc1"
2 changes: 1 addition & 1 deletion propagator/opentelemetry-propagator-b3/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api == 0.18.dev0
opentelemetry-api == 1.0.0rc1

[options.extras_require]
test =
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.18.dev0"
__version__ = "1.0.0rc1"
2 changes: 1 addition & 1 deletion propagator/opentelemetry-propagator-jaeger/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api == 0.18.dev0
opentelemetry-api == 1.0.0rc1

[options.extras_require]
test =
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.18.dev0"
__version__ = "1.0.0rc1"
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DISTDIR=dist
mkdir -p $DISTDIR
rm -rf $DISTDIR/*

for d in opentelemetry-api/ opentelemetry-sdk/ opentelemetry-instrumentation/ opentelemetry-proto/ opentelemetry-distro/ exporter/*/ shim/*/ propagator/*/; do
for d in opentelemetry-api/ opentelemetry-sdk/ opentelemetry-proto/ exporter/opentelemetry-exporter-jaeger/ exporter/opentelemetry-exporter-otlp/ exporter/opentelemetry-exporter-zipkin/ propagator/*/; do
(
echo "building $d"
cd "$d"
Expand Down
4 changes: 2 additions & 2 deletions shim/opentelemetry-opentracing-shim/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ packages=find_namespace:
install_requires =
Deprecated >= 1.2.6
opentracing ~= 2.0
opentelemetry-api == 0.18.dev0
opentelemetry-api == 1.0.0rc1

[options.extras_require]
test =
opentelemetry-test == 0.18.dev0
opentelemetry-test == 0.17.b0
opentracing ~= 2.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.18.dev0"
__version__ = "0.17.b0"
4 changes: 2 additions & 2 deletions tests/util/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api == 0.18.dev0
opentelemetry-sdk == 0.18.dev0
opentelemetry-api == 1.0.0rc1
opentelemetry-sdk == 1.0.0rc1

[options.extras_require]
test = flask~=1.0
Expand Down
2 changes: 1 addition & 1 deletion tests/util/src/opentelemetry/test/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.dev0"
__version__ = "0.17.b0"

0 comments on commit 5d47b44

Please sign in to comment.