Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit dae009b

Browse files
splunk-o11y-gdi-botReleaser
andauthored
Release 0.0.10 changeset (#62)
* preparing release 0.0.10 * preparing next development cycle: 0.0.11-SNAPSHOT Co-authored-by: releaser <releaser@users.noreply.github.com>
1 parent 94c0375 commit dae009b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.gitlab-ci/release.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current.release=0.0.5
1+
current.release=0.0.10

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ template. For more information, see the [example](./examples/splunk-wrapper/READ
9090
Gradle:
9191
```
9292
dependencies {
93-
implementation("com.signalfx.public:otel-java-lambda-wrapper:0.0.5")
93+
implementation("com.signalfx.public:otel-java-lambda-wrapper:0.0.10")
9494
}
9595
```
9696

@@ -99,7 +99,7 @@ template. For more information, see the [example](./examples/splunk-wrapper/READ
9999
<dependency>
100100
<groupId>com.signalfx.public</groupId>
101101
<artifactId>otel-java-lambda-wrapper</artifactId>
102-
<version>0.0.5</version>
102+
<version>0.0.10</version>
103103
</dependency>
104104
```
105105
2. From the AWS console, upload the .zip file to your Lambda function code.

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111
opentelemetry: '1.1.0',
1212
opentelemetryalpha: '1.1.0-alpha',
1313
instrumentation: '1.1.0-alpha',
14-
wrapper: '0.0.10-SNAPSHOT'
14+
wrapper: '0.0.11-SNAPSHOT'
1515
]
1616
}
1717

outbound-context-propagation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The class provides single static method - `createHeaders`, which returns name-to
1717
- for example:
1818
```
1919
dependencies {
20-
compileOnly('com.signalfx.public:otel-java-lambda-wrapper:0.0.5')
20+
compileOnly('com.signalfx.public:otel-java-lambda-wrapper:0.0.10')
2121
}
2222
```
2323

wrapper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.signalfx.public</groupId>
77
<artifactId>otel-java-lambda-wrapper</artifactId>
88
<packaging>jar</packaging>
9-
<version>0.0.10-SNAPSHOT</version>
9+
<version>0.0.11-SNAPSHOT</version>
1010
<name>Splunk OTEL-based Lambda Wrapper</name>
1111
<description>
1212
Splunk release of the OpenTelemetry Java Lambda Wrapper

0 commit comments

Comments
 (0)