From c5c6995c4bb1f59b480e68480366503828cda343 Mon Sep 17 00:00:00 2001 From: Liran Rotenberg Date: Thu, 12 Oct 2023 09:56:31 +0300 Subject: [PATCH] Bump version to 2.5.2 Signed-off-by: Liran Rotenberg --- .bazelrc | 2 +- Makefile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bazelrc b/.bazelrc index 020f7e2b0..e5b89db74 100644 --- a/.bazelrc +++ b/.bazelrc @@ -3,7 +3,7 @@ build --action_env=CONTAINER_CMD build --action_env=XDG_RUNTIME_DIR # Operator ## Default operator config -build --action_env=VERSION=2.5.1 +build --action_env=VERSION=2.5.2 build --action_env=NAMESPACE=konveyor-forklift build --action_env=CHANNELS=development build --action_env=DEFAULT_CHANNEL=development diff --git a/Makefile b/Makefile index ff25bbda8..039d96c50 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ REGISTRY ?= quay.io REGISTRY_ORG ?= kubev2v REGISTRY_TAG ?= devel -VERSION ?= 2.5.1 +VERSION ?= 2.5.2 NAMESPACE ?= konveyor-forklift OPERATOR_NAME ?= forklift-operator CHANNELS ?= development diff --git a/README.md b/README.md index 7da904d36..7d61bb0d3 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Another option to override the default values can use `--action_env` as in the e | Name | Default value | Description | |----------------------------|-------------------------------------------------|-------------------------------------------------------------| | CONTAINER_CMD | autodetected | The container runtime command (e.g.: /usr/bin/podman) | -| VERSION | 2.5.1 | The version with which the forklift should be built. | +| VERSION | 2.5.2 | The version with which the forklift should be built. | | NAMESPACE | konveyor-forklift | The namespace in which the operator should be installed. | | CHANNELS | development | The olm channels. | | DEFAULT_CHANNEL | development | The default olm channel. |