From 748b121779ec4cf440c01f456abd148e20f5c008 Mon Sep 17 00:00:00 2001 From: Andreas Gerstmayr Date: Sun, 18 Aug 2024 18:49:50 +0200 Subject: [PATCH] [chore] update release managers table (#1009) Signed-off-by: Andreas Gerstmayr --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index fdf6261ed..171073000 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,7 +12,7 @@ Steps to release a new version of the Tempo Operator: ## Running e2e tests on OpenShift A locally installed [CRC](https://github.com/crc-org/crc) cluster can be used for testing. -Note: The e2e tests require [opentelemetry-operator](https://github.com/open-telemetry/opentelemetry-operator) to be installed in the cluster. +Note: The e2e tests require [opentelemetry-operator](https://github.com/open-telemetry/opentelemetry-operator) and cluster monitoring operator (`crc config set enable-cluster-monitoring true`). ``` kubectl create namespace tempo-operator-system @@ -25,8 +25,8 @@ We plan to release the operator monthly, **at the end of each month**. | Release Date | Version | Release Manager | |--------------|---------| -------------------------------------------------------- | -| Jul 2024 | 0.12.0 | [Andreas Gerstmayr](https://github.com/andreasgerstmayr) | | Aug 2024 | 0.13.0 | [Benedikt Bongartz](https://github.com/frzifus) | | Sep 2024 | 0.14.0 | [Israel Blancas](https://github.com/iblancasa) | | Oct 2024 | 0.15.0 | [Ruben Vargas](https://github.com/rubenvp8510) | | Nov 2024 | 0.16.0 | [Pavol Loffay](https://github.com/pavolloffay) | +| Dez 2024 | 0.17.0 | [Andreas Gerstmayr](https://github.com/andreasgerstmayr) |