Skip to content

Reintroduce cloud defend to agent container images#11795

Merged
mjwolf merged 3 commits intoelastic:mainfrom
mjwolf:reintroduce-cloud-defend
Dec 15, 2025
Merged

Reintroduce cloud defend to agent container images#11795
mjwolf merged 3 commits intoelastic:mainfrom
mjwolf:reintroduce-cloud-defend

Conversation

@mjwolf
Copy link
Contributor

@mjwolf mjwolf commented Dec 13, 2025

What does this PR do?

Reintroduce cloud-defend into agent's basic and complete Docker images

Why is it important?

cloud-defend is a product being re-introduced in 9.3.

Checklist

  • I have read and understood the pull request guidelines of this project.
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in ./changelog/fragments using the changelog tool
  • I have added an integration test or an E2E test

Disruptive User Impact

In mage packaging, in the supportsSelectedPackageTypesFilter, which
filters out components which do not apply to the package type, change
the behaviour to allow all components if there is no package types set,
instead of excluding all components.

There are some build types which do not specify any package types.
Previously these build were broken, since all components were filtered
out. This fixes the builds by including, instead of excluding, all
components when there's no package types set.
@mjwolf mjwolf added enhancement New feature or request backport-skip labels Dec 13, 2025
@mergify mergify bot assigned mjwolf Dec 13, 2025
@elasticmachine
Copy link
Contributor

elasticmachine commented Dec 13, 2025

💔 Build Failed

Failed CI Steps

History

cc @mjwolf

@mjwolf mjwolf marked this pull request as ready for review December 13, 2025 16:25
@mjwolf mjwolf requested a review from a team as a code owner December 13, 2025 16:25
@pierrehilbert pierrehilbert added the Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team label Dec 14, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

Copy link
Member

@cmacknz cmacknz left a comment

Choose a reason for hiding this comment

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

@mjwolf mjwolf merged commit 83a7b23 into elastic:main Dec 15, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-skip enhancement New feature or request Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team

4 participants