From 608277de4e9350b864b413ca87abb2559ff58b89 Mon Sep 17 00:00:00 2001 From: Chris Kleinknecht Date: Mon, 5 Aug 2019 13:48:09 -0700 Subject: [PATCH 1/4] Bump stackdriver-ext-exporter to 0.7.1 --- CHANGELOG.md | 5 +++++ contrib/opencensus-ext-django/CHANGELOG.md | 5 +++-- contrib/opencensus-ext-flask/CHANGELOG.md | 5 +++-- contrib/opencensus-ext-stackdriver/CHANGELOG.md | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c84046d2e..3f4638ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ - Added `set_status` to `span` ([#738](https://github.com/census-instrumentation/opencensus-python/pull/738)) +## 0.7.1 +Released 2019-08-05 + +- Update released stackdriver exporter version + ## 0.7.0 Released 2019-07-31 diff --git a/contrib/opencensus-ext-django/CHANGELOG.md b/contrib/opencensus-ext-django/CHANGELOG.md index e783a6b7c..507b05f51 100644 --- a/contrib/opencensus-ext-django/CHANGELOG.md +++ b/contrib/opencensus-ext-django/CHANGELOG.md @@ -5,8 +5,9 @@ ## 0.7.0 Released 2019-07-31 -- Updated span attributes to include some missing attributes listed [here](https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#attributes) -([#735](https://github.com/census-instrumentation/opencensus-python/pull/735)) +- Updated span attributes to include some missing attributes listed + [here](https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#attributes) + ([#735](https://github.com/census-instrumentation/opencensus-python/pull/735)) ## 0.3.2 Released 2019-07-26 diff --git a/contrib/opencensus-ext-flask/CHANGELOG.md b/contrib/opencensus-ext-flask/CHANGELOG.md index f0f06e915..f8066c5dd 100644 --- a/contrib/opencensus-ext-flask/CHANGELOG.md +++ b/contrib/opencensus-ext-flask/CHANGELOG.md @@ -6,8 +6,9 @@ Released 2019-07-31 - Make ProbabilitySampler default -- Updated span attributes to include some missing attributes listed [here](https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#attributes) -([#735](https://github.com/census-instrumentation/opencensus-python/pull/735)) +- Updated span attributes to include some missing attributes listed + [here](https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#attributes) + ([#735](https://github.com/census-instrumentation/opencensus-python/pull/735)) ## 0.3.0 Released 2019-04-24 diff --git a/contrib/opencensus-ext-stackdriver/CHANGELOG.md b/contrib/opencensus-ext-stackdriver/CHANGELOG.md index 605685920..f5ae8e0e1 100644 --- a/contrib/opencensus-ext-stackdriver/CHANGELOG.md +++ b/contrib/opencensus-ext-stackdriver/CHANGELOG.md @@ -2,7 +2,7 @@ ## Unreleased -## 0.5.0 +## 0.7.1 Released 2019-08-05 - Support exporter changes in `opencensus>=0.7.0` From 5ebbc1d55f78ccc6756469d1946db96dd1f817ec Mon Sep 17 00:00:00 2001 From: Chris Kleinknecht Date: Mon, 5 Aug 2019 14:42:46 -0700 Subject: [PATCH 2/4] Add set_status change to changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f4638ba4..239f527d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog ## Unreleased -- Added `set_status` to `span` - ([#738](https://github.com/census-instrumentation/opencensus-python/pull/738)) ## 0.7.1 Released 2019-08-05 +- Added `set_status` to `span` + ([#738](https://github.com/census-instrumentation/opencensus-python/pull/738)) - Update released stackdriver exporter version ## 0.7.0 From 8d39bf9db8b948618dae8b2b3b1bb49a36113754 Mon Sep 17 00:00:00 2001 From: Chris Kleinknecht Date: Mon, 5 Aug 2019 15:25:05 -0700 Subject: [PATCH 3/4] Bump ext packages affected by #738 --- contrib/opencensus-ext-flask/CHANGELOG.md | 5 +++++ contrib/opencensus-ext-grpc/CHANGELOG.md | 5 +++++ contrib/opencensus-ext-grpc/version.py | 2 +- contrib/opencensus-ext-jaeger/CHANGELOG.md | 5 +++++ contrib/opencensus-ext-jaeger/version.py | 2 +- contrib/opencensus-ext-ocagent/CHANGELOG.md | 11 ++++++++--- contrib/opencensus-ext-ocagent/version.py | 2 +- contrib/opencensus-ext-pymongo/CHANGELOG.md | 10 ++++++++-- contrib/opencensus-ext-pymongo/version.py | 2 +- 9 files changed, 35 insertions(+), 9 deletions(-) diff --git a/contrib/opencensus-ext-flask/CHANGELOG.md b/contrib/opencensus-ext-flask/CHANGELOG.md index f8066c5dd..6a590c4cd 100644 --- a/contrib/opencensus-ext-flask/CHANGELOG.md +++ b/contrib/opencensus-ext-flask/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## 0.7.1 +Released 2019-08-05 + +- Update for core library changes + ## 0.7.0 Released 2019-07-31 diff --git a/contrib/opencensus-ext-grpc/CHANGELOG.md b/contrib/opencensus-ext-grpc/CHANGELOG.md index 33aafa3d6..6ff58e2d5 100644 --- a/contrib/opencensus-ext-grpc/CHANGELOG.md +++ b/contrib/opencensus-ext-grpc/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## 0.7.1 +Released 2019-08-05 + +- Update for core library changes + ## 0.3.0 Released 2019-05-31 diff --git a/contrib/opencensus-ext-grpc/version.py b/contrib/opencensus-ext-grpc/version.py index deb2f374d..dffc606db 100644 --- a/contrib/opencensus-ext-grpc/version.py +++ b/contrib/opencensus-ext-grpc/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.4.dev0' +__version__ = '0.8.dev0' diff --git a/contrib/opencensus-ext-jaeger/CHANGELOG.md b/contrib/opencensus-ext-jaeger/CHANGELOG.md index b82a493db..bc2085635 100644 --- a/contrib/opencensus-ext-jaeger/CHANGELOG.md +++ b/contrib/opencensus-ext-jaeger/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## 0.7.1 +Released 2019-08-05 + +- Update for core library changes + ## 0.2.2 Released 2019-05-31 diff --git a/contrib/opencensus-ext-jaeger/version.py b/contrib/opencensus-ext-jaeger/version.py index bf7c8163b..dffc606db 100644 --- a/contrib/opencensus-ext-jaeger/version.py +++ b/contrib/opencensus-ext-jaeger/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.3.dev0' +__version__ = '0.8.dev0' diff --git a/contrib/opencensus-ext-ocagent/CHANGELOG.md b/contrib/opencensus-ext-ocagent/CHANGELOG.md index c1f0e931e..a1dcef595 100644 --- a/contrib/opencensus-ext-ocagent/CHANGELOG.md +++ b/contrib/opencensus-ext-ocagent/CHANGELOG.md @@ -2,12 +2,17 @@ ## Unreleased +## 0.7.1 +Released 2019-08-05 + +- Update for core library changes + ## 0.4.0 Released 2019-05-31 -- Remove well_known_types.Error and well_known_types.ParseError. -Note this could be a breaking change if you depend on an older -version of protobuf and use ParseError. +- Remove well_known_types.Error and well_known_types.ParseError. Note this + could be a breaking change if you depend on an older version of protobuf and + use ParseError. ## 0.3.0 Released 2019-04-24 diff --git a/contrib/opencensus-ext-ocagent/version.py b/contrib/opencensus-ext-ocagent/version.py index 235cf3f15..dffc606db 100644 --- a/contrib/opencensus-ext-ocagent/version.py +++ b/contrib/opencensus-ext-ocagent/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.5.dev0' +__version__ = '0.8.dev0' diff --git a/contrib/opencensus-ext-pymongo/CHANGELOG.md b/contrib/opencensus-ext-pymongo/CHANGELOG.md index 49b40d03e..6b3c87023 100644 --- a/contrib/opencensus-ext-pymongo/CHANGELOG.md +++ b/contrib/opencensus-ext-pymongo/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog ## Unreleased -- Changed attributes names to make it compatible with [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md), maintaining OpenCensus specs fidelity -([#738](https://github.com/census-instrumentation/opencensus-python/pull/738)) + +## 0.7.1 +Released 2019-08-05 + +- Changed attributes names to make it compatible with + [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md), + maintaining OpenCensus specs fidelity + ([#738](https://github.com/census-instrumentation/opencensus-python/pull/738)) ## 0.1.3 Released 2019-05-31 diff --git a/contrib/opencensus-ext-pymongo/version.py b/contrib/opencensus-ext-pymongo/version.py index ff18aeb50..dffc606db 100644 --- a/contrib/opencensus-ext-pymongo/version.py +++ b/contrib/opencensus-ext-pymongo/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.2.dev0' +__version__ = '0.8.dev0' From 2cd5f7d2dc9b8aa601631d27b8de1930943e711e Mon Sep 17 00:00:00 2001 From: Chris Kleinknecht Date: Mon, 5 Aug 2019 18:05:26 -0700 Subject: [PATCH 4/4] Bump stackdriver to 0.8.dev0 --- contrib/opencensus-ext-stackdriver/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/opencensus-ext-stackdriver/version.py b/contrib/opencensus-ext-stackdriver/version.py index 0363359c3..dffc606db 100644 --- a/contrib/opencensus-ext-stackdriver/version.py +++ b/contrib/opencensus-ext-stackdriver/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.6.dev0' +__version__ = '0.8.dev0'