Skip to content

Commit

Permalink
v2.8.0 post release changes (#2044)
Browse files Browse the repository at this point in the history
* [automated] v2.8.0 post release changes

* update upstream agent to spnapshot version

* update licenses

---------

Co-authored-by: Lauri Tulmin <[email protected]>
  • Loading branch information
srv-gh-o11y-gdi and laurit authored Sep 18, 2024
1 parent cd49c83 commit 774a526
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
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
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

val otelVersion = "1.42.1"
val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
val otelInstrumentationVersion = "2.8.0"
val otelInstrumentationVersion = "2.9.0-SNAPSHOT"
val otelInstrumentationAlphaVersion = otelInstrumentationVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
val otelContribAlphaVersion = "1.39.0-alpha"

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
4 changes: 2 additions & 2 deletions licenses/licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# splunk-otel-javaagent
## Dependency License Report
_2024-09-18 12:43:15 EEST_
_2024-09-18 16:52:13 EEST_
## Apache License, Version 2.0

**1** **Group:** `com.squareup.okhttp3` **Name:** `okhttp` **Version:** `4.12.0`
Expand Down Expand Up @@ -77,7 +77,7 @@ _2024-09-18 12:43:15 EEST_
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib)
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
**19** **Group:** `io.opentelemetry.instrumentation` **Name:** `opentelemetry-instrumentation-bom-alpha` **Version:** `2.8.0-alpha`
**19** **Group:** `io.opentelemetry.instrumentation` **Name:** `opentelemetry-instrumentation-bom-alpha` **Version:** `2.9.0-alpha-SNAPSHOT`
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
Expand Down
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 774a526

Please sign in to comment.