Skip to content

Commit

Permalink
Prepare v0.41.0 (#4530)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling authored Dec 8, 2021
1 parent fb1539f commit 95201d4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

## Unreleased

- Remove reference to `defaultcomponents` in core and deprecate `include_core` flag (#4087)
## v0.41.0 Beta

## 🛑 Breaking changes 🛑

- Remove reference to `defaultcomponents` in core and deprecate `include_core` flag (#4087)
- Remove `config.NewConfigMapFrom[File|Buffer]`, add testonly version (#4502)
- `configtls`: TLS 1.2 is the new default mininum version (#4503)
- `confighttp`: `ToServer` now accepts a `component.Host`, in line with gRPC's counterpart (#4514)
Expand All @@ -14,15 +15,12 @@
## 💡 Enhancements 💡

- OTLP/HTTP receivers now support setting the `Access-Control-Max-Age` header for CORS caching. (#4492)
- `client.Info` pre-populated for all receivers using common helpers like `confighttp` and `configgrpc` (#4423)

## 🧰 Bug fixes 🧰

- Fix handling of corrupted records by persistent buffer (experimental) (#4475)

## 💡 Enhancements 💡

- `client.Info` pre-populated for all receivers using common helpers like `confighttp` and `configgrpc` (#4423)

## v0.40.0 Beta

## 🛑 Breaking changes 🛑
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.40.0"
const defaultOtelColVersion = "0.41.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.40.0
go.opentelemetry.io/collector/model v0.41.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.40.0-dev
otelcol_version: 0.40.0
version: 0.41.0-dev
otelcol_version: 0.41.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.40.0
version: v0.41.0
modules:
- go.opentelemetry.io/collector
- go.opentelemetry.io/collector/cmd/builder
Expand Down

0 comments on commit 95201d4

Please sign in to comment.