From 7c8832ddfb51d0399063c849d78aaec71e5dac1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Wed, 16 Dec 2020 11:13:02 +0100 Subject: [PATCH] Bumped OpenTelemetry Collector to v0.17.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- CHANGELOG.md | 5 +++++ RELEASE.md | 1 + versions.txt | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0468295b2..beb63fdc47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changes by Version ================== +0.17.0 (2020-12-16) +------------------- +* Bumped OpenTelemetry Collector to v0.17.0 ([#144](https://github.com/open-telemetry/opentelemetry-operator/pull/144), [@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)) diff --git a/RELEASE.md b/RELEASE.md index 18ba1113eb..e9fa773fc9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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 diff --git a/versions.txt b/versions.txt index 345e870537..1ee476fcc8 100644 --- a/versions.txt +++ b/versions.txt @@ -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