Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to version 2.6.4 #957

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
Loading