Skip to content

Commit

Permalink
Update README and CHANGELOG with v0.11.0 version (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek authored May 17, 2021
1 parent f0869ea commit 5e11ca0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.11.0] - 2021-05-17

### General Notes

- OpenTelemetry Java SDK and OpenTelemetry Java Instrumentation dependencies were updated to version 1.2.0.
Expand Down Expand Up @@ -82,7 +84,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Instrument Netty 4.0 to add Server-Timing header.

[Unreleased]: https://github.com/signalfx/splunk-otel-java/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/signalfx/splunk-otel-java/compare/v0.11.0...HEAD

[v0.11.0]: https://github.com/signalfx/splunk-otel-java/compare/v0.10.0...v0.11.0

[v0.10.0]: https://github.com/signalfx/splunk-otel-java/compare/v0.9.0...v0.10.0

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ Documentation on how to manually instrument a Java application is available
To extend the instrumentation with the OpenTelemetry Instrumentation for Java,
you have to use a compatible API version.

The Splunk Distribution of OpenTelemetry Java Instrumentation version 0.10.0 is compatible with:
The Splunk Distribution of OpenTelemetry Java Instrumentation version 0.11.0 is compatible with:

* OpenTelemetry API version 1.1.0
* OpenTelemetry Instrumentation for Java version 1.1.0
* OpenTelemetry API version 1.2.0
* OpenTelemetry Instrumentation for Java version 1.2.0

## Correlating traces with logs

Expand Down
2 changes: 1 addition & 1 deletion deployments/cloudfoundry/buildpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you want to use a specific version of the Java agent in your application, you
environment variable before application deployment, either using `cf set-env` or the `manifest.yml` file:

```sh
$ cf set-env SPLUNK_OTEL_JAVA_VERSION "0.10.0"
$ cf set-env SPLUNK_OTEL_JAVA_VERSION "0.11.0"
```

By default the [latest](https://github.com/signalfx/splunk-otel-java/releases/latest) available agent version is used.
Expand Down

0 comments on commit 5e11ca0

Please sign in to comment.