| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| helm-chart-odigos-1.37.0.tgz | 2026-09-14 | 113.3 kB | |
| helm-chart-odigos-central-1.37.0.tgz | 2026-09-14 | 14.3 kB | |
| checksums.txt | 2026-09-14 | 582 Bytes | |
| cli_1.37.0_darwin_amd64.tar.gz | 2026-09-14 | 38.8 MB | |
| cli_1.37.0_darwin_arm64.tar.gz | 2026-09-14 | 36.6 MB | |
| cli_1.37.0_linux_amd64.tar.gz | 2026-09-14 | 36.5 MB | |
| cli_1.37.0_linux_arm64.tar.gz | 2026-09-14 | 33.4 MB | |
| cli_1.37.0_windows_amd64.tar.gz | 2026-09-14 | 37.1 MB | |
| cli_1.37.0_windows_arm64.tar.gz | 2026-09-14 | 33.6 MB | |
| README.md | 2026-09-10 | 4.3 kB | |
| v1.37.0 source code.tar.gz | 2026-09-10 | 72.5 MB | |
| v1.37.0 source code.zip | 2026-09-10 | 74.4 MB | |
| Totals: 12 Items | 363.0 MB | 1 | |
Changes by Kind
Uncategorized
- Add odiglet.scheduleOnlyOnInstrumentedNodes to schedule odiglet only on nodes that already have instrumented pods (requires instrumentor.mountMethod=k8s-init-container). (#5755, @blumamir)
- Chore(deps): update @odigos/ui-kit to version 0.0.295 (#5732, @BenElferink)
- Chore: update ui-kit to v0.0.296 (#5777, @BenElferink)
- Chore: update ui-kit to v0.0.297 (#5784, @BenElferink)
- Chore: update ui-kit to v0.0.300 (#5796, @octo-sts[bot])
- Clarify Odigos Central install, Keycloak, SSO, and ingress setup, and document Recover after instrumentation auto-rollback. (#5668, @rayray221)
- EBPF instrumentations now report
telemetry.distro.namewith the Odigos distribution name (for examplejava-ebpf-instrumentations,golang-enterprise). (#5728, @daemon1024) - Feat: Odigos Insights (#5722, @BenElferink)
- Feat: [BREAKING CHANGE] the odiglet and data-collection containers now run as non-privileged by default. To restore the previous behavior set
odiglet.odiglet.privileged=trueandodiglet.dataCollection.privileged=true. feat: [BREAKING CHANGE]odiglet.unPrivilegedis replaced by the per-containerodiglet.odiglet.privilegedandodiglet.dataCollection.privilegedflags, to make clear they apply to individual containers in the odiglet daemonset and not to the whole pod. feat: [BREAKING CHANGE] thek8s-csi-drivermount method now requiresodiglet.odiglet.privileged=true. feat: data-collection can now run non-privileged with metrics and logs enabled; it is no longer implied bysignals. (#5759, @RonFed) - Feat: add odiglet seLinuxOptions helm values and a default for non-privileged mode (#5738, @RonFed)
- Feat: remove restart requirement from wasp (#5745, @RonFed)
- Fix GraphQL sampling rule updates so omitting sourceScopes/operation no longer widens scoped rules cluster-wide. (#5434, @cursor[bot])
- Fix PHP CVEs (#5792, @octo-sts[bot])
- Fix the UI overwriting the entire odigos-remote-config ConfigMap when saving profiling cache or rollout settings, which reverted centrally-managed configuration (including automaticRolloutDisabled and ignoredNamespaces) to the Helm defaults. (#5690, @cursor[bot])
- Fix(destinations): Use unique destination secret env vars in collector config (#5674, @damemi)
- Fix(destinations): fix destination secret env vars being generated with characters that are invalid in an environment variable name, which prevented the cluster gateway collector from starting when any destination used a secret (#5787, @cursor[bot])
- Fix(frontend): preserve omitted Action/InstrumentationRule fields on GraphQL updates so partial edits do not widen scopes or wipe attribute/header/payload config (#5439, @cursor[bot])
- Fix(helm): stop Insights install from hanging when ClickHouse storage cannot bind (#5729, @tamirdavid1)
- Fix: add sys_ptrace to data-collection when profiling is enabled (#5797, @octo-sts[bot])
- Fix: copy profiles dictionary on datastream fan-out so destination export works (#5724, @tamirdavid1)
- Fix: enabling insights without an on-prem token no longer forces the traces signal on cluster-wide, installs groupbytrace on the gateway, or exports telemetry to an odigos-insights service that was never deployed (#5736, @cursor[bot])
- Fix: preserve DbQueryTemplatization / InferDbAttributes scopes when omitted from GraphQL Action updates (#5428, @cursor[bot])
- Fix: preserve InstrumentationRule scopes and library selectors when GraphQL update omits them (#5421, @cursor[bot])
- Fixed a bug where a Kafka or AWS CloudWatch destination with a non-numeric value in a numeric field (for example KAFKA_PRODUCER_REQUIRED_ACKS: "all") crashed the gateway configuration process, which stopped the cluster collector configuration from being updated for all destinations. The invalid destination is now reported with an error condition and skipped. (#5739, @cursor[bot])
- Fixed a bug where a Source's otelServiceName set from the UI could contain JSON that was interpreted as patch operations, allowing unintended modifications to the Source object. (#5542, @cursor[bot])
- Remove unused ui.centralBackendURL Helm value (#5700, @BenElferink)
- URL templatization now replaces the original path inside HTTP span names when present, not only when the name equals the method. (#5780, @blumamir)