Skip to content

Commit 15fe2bf

Browse files
chore: bump opentelemetry-collector to 0.133.0 (#943)
## Summary Bumps telemetry-shippers to the released Coralogix OpenTelemetry Collector chart `0.133.0`, which packages OpenTelemetry Collector `0.153.0`. Source chart PR: coralogix/opentelemetry-helm-charts#479 Validation evidence: https://gist.github.com/iblancasa/19feba62be06ad1997ce44664c3040c8 Windows render evidence: https://gist.github.com/iblancasa/bc595ad3c01b6f2848ad91ada65f9eed Windows EKS evidence: https://gist.github.com/iblancasa/5f5f9ba6c9293d48a4ff7fa4ca1c0620 ## Added In This Companion Update - Updated telemetry-shippers chart dependencies and generated release artifacts for collector chart `0.133.0` / collector image `0.153.0`. - Added collector schema bundle `otelcol-schemas/0.153.0-schema.json`. - Added eBPF profiler collector schema bundle `otelcol-ebpf-profiler-schemas/0.153.0-schema.json`. - Updated the target allocator image tag to `v0.153.0`. - Updated Windows collector values to `0.153.0-windows-2019-amd64`. - Regenerated Helm golden expected renders for `tail-sampling`, `windows`, `eks-fargate`, and `ebpf-profiler` so `.github/scripts/check-helm-golden-renders.sh` passes with the new chart and image versions. ## Changelog #### Changes from opentelemetry-collector 0.133.0: - [Feat] Bump the OpenTelemetry Collector image to v0.153.0. - [Feat] Upgrade Supervisor-based images to v0.8.0. ## Validation | Check | Result | |---|---| | `git diff --check` | PASS | | schema JSON checks for both `0.153.0` schema bundles | PASS | | `helm dependency update otel-integration/k8s-helm` | PASS | | `helm dependency update otel-ecs-ec2` | PASS | | `helm dependency update otel-linux-standalone` | PASS | | `helm dependency update otel-macos-standalone` | PASS | | `helm dependency update otel-windows-standalone` | PASS | | `.github/scripts/check-helm-golden-renders.sh --update` | PASS, regenerated expected renders | | `.github/scripts/check-helm-golden-renders.sh` | PASS after reviewing regenerated fixture diff | ## CI E2E Evidence Current PR head `ea397ebff3bc2da42797ed609446b1ece777f3e8` passed the `Otel Integration Helm Lint And Install Test` workflow. | Job | Result | |---|---| | `collector-test` | PASS | | `otel-integration-agent-test` | PASS | | `otel-integration-target-allocator-test` | PASS | | `otel-integration-operator-test` | PASS | | `otel-integration-tail-sampling-test` | PASS | | `otel-integration-span-metrics-test` | PASS | | `otel-integration-supervisor-test` | PASS | ## Windows Evidence | Check | Result | |---|---| | `helm template test-release otel-integration/k8s-helm -f otel-integration/k8s-helm/values.yaml -f otel-integration/k8s-helm/values-windows.yaml --set global.domain=example.com --set global.clusterName=test-cluster` | PASS; rendered `opentelemetry-agent-windows-0.133.0` and `0.153.0-windows-2019-amd64` | | `helm template test-release otel-integration/k8s-helm -f otel-integration/k8s-helm/values.yaml -f otel-integration/k8s-helm/values-windows-tailsampling.yaml --set global.domain=example.com --set global.clusterName=test-cluster` | PASS; rendered `opentelemetry-agent-windows-0.133.0` and `0.153.0-windows-2019-amd64` | | `otel-integration/testing/windows-eks` create/setup/verify flow in `us-west-2` | PASS; cluster created, Windows-mode otel-integration installed, Linux and Windows daemonsets rolled out, debug settings verified, Windows workload log marker collected by the Windows collector debug exporter | | `otel-integration/testing/windows-eks` cleanup in `us-west-2` | PASS; workload deleted, Helm release uninstalled, EKS cluster deleted | ## Notes The source Helm chart has been merged and chart `0.133.0` is available from the Coralogix chart repository, so telemetry-shippers CI can resolve the released dependency. --------- Signed-off-by: Israel Blancas <iblancasa@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Israel Blancas <iblancasa@gmail.com>
1 parent eaf3986 commit 15fe2bf

30 files changed

Lines changed: 30740 additions & 284 deletions

otel-ecs-ec2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### v0.0.33 / 2026-06-16
4+
5+
- [Change] Update Helm dependency `opentelemetry-agent` to chart version `0.133.0`.
6+
37
### v0.0.32 / 2026-06-08
48

59
- [Feat] Bump the OpenTelemetry Collector image to v0.152.1.

otel-ecs-ec2/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: ecs-ec2-integration
33
description: ECS-EC2 OpenTelemetry Integration
4-
version: 0.0.32
4+
version: 0.0.33
55
keywords:
66
- OpenTelemetry Collector
77
- OpenTelemetry Agent
@@ -11,12 +11,12 @@ keywords:
1111
dependencies:
1212
- name: opentelemetry-collector
1313
alias: opentelemetry-agent
14-
version: "0.132.0"
14+
version: "0.133.0"
1515
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
1616
condition: opentelemetry-agent.enabled
1717
- name: opentelemetry-collector
1818
alias: opentelemetry-ebpf-profiler
19-
version: "0.132.0"
19+
version: "0.133.0"
2020
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
2121
condition: opentelemetry-ebpf-profiler.enabled
2222
sources:

otel-ecs-ec2/examples/manifest-ebpf.yaml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ metadata:
66
name: ecs-ec2-example-opentelemetry-agent
77
namespace: default
88
labels:
9-
helm.sh/chart: opentelemetry-agent-0.132.0
9+
helm.sh/chart: opentelemetry-agent-0.133.0
1010
app.kubernetes.io/name: opentelemetry-agent
1111
app.kubernetes.io/instance: ecs-ec2-example
12-
app.kubernetes.io/version: "0.152.1"
12+
app.kubernetes.io/version: "0.153.0"
1313
app.kubernetes.io/managed-by: Helm
1414
---
1515
# Source: ecs-ec2-integration/charts/opentelemetry-ebpf-profiler/templates/serviceaccount.yaml
@@ -19,10 +19,10 @@ metadata:
1919
name: ecs-ec2-example-opentelemetry-ebpf-profiler
2020
namespace: default
2121
labels:
22-
helm.sh/chart: opentelemetry-ebpf-profiler-0.132.0
22+
helm.sh/chart: opentelemetry-ebpf-profiler-0.133.0
2323
app.kubernetes.io/name: opentelemetry-ebpf-profiler
2424
app.kubernetes.io/instance: ecs-ec2-example
25-
app.kubernetes.io/version: "0.152.1"
25+
app.kubernetes.io/version: "0.153.0"
2626
app.kubernetes.io/managed-by: Helm
2727
---
2828
# Source: ecs-ec2-integration/charts/opentelemetry-agent/templates/configmap-agent.yaml
@@ -32,10 +32,10 @@ metadata:
3232
name: ecs-ec2-example-opentelemetry-agent-agent
3333
namespace: default
3434
labels:
35-
helm.sh/chart: opentelemetry-agent-0.132.0
35+
helm.sh/chart: opentelemetry-agent-0.133.0
3636
app.kubernetes.io/name: opentelemetry-agent
3737
app.kubernetes.io/instance: ecs-ec2-example
38-
app.kubernetes.io/version: "0.152.1"
38+
app.kubernetes.io/version: "0.153.0"
3939
app.kubernetes.io/managed-by: Helm
4040

4141
data:
@@ -175,14 +175,14 @@ data:
175175
timeout: 10s
176176
logs:
177177
headers:
178-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.32
178+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.33
179179
metrics:
180180
headers:
181-
X-Coralogix-Distribution: helm-otel-integration/0.0.32
181+
X-Coralogix-Distribution: helm-otel-integration/0.0.33
182182
private_key: ${env:CORALOGIX_PRIVATE_KEY}
183183
profiles:
184184
headers:
185-
X-Coralogix-Distribution: helm-otel-integration/0.0.32
185+
X-Coralogix-Distribution: helm-otel-integration/0.0.33
186186
x-coralogix-ingress: otlp/v1.10.0
187187
sending_queue:
188188
batch:
@@ -202,13 +202,13 @@ data:
202202
timeout: 30s
203203
traces:
204204
headers:
205-
X-Coralogix-Distribution: helm-otel-integration/0.0.32
205+
X-Coralogix-Distribution: helm-otel-integration/0.0.33
206206
coralogix/resource_catalog:
207207
application_name: resource
208208
domain: coralogix.com
209209
logs:
210210
headers:
211-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.32
211+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.33
212212
x-coralogix-ingress: metadata-as-otlp-logs/v1
213213
private_key: ${CORALOGIX_PRIVATE_KEY}
214214
sending_queue:
@@ -233,7 +233,7 @@ data:
233233
non_identifying_attributes:
234234
cx.agent.type: agent
235235
cx.cluster.name: ''
236-
helm.chart.opentelemetry-agent.version: 0.132.0
236+
helm.chart.opentelemetry-agent.version: 0.133.0
237237
server:
238238
http:
239239
endpoint: https://ingress.coralogix.com/opamp/v1
@@ -806,10 +806,10 @@ metadata:
806806
name: ecs-ec2-example-opentelemetry-ebpf-profiler-agent
807807
namespace: default
808808
labels:
809-
helm.sh/chart: opentelemetry-ebpf-profiler-0.132.0
809+
helm.sh/chart: opentelemetry-ebpf-profiler-0.133.0
810810
app.kubernetes.io/name: opentelemetry-ebpf-profiler
811811
app.kubernetes.io/instance: ecs-ec2-example
812-
app.kubernetes.io/version: "0.152.1"
812+
app.kubernetes.io/version: "0.153.0"
813813
app.kubernetes.io/managed-by: Helm
814814

815815
data:
@@ -829,14 +829,14 @@ data:
829829
timeout: 10s
830830
logs:
831831
headers:
832-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.32
832+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.33
833833
metrics:
834834
headers:
835-
X-Coralogix-Distribution: helm-otel-integration/0.0.32
835+
X-Coralogix-Distribution: helm-otel-integration/0.0.33
836836
private_key: ${env:CORALOGIX_PRIVATE_KEY}
837837
profiles:
838838
headers:
839-
X-Coralogix-Distribution: helm-otel-integration/0.0.32
839+
X-Coralogix-Distribution: helm-otel-integration/0.0.33
840840
x-coralogix-ingress: otlp/v1.10.0
841841
sending_queue:
842842
batch:
@@ -856,7 +856,7 @@ data:
856856
timeout: 30s
857857
traces:
858858
headers:
859-
X-Coralogix-Distribution: helm-otel-integration/0.0.32
859+
X-Coralogix-Distribution: helm-otel-integration/0.0.33
860860
extensions:
861861
health_check:
862862
endpoint: ${env:MY_POD_IP}:13133
@@ -866,7 +866,7 @@ data:
866866
non_identifying_attributes:
867867
cx.agent.type: agent
868868
cx.cluster.name: ''
869-
helm.chart.opentelemetry-ebpf-profiler.version: 0.132.0
869+
helm.chart.opentelemetry-ebpf-profiler.version: 0.133.0
870870
server:
871871
http:
872872
endpoint: https://ingress.coralogix.com/opamp/v1
@@ -954,10 +954,10 @@ metadata:
954954
name: ecs-ec2-example-opentelemetry-agent-agent
955955
namespace: default
956956
labels:
957-
helm.sh/chart: opentelemetry-agent-0.132.0
957+
helm.sh/chart: opentelemetry-agent-0.133.0
958958
app.kubernetes.io/name: opentelemetry-agent
959959
app.kubernetes.io/instance: ecs-ec2-example
960-
app.kubernetes.io/version: "0.152.1"
960+
app.kubernetes.io/version: "0.153.0"
961961
app.kubernetes.io/managed-by: Helm
962962

963963
spec:
@@ -971,7 +971,7 @@ spec:
971971
template:
972972
metadata:
973973
annotations:
974-
checksum/config: f01c5e744ee1b047a71ef303145c2f3572ed4db732a889758cad459f50405fdc
974+
checksum/config: 98352dadfed818896dccbbf489922cf71b0ee3777c6ef5838aa1d2cdacbcc2c4
975975

976976
labels:
977977
app.kubernetes.io/name: opentelemetry-agent
@@ -1090,10 +1090,10 @@ metadata:
10901090
name: ecs-ec2-example-opentelemetry-ebpf-profiler-agent
10911091
namespace: default
10921092
labels:
1093-
helm.sh/chart: opentelemetry-ebpf-profiler-0.132.0
1093+
helm.sh/chart: opentelemetry-ebpf-profiler-0.133.0
10941094
app.kubernetes.io/name: opentelemetry-ebpf-profiler
10951095
app.kubernetes.io/instance: ecs-ec2-example
1096-
app.kubernetes.io/version: "0.152.1"
1096+
app.kubernetes.io/version: "0.153.0"
10971097
app.kubernetes.io/managed-by: Helm
10981098

10991099
spec:
@@ -1107,7 +1107,7 @@ spec:
11071107
template:
11081108
metadata:
11091109
annotations:
1110-
checksum/config: e939b4cb931956583f65a5fa0f01cc09a41f5ffc9df2347cda3b14538dd3cf43
1110+
checksum/config: d59f771f40f2ca58a659ab47495f22cd0b8ef66ca5913418f85be2905e1cb9a1
11111111

11121112
labels:
11131113
app.kubernetes.io/name: opentelemetry-ebpf-profiler
@@ -1129,7 +1129,7 @@ spec:
11291129
runAsUser: 0
11301130
runAsGroup: 0
11311131
privileged: true
1132-
image: "ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-ebpf-profiler:0.152.1"
1132+
image: "ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-ebpf-profiler:0.153.0"
11331133
imagePullPolicy: IfNotPresent
11341134
ports:
11351135
- name: otlp

otel-ecs-ec2/examples/manifest.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ metadata:
66
name: ecs-ec2-example-opentelemetry-agent
77
namespace: default
88
labels:
9-
helm.sh/chart: opentelemetry-agent-0.132.0
9+
helm.sh/chart: opentelemetry-agent-0.133.0
1010
app.kubernetes.io/name: opentelemetry-agent
1111
app.kubernetes.io/instance: ecs-ec2-example
12-
app.kubernetes.io/version: "0.152.1"
12+
app.kubernetes.io/version: "0.153.0"
1313
app.kubernetes.io/managed-by: Helm
1414
---
1515
# Source: ecs-ec2-integration/charts/opentelemetry-agent/templates/configmap-agent.yaml
@@ -19,10 +19,10 @@ metadata:
1919
name: ecs-ec2-example-opentelemetry-agent-agent
2020
namespace: default
2121
labels:
22-
helm.sh/chart: opentelemetry-agent-0.132.0
22+
helm.sh/chart: opentelemetry-agent-0.133.0
2323
app.kubernetes.io/name: opentelemetry-agent
2424
app.kubernetes.io/instance: ecs-ec2-example
25-
app.kubernetes.io/version: "0.152.1"
25+
app.kubernetes.io/version: "0.153.0"
2626
app.kubernetes.io/managed-by: Helm
2727

2828
data:
@@ -162,14 +162,14 @@ data:
162162
timeout: 10s
163163
logs:
164164
headers:
165-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.32
165+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.33
166166
metrics:
167167
headers:
168-
X-Coralogix-Distribution: helm-otel-integration/0.0.32
168+
X-Coralogix-Distribution: helm-otel-integration/0.0.33
169169
private_key: ${env:CORALOGIX_PRIVATE_KEY}
170170
profiles:
171171
headers:
172-
X-Coralogix-Distribution: helm-otel-integration/0.0.32
172+
X-Coralogix-Distribution: helm-otel-integration/0.0.33
173173
x-coralogix-ingress: otlp/v1.10.0
174174
sending_queue:
175175
batch:
@@ -189,13 +189,13 @@ data:
189189
timeout: 30s
190190
traces:
191191
headers:
192-
X-Coralogix-Distribution: helm-otel-integration/0.0.32
192+
X-Coralogix-Distribution: helm-otel-integration/0.0.33
193193
coralogix/resource_catalog:
194194
application_name: resource
195195
domain: coralogix.com
196196
logs:
197197
headers:
198-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.32
198+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.33
199199
x-coralogix-ingress: metadata-as-otlp-logs/v1
200200
private_key: ${CORALOGIX_PRIVATE_KEY}
201201
sending_queue:
@@ -220,7 +220,7 @@ data:
220220
non_identifying_attributes:
221221
cx.agent.type: agent
222222
cx.cluster.name: ''
223-
helm.chart.opentelemetry-agent.version: 0.132.0
223+
helm.chart.opentelemetry-agent.version: 0.133.0
224224
server:
225225
http:
226226
endpoint: https://ingress.coralogix.com/opamp/v1
@@ -793,10 +793,10 @@ metadata:
793793
name: ecs-ec2-example-opentelemetry-agent-agent
794794
namespace: default
795795
labels:
796-
helm.sh/chart: opentelemetry-agent-0.132.0
796+
helm.sh/chart: opentelemetry-agent-0.133.0
797797
app.kubernetes.io/name: opentelemetry-agent
798798
app.kubernetes.io/instance: ecs-ec2-example
799-
app.kubernetes.io/version: "0.152.1"
799+
app.kubernetes.io/version: "0.153.0"
800800
app.kubernetes.io/managed-by: Helm
801801

802802
spec:
@@ -810,7 +810,7 @@ spec:
810810
template:
811811
metadata:
812812
annotations:
813-
checksum/config: f01c5e744ee1b047a71ef303145c2f3572ed4db732a889758cad459f50405fdc
813+
checksum/config: 98352dadfed818896dccbbf489922cf71b0ee3777c6ef5838aa1d2cdacbcc2c4
814814

815815
labels:
816816
app.kubernetes.io/name: opentelemetry-agent

otel-ecs-ec2/examples/otel-config-ebpf.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,14 @@ exporters:
133133
timeout: 10s
134134
logs:
135135
headers:
136-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.32
136+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.33
137137
metrics:
138138
headers:
139-
X-Coralogix-Distribution: helm-otel-integration/0.0.32
139+
X-Coralogix-Distribution: helm-otel-integration/0.0.33
140140
private_key: ${env:CORALOGIX_PRIVATE_KEY}
141141
profiles:
142142
headers:
143-
X-Coralogix-Distribution: helm-otel-integration/0.0.32
143+
X-Coralogix-Distribution: helm-otel-integration/0.0.33
144144
x-coralogix-ingress: otlp/v1.10.0
145145
sending_queue:
146146
batch:
@@ -160,13 +160,13 @@ exporters:
160160
timeout: 30s
161161
traces:
162162
headers:
163-
X-Coralogix-Distribution: helm-otel-integration/0.0.32
163+
X-Coralogix-Distribution: helm-otel-integration/0.0.33
164164
coralogix/resource_catalog:
165165
application_name: resource
166166
domain: coralogix.com
167167
logs:
168168
headers:
169-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.32
169+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.33
170170
x-coralogix-ingress: metadata-as-otlp-logs/v1
171171
private_key: ${CORALOGIX_PRIVATE_KEY}
172172
sending_queue:
@@ -191,7 +191,7 @@ extensions:
191191
non_identifying_attributes:
192192
cx.agent.type: agent
193193
cx.cluster.name: ''
194-
helm.chart.opentelemetry-agent.version: 0.132.0
194+
helm.chart.opentelemetry-agent.version: 0.133.0
195195
server:
196196
http:
197197
endpoint: https://ingress.coralogix.com/opamp/v1
@@ -773,14 +773,14 @@ exporters:
773773
timeout: 10s
774774
logs:
775775
headers:
776-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.32
776+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.33
777777
metrics:
778778
headers:
779-
X-Coralogix-Distribution: helm-otel-integration/0.0.32
779+
X-Coralogix-Distribution: helm-otel-integration/0.0.33
780780
private_key: ${env:CORALOGIX_PRIVATE_KEY}
781781
profiles:
782782
headers:
783-
X-Coralogix-Distribution: helm-otel-integration/0.0.32
783+
X-Coralogix-Distribution: helm-otel-integration/0.0.33
784784
x-coralogix-ingress: otlp/v1.10.0
785785
sending_queue:
786786
batch:
@@ -800,7 +800,7 @@ exporters:
800800
timeout: 30s
801801
traces:
802802
headers:
803-
X-Coralogix-Distribution: helm-otel-integration/0.0.32
803+
X-Coralogix-Distribution: helm-otel-integration/0.0.33
804804
extensions:
805805
health_check:
806806
endpoint: ${env:MY_POD_IP}:13133
@@ -810,7 +810,7 @@ extensions:
810810
non_identifying_attributes:
811811
cx.agent.type: agent
812812
cx.cluster.name: ''
813-
helm.chart.opentelemetry-ebpf-profiler.version: 0.132.0
813+
helm.chart.opentelemetry-ebpf-profiler.version: 0.133.0
814814
server:
815815
http:
816816
endpoint: https://ingress.coralogix.com/opamp/v1

0 commit comments

Comments
 (0)