Skip to content

Conversation

ChrsMark
Copy link
Member

@ChrsMark ChrsMark commented Oct 9, 2025

Fixes #812

From now on we release all components horizontally on our own pace based on the make push-tags command and using versions.yaml as the source of truth. (based on #812 (comment))

Docs have been updated accordingly.

@ChrsMark ChrsMark requested review from a team October 9, 2025 13:11
@ChrsMark ChrsMark marked this pull request as ready for review October 9, 2025 13:11
@ChrsMark ChrsMark requested a review from a team as a code owner October 9, 2025 13:11
@ChrsMark ChrsMark requested review from dmathieu and girodav October 9, 2025 13:11
3. Bump up the `module-sets.edit-base.version` in `versions.yaml` i.e. from `v0.20.0` to `v0.21.0`
(cross check latest version used by [EDOT](https://github.com/elastic/elastic-agent/blob/main/internal/pkg/otel/README.md?plain=1#L30),
and https://github.com/elastic/opentelemetry-collector-components/tags)
4. Set the tag for the following steps with `export $TAG=v0.21.0`
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this step needed? I think the multimod + versions.yaml file are used to figure out the TAG value.

ssh-add <YOUR_SSH/GPG_KEY_PATH>
make push-tags
```
6. Create a repo level tag and push it:
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you give more context on why we need a repo wide tag?

is automated and should not be performed manually unless there are specific reasons for this.

1. (optional) Determine the version number that will be assigned to the release. It should
match the latest upstream release version (`OTEL_VERSION`).
Copy link
Member

Choose a reason for hiding this comment

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

IIANM we decided to:

  • not align to upstream, but instead bump the minor version each time we release
  • release after each upstream release, and maybe also in between

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update/fix release process and docs

3 participants