Skip to content

Commit 2c75c9f

Browse files
committed
fixup! Update release instructions
1 parent 37ca451 commit 2c75c9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASE.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Steps to release a new version of the OpenTelemetry Operator:
77
1. Operator, target allocator and opamp-bridge should be `$VERSION`.
88
1. OpenTelemetry Collector should be the latest collector version. The `major.minor` should typically match, with the patch portion being possibly different.
99
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.
1112
1. Check if the compatible OpenShift versions are updated in the `hack/add-openshift-annotations.sh` script.
1213
1. Update the bundle by running `make bundle VERSION=$VERSION`.
1314
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

Comments
 (0)