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

Switch to v2.5.1 names #598

Merged
merged 1 commit into from
Sep 20, 2023
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.5.0
build --action_env=VERSION=2.5.1
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.5.0
VERSION ?= 2.5.1
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.5.0 | The version with which the forklift should be built. |
| VERSION | 2.5.1 | 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
5 changes: 2 additions & 3 deletions operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ Forklift Operator installs a suite of migration tools that facilitate the migrat
OpenShift Virtualization/KubeVirt is required and must be installed prior attempting to deploy Forklift, see the table below for supported configurations:

Forklift release | OpenShift Virtualization/KubeVirt | VMware | oVirt
---------------- | --------------------------------- | ------ | -----
v2.2 | v4.9 | 6.5+ | 4.4.9+
v2.3 | v4.10-v4.11 | 6.5+ | 4.4.9+
---------------- |-----------------------------------| ------ | -----
v2.4 | v4.11+ | 6.5+ | 4.4.9+
v2.5 | v4.12+ | 6.5+ | 4.4.9+

**Note:** Please keep in mind Forklift will not deploy in unsupported configurations.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ spec:
* Must-gather-api, a service to generate targeted must-gather archives.

### Compatibility
Forklift 2.2 is supported on OpenShift 4.9

Forklift 2.3 is supported on OpenShift 4.10 and 4.11

Forklift 2.4 is supported on OpenShift 4.11 and 4.12

Forklift 2.5 is supported on OpenShift 4.12 and 4.13
Expand Down
Loading