Skip to content

Commit a6e9595

Browse files
Update version from 0.120.0 to 0.121.0 (#853)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0b8f34b commit a6e9595

12 files changed

+348
-490
lines changed

β€Ž.chloggen/add-aesprovider.yaml

-26
This file was deleted.

β€Ž.chloggen/add-envoyalsreceiver.yaml

-26
This file was deleted.

β€Ž.chloggen/add-netflowreceiver.yaml

-26
This file was deleted.

β€Ž.chloggen/add-s3provider.yaml

-26
This file was deleted.

β€Ž.chloggen/add-secretsmanagerprovider.yaml

-26
This file was deleted.

β€Ž.chloggen/update_user_gid.yaml

-26
This file was deleted.

β€ŽCHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
<!-- next version -->
66

7+
## v0.121.0
8+
9+
### πŸš€ New components πŸš€
10+
11+
- `aesprovider`: Add the AES provider to the contrib distribution (#843)
12+
- `envoyalsreceiver`: Add the Envoy ALS receiver to the contrib distribution (#842)
13+
- `netflowreceiver`: Add the NetFlow receiver to the contrib distribution (#847)
14+
- `s3provider`: Add the s3 provider to the contrib distribution (#546)
15+
- `secretsmanagerprovider`: Add the Secrets Manager provider to the contrib distribution (#844)
16+
17+
### πŸ’‘ Enhancements πŸ’‘
18+
19+
- `images`: set USER_GID alongside USER_UID (#662)
20+
721
## v0.120.1
822

923
### πŸ›‘ Breaking changes πŸ›‘

β€ŽMakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GORELEASER ?= goreleaser
33

44
# SRC_ROOT is the top of the source tree.
55
SRC_ROOT := $(shell git rev-parse --show-toplevel)
6-
OTELCOL_BUILDER_VERSION ?= 0.120.0
6+
OTELCOL_BUILDER_VERSION ?= 0.121.0
77
OTELCOL_BUILDER_DIR ?= ${HOME}/bin
88
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb
99

0 commit comments

Comments
Β (0)