NodePit Runner

Workflows Around The Clock!

Changelog

This log gives an overview of the most prominent changes in each release. Minor fixes, changes “under the hood” and refactoring changes are not listed here. We follow the Semantic Versioning scheme and the guidelines from “Keep a Changelog” as close as possible.

version-1.3.0 (2023-08-17)

Add
Added functionality to duplicate Environments and Schedules.
Change
Provided more files in the artifacts archive. The run configuration is now automatically included in the artifact archive.
Change
Improved explanation for license key input.
Change
Restyled license banner.
Fix
Fixed a problem that prevented double values from being configured as workflow parameters.
Fix
Prevented a permission error when running NodePit Runner as non-root user.
Fix
Prevented banners to obscure controls.

version-1.2.0 (2023-08-03)

Add
Show version information for API, Web, and Executors (see “Settings” and “Executor” sections).
Fix
Increased upload limit for large log data.
Fix
Improved error logging in Executor.
Fix
Prevented permission error when running as non-root user.

version-1.1.0 (2023-07-21)

Add
Added search input fields to executors, environments, files, schedules, and users.
Add
Added support for additional files in environments. You can now upload additional files (e.g. JDBC drivers, licence files, models) that you want to be available on the executor during the execution of workflows or scripts. They are available under /nodepit with their original file names.
Add
Added support for output files. Files that your workflow or script writes to /nodepit are now included in the artifact archive.
Change
Set KNIME 5.1.0 as the default for new environments.
Change
Provided more files in the artifacts archive. Additional files, preference files, and the actual run command are now automatically included in the artifact archive.
Fix
Fixed a cosmetic bug that caused the currently selected preference file to not be properly displayed in the drop-down menu.

version-1.0.1 (2023-05-30)

Add
Added an option to easily select your current time zone in the Settings menu. You no longer need to select your time zone from a long list of time zones.
Change
Restyled UI elements to increase the contrast between active and inactive elements.
Change
Improved executors to start new runs immediately. Previously it could take up to a minute for an executor to start a run.
Change
Set KNIME 4.7.3 as the default for new environments.
Change
Environments are now cached by default. Set the environment variable DOCKER_REMOVE_IMAGES to true at the executor level if you don't want to use caching for faster builds.
Fix
Fixed a problem with environment caching when using an external Docker registry. If you cache your environments via a Docker registry (e.g. Docker Hub), you will now experience more cache hits and therefore faster run times.
Fix
Fixed an issue when trying to push environment images to an insecure Docker registry.
Fix
Improved the description for some input fields.
Fix
Improved the log output for certain errors.

version-1.0.0 (2023-04-06)

Info
Initial release of NodePit Runner – Hello, world!