From 2f6a79120a68448a50ac5255af994642c58b6e3b Mon Sep 17 00:00:00 2001 From: Liran Rotenberg Date: Tue, 16 Jul 2024 17:46:10 +0300 Subject: [PATCH] Bump to version 2.6.4 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 aab1559e8..50ef93c33 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.6.3 +build --action_env=VERSION=2.6.4 build --action_env=NAMESPACE=konveyor-forklift build --action_env=CHANNELS=development build --action_env=DEFAULT_CHANNEL=development diff --git a/Makefile b/Makefile index 943461345..42d58fa07 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ REGISTRY ?= quay.io REGISTRY_ORG ?= kubev2v REGISTRY_TAG ?= devel -VERSION ?= 2.6.3 +VERSION ?= 2.6.4 NAMESPACE ?= konveyor-forklift OPERATOR_NAME ?= forklift-operator CHANNELS ?= development diff --git a/README.md b/README.md index dc2c87411..6efea61e9 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.6.3 | The version with which the forklift should be built. | +| VERSION | 2.6.4 | 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. |