Skip to content

Commit d05eda1

Browse files
committed
Apply feedback
1 parent 38ba0a5 commit d05eda1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Changes by Version
2828
* [.NET auto-instrumentation - 1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/1.2.0)
2929
* [Node.JS - 0.46.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-0.46.0)
3030
* [Python - 0.43b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/0.43b0)
31-
* [Go - v0.10.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.10.0-alpha)
31+
* [Go - v0.10.1-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.10.1-alpha)
3232
* [ApacheHTTPD - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4)
33-
* [Nginx - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4)]
33+
* [Nginx - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4)
3434

3535

3636
## 0.93.0

bundle.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
1818
COPY bundle/manifests /manifests/
1919
COPY bundle/metadata /metadata/
2020
COPY bundle/tests/scorecard /tests/scorecard/
21-
LABEL com.redhat.openshift.versions="v4.11-v4.15"
21+
LABEL com.redhat.openshift.versions="v4.12-v4.15"

bundle/metadata/annotations.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ annotations:
1414
operators.operatorframework.io.test.config.v1: tests/scorecard/
1515

1616
# OpenShift specific annotations
17-
com.redhat.openshift.versions: "v4.11-v4.15"
17+
com.redhat.openshift.versions: "v4.12-v4.15"

hack/add-openshift-annotations.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
OPENSHIFT_VERSIONS="\"v4.11-v4.15\""
3+
OPENSHIFT_VERSIONS="\"v4.12-v4.15\""
44

55
{
66
echo ""

0 commit comments

Comments
 (0)