File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ Changes by Version
28
28
* [ .NET auto-instrumentation - 1.2.0] ( https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/1.2.0 )
29
29
* [ Node.JS - 0.46.0] ( https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-0.46.0 )
30
30
* [ 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 )
32
32
* [ 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 )
34
34
35
35
36
36
## 0.93.0
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
18
18
COPY bundle/manifests /manifests/
19
19
COPY bundle/metadata /metadata/
20
20
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"
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ annotations:
14
14
operators.operatorframework.io.test.config.v1 : tests/scorecard/
15
15
16
16
# OpenShift specific annotations
17
- com.redhat.openshift.versions : " v4.11 -v4.15"
17
+ com.redhat.openshift.versions : " v4.12 -v4.15"
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- OPENSHIFT_VERSIONS=" \" v4.11 -v4.15\" "
3
+ OPENSHIFT_VERSIONS=" \" v4.12 -v4.15\" "
4
4
5
5
{
6
6
echo " "
You can’t perform that action at this time.
0 commit comments