KNIME Business Hub 1.2 Release Notes
KNIME Business Hub 1.2.0
(released March 13, 2023)
KNIME Business Hub 1.1.1 to 1.2.0 Upgrade
- KNIME Business Hub 1.2.0 is expected to run in a Kubernetes 1.23.x cluster. Prior versions of KNIME Business Hub ran in Kubernetes 1.21.x clusters.
- For embedded kurl cluster installations, the cluster update process is to:
- First, check for updates in KOTS Admin Console.
- Once the KNIME Business Hub 1.2.0 update has been identified and preflight checks have been run, trigger the deployment.
- After the deployment process has completed, run the following command in the terminal of the host machine to upgrade the Kubernetes cluster version (among other components):
curl -sSL [https://kurl.sh/knime-hub](https://kurl.sh/knime-hub) | sudo bash- You will have to enter
yto various yes/no prompts during this upgrade process.
New features
- New supported Kubernetes versions: 1.22, 1.23, 1.24
- Keycloak version updated to 19.0.3, see Keycloak documentation: https://www.keycloak.org/docs/19.0.3/server_admin/
- Support for airgapped environments: Installing KNIME Business Hub in environments with no internet connection. Install instructions: /hub/latest/business_hub_installation_guide/index.html#introduction
- Embedded docker registry for custom executor images: Embedded cluster installations using kURL now contain an embedded docker registry for storing custom executor images. Documentation: /hub/latest/business_hub_installation_guide/index.html#embedded-docker-registry-configuration
- Recreate strategy for Execution contexts: For upgrading execution contexts now rolling updates and recreate strategies are both available.
- Support for custom certificate authorities
Bug fixes
- Removed the unused ipv6 listener in the Business User Portal container, that could cause crashes in some environments