Skip to content

Commit

Permalink
Prepare v0.40.0 (open-telemetry#4484)
Browse files Browse the repository at this point in the history
Closes open-telemetry#4478

Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling authored Nov 24, 2021
1 parent 127b047 commit 49b1fd6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

## Unreleased

## v0.40.0 Beta

## 🛑 Breaking changes 🛑

- Package `client` refactored (#4416) and auth data included in it (#4422). Final PR to be merged in the next release (#4423)
- Remove `pdata.AttributeMap.InitFromMap` (#4429)
- Updated configgrpc `ToDialOptions` to support passing providers to instrumentation library (#4451)
- Make state information propagation non-blocking on the collector (#4460)

## 💡 Enhancements 💡

- Add semconv 1.7.0 and 1.8.0 (#4452)

## 💡 Enhancements 💡

- Added `feature-gates` CLI flag for controlling feature gate state. (#4368)

## v0.39.0 Beta
Expand Down
2 changes: 1 addition & 1 deletion cmd/builder/internal/builder/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"go.uber.org/zap"
)

const defaultOtelColVersion = "0.39.0"
const defaultOtelColVersion = "0.40.0"

// ErrInvalidGoMod indicates an invalid gomod
var ErrInvalidGoMod = errors.New("invalid gomod specification for module")
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
go.opencensus.io v0.23.0
go.opentelemetry.io/collector/model v0.39.0
go.opentelemetry.io/collector/model v0.40.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.27.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.27.0
go.opentelemetry.io/contrib/zpages v0.27.0
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.39.0-dev
otelcol_version: 0.39.0
version: 0.40.0-dev
otelcol_version: 0.40.0

replaces:
- go.opentelemetry.io/collector => ../
Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module-sets:
collector-base:
version: v0.39.0
version: v0.40.0
modules:
- go.opentelemetry.io/collector
- go.opentelemetry.io/collector/cmd/builder
Expand Down

0 comments on commit 49b1fd6

Please sign in to comment.