Skip to content

chore: bump OpenTelemetry Collector chart to 0.153.0#479

Merged
iblancasa merged 1 commit into
coralogix:mainfrom
iblancasa:codex/bump-otel-collector-chart-v0.153.0
Jun 17, 2026
Merged

chore: bump OpenTelemetry Collector chart to 0.153.0#479
iblancasa merged 1 commit into
coralogix:mainfrom
iblancasa:codex/bump-otel-collector-chart-v0.153.0

Conversation

@iblancasa

@iblancasa iblancasa commented Jun 16, 2026

Copy link
Copy Markdown

Summary

  • Bump OpenTelemetry Collector chart from 0.132.0 to 0.133.0
  • Bump Collector app/image version from 0.152.1 to 0.153.0
  • Update rendered examples and generated manifests for the Collector chart
  • Update fleet-management/supervised Collector image references to 0.8.0
  • Prepare downstream telemetry-shippers companion changes:
    • Add Collector schema bundle 0.153.0
    • Add eBPF profiler Collector schema bundle 0.153.0
    • Bump k8s, ECS, Linux, macOS, and Windows standalone chart values/config outputs to Collector 0.153.0
    • Update target allocator image tag to v0.153.0
    • Update Windows image tags to 0.153.0-windows-2019-amd64

Validation

Source chart validation:

  • make generate-examples CHARTS=opentelemetry-collector: PASS
  • make validate-examples: PASS
  • git diff --check: PASS
  • ct lint --target-branch main --remote upstream --debug: PASS
  • stale tag scan for 0.152.1 / 0.7.0: PASS, no matches
  • PR CI: PASS (lint-test, collector-test, validate-version-bump, validate-configs, ticket-id-validator)

Telemetry-shippers run-all.sh validation:
Evidence: https://gist.github.com/iblancasa/4a0b609f29d78a666847b9bb76b02b50

Command:

  • ./otel-integration/k8s-helm/e2e-test/run-all.sh: PASS, exit code 0

Tests executed by run-all.sh:

  • TestE2E_ClusterCollector_Metrics: PASS
  • TestE2E_DeltaToCumulativePreset: PASS
  • TestE2E_FleetManager: PASS
  • TestE2E_HeadSampling_Simple: SKIP, env-gated by test logic
  • TestE2E_Agent: PASS
  • TestE2E_SpanMetrics_RegularMetrics: PASS
  • TestE2E_SpanMetrics_DatabaseMetrics: PASS
  • TestE2E_SpanMetrics_CompactMetrics: PASS
  • TestE2E_SpanMetrics_DatabaseCompactMetrics: PASS
  • TestE2E_SpanSanitization: PASS
  • TestE2E_TailSampling_Simple: PASS
  • TestE2E_TargetAllocator_ServiceMonitorMetrics: PASS
  • TestE2E_TransactionsPreset: PASS
  • TestE2E_FleetManagerSupervisor: PASS
  • TestE2E_FleetManagerSupervisor_ConfigMapReload: PASS
  • TestE2E_FleetManagerSupervisor_NonMinimalCollectorConfig: PASS

@iblancasa iblancasa requested review from a team, nicolastakashi and oded-dd as code owners June 16, 2026 16:04
@iblancasa iblancasa merged commit 8bbb5cf into coralogix:main Jun 17, 2026
5 checks passed
iblancasa added a commit to coralogix/telemetry-shippers that referenced this pull request Jun 17, 2026
## 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants