Skip to content

Commit

Permalink
Add missing entries to changelogs (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass authored Dec 5, 2022
1 parent 4d581e9 commit bfcf28d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions opentelemetry-exporter-gcp-monitoring/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Unreleased

- Set gRPC user-agent when calling google APIs
([#216](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/216))
- Implement OTel resource to monitored resource mapping
([#214](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/214))
- Update cloud monitoring exporter to work with opentelemetry 1.x
([#204](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/204))
- Drop support for Python 3.6, add 3.10
([#203](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/203))

## Version 1.3.0a0

Released 2022-04-21
Expand Down
5 changes: 5 additions & 0 deletions opentelemetry-exporter-gcp-trace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

- Set gRPC user-agent when calling google APIs
([#216](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/216))
- Drop support for Python 3.6, add 3.10
([#203](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/203))

## Version 1.3.0

Released 2022-04-21
Expand Down
5 changes: 5 additions & 0 deletions opentelemetry-propagator-gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

- Drop support for Python 3.6, add 3.10
([#203](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/203))
- Create a Readonly Propagator to match the golang "One Way" propagator
([#196](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/196))

## Version 1.3.0

Released 2022-04-21
Expand Down
5 changes: 5 additions & 0 deletions opentelemetry-resourcedetector-gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

- Drop support for Python 3.6, add 3.10
([#203](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/203))
- Update no container name behaviour
([#186](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/186))

## Version 1.3.0a0

Released 2022-04-21
Expand Down

0 comments on commit bfcf28d

Please sign in to comment.