Skip to content

Commit

Permalink
Bumped OpenTelemetry Collector to v0.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling committed Dec 16, 2020
1 parent b0abc11 commit 16b1de0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes by Version
==================

0.17.0 (2020-12-16)
-------------------
* Bumped OpenTelemetry Collector to v0.17.0 ([#143](https://github.com/open-telemetry/opentelemetry-operator/pull/143), [@jpkrohling](https://github.com/jpkrohling))
* Refactor how images are pushed ([#138](https://github.com/open-telemetry/opentelemetry-operator/pull/138), [@jpkrohling](https://github.com/jpkrohling))

0.16.0 (2020-12-03)
-------------------
* Bumped OpenTelemetry Collector to v0.16.0 ([#135](https://github.com/open-telemetry/opentelemetry-operator/pull/135), [@jpkrohling](https://github.com/jpkrohling))
Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ $ docker run --rm -v "${PWD}:/app" pavolloffay/gch:latest --oauth-token ${GH_WR
Remove the commits that are not relevant to users, like:
* CI or testing-specific commits (e2e, unit test, ...)
* bug fixes for problems that are not part of a release yet
* version bumps for internal dependencies
4 changes: 2 additions & 2 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# by default with the OpenTelemetry Operator. This would usually be the latest
# stable OpenTelemetry version. When you update this file, make sure to update the
# the docs as well.
opentelemetry-collector=0.16.0
opentelemetry-collector=0.17.0

# Represents the next release of the OpenTelemetry Operator.
operator=0.16.0
operator=0.17.0

0 comments on commit 16b1de0

Please sign in to comment.