Skip to content

[Automation] Bump product version numbers#3110

Merged
shainaraskas merged 2 commits intomainfrom
updatecli_main_bfbda0570cfbf1ebee5ba4801497a4b00fe1289653863b5c09f26db4b8c67c6e
Apr 15, 2026
Merged

[Automation] Bump product version numbers#3110
shainaraskas merged 2 commits 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 terraform-google-edot-cf 0.1.3

change detected: * key "$.versioning_systems.terraform-google-edot-cf.current" updated from "0.1.2" to "0.1.3", in file "config/versions.yml"

v0.1.3
## [0.1.3](https://github.com/elastic/terraform-google-edot-cloud-forwarder/compare/v0.1.2...v0.1.3) (2026-04-14)


### 🐛 Bug Fixes

* perpetualdiff ([#29](https://github.com/elastic/terraform-google-edot-cloud-forwarder/issues/29)) ([7d73e76](https://github.com/elastic/terraform-google-edot-cloud-forwarder/commit/7d73e76d14eb08c15d74ba1b846706552c32bfc0))


### ✨ New Features

* bump collector image to 0.1.3 ([07952c3](https://github.com/elastic/terraform-google-edot-cloud-forwarder/commit/07952c3c07fb808d81e58a59255f3f18615abcb3))


### 🧹 Chore

* bump copyright to 2026 ([#32](https://github.com/elastic/terraform-google-edot-cloud-forwarder/issues/32)) ([d743c79](https://github.com/elastic/terraform-google-edot-cloud-forwarder/commit/d743c793a604ad1f4eefe9eda44110db33b566da))
* bump required_version to >= 1.9.0 ([#30](https://github.com/elastic/terraform-google-edot-cloud-forwarder/issues/30)) ([0728284](https://github.com/elastic/terraform-google-edot-cloud-forwarder/commit/0728284d7b5b4f277eff112c5a45c42f4f0b1efb))


### 📚 Documentation

* Add detail to the ECF prefix variables' description ([#27](https://github.com/elastic/terraform-google-edot-cloud-forwarder/issues/27)) ([0f493f4](https://github.com/elastic/terraform-google-edot-cloud-forwarder/commit/0f493f484c10f1bf4dd8d78116991aed33582366))
Update config/versions.yml apm-agent-go 2.7.7

change detected: * key "$.versioning_systems.apm-agent-go.current" updated from "2.7.6" to "2.7.7", in file "config/versions.yml"

v2.7.7
## What's Changed
* Add a make tidy command by @dmathieu in https://github.com/elastic/apm-agent-go/pull/1797
* build(deps): bump docker/login-action from 4.0.0 to 4.1.0 in the github-actions group by @dependabot[bot] in https://github.com/elastic/apm-agent-go/pull/1799
* Upgrade minimum version to go 1.25 by @dmathieu in https://github.com/elastic/apm-agent-go/pull/1801
* build(deps): bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 in /module/apmotel by @dependabot[bot] in https://github.com/elastic/apm-agent-go/pull/1800
* Prepare release v2.7.7 by @florianl in https://github.com/elastic/apm-agent-go/pull/1802

**Full Changelog**: https://github.com/elastic/apm-agent-go/compare/v2.7.6...v2.7.7
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 15, 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: 6c67f379-4215-40c7-8937-b5961305ba9c

📥 Commits

Reviewing files that changed from the base of the PR and between e79528d and ea222ed.

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

📝 Walkthrough

Walkthrough

This pull request updates version numbers in config/versions.yml for two dependencies: apm-agent-go is bumped from 2.7.6 to 2.7.7, and terraform-google-edot-cf is bumped from 0.1.2 to 0.1.3. The file structure and all other configuration values remain unchanged.

Suggested labels

dependencies

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: bumping product version numbers in the configuration file.
Description check ✅ Passed The description is directly related to the changeset, detailing the specific version updates made to both terraform-google-edot-cf and apm-agent-go with relevant changelog information.
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.

@shainaraskas shainaraskas merged commit 2656965 into main Apr 15, 2026
31 checks passed
@shainaraskas shainaraskas deleted the updatecli_main_bfbda0570cfbf1ebee5ba4801497a4b00fe1289653863b5c09f26db4b8c67c6e branch April 15, 2026 13:03
cotti pushed a commit that referenced this pull request Apr 15, 2026
* chore: Update config/versions.yml apm-agent-go 2.7.7

Made with ❤️️ by updatecli

* chore: Update config/versions.yml terraform-google-edot-cf 0.1.3

Made with ❤️️ by updatecli

---------

Co-authored-by: elastic-observability-automation[bot] <180520183+elastic-observability-automation[bot]@users.noreply.github.com>
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