Skip to content

Commit 295d469

Browse files
authored
Update to collector v0.21.0 (#223)
Fixes #216 Signed-off-by: Juraci Paixão Kröhling <[email protected]>
1 parent e3c3e72 commit 295d469

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes by Version
22
==================
33

4+
0.21.0 (2021-03-09)
5+
-------------------
6+
* Restart collector pod when config is updated ([#215](https://github.com/open-telemetry/opentelemetry-operator/pull/215), [@bhiravabhatla](https://github.com/bhiravabhatla))
7+
* Add permissions for opentelemetry finalizer resource ([#212](https://github.com/open-telemetry/opentelemetry-operator/pull/212), [@rubenvp8510](https://github.com/rubenvp8510))
8+
* fix: collector selection should not fail if there is a single sidecar ([#210](https://github.com/open-telemetry/opentelemetry-operator/pull/210), [@vbehar](https://github.com/vbehar))
9+
410
0.20.0 (2021-02-11)
511
-------------------
612
* Bumped OpenTelemetry Collector to v0.20.0

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Steps to release a new version of the OpenTelemetry Operator:
1515

1616
Run this generator:
1717
```console
18-
$ docker run --rm -v "${PWD}:/app" pavolloffay/gch:latest --oauth-token ${GH_WRITE_TOKEN} --owner open-telemetry --repo opentelemetry-operator
18+
$ docker run --rm -v "${PWD}:/app" pavolloffay/gch:latest --oauth-token ${GH_WRITE_TOKEN} --owner open-telemetry --repo opentelemetry-operator --branch main
1919
```
2020

2121
Remove the commits that are not relevant to users, like:

versions.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# by default with the OpenTelemetry Operator. This would usually be the latest
33
# stable OpenTelemetry version. When you update this file, make sure to update the
44
# the docs as well.
5-
opentelemetry-collector=0.20.0
5+
opentelemetry-collector=0.21.0
66

77
# Represents the next release of the OpenTelemetry Operator.
8-
operator=0.20.0
8+
operator=0.21.0

0 commit comments

Comments
 (0)