Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include local builder config to release procedure #4446

Merged
merged 1 commit into from
Nov 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ We release both core and contrib collectors with the same versions where the con
* Update [versions.yaml](https://github.com/open-telemetry/opentelemetry-collector/blob/main/versions.yaml)
* Run `make multimod-prerelease`
* Update the collector version in the collector builder to the new release in `./cmd/builder/internal/builder/config.go`.
* Update the collector version in the manifest used by `make run` to the new release in `./internal/buildscripts/builder-config.yaml`.

1. Make sure the current main branch build successfully passes (Core and Contrib). For Contrib also check that the spawn-stability-tests-job triggered by the main build-publish job also passes. Check that the corresponding "-dev" images exist in Dockerhub (Core and Contrib).

Expand Down
4 changes: 2 additions & 2 deletions internal/buildscripts/builder-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dist:
module: github.com/open-telemetry/opentelemetry-collector-releases/core
name: cmd-otelcol
description: OpenTelemetry Collector Replacing cmd/otelcol
version: 0.38.0-dev
otelcol_version: 0.38.0
version: 0.39.0-dev
otelcol_version: 0.39.0

replaces:
- go.opentelemetry.io/collector => ../
Expand Down