You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ Steps to release a new version of the OpenTelemetry Operator:
8
8
- Operator, target allocator and opamp-bridge should be `$VERSION`.
9
9
- OpenTelemetry Collector should be the latest collector version. The `major.minor` should typically match, with the patch portion being possibly different.
10
10
- The `autoinstrumentation-*` versions should match the latest supported versions in `autoinstrumentation/`.
11
-
> [!WARNING]
11
+
> **:warning: Warning**
12
+
>
12
13
> 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.
13
14
1. Check if the compatible OpenShift versions are updated in the `Makefile`.
14
15
1. Update the bundle by running `make bundle reset VERSION=$VERSION`.
0 commit comments