Skip to content

Commit

Permalink
Release 1.6.0 (Part 1/2) release commit
Browse files Browse the repository at this point in the history
- Update version.py files
- Marked releases in changelogs
  • Loading branch information
aabmass committed Oct 16, 2023
1 parent 74f70bd commit 797cb2e
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 4 deletions.
4 changes: 4 additions & 0 deletions opentelemetry-exporter-gcp-monitoring/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 1.6.0a0

Released 2023-10-16

- Don't use `pkg_resources.get_distribution(..).version`
([#256](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/256))
- Add autoinstrumentation entrypoint for monitoring exporter
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__ = "1.6.0.dev0"
__version__ = "1.6.0a0"
4 changes: 4 additions & 0 deletions opentelemetry-exporter-gcp-trace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 1.6.0

Released 2023-10-16

- Don't use `pkg_resources.get_distribution(..).version`
([#256](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/256))

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__ = "1.6.0.dev0"
__version__ = "1.6.0"
4 changes: 4 additions & 0 deletions opentelemetry-propagator-gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 1.6.0

Released 2023-10-16

## Version 1.5.0

Released 2023-05-17
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__ = "1.6.0.dev0"
__version__ = "1.6.0"
4 changes: 4 additions & 0 deletions opentelemetry-resourcedetector-gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 1.6.0a0

Released 2023-10-16

- Use faas.instance instead of faas.id, and bump e2e test image
([#271](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/271))
- Map faas.* attributes to generic_task in resource mapping
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__ = "1.6.0.dev0"
__version__ = "1.6.0a0"

0 comments on commit 797cb2e

Please sign in to comment.