Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use docker.elastic.co/observability/stream:v0.15.0 #9429

Merged
merged 2 commits into from
Apr 16, 2024
Merged

Use docker.elastic.co/observability/stream:v0.15.0 #9429

merged 2 commits into from
Apr 16, 2024

Conversation

andrewkroh
Copy link
Member

@andrewkroh andrewkroh commented Mar 22, 2024

Proposed commit message

Use elastic/stream:v0.15.0 across all system tests. This will help reduce data transfer costs because the latest image is smaller (based on alpine) and the image cache will be more effective because most tests will rely on the same elastic/stream image.

The latest release also provides a multi-arch image for amd64 and arm64 so it can run natively (without emulation), which good for developers running Apple ARM chips.

There's no requirement that all tests be on the same image version, but I might sync them occasionally. There is no version or changelog entry because this is not a user-facing change (affects tests only).

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.

@elasticmachine
Copy link

🚀 Benchmarks report

To see the full report comment with /test benchmark fullreport

@andrewkroh andrewkroh changed the title Use docker.elastic.co/observability/stream:v0.14.0 Use docker.elastic.co/observability/stream:v0.15.0 Apr 2, 2024
[git-generate]
find . -name 'docker-compose.yml' -exec perl -p -i -e 's|akroh/stream:v\d+\.\d+\.\d+$|docker.elastic.co/observability/stream:v0.15.0|g' {} \;
[git-generate]
find . -name 'docker-compose.yml' -not -path '*/system/*' \
  -exec perl -p -i -e 's|docker.elastic.co/observability/stream:v\d+\.\d+\.\d+$|docker.elastic.co/observability/stream:v0.15.0|g' {} \;
Copy link

Quality Gate passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No Coverage information No data about Coverage
No Duplication information No data about Duplication

See analysis details on SonarQube

@elasticmachine
Copy link

💚 Build Succeeded

History

  • 💔 Build #10100 failed 83cb11bba67c912f3cf7409c8ff42e7f272e9000
  • 💔 Build #10024 failed fc08f11270c1e8fb92d46e9b1ebc552d5b2bd78c
  • 💚 Build #9807 succeeded b825f56f87aabbfbfc0146ada4e3ce3c28158062
  • 💚 Build #9804 succeeded 3fc4da44902ca3170d5a104e69d680d410817b0e
  • 💔 Build #9801 failed 99026ddf31aeda2358b7ada745f95aaab64b362b

@andrewkroh andrewkroh marked this pull request as ready for review April 4, 2024 19:10
@andrewkroh andrewkroh requested review from a team as code owners April 4, 2024 19:10
@andrewkroh andrewkroh requested review from ycombinator and faec April 4, 2024 19:10
@andrewkroh andrewkroh added Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team [elastic/elastic-agent-data-plane] Team:Obs-InfraObs Label for the Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations] Team:Security-Service Integrations Security Service Integrations Team [elastic/security-service-integrations] Team:Security-Deployment and Devices Deployment and Devices Security team [elastic/sec-deployment-and-devices] Team:Security-Windows Platform Security Windows Platform Team [elastic/sec-windows-platform] labels Apr 4, 2024
@elasticmachine
Copy link

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

@elasticmachine
Copy link

Pinging @elastic/security-service-integrations (Team:Security-Service Integrations)

@elasticmachine
Copy link

Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices)

@elasticmachine
Copy link

Pinging @elastic/sec-windows-platform (Team:Security-Windows Platform)

Copy link
Contributor

@pkoutsovasilis pkoutsovasilis left a comment

Choose a reason for hiding this comment

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

LGTM! can't wait for package-registry to make a release and then arm64 native execution here we go through elastic-package

@andrewkroh andrewkroh enabled auto-merge (squash) April 4, 2024 20:00
@andrewkroh andrewkroh merged commit 0497b03 into elastic:main Apr 16, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team [elastic/elastic-agent-data-plane] Team:Obs-InfraObs Label for the Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations] Team:Security-Deployment and Devices Deployment and Devices Security team [elastic/sec-deployment-and-devices] Team:Security-Service Integrations Security Service Integrations Team [elastic/security-service-integrations] Team:Security-Windows Platform Security Windows Platform Team [elastic/sec-windows-platform]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants