Skip to content

Commit da00722

Browse files
[automated] v2.26.0 post release changes (#2711)
1 parent 39c97b5 commit da00722

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

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

4444
<!-- Comments, spacing, empty and new lines in the section below are intentional, please do not modify them! -->
4545
<!--DEV_DOCS_WARNING-->
46+
<!--DEV_DOCS_WARNING_START-->
47+
The following documentation refers to the in-development version of `splunk-otel-java`. Docs for the latest version ([v2.26.0](https://github.com/signalfx/splunk-otel-java/releases/latest)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v2.26.0/README.md).
48+
49+
---
50+
<!--DEV_DOCS_WARNING_END-->
4651

4752
## Requirements
4853

@@ -82,7 +87,7 @@ with:
8287

8388
## Snapshot builds
8489

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

deployments/cloudfoundry/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@
5454
2.24.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.24.0/splunk-otel-javaagent.jar
5555
2.25.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.25.0/splunk-otel-javaagent.jar
5656
2.25.1: https://github.com/signalfx/splunk-otel-java/releases/download/v2.25.1/splunk-otel-javaagent.jar
57+
2.26.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.26.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.26.0"
2+
val distroVersion = "2.27.0-SNAPSHOT"
33

44
allprojects {
55
version = distroVersion

0 commit comments

Comments
 (0)