Skip to content

update bundle for 1.28.0#3237

Merged
khewonc merged 1 commit into
mainfrom
khewonc/bundle-1.28.0
Jul 8, 2026
Merged

update bundle for 1.28.0#3237
khewonc merged 1 commit into
mainfrom
khewonc/bundle-1.28.0

Conversation

@khewonc

@khewonc khewonc commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

What does this PR do?

A brief description of the change being made with this pull request.

Motivation

What inspired you to submit this pull request?

Additional Notes

Anything else we should know when reviewing?

Minimum Agent Versions

Are there minimum versions of the Datadog Agent and/or Cluster Agent required?

  • Agent: vX.Y.Z
  • Cluster Agent: vX.Y.Z

Describe your test plan

Write there any instructions and details you may have to test your PR.

Checklist

  • PR has at least one valid label: bug, enhancement, refactoring, documentation, tooling, and/or dependencies
  • PR has a milestone or the qa/skip-qa label
  • All commits are signed (see: signing commits)

@khewonc
khewonc requested a review from a team July 8, 2026 18:03
@khewonc khewonc added enhancement New feature or request qa/skip-qa labels Jul 8, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7a65a9dabd

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +69 to +70
containerImage:
description: ContainerImage identifies container image names

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep DatadogInstrumentation checks on containerName

The bundle CRD is reverting the DatadogInstrumentation check selector to containerImage, but the current API type and generated base CRD define DatadogInstrumentationCheckConfig.ContainerName with JSON field containerName (api/datadoghq/v1alpha1/datadoginstrumentation_types.go:41-43 and config/crd/bases/v1/datadoghq.com_datadoginstrumentations.yaml:65-67). In OLM installs using this bundle, valid checks[].containerName values are pruned/rejected by the CRD, while containerImage is not read by the operator's typed API, so users cannot target checks to a container by name.

Useful? React with 👍 / 👎.

Comment on lines +93 to 96
logs:
description: Logs contains log collection configuration
payloads for this integration.
items:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restore DatadogInstrumentation logs at config level

The bundle schema nests log configs back under each check, but the current API and base CRD expose logs as spec.config.logs[] with a required containerName (api/datadoghq/v1alpha1/datadoginstrumentation_types.go:30-33 and :123-129). With this OLM CRD, valid top-level log configs are pruned/rejected, and nested checks[].logs never populate DatadogInstrumentationConfig.Logs, so DatadogInstrumentation log collection cannot be configured through the bundle.

Useful? React with 👍 / 👎.

@datadog-prod-us1-6

Copy link
Copy Markdown

Code Coverage

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 46.36% (+0.00%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 7a65a9d | Docs | Datadog PR Page | Give us feedback!

@khewonc
khewonc merged commit 39274d6 into main Jul 8, 2026
40 of 48 checks passed
@khewonc
khewonc deleted the khewonc/bundle-1.28.0 branch July 8, 2026 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants