[codex] Bump OpenTelemetry Collector chart to 0.154.0#480
Merged
iblancasa merged 1 commit intoJun 23, 2026
Merged
Conversation
povilasv
approved these changes
Jun 23, 2026
iblancasa
added a commit
to coralogix/telemetry-shippers
that referenced
this pull request
Jun 23, 2026
## Summary - Bump telemetry-shippers companion charts to consume `opentelemetry-collector` chart `0.134.0` / Collector `0.154.0`. - Refresh generated ECS and standalone configs/manifests. - Add Collector `0.154.0` standard and eBPF profiler schema files. - Refresh high-risk `otel-integration` Helm golden renders. - Bump the Windows collector image overrides to `0.154.0-windows-2019-amd64`. ## Source - Source chart PR: coralogix/opentelemetry-helm-charts#480 - Source chart merge commit: `27116f129804c7df51613f8c720fc39fb11ff041` ## Why - The schema files are added because prior collector bump PRs include the matching `otelcol-schemas` and `otelcol-ebpf-profiler-schemas` artifacts for the new Collector version. - The golden renders are refreshed because `security-hygiene` rerenders `otel-integration/k8s-helm/tests/golden` and diffs the checked-in manifests; the chart dependency bump changes rendered labels from `0.133.0` to `0.134.0`. - The Windows values files override the collector image tag, so they must move with the Collector appVersion; otherwise Windows installs render new chart labels while still running the previous Windows collector image. ## Validation | Check | Result | Evidence | | --- | --- | --- | | `scripts/bump-otel-collector-version.sh --version 0.134.0` | Pass | Generated this companion bump. | | `helm dependency update` for `otel-ecs-ec2`, `otel-integration/k8s-helm`, `otel-linux-standalone`, `otel-macos-standalone`, `otel-windows-standalone` | Pass | Dependencies resolve from the published Coralogix chart repo. | | `make -C otel-ecs-ec2 all` | Pass | Regenerated ECS configs/manifests. | | `make -C otel-linux-standalone otel-config`, `make -C otel-macos-standalone otel-config`, `make -C otel-windows-standalone otel-config` | Pass | Regenerated standalone configs. | | `.github/scripts/check-helm-golden-renders.sh --update` and `.github/scripts/check-helm-golden-renders.sh` | Pass | Refreshed and verified Helm golden renders, including the Windows image override. | | `python3 -m json.tool` on both `0.154.0` schema files | Pass | Schema files parse as valid JSON. | | `git diff --check` | Pass | No whitespace errors. | | `otel-integration/k8s-helm/e2e-test/run-all.sh` | Pass | Authoritative Linux e2e rerun passed after JFrog images were published. | | Windows EKS e2e | Pass | Mixed Linux/Windows EKS install, debug settings check, and Windows log-marker collection passed. Logs: https://gist.github.com/iblancasa/8def7e2a24b8931af7d85f216cb56b69 | ## Notes - Earlier Linux e2e failure was non-authoritative: the chart pulled JFrog supervised images before the `0.9.0` images had been published there. - `0.134.0` is now published in the Coralogix Helm repo. --------- 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
opentelemetry-collectorchart from0.133.0to0.134.0appVersionfrom0.153.0to0.154.00.8.0to0.9.0Validation
charts/opentelemetry-collector/validate-chart-version-bump.shmake validate-examplesValidation logs: