Skip to content

[Automation] Bump product version numbers#3100

Merged
shainaraskas merged 1 commit intomainfrom
updatecli_main_bfbda0570cfbf1ebee5ba4801497a4b00fe1289653863b5c09f26db4b8c67c6e
Apr 14, 2026
Merged

[Automation] Bump product version numbers#3100
shainaraskas 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 edot-cf-gcp 0.1.3

change detected: * key "$.versioning_systems.edot-cf-gcp.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/edot-cloud-forwarder-gcp/compare/v0.1.2...v0.1.3) (2026-04-13)


### 🐛 Bug Fixes

* **deps:** update module cloud.google.com/go/pubsub/v2 to v2.5.0 ([#317](https://github.com/elastic/edot-cloud-forwarder-gcp/issues/317)) ([a68a7fc](https://github.com/elastic/edot-cloud-forwarder-gcp/commit/a68a7fc16752fcf754f75d4123a050c1c7521fc6))
* **deps:** update module cloud.google.com/go/pubsub/v2 to v2.5.1 ([#320](https://github.com/elastic/edot-cloud-forwarder-gcp/issues/320)) ([b8a30c1](https://github.com/elastic/edot-cloud-forwarder-gcp/commit/b8a30c12f1570b14fe0f9ff9530422f023843d93))
* **deps:** update module github.com/elastic/opentelemetry-collector-components/receiver/loadgenreceiver to v0.42.0 ([#303](https://github.com/elastic/edot-cloud-forwarder-gcp/issues/303)) ([0ec4707](https://github.com/elastic/edot-cloud-forwarder-gcp/commit/0ec4707f36fbdccd8cd4cfeabfd261a40a1e2ebd))
* **deps:** update module github.com/golangci/golangci-lint/v2 to v2.11.4 ([#304](https://github.com/elastic/edot-cloud-forwarder-gcp/issues/304)) ([1664a9b](https://github.com/elastic/edot-cloud-forwarder-gcp/commit/1664a9b562a42e8c53c00125b6ceac541befb7ff))
* **deps:** update opentelemetry ([#318](https://github.com/elastic/edot-cloud-forwarder-gcp/issues/318)) ([38ae975](https://github.com/elastic/edot-cloud-forwarder-gcp/commit/38ae975ebe89e7a7f4365dad4af92f2e59e2bb9e))


### 🧹 Chore

* bump required_version to >= 1.9.0 ([#322](https://github.com/elastic/edot-cloud-forwarder-gcp/issues/322)) ([1887f6b](https://github.com/elastic/edot-cloud-forwarder-gcp/commit/1887f6b55151f7bcbdfd7a841e9662133a7ab193))
* **deps:** update gh actions ([#315](https://github.com/elastic/edot-cloud-forwarder-gcp/issues/315)) ([ab086c5](https://github.com/elastic/edot-cloud-forwarder-gcp/commit/ab086c508e77d0593ef14bff9a9655474f0d82d5))
* **deps:** update gh actions ([#321](https://github.com/elastic/edot-cloud-forwarder-gcp/issues/321)) ([faa1ab1](https://github.com/elastic/edot-cloud-forwarder-gcp/commit/faa1ab1513e6eefe0039c11051339c36941401a8))
* **deps:** update gh actions to v3 ([#313](https://github.com/elastic/edot-cloud-forwarder-gcp/issues/313)) ([28a89e4](https://github.com/elastic/edot-cloud-forwarder-gcp/commit/28a89e4c3b18e6588c0a84f1e45ef56f5cac4a75))
* **deps:** update tflint plugin terraform-linters/tflint-ruleset-google to v0.39.0 ([#316](https://github.com/elastic/edot-cloud-forwarder-gcp/issues/316)) ([6dd3308](https://github.com/elastic/edot-cloud-forwarder-gcp/commit/6dd3308a64121b1a11f26a3b2422a814fe534020))
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 14, 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: cccb0c34-4d86-4d23-ba76-f09cd236f703

📥 Commits

Reviewing files that changed from the base of the PR and between 0490b6f and 39cadfd.

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

📝 Walkthrough

Walkthrough

The edot-cf-gcp version entry in config/versions.yml was updated from 0.1.2 to 0.1.3. This is a configuration-level version increment with no changes to other entries or structural modifications.

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 config/versions.yml from 0.1.2 to 0.1.3.
Description check ✅ Passed The description is directly related to the changeset, documenting the version bump with changelog details and automated tool 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 78603a9 into main Apr 14, 2026
31 checks passed
@shainaraskas shainaraskas deleted the updatecli_main_bfbda0570cfbf1ebee5ba4801497a4b00fe1289653863b5c09f26db4b8c67c6e branch April 14, 2026 13:25
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