Skip to content

Commit

Permalink
Include local builder config to release procedure (open-telemetry#4446)
Browse files Browse the repository at this point in the history
Fixes open-telemetry#4445

Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling authored Nov 17, 2021
1 parent 733ad58 commit e23c9d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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

0 comments on commit e23c9d0

Please sign in to comment.