Skip to content

Commit 91fd33e

Browse files
Update Java and .NET version comments (#4532)
- Update comments to avoid people trying to update values that appear wrong. - Fix broken warning in RELEASE.md. See #4530.
1 parent 1843a27 commit 91fd33e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Steps to release a new version of the OpenTelemetry Operator:
88
- Operator, target allocator and opamp-bridge should be `$VERSION`.
99
- OpenTelemetry Collector should be the latest collector version. The `major.minor` should typically match, with the patch portion being possibly different.
1010
- The `autoinstrumentation-*` versions should match the latest supported versions in `autoinstrumentation/`.
11-
> [!WARNING]
11+
> **:warning: Warning**
12+
>
1213
> DO NOT BUMP JAVA PAST `1.X.X` AND DO NOT BUMP .NET PAST `1.2.0`. Upgrades past these versions will introduce breaking HTTP semantic convention changes.
1314
1. Check if the compatible OpenShift versions are updated in the `Makefile`.
1415
1. Update the bundle by running `make bundle reset VERSION=$VERSION`.

versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targetallocator=0.140.0
1414
operator-opamp-bridge=0.140.0
1515

1616
# Represents the current release of Java instrumentation.
17-
# Should match autoinstrumentation/java/version.txt
17+
# This version should not be greater than 1.x.x.
1818
autoinstrumentation-java=1.33.6
1919

2020
# Represents the current release of NodeJS instrumentation.
@@ -26,7 +26,7 @@ autoinstrumentation-nodejs=0.66.0
2626
autoinstrumentation-python=0.59b0
2727

2828
# Represents the current release of DotNet instrumentation.
29-
# Should match autoinstrumentation/dotnet/version.txt
29+
# This version should remain pinned to 1.2.0.
3030
autoinstrumentation-dotnet=1.2.0
3131

3232
# Represents the current release of Go instrumentation.

0 commit comments

Comments
 (0)