Skip to content

Commit 9ef0843

Browse files
authored
Update to collector v0.22.0 (#225)
Fixes #222 Signed-off-by: Juraci Paixão Kröhling <[email protected]>
1 parent b270a0e commit 9ef0843

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
Changes by Version
22
==================
33

4+
0.22.0 (2021-03-11)
5+
-------------------
6+
* Bumped OpenTelemetry Collector to v0.22.0
7+
48
0.21.0 (2021-03-09)
59
-------------------
10+
* Bumped OpenTelemetry Collector to v0.21.0
611
* Restart collector pod when config is updated ([#215](https://github.com/open-telemetry/opentelemetry-operator/pull/215), [@bhiravabhatla](https://github.com/bhiravabhatla))
712
* Add permissions for opentelemetry finalizer resource ([#212](https://github.com/open-telemetry/opentelemetry-operator/pull/212), [@rubenvp8510](https://github.com/rubenvp8510))
813
* 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))

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.21.0
5+
opentelemetry-collector=0.22.0
66

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

0 commit comments

Comments
 (0)