Skip to content

[Automation] Bump product version numbers#3125

Merged
reakaleek merged 1 commit intomainfrom
updatecli_main_bfbda0570cfbf1ebee5ba4801497a4b00fe1289653863b5c09f26db4b8c67c6e
Apr 16, 2026
Merged

[Automation] Bump product version numbers#3125
reakaleek merged 1 commit intomainfrom
updatecli_main_bfbda0570cfbf1ebee5ba4801497a4b00fe1289653863b5c09f26db4b8c67c6e

Conversation

@elastic-observability-automation
Copy link
Copy Markdown
Contributor

Bump release versions in the config/versions.yml

Update config/versions.yml apm-agent-java 1.55.6

change detected: * key "$.versioning_systems.apm-agent-java.current" updated from "1.55.5" to "1.55.6", in file "config/versions.yml"

v1.55.6
[Release Notes for 1.55.6](https://www.elastic.co/docs/release-notes/apm/agents/java#elastic-apm-java-agent-1-55-6-release-notes)
  ### ARNs of the APM Java Agent AWS Lambda Layer

|Region|ARN|
|------|---|
|af-south-1|arn:aws:lambda:af-south-1:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|ap-east-1|arn:aws:lambda:ap-east-1:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|ap-northeast-1|arn:aws:lambda:ap-northeast-1:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|ap-northeast-2|arn:aws:lambda:ap-northeast-2:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|ap-northeast-3|arn:aws:lambda:ap-northeast-3:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|ap-south-1|arn:aws:lambda:ap-south-1:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|ap-southeast-1|arn:aws:lambda:ap-southeast-1:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|ap-southeast-2|arn:aws:lambda:ap-southeast-2:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|ap-southeast-3|arn:aws:lambda:ap-southeast-3:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|ca-central-1|arn:aws:lambda:ca-central-1:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|eu-central-1|arn:aws:lambda:eu-central-1:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|eu-north-1|arn:aws:lambda:eu-north-1:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|eu-south-1|arn:aws:lambda:eu-south-1:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|eu-west-1|arn:aws:lambda:eu-west-1:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|eu-west-2|arn:aws:lambda:eu-west-2:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|eu-west-3|arn:aws:lambda:eu-west-3:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|il-central-1|arn:aws:lambda:il-central-1:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|sa-east-1|arn:aws:lambda:sa-east-1:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|us-east-1|arn:aws:lambda:us-east-1:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|us-east-2|arn:aws:lambda:us-east-2:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|us-west-1|arn:aws:lambda:us-west-1:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
|us-west-2|arn:aws:lambda:us-west-2:267093732750:layer:elastic-apm-java-ver-1-55-6:1|
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!

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 16, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: c6eef47d-da7e-4dbe-beb3-ddf90a019c89

📥 Commits

Reviewing files that changed from the base of the PR and between 96e731b and d900bf0.

📒 Files selected for processing (1)
  • config/versions.yml

📝 Walkthrough

Walkthrough

This PR updates the APM Agent Java version mapping in the configuration file, bumping the current version from 1.55.5 to 1.55.6. The change is isolated to a single line in config/versions.yml, with no modifications to other version entries or the base version reference. This is a straightforward version configuration update.

Possibly related PRs

Suggested labels

dependencies

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately reflects the main change: updating the apm-agent-java version from 1.55.5 to 1.55.6 in config/versions.yml.
Description check ✅ Passed The description is directly related to the changeset, detailing the version bump with release notes and AWS Lambda Layer ARNs for the new version.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch updatecli_main_bfbda0570cfbf1ebee5ba4801497a4b00fe1289653863b5c09f26db4b8c67c6e

Comment @coderabbitai help to get the list of available commands and usage tips.

@reakaleek reakaleek merged commit f3884a2 into main Apr 16, 2026
31 checks passed
@reakaleek reakaleek deleted the updatecli_main_bfbda0570cfbf1ebee5ba4801497a4b00fe1289653863b5c09f26db4b8c67c6e branch April 16, 2026 08:56
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.

1 participant