Skip to content

[updatecli] update elastic stack version for testing 9.2.0-31ae8fc5-SNAPSHOT#5029

Merged
michel-laterman merged 4 commits intomainfrom
updatecli_main_bump-elastic-stack-snapshot-main
Jul 2, 2025
Merged

[updatecli] update elastic stack version for testing 9.2.0-31ae8fc5-SNAPSHOT#5029
michel-laterman merged 4 commits intomainfrom
updatecli_main_bump-elastic-stack-snapshot-main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jun 10, 2025

Bump elastic-stack to latest snapshot version

Update snapshot.yml

1 file(s) updated with "$1=9.2.0-31ae8fc5-SNAPSHOT": * dev-tools/integration/.env

GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

@github-actions github-actions bot added automation dependency backport-skip Skip notification from the automated backport with mergify labels Jun 10, 2025
@prodsecmachine
Copy link

prodsecmachine commented Jun 10, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

@github-actions github-actions bot force-pushed the updatecli_main_bump-elastic-stack-snapshot-main branch from b04775e to da13b84 Compare June 11, 2025 15:07
@github-actions github-actions bot changed the title [updatecli] update elastic stack version for testing 9.1.0-4041539e-SNAPSHOT [updatecli] update elastic stack version for testing 9.1.0-6e231f83-SNAPSHOT Jun 11, 2025
@github-actions github-actions bot force-pushed the updatecli_main_bump-elastic-stack-snapshot-main branch from da13b84 to d4cb3ab Compare June 12, 2025 15:07
@github-actions github-actions bot changed the title [updatecli] update elastic stack version for testing 9.1.0-6e231f83-SNAPSHOT [updatecli] update elastic stack version for testing 9.1.0-12ffde3c-SNAPSHOT Jun 12, 2025
@github-actions github-actions bot force-pushed the updatecli_main_bump-elastic-stack-snapshot-main branch from d4cb3ab to b897b89 Compare June 13, 2025 15:07
@github-actions github-actions bot changed the title [updatecli] update elastic stack version for testing 9.1.0-12ffde3c-SNAPSHOT [updatecli] update elastic stack version for testing 9.1.0-1cbbf0ad-SNAPSHOT Jun 13, 2025
@github-actions github-actions bot force-pushed the updatecli_main_bump-elastic-stack-snapshot-main branch from b897b89 to c8eb975 Compare June 16, 2025 15:07
@github-actions github-actions bot changed the title [updatecli] update elastic stack version for testing 9.1.0-1cbbf0ad-SNAPSHOT [updatecli] update elastic stack version for testing 9.1.0-03ad3948-SNAPSHOT Jun 16, 2025
@github-actions github-actions bot changed the title [updatecli] update elastic stack version for testing 9.1.0-03ad3948-SNAPSHOT [updatecli] update elastic stack version for testing 9.1.0-f894ad4a-SNAPSHOT Jun 17, 2025
@github-actions github-actions bot force-pushed the updatecli_main_bump-elastic-stack-snapshot-main branch from b0fd241 to 058929f Compare June 18, 2025 15:07
@github-actions github-actions bot changed the title [updatecli] update elastic stack version for testing 9.1.0-f894ad4a-SNAPSHOT [updatecli] update elastic stack version for testing 9.1.0-a43c3895-SNAPSHOT Jun 18, 2025
@github-actions github-actions bot changed the title [updatecli] update elastic stack version for testing 9.1.0-a43c3895-SNAPSHOT [updatecli] update elastic stack version for testing 9.1.0-2a2b7495-SNAPSHOT Jun 19, 2025
@github-actions github-actions bot force-pushed the updatecli_main_bump-elastic-stack-snapshot-main branch from c538b53 to 5b7147d Compare June 20, 2025 15:07
@github-actions github-actions bot changed the title [updatecli] update elastic stack version for testing 9.1.0-2a2b7495-SNAPSHOT [updatecli] update elastic stack version for testing 9.1.0-d9757f1f-SNAPSHOT Jun 20, 2025
@github-actions github-actions bot force-pushed the updatecli_main_bump-elastic-stack-snapshot-main branch from 5b7147d to 7e9a0f0 Compare June 23, 2025 15:08
@github-actions github-actions bot changed the title [updatecli] update elastic stack version for testing 9.1.0-d9757f1f-SNAPSHOT [updatecli] update elastic stack version for testing 9.1.0-7fefcbbc-SNAPSHOT Jun 23, 2025
@github-actions github-actions bot force-pushed the updatecli_main_bump-elastic-stack-snapshot-main branch from 7e9a0f0 to 0c310c1 Compare June 24, 2025 15:08
@github-actions github-actions bot changed the title [updatecli] update elastic stack version for testing 9.1.0-7fefcbbc-SNAPSHOT [updatecli] update elastic stack version for testing 9.1.0-a4ef743e-SNAPSHOT Jun 24, 2025
@github-actions github-actions bot changed the title [updatecli] update elastic stack version for testing 9.1.0-a4ef743e-SNAPSHOT [updatecli] update elastic stack version for testing 9.1.0-dd974feb-SNAPSHOT Jun 25, 2025
@ycombinator
Copy link
Contributor

CI is faiing like so:

Error response from daemon: manifest for docker.elastic.co/cloud-release/elastic-agent-fips-cloud:9.1.0-dd974feb-SNAPSHOT not found: manifest unknown: manifest unknown
--
  | Error: failed to pull image: running "docker pull --platform linux/amd64 docker.elastic.co/cloud-release/elastic-agent-fips-cloud:9.1.0-dd974feb-SNAPSHOT" failed with exit code 1

I think this has to do with the naming change of the FIPS cloud image (see elastic/elastic-agent#8526). We need this command to become docker pull --platform linux/amd64 docker.elastic.co/cloud-release/elastic-agent-cloud-fips:9.1.0-dd974feb-SNAPSHOT instead.

@ycombinator
Copy link
Contributor

@michel-laterman I can't figure out where the docker.elastic.co/cloud-release/elastic-agent-fips-cloud:9.1.0-dd974feb-SNAPSHOT image name is being set in order to change it (see #5029 (comment)). Could you please look into this? Thanks!

@github-actions github-actions bot force-pushed the updatecli_main_bump-elastic-stack-snapshot-main branch 2 times, most recently from 36f7898 to c027a6d Compare June 27, 2025 15:08
Made with ❤️️ by updatecli
@github-actions github-actions bot force-pushed the updatecli_main_bump-elastic-stack-snapshot-main branch from c027a6d to 9a2116f Compare June 30, 2025 15:08
@michel-laterman
Copy link
Contributor

@ycombinator It's part of the pipeline:

DOCKER_BASE_IMAGE: "docker.elastic.co/cloud-release/elastic-agent-fips-cloud"
DOCKER_IMAGE: "docker.elastic.co/beats-ci/elastic-agent-fips-cloud"

Made with ❤️️ by updatecli
@github-actions github-actions bot changed the title [updatecli] update elastic stack version for testing 9.1.0-dd974feb-SNAPSHOT [updatecli] update elastic stack version for testing 9.2.0-bfc270ed-SNAPSHOT Jul 1, 2025
Made with ❤️️ by updatecli
@github-actions github-actions bot changed the title [updatecli] update elastic stack version for testing 9.2.0-bfc270ed-SNAPSHOT [updatecli] update elastic stack version for testing 9.2.0-31ae8fc5-SNAPSHOT Jul 2, 2025
@michel-laterman michel-laterman requested a review from a team as a code owner July 2, 2025 20:45
@michel-laterman michel-laterman enabled auto-merge (squash) July 2, 2025 20:57
@elastic-sonarqube
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@michel-laterman michel-laterman merged commit 403d5a6 into main Jul 2, 2025
9 checks passed
@michel-laterman michel-laterman deleted the updatecli_main_bump-elastic-stack-snapshot-main branch July 2, 2025 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation backport-skip Skip notification from the automated backport with mergify dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants