Skip to content

DEVOPS-3809: Incremental version bumps for AP 5.12.0#78

Merged
knime-ghub-bot merged 1 commit intomasterfrom
todo/DEVOPS-3809-version-bumps-for-5.12.0
Feb 27, 2026
Merged

DEVOPS-3809: Incremental version bumps for AP 5.12.0#78
knime-ghub-bot merged 1 commit intomasterfrom
todo/DEVOPS-3809-version-bumps-for-5.12.0

Conversation

@LeoWoerteler
Copy link
Contributor

DEVOPS-3809 (Incremental version bumps for AP 5.12.0)

DEVOPS-3809 (Incremental version bumps for AP 5.12.0)
Copilot AI review requested due to automatic review settings February 27, 2026 13:45
@LeoWoerteler LeoWoerteler requested a review from a team as a code owner February 27, 2026 13:45
@LeoWoerteler LeoWoerteler requested review from knime-ghub-bot and removed request for a team February 27, 2026 13:45
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR performs an incremental version bump from 5.11.0 to 5.12.0 for KNIME Analytics Platform 5.12.0 release. The changes are selective, updating only specific components rather than performing a comprehensive version bump across the entire repository.

Changes:

  • Updated root POM revision from 5.11.0 to 5.12.0
  • Updated Python3 Scripting feature version and selected dependency versions in feature.xml

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
pom.xml Updated <revision> property from 5.11.0 to 5.12.0 in the root POM
org.knime.features.python3.scripting/feature.xml Updated feature version to 5.12.0 and selectively updated python2 and conda dependency versions to 5.12.0, leaving core.columnar and pythonscripting at 5.11.0

Comment on lines 733 to 734
<import feature="org.knime.features.core.columnar" version="5.11.0" match="greaterOrEqual"/>
<import feature="org.knime.features.pythonscripting" version="5.11.0" match="greaterOrEqual"/>
Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The feature dependencies org.knime.features.core.columnar and org.knime.features.pythonscripting remain at version 5.11.0 while org.knime.features.python2 and org.knime.features.conda were updated to 5.12.0 in the same requires block. This inconsistency should be verified - either all dependencies should be updated together for AP 5.12.0, or there should be a documented reason why these specific dependencies remain at 5.11.0. Since the PR is titled "Incremental version bumps", this may be intentional, but the mixed versions within a single dependency block could lead to confusion or integration issues.

Suggested change
<import feature="org.knime.features.core.columnar" version="5.11.0" match="greaterOrEqual"/>
<import feature="org.knime.features.pythonscripting" version="5.11.0" match="greaterOrEqual"/>
<import feature="org.knime.features.core.columnar" version="5.12.0" match="greaterOrEqual"/>
<import feature="org.knime.features.pythonscripting" version="5.12.0" match="greaterOrEqual"/>

Copilot uses AI. Check for mistakes.
@sonarqubecloud
Copy link

@knime-ghub-bot knime-ghub-bot merged commit 41e282b into master Feb 27, 2026
7 of 9 checks passed
@knime-ghub-bot knime-ghub-bot deleted the todo/DEVOPS-3809-version-bumps-for-5.12.0 branch February 27, 2026 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants