Skip to content

Commit 215da53

Browse files
v2.25.0 post release changes (#2642)
* [automated] v2.25.0 post release changes * update upstream agent to snapshot --------- Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
1 parent 59ed3a0 commit 215da53

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ see [Migrate from the SignalFx Java Agent](https://help.splunk.com/en/splunk-obs
7676

7777
<!-- Comments, spacing, empty and new lines in the section below are intentional, please do not modify them! -->
7878
<!--DEV_DOCS_WARNING-->
79+
<!--DEV_DOCS_WARNING_START-->
80+
The following documentation refers to the in-development version of `splunk-otel-java`. Docs for the latest version ([v2.25.0](https://github.com/signalfx/splunk-otel-java/releases/latest)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v2.25.0/README.md).
81+
82+
---
83+
<!--DEV_DOCS_WARNING_END-->
7984

8085
## Requirements
8186

@@ -115,7 +120,7 @@ with:
115120

116121
## Snapshot builds
117122

118-
We publish [snapshot builds](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/com/splunk/splunk-otel-javaagent/2.25.0-SNAPSHOT/)
123+
We publish [snapshot builds](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/com/splunk/splunk-otel-javaagent/2.26.0-SNAPSHOT/)
119124
with every merge to the `main` branch. Snapshots are primarily intended to test new functionality and are not recommended
120125
for production use.
121126

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
val otelVersion = "1.59.0"
66
val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
7-
val otelInstrumentationVersion = "2.25.0"
7+
val otelInstrumentationVersion = "2.26.0-SNAPSHOT"
88
val otelInstrumentationAlphaVersion = otelInstrumentationVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
99
val otelContribAlphaVersion = "1.53.0-alpha"
1010

deployments/cloudfoundry/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@
5252
2.22.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.22.0/splunk-otel-javaagent.jar
5353
2.23.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.23.0/splunk-otel-javaagent.jar
5454
2.24.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.24.0/splunk-otel-javaagent.jar
55+
2.25.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.25.0/splunk-otel-javaagent.jar

version.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// do NOT update that variable manually - it is managed by the pre/post release scripts
2-
val distroVersion = "2.25.0"
2+
val distroVersion = "2.26.0-SNAPSHOT"
33

44
allprojects {
55
version = distroVersion

0 commit comments

Comments
 (0)