Skip to content

Commit 1c2d7a1

Browse files
authored
chore: Upgraded otel collector version to 0.130.1-sumo-0 (#3972)
* chore: Upgraded otel collector version to 0.130.1-sumo-0 * Add Changelog
1 parent 60ed33c commit 1c2d7a1

File tree

23 files changed

+25
-24
lines changed

23 files changed

+25
-24
lines changed

.changelog/3972.added.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: Upgraded otel collector version to 0.127.0 from 0.130.1 #3972

deploy/helm/sumologic/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
169169
| `sumologic.noProxy` | List of comma separated hostnames which should be excluded from the proxy | `kubernetes.default.svc` |
170170
| `sumologic.pullSecrets` | Optional list of secrets that will be used for pulling images for Sumo Logic's deployments and statefulsets. | `Nil` |
171171
| `sumologic.otelcolImage.repository` | Default image repository for OpenTelemetry Collector. This can be overridden for specific components. | `public.ecr.aws/sumologic/sumologic-otel-collector` |
172-
| `sumologic.otelcolImage.tag` | Default image tag for OpenTelemetry Collector. This can be overridden for specific components. | `0.127.0-sumo-0` |
172+
| `sumologic.otelcolImage.tag` | Default image tag for OpenTelemetry Collector. This can be overridden for specific components. | `0.130.1-sumo-0` |
173173
| `sumologic.otelcolImage.addFipsSuffix` | Add a `-fips` suffix to all image tags. See [help.sumologic.com/docs/send-data/kubernetes/security-best-practices](https://help.sumologic.com/docs/send-data/kubernetes/security-best-practices/) for more information. | `false` |
174174
| `sumologic.podLabels` | Additional labels for the pods. | `{}` |
175175
| `sumologic.podAnnotations` | Additional annotations for the pods. | `{}` |
@@ -325,7 +325,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
325325
| `opentelemetry-operator.manager.autoInstrumentationImage.nodejs.tag` | OpenTelemetry Operator NodeJS Instrumentation image tag. | `0.54.0` |
326326
| `opentelemetry-operator.manager.image.repository` | The default operator image repository for OpenTelemetry. | `public.ecr.aws/sumologic/opentelemetry-operator` |
327327
| `opentelemetry-operator.manager.collectorImage.repository` | The default collector image repository for OpenTelemetryCollector CRDs. | `public.ecr.aws/sumologic/sumologic-otel-collector` |
328-
| `opentelemetry-operator.manager.collectorImage.tag` | The default collector image tag for OpenTelemetryCollector CRDs. | `0.127.0-sumo-0` |
328+
| `opentelemetry-operator.manager.collectorImage.tag` | The default collector image tag for OpenTelemetryCollector CRDs. | `0.130.1-sumo-0` |
329329
| `opentelemetry-operator.manager.resources.limits.cpu` | Used to set limit CPU for OpenTelemetry-Operator Manager. | `250m` |
330330
| `opentelemetry-operator.manager.resources.limits.memory` | Used to set limit Memory for OpenTelemetry-Operator Manager. | `512Mi` |
331331
| `opentelemetry-operator.manager.resources.requests.cpu` | Used to set requested CPU for OpenTelemetry-Operator Manager. | `150m` |

deploy/helm/sumologic/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ sumologic:
269269
### Global configuration for OpenTelemetry Collector
270270
otelcolImage:
271271
repository: "public.ecr.aws/sumologic/sumologic-otel-collector"
272-
tag: "0.127.0-sumo-0"
272+
tag: "0.130.1-sumo-0"
273273

274274
## Add a -fips suffix to all image tags. With default tags, this results in FIPS-compliant otel images.
275275
## See https://github.com/SumoLogic/sumologic-otel-collector/blob/main/docs/fips.md for more information.
@@ -2534,7 +2534,7 @@ opentelemetry-operator:
25342534
repository: public.ecr.aws/sumologic/opentelemetry-operator
25352535
collectorImage:
25362536
repository: "public.ecr.aws/sumologic/sumologic-otel-collector"
2537-
tag: "0.127.0-sumo-0"
2537+
tag: "0.130.1-sumo-0"
25382538
autoInstrumentationImage:
25392539
java:
25402540
repository: public.ecr.aws/sumologic/autoinstrumentation-java

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The following table displays the currently used software versions for our Helm c
107107

108108
| Name | Version |
109109
| ----------------------------------------- | ------- |
110-
| OpenTelemetry Collector | 0.127.0 |
110+
| OpenTelemetry Collector | 0.130.1 |
111111
| OpenTelemetry Operator | 0.86.4 |
112112
| kube-prometheus-stack/Prometheus Operator | 40.5.0 |
113113
| Falco | 3.8.7 |

tests/helm/testdata/goldenfile/events_otc_statefulset/basic.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
priorityClassName: "prio"
7373
containers:
7474
- name: otelcol
75-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.127.0-sumo-0"
75+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.130.1-sumo-0"
7676
imagePullPolicy: IfNotPresent
7777
args:
7878
- --config=/etc/otel/config.yaml

tests/helm/testdata/goldenfile/events_otc_statefulset/common.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
fsGroup: 999
7474
containers:
7575
- name: otelcol
76-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.127.0-sumo-0"
76+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.130.1-sumo-0"
7777
imagePullPolicy: IfNotPresent
7878
args:
7979
- --config=/etc/otel/config.yaml

tests/helm/testdata/goldenfile/events_otc_statefulset/proxy.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
fsGroup: 999
6161
containers:
6262
- name: otelcol
63-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.127.0-sumo-0"
63+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.130.1-sumo-0"
6464
imagePullPolicy: IfNotPresent
6565
args:
6666
- --config=/etc/otel/config.yaml

tests/helm/testdata/goldenfile/logs_otc_cloudwatch/basic.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
fsGroup: 999
4242
containers:
4343
- name: otelcol
44-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.127.0-sumo-0"
44+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.130.1-sumo-0"
4545
imagePullPolicy: IfNotPresent
4646
args:
4747
- --config=/etc/otelcol/config.yaml

tests/helm/testdata/goldenfile/logs_otc_daemonset/additional-complex.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
containers:
5555
- args:
5656
- --config=/etc/otelcol/config.yaml
57-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.127.0-sumo-0"
57+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.130.1-sumo-0"
5858
imagePullPolicy: IfNotPresent
5959
name: otelcol
6060
livenessProbe:

tests/helm/testdata/goldenfile/logs_otc_daemonset/additional.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
containers:
4848
- args:
4949
- --config=/etc/otelcol/config.yaml
50-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.127.0-sumo-0"
50+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.130.1-sumo-0"
5151
imagePullPolicy: IfNotPresent
5252
name: otelcol
5353
livenessProbe:

0 commit comments

Comments
 (0)