From 95dba10f42892b94722af6c3d90278b389930385 Mon Sep 17 00:00:00 2001 From: Yuri Oliveira Sa <48062171+yuriolisa@users.noreply.github.com> Date: Tue, 7 Dec 2021 14:15:13 +0000 Subject: [PATCH] Fixing links on RELEASE doc (#610) --- RELEASE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 0d7efc4cf9..efaa830d1c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,15 +3,15 @@ Steps to release a new version of the OpenTelemetry Operator: 1. Change the `versions.txt`, so that it lists the target version of the OpenTelemetry Collector (operand), and the desired version for the operator. The `major.minor` should typically match, with the patch portion being possibly different. -1. Run `make bundle VERSION=0.29.0`, using the version that will be released. +1. Run `make bundle VERSION=0.38.0`, using the version that will be released. 1. Change the compatibility matrix in the readme file, using the OpenTelemetry Operator version to be released and the current latest Kubernetes version as the latest supported version, with N-2 being the lower bound. Make sure that the CI is currently testing the latest Kubernetes version! 1. Add the changes to the changelog 1. Check the OpenTelemetry Collector's changelog and ensure migration steps are present in `pkg/collector/upgrade` -1. Once the changes above are merged and available in `main`, tag it with the desired version, prefixed with `v`: `v0.3.0` +1. Once the changes above are merged and available in `main`, tag it with the desired version, prefixed with `v`: `v0.38.0` 1. The GitHub Workflow will take it from here, creating a GitHub release with the generated artifacts (manifests) and publishing the images -1. After the release, generate a new OLM bundle (`make bundle`) and create two PRs against the [Operator Hub Community Operators repository](https://github.com/operator-framework/community-operators): - 1. one for the `upstream-community-operators`, used by OLM on Kubernetes. Example: [`operator-framework/community-operators#2880`](operator-framework/community-operators/pull/2880) - 1. one for the `community-operators` directory, used by OpenShift. Example: [`operator-framework/community-operators#2878`](operator-framework/community-operators/pull/2878) +1. After the release, generate a new OLM bundle (`make bundle`) and create two PRs against the `Community Operators repositories`: + 1. one for the `community-operators-prod`, used by OLM on Kubernetes. Example: [`operator-framework/community-operators-prod`](https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/494) + 1. one for the `community-operators` directory, used by Operatorhub.io. Example: [`operator-framework/community-operators`](https://github.com/k8s-operatorhub/community-operators/pull/461) ## Generating the changelog