chore: update DTS to 1.25 doca3.4#2634
Conversation
Signed-off-by: Fred Rolland <frolland@nvidia.com>
Greptile SummaryThis PR bumps the DOCA Telemetry Service (DTS) version from
Confidence Score: 5/5Safe to merge — both files that hardcode the DTS version are updated consistently, and no stale references to the old version remain in the codebase. The change is a two-line version string update applied consistently across the canonical release config and the example CR. The template file derives its value from hack/release.yaml via Go template variables, so no further updates are needed. A grep confirms no remaining occurrences of the old version string anywhere in the repo. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[hack/release.yaml
docaTelemetryService: 1.25.5-doca3.4.0-host] --> B[hack/templates/crs/
nicclusterpolicy_cr-full.template
uses Go template vars]
B --> C[Generated CR
via release tooling]
A2[example/crs/
nicclusterpolicy_cr-full.yaml
1.25.5-doca3.4.0-host] --> D[Reference example
for users]
Reviews (1): Last reviewed commit: "chore: update DTS to 1.25 doca3.4" | Re-trigger Greptile |
No description provided.