Skip to content

Commit

Permalink
Update version from 0.120.0 to 0.121.0 (#853)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 4, 2025
1 parent 0b8f34b commit a6e9595
Show file tree
Hide file tree
Showing 12 changed files with 348 additions and 490 deletions.
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

0 comments on commit a6e9595

Please sign in to comment.