Skip to content

Commit

Permalink
[automated] v1.28.0 post release changes (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
srv-gh-o11y-gdi authored Sep 15, 2023
1 parent 61bd745 commit a0e6d8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,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 ([v1.28.0](https://github.com/signalfx/splunk-otel-java/releases/latest)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v1.28.0/README.md).

---
<!--DEV_DOCS_WARNING_END-->

## Requirements

Expand Down Expand Up @@ -113,7 +118,7 @@ with:

## Snapshot builds

We publish [snapshot builds](https://oss.sonatype.org/content/repositories/snapshots/com/splunk/splunk-otel-javaagent/1.28.0-SNAPSHOT/)
We publish [snapshot builds](https://oss.sonatype.org/content/repositories/snapshots/com/splunk/splunk-otel-javaagent/1.29.0-SNAPSHOT/)
with every merge to the `main` branch. Snapshots are primarily intended to test new functionality and are not recommended
for production use.

Expand Down
1 change: 1 addition & 0 deletions deployments/cloudfoundry/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
1.25.0: https://github.com/signalfx/splunk-otel-java/releases/download/v1.25.0/splunk-otel-javaagent.jar
1.26.0: https://github.com/signalfx/splunk-otel-java/releases/download/v1.26.0/splunk-otel-javaagent.jar
1.27.0: https://github.com/signalfx/splunk-otel-java/releases/download/v1.27.0/splunk-otel-javaagent.jar
1.28.0: https://github.com/signalfx/splunk-otel-java/releases/download/v1.28.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 = "1.28.0"
val distroVersion = "1.29.0-SNAPSHOT"

allprojects {
version = distroVersion
Expand Down

0 comments on commit a0e6d8a

Please sign in to comment.