Skip to content

Commit eeaa19e

Browse files
authored
add iblancasa to approvers (#3363)
1 parent 868a65a commit eeaa19e

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/workflows/reusable-operator-hub-release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
env:
5757
VERSION: ${{ env.version }}
5858
run: |
59-
mkdir operators/opentelemetry-operator/${VERSION}
59+
mkdir operators/opentelemetry-operator/${VERSION}
6060
cp -R ./tmp/bundle/${{ inputs.folder }}/* operators/opentelemetry-operator/${VERSION}
6161
rm -rf ./tmp
6262
@@ -73,7 +73,7 @@ jobs:
7373
message="Update the opentelemetry to $VERSION"
7474
body="Release opentelemetry-operator \`$VERSION\`.
7575
76-
cc @pavolloffay @frzifus @yuriolisa @jaronoff97 @TylerHelmuth @swiatekm
76+
cc @pavolloffay @frzifus @yuriolisa @jaronoff97 @TylerHelmuth @swiatekm @iblancasa
7777
"
7878
branch="update-opentelemetry-operator-to-${VERSION}"
7979

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ spec:
608608
mode: statefulset
609609
targetAllocator:
610610
enabled: true
611-
config:
611+
config:
612612
receivers:
613613
prometheus:
614614
config:
@@ -740,7 +740,7 @@ spec:
740740

741741
### Configure resource attributes with labels
742742

743-
You can also use common labels to set resource attributes.
743+
You can also use common labels to set resource attributes.
744744

745745
The following labels are supported:
746746
- `app.kubernetes.io/name` becomes `service.name`
@@ -782,12 +782,12 @@ The priority for setting resource attributes is as follows (first found wins):
782782

783783
1. Resource attributes set via `OTEL_RESOURCE_ATTRIBUTES` and `OTEL_SERVICE_NAME` environment variables
784784
2. Resource attributes set via annotations (with the `resource.opentelemetry.io/` prefix)
785-
3. Resource attributes set via labels (e.g. `app.kubernetes.io/name`)
785+
3. Resource attributes set via labels (e.g. `app.kubernetes.io/name`)
786786
if the `Instrumentation` CR has defaults.useLabelsForResourceAttributes=true (see above)
787787
4. Resource attributes calculated from the pod's metadata (e.g. `k8s.pod.name`)
788788
5. Resource attributes set via the `Instrumentation` CR (in the `spec.resource.resourceAttributes` section)
789789

790-
This priority is applied for each resource attribute separately, so it is possible to set some attributes via
790+
This priority is applied for each resource attribute separately, so it is possible to set some attributes via
791791
annotations and others via labels.
792792

793793
## Compatibility matrix
@@ -807,7 +807,7 @@ We strive to be compatible with the widest range of Kubernetes versions as possi
807807
We use `cert-manager` for some features of this operator and the third column shows the versions of the `cert-manager` that are known to work with this operator's versions.
808808

809809
The Target Allocator supports prometheus-operator CRDs like ServiceMonitor, and it does so by using packages imported from prometheus-operator itself. The table shows which version is shipped with a given operator version.
810-
Generally speaking, these are backwards compatible, but specific features require the appropriate package versions.
810+
Generally speaking, these are backwards compatible, but specific features require the appropriate package versions.
811811

812812
The OpenTelemetry Operator _might_ work on versions outside of the given range, but when opening new issues, please make sure to test your scenario on a supported version.
813813

@@ -849,6 +849,7 @@ Approvers ([@open-telemetry/operator-approvers](https://github.com/orgs/open-tel
849849
- [Benedikt Bongartz](https://github.com/frzifus), Red Hat
850850
- [Tyler Helmuth](https://github.com/TylerHelmuth), Honeycomb
851851
- [Yuri Oliveira Sa](https://github.com/yuriolisa), Red Hat
852+
- [Israel Blancas](https://github.com/iblancasa), Red Hat
852853

853854
Emeritus Approvers:
854855

RELEASE.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ The operator should be released within a week after the [OpenTelemetry collector
4949
| v0.113.0 | @pavolloffay |
5050
| v0.114.0 | @TylerHelmuth |
5151
| v0.115.0 | @jaronoff97 |
52-
| v0.116.0 | @swiatekm |
52+
| v0.116.0 | @swiatekm |
53+
| v0.117.0 | @iblancasa |

0 commit comments

Comments
 (0)