Skip to content

Commit

Permalink
[automated] v2.8.0 post release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
srv-gh-o11y-gdi committed Sep 18, 2024
1 parent cd49c83 commit 354081e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ see [Migrate from the SignalFx Java Agent](https://quickdraw.splunk.com/redirect

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

---
<!--DEV_DOCS_WARNING_END-->

## Requirements

Expand Down
1 change: 1 addition & 0 deletions deployments/cloudfoundry/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@
2.5.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.5.0/splunk-otel-javaagent.jar
2.6.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.6.0/splunk-otel-javaagent.jar
2.7.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.7.0/splunk-otel-javaagent.jar
2.8.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.8.0/splunk-otel-javaagent.jar
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// do NOT update that variable manually - it is managed by the pre/post release scripts
val distroVersion = "2.8.0"
val distroVersion = "2.9.0-SNAPSHOT"

allprojects {
version = distroVersion
Expand Down

0 comments on commit 354081e

Please sign in to comment.