Skip to content

Commit

Permalink
v1.10.1 pre release changes (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoallikmaa authored Apr 26, 2022
1 parent 869f364 commit 80f56c7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this repository adheres to [Semantic Versioning](https://semver.org/spec/v2.

## Unreleased

## v1.10.1 - 2022-04-26

### General

- OpenTelemetry Instrumentation for Java has been updated to version 1.13.1.

## v1.10.0 - 2022-04-22

### General
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

<p align="center">
<img alt="Stable" src="https://img.shields.io/badge/status-stable-informational?style=for-the-badge">
<a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.13.0">
<img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-1.13.0-blueviolet?style=for-the-badge">
<a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.13.1">
<img alt="OpenTelemetry Instrumentation for Java Version" src="https://img.shields.io/badge/otel-1.13.1-blueviolet?style=for-the-badge">
</a>
<a href="https://github.com/signalfx/gdi-specification/releases/tag/v1.2.0">
<img alt="Splunk GDI specification" src="https://img.shields.io/badge/GDI-1.2.0-blueviolet?style=for-the-badge">
Expand Down Expand Up @@ -159,11 +159,11 @@ To extend the instrumentation with the OpenTelemetry Instrumentation for Java,
you have to use a compatible API version.

<!-- IMPORTANT: do not change comments or break those lines below -->
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->1.10.0<!--SPLUNK_VERSION--> is compatible
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->1.10.1<!--SPLUNK_VERSION--> is compatible
with:

* OpenTelemetry API version <!--OTEL_VERSION-->1.13.0<!--OTEL_VERSION-->
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->1.13.0<!--OTEL_INSTRUMENTATION_VERSION-->
* OpenTelemetry Instrumentation for Java version <!--OTEL_INSTRUMENTATION_VERSION-->1.13.1<!--OTEL_INSTRUMENTATION_VERSION-->
* Micrometer version 1.8.5

## Snapshot builds
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/splunk.java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ repositories {
val otelVersion = "1.13.0"
val otelAlphaVersion = "1.13.0-alpha"
val otelContribAlphaVersion = "1.13.0-alpha"
val otelInstrumentationVersion = "1.13.0"
val otelInstrumentationAlphaVersion = "1.13.0-alpha"
val otelInstrumentationVersion = "1.13.1"
val otelInstrumentationAlphaVersion = "1.13.1-alpha"
val micrometerVersion = "1.8.5"

// instrumentation version is used to compute Implementation-Version manifest attribute
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 1.10.0
$ cf set-env SPLUNK_OTEL_JAVA_VERSION 1.10.1
```

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

0 comments on commit 80f56c7

Please sign in to comment.