chore: bump OpenTelemetry Collector chart to 0.153.0#479
Merged
iblancasa merged 1 commit intoJun 17, 2026
Merged
Conversation
povilasv
approved these changes
Jun 17, 2026
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
0.132.0to0.133.00.152.1to0.153.00.8.00.153.00.153.00.153.0v0.153.00.153.0-windows-2019-amd64Validation
Source chart validation:
make generate-examples CHARTS=opentelemetry-collector: PASSmake validate-examples: PASSgit diff --check: PASSct lint --target-branch main --remote upstream --debug: PASS0.152.1/0.7.0: PASS, no matcheslint-test,collector-test,validate-version-bump,validate-configs,ticket-id-validator)Telemetry-shippers
run-all.shvalidation:Evidence: https://gist.github.com/iblancasa/4a0b609f29d78a666847b9bb76b02b50
Command:
./otel-integration/k8s-helm/e2e-test/run-all.sh: PASS, exit code 0Tests executed by
run-all.sh:TestE2E_ClusterCollector_Metrics: PASSTestE2E_DeltaToCumulativePreset: PASSTestE2E_FleetManager: PASSTestE2E_HeadSampling_Simple: SKIP, env-gated by test logicTestE2E_Agent: PASSTestE2E_SpanMetrics_RegularMetrics: PASSTestE2E_SpanMetrics_DatabaseMetrics: PASSTestE2E_SpanMetrics_CompactMetrics: PASSTestE2E_SpanMetrics_DatabaseCompactMetrics: PASSTestE2E_SpanSanitization: PASSTestE2E_TailSampling_Simple: PASSTestE2E_TargetAllocator_ServiceMonitorMetrics: PASSTestE2E_TransactionsPreset: PASSTestE2E_FleetManagerSupervisor: PASSTestE2E_FleetManagerSupervisor_ConfigMapReload: PASSTestE2E_FleetManagerSupervisor_NonMinimalCollectorConfig: PASS