Skip to content

[chore] Prepare release 0.121.0 #853

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

Merged
merged 1 commit into from
Mar 4, 2025
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
26 changes: 0 additions & 26 deletions .chloggen/add-aesprovider.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .chloggen/add-envoyalsreceiver.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .chloggen/add-netflowreceiver.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .chloggen/add-s3provider.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .chloggen/add-secretsmanagerprovider.yaml

This file was deleted.

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

This file was deleted.

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

<!-- next version -->

## v0.121.0

### 🚀 New components 🚀

- `aesprovider`: Add the AES provider to the contrib distribution (#843)
- `envoyalsreceiver`: Add the Envoy ALS receiver to the contrib distribution (#842)
- `netflowreceiver`: Add the NetFlow receiver to the contrib distribution (#847)
- `s3provider`: Add the s3 provider to the contrib distribution (#546)
- `secretsmanagerprovider`: Add the Secrets Manager provider to the contrib distribution (#844)

### 💡 Enhancements 💡

- `images`: set USER_GID alongside USER_UID (#662)

## v0.120.1

### 🛑 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.120.0
OTELCOL_BUILDER_VERSION ?= 0.121.0
OTELCOL_BUILDER_DIR ?= ${HOME}/bin
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb

Expand Down
Loading