Skip to content

Commit 684cac6

Browse files
chore: bump opentelemetry-collector to 0.134.2 (#951)
## OpenTelemetry Collector Bump Summary **Version:** `0.134.2` ### Charts | Chart | Status | Notes | |-------|--------|-------| | otel-ecs-ec2 | ✅ OK | | | otel-integration | ✅ OK | | | otel-linux-standalone | ✅ OK | | | otel-macos-standalone | ✅ OK | | | otel-windows-standalone | ✅ OK | | ### Changelog #### Changes from opentelemetry-collector 0.134.2: - [Feat] Add per-object startup delays for Kubernetes resource catalog periodic collection to spread initial pull requests. --- *Generated by bump-otel-collector-version.sh* **Source:** coralogix/opentelemetry-helm-charts#481 ✅ **Changelog:** Includes all entries from current to target version. --- **To skip a chart:** Remove its `chart:*` label → changes auto-revert. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3078f24 commit 684cac6

26 files changed

Lines changed: 301 additions & 206 deletions

otel-ecs-ec2/CHANGELOG.md

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

3+
### v0.0.36 / 2026-06-30
4+
5+
- [Change] Update Helm dependency `opentelemetry-agent` to chart version `0.134.2`.
6+
7+
#### Changes from opentelemetry-collector 0.134.2:
8+
- [Feat] Add per-object startup delays for Kubernetes resource catalog periodic collection to spread initial pull requests.
9+
310
### v0.0.35 / 2026-06-30
411

512
- [Change] Update Helm dependency `opentelemetry-agent` to chart version `0.134.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.35
4+
version: 0.0.36
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.134.1"
14+
version: "0.134.2"
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.134.1"
19+
version: "0.134.2"
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: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: ecs-ec2-example-opentelemetry-agent
77
namespace: default
88
labels:
9-
helm.sh/chart: opentelemetry-agent-0.134.1
9+
helm.sh/chart: opentelemetry-agent-0.134.2
1010
app.kubernetes.io/name: opentelemetry-agent
1111
app.kubernetes.io/instance: ecs-ec2-example
1212
app.kubernetes.io/version: "0.154.0"
@@ -22,7 +22,7 @@ metadata:
2222
name: ecs-ec2-example-opentelemetry-ebpf-profiler
2323
namespace: default
2424
labels:
25-
helm.sh/chart: opentelemetry-ebpf-profiler-0.134.1
25+
helm.sh/chart: opentelemetry-ebpf-profiler-0.134.2
2626
app.kubernetes.io/name: opentelemetry-ebpf-profiler
2727
app.kubernetes.io/instance: ecs-ec2-example
2828
app.kubernetes.io/version: "0.154.0"
@@ -38,7 +38,7 @@ metadata:
3838
name: ecs-ec2-example-opentelemetry-agent-agent
3939
namespace: default
4040
labels:
41-
helm.sh/chart: opentelemetry-agent-0.134.1
41+
helm.sh/chart: opentelemetry-agent-0.134.2
4242
app.kubernetes.io/name: opentelemetry-agent
4343
app.kubernetes.io/instance: ecs-ec2-example
4444
app.kubernetes.io/version: "0.154.0"
@@ -181,14 +181,14 @@ data:
181181
timeout: 10s
182182
logs:
183183
headers:
184-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
184+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
185185
metrics:
186186
headers:
187-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
187+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
188188
private_key: ${env:CORALOGIX_PRIVATE_KEY}
189189
profiles:
190190
headers:
191-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
191+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
192192
x-coralogix-ingress: otlp/v1.10.0
193193
sending_queue:
194194
batch:
@@ -208,13 +208,13 @@ data:
208208
timeout: 30s
209209
traces:
210210
headers:
211-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
211+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
212212
coralogix/resource_catalog:
213213
application_name: resource
214214
domain: coralogix.com
215215
logs:
216216
headers:
217-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
217+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
218218
x-coralogix-ingress: metadata-as-otlp-logs/v1
219219
private_key: ${CORALOGIX_PRIVATE_KEY}
220220
sending_queue:
@@ -239,7 +239,7 @@ data:
239239
non_identifying_attributes:
240240
cx.agent.type: agent
241241
cx.cluster.name: ''
242-
helm.chart.opentelemetry-agent.version: 0.134.1
242+
helm.chart.opentelemetry-agent.version: 0.134.2
243243
server:
244244
http:
245245
endpoint: https://ingress.coralogix.com/opamp/v1
@@ -813,7 +813,7 @@ metadata:
813813
name: ecs-ec2-example-opentelemetry-ebpf-profiler-agent
814814
namespace: default
815815
labels:
816-
helm.sh/chart: opentelemetry-ebpf-profiler-0.134.1
816+
helm.sh/chart: opentelemetry-ebpf-profiler-0.134.2
817817
app.kubernetes.io/name: opentelemetry-ebpf-profiler
818818
app.kubernetes.io/instance: ecs-ec2-example
819819
app.kubernetes.io/version: "0.154.0"
@@ -836,14 +836,14 @@ data:
836836
timeout: 10s
837837
logs:
838838
headers:
839-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
839+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
840840
metrics:
841841
headers:
842-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
842+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
843843
private_key: ${env:CORALOGIX_PRIVATE_KEY}
844844
profiles:
845845
headers:
846-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
846+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
847847
x-coralogix-ingress: otlp/v1.10.0
848848
sending_queue:
849849
batch:
@@ -863,7 +863,7 @@ data:
863863
timeout: 30s
864864
traces:
865865
headers:
866-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
866+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
867867
extensions:
868868
health_check:
869869
endpoint: ${env:MY_POD_IP}:13133
@@ -873,7 +873,7 @@ data:
873873
non_identifying_attributes:
874874
cx.agent.type: agent
875875
cx.cluster.name: ''
876-
helm.chart.opentelemetry-ebpf-profiler.version: 0.134.1
876+
helm.chart.opentelemetry-ebpf-profiler.version: 0.134.2
877877
server:
878878
http:
879879
endpoint: https://ingress.coralogix.com/opamp/v1
@@ -962,7 +962,7 @@ metadata:
962962
name: ecs-ec2-example-opentelemetry-agent-agent
963963
namespace: default
964964
labels:
965-
helm.sh/chart: opentelemetry-agent-0.134.1
965+
helm.sh/chart: opentelemetry-agent-0.134.2
966966
app.kubernetes.io/name: opentelemetry-agent
967967
app.kubernetes.io/instance: ecs-ec2-example
968968
app.kubernetes.io/version: "0.154.0"
@@ -979,7 +979,7 @@ spec:
979979
template:
980980
metadata:
981981
annotations:
982-
checksum/config: 635b4d17ee335fded22204f0376204662175882703d7a8135122e68b0d144cdd
982+
checksum/config: 55b69e9f035f90f6806900ad319d3d0d535b4084723a6553edbe9093ebd39ed4
983983

984984
labels:
985985
app.kubernetes.io/name: opentelemetry-agent
@@ -1099,7 +1099,7 @@ metadata:
10991099
name: ecs-ec2-example-opentelemetry-ebpf-profiler-agent
11001100
namespace: default
11011101
labels:
1102-
helm.sh/chart: opentelemetry-ebpf-profiler-0.134.1
1102+
helm.sh/chart: opentelemetry-ebpf-profiler-0.134.2
11031103
app.kubernetes.io/name: opentelemetry-ebpf-profiler
11041104
app.kubernetes.io/instance: ecs-ec2-example
11051105
app.kubernetes.io/version: "0.154.0"
@@ -1116,7 +1116,7 @@ spec:
11161116
template:
11171117
metadata:
11181118
annotations:
1119-
checksum/config: 26490cb7467217fc52b78e2ed75196b9a22344a2b25524346256e618d5cac4c0
1119+
checksum/config: a2cec391e25793e189f2060a5d3dd590d72842d45d3bf84fcd609b34899102b2
11201120

11211121
labels:
11221122
app.kubernetes.io/name: opentelemetry-ebpf-profiler

otel-ecs-ec2/examples/manifest.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: ecs-ec2-example-opentelemetry-agent
77
namespace: default
88
labels:
9-
helm.sh/chart: opentelemetry-agent-0.134.1
9+
helm.sh/chart: opentelemetry-agent-0.134.2
1010
app.kubernetes.io/name: opentelemetry-agent
1111
app.kubernetes.io/instance: ecs-ec2-example
1212
app.kubernetes.io/version: "0.154.0"
@@ -22,7 +22,7 @@ metadata:
2222
name: ecs-ec2-example-opentelemetry-agent-agent
2323
namespace: default
2424
labels:
25-
helm.sh/chart: opentelemetry-agent-0.134.1
25+
helm.sh/chart: opentelemetry-agent-0.134.2
2626
app.kubernetes.io/name: opentelemetry-agent
2727
app.kubernetes.io/instance: ecs-ec2-example
2828
app.kubernetes.io/version: "0.154.0"
@@ -165,14 +165,14 @@ data:
165165
timeout: 10s
166166
logs:
167167
headers:
168-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
168+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
169169
metrics:
170170
headers:
171-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
171+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
172172
private_key: ${env:CORALOGIX_PRIVATE_KEY}
173173
profiles:
174174
headers:
175-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
175+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
176176
x-coralogix-ingress: otlp/v1.10.0
177177
sending_queue:
178178
batch:
@@ -192,13 +192,13 @@ data:
192192
timeout: 30s
193193
traces:
194194
headers:
195-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
195+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
196196
coralogix/resource_catalog:
197197
application_name: resource
198198
domain: coralogix.com
199199
logs:
200200
headers:
201-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
201+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
202202
x-coralogix-ingress: metadata-as-otlp-logs/v1
203203
private_key: ${CORALOGIX_PRIVATE_KEY}
204204
sending_queue:
@@ -223,7 +223,7 @@ data:
223223
non_identifying_attributes:
224224
cx.agent.type: agent
225225
cx.cluster.name: ''
226-
helm.chart.opentelemetry-agent.version: 0.134.1
226+
helm.chart.opentelemetry-agent.version: 0.134.2
227227
server:
228228
http:
229229
endpoint: https://ingress.coralogix.com/opamp/v1
@@ -797,7 +797,7 @@ metadata:
797797
name: ecs-ec2-example-opentelemetry-agent-agent
798798
namespace: default
799799
labels:
800-
helm.sh/chart: opentelemetry-agent-0.134.1
800+
helm.sh/chart: opentelemetry-agent-0.134.2
801801
app.kubernetes.io/name: opentelemetry-agent
802802
app.kubernetes.io/instance: ecs-ec2-example
803803
app.kubernetes.io/version: "0.154.0"
@@ -814,7 +814,7 @@ spec:
814814
template:
815815
metadata:
816816
annotations:
817-
checksum/config: 635b4d17ee335fded22204f0376204662175882703d7a8135122e68b0d144cdd
817+
checksum/config: 55b69e9f035f90f6806900ad319d3d0d535b4084723a6553edbe9093ebd39ed4
818818

819819
labels:
820820
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.35
136+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
137137
metrics:
138138
headers:
139-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
139+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
140140
private_key: ${env:CORALOGIX_PRIVATE_KEY}
141141
profiles:
142142
headers:
143-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
143+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
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: ecs-ec2-integration/0.0.35
163+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
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.35
169+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
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.134.1
194+
helm.chart.opentelemetry-agent.version: 0.134.2
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.35
776+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
777777
metrics:
778778
headers:
779-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
779+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
780780
private_key: ${env:CORALOGIX_PRIVATE_KEY}
781781
profiles:
782782
headers:
783-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
783+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
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: ecs-ec2-integration/0.0.35
803+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
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.134.1
813+
helm.chart.opentelemetry-ebpf-profiler.version: 0.134.2
814814
server:
815815
http:
816816
endpoint: https://ingress.coralogix.com/opamp/v1

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

Lines changed: 6 additions & 6 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.35
136+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
137137
metrics:
138138
headers:
139-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
139+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
140140
private_key: ${env:CORALOGIX_PRIVATE_KEY}
141141
profiles:
142142
headers:
143-
X-Coralogix-Distribution: ecs-ec2-integration/0.0.35
143+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
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: ecs-ec2-integration/0.0.35
163+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
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.35
169+
X-Coralogix-Distribution: ecs-ec2-integration/0.0.36
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.134.1
194+
helm.chart.opentelemetry-agent.version: 0.134.2
195195
server:
196196
http:
197197
endpoint: https://ingress.coralogix.com/opamp/v1

otel-ecs-ec2/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ global:
55
defaultSubsystemName: "integration"
66
logLevel: "info"
77
collectionInterval: "30s"
8-
version: "0.0.35"
8+
version: "0.0.36"
99
deploymentEnvironmentName: ""
1010

1111
opentelemetry-agent:

0 commit comments

Comments
 (0)