Skip to content

Commit 5641805

Browse files
authored
Bumped OpenTelemetry Collector to v0.17.0 (open-telemetry#144)
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
1 parent b0abc11 commit 5641805

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

4+
0.17.0 (2020-12-16)
5+
-------------------
6+
* Bumped OpenTelemetry Collector to v0.17.0 ([#144](https://github.com/open-telemetry/opentelemetry-operator/pull/144), [@jpkrohling](https://github.com/jpkrohling))
7+
* Refactor how images are pushed ([#138](https://github.com/open-telemetry/opentelemetry-operator/pull/138), [@jpkrohling](https://github.com/jpkrohling))
8+
49
0.16.0 (2020-12-03)
510
-------------------
611
* Bumped OpenTelemetry Collector to v0.16.0 ([#135](https://github.com/open-telemetry/opentelemetry-operator/pull/135), [@jpkrohling](https://github.com/jpkrohling))

RELEASE.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ $ docker run --rm -v "${PWD}:/app" pavolloffay/gch:latest --oauth-token ${GH_WR
1818
Remove the commits that are not relevant to users, like:
1919
* CI or testing-specific commits (e2e, unit test, ...)
2020
* bug fixes for problems that are not part of a release yet
21+
* version bumps for internal dependencies

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.16.0
5+
opentelemetry-collector=0.17.0
66

77
# Represents the next release of the OpenTelemetry Operator.
8-
operator=0.16.0
8+
operator=0.17.0

0 commit comments

Comments
 (0)