Skip to content

[chore] Prepare release 0.124.0 #897

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

Closed
wants to merge 1 commit into from
Closed
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
26 changes: 0 additions & 26 deletions .chloggen/add-loki-exporter.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/add-tcpcheckreceiver.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .chloggen/add_saphana.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/add_windows_container_images.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/contrib-awscloudwatchmetricsencodingextension.yaml

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions .chloggen/feat_add-kafkatopicsobserver.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .chloggen/tlscheckreceiver.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

<!-- next version -->

## v0.124.0

### 🚀 New components 🚀

- `lokiexporter`: Add the component loki exporter to the distribution (#892)
- `contrib`: Add tcpcheckreceiver receiver to the contrib distribution (#865)
- `contrib`: Add saphana receiver (#876)
- `awscloudwatchmetricstreamsencodingextension`: Add the AWS CloudWatch Metric Streams encoding extension to the contrib distribution (#883)
- `schemaprocessor`: Add Schema Processor to contrib
(#891)
- `kafkatopicsobserver`: Add kafkatopicsobserver extension (#894)
- `tlscheckreceiver`: Adding tcpcheckreceiver to otelcol-contrib (#880)

### 💡 Enhancements 💡

- `packaging`: Start producing container images for Windows 2019 and 2022 on amd64 (#339)

## v0.122.0

### 🛑 Breaking changes 🛑
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GORELEASER ?= goreleaser

# SRC_ROOT is the top of the source tree.
SRC_ROOT := $(shell git rev-parse --show-toplevel)
OTELCOL_BUILDER_VERSION ?= 0.122.1
OTELCOL_BUILDER_VERSION ?= 0.124.0
OTELCOL_BUILDER_DIR ?= ${HOME}/bin
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb

Expand Down
Loading