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-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ Steps to release a new version of the OpenTelemetry Operator:
7
7
1. Operator, target allocator and opamp-bridge should be `$VERSION`.
8
8
1. OpenTelemetry Collector should be the latest collector version. The `major.minor` should typically match, with the patch portion being possibly different.
9
9
1. The `autoinstrumentation-*` versions should match the latest supported versions in `autoinstrumentation/`.
10
-
-:warning: DO NOT BUMP JAVA PAST `1.32.X` AND DO NOT BUMP .NET PAST `1.2.0`. :warning: Upgrades past these versions will introduce breaking HTTP semantic convention changes.
10
+
> [!WARNING]
11
+
> DO NOT BUMP JAVA PAST `1.32.X` AND DO NOT BUMP .NET PAST `1.2.0`. Upgrades past these versions will introduce breaking HTTP semantic convention changes.
11
12
1. Check if the compatible OpenShift versions are updated in the `hack/add-openshift-annotations.sh` script.
12
13
1. Update the bundle by running `make bundle VERSION=$VERSION`.
13
14
1. Change the compatibility matrix in the [readme](./README.md) file, using the OpenTelemetry Operator version to be released and the current latest Kubernetes version as the latest supported version. Remove the oldest entry.
0 commit comments