Skip to content

Conversation

@LeoWoerteler
Copy link
Contributor

DEVOPS-3668 (AP 5.5.3 LTS - 22 Jan, Thur)

Copilot AI review requested due to automatic review settings January 13, 2026 14:13
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 updates version numbers across the codebase for the AP 5.5.3 LTS release scheduled for January 22nd. The changes ensure version consistency between the parent POM, update site, and feature definitions.

Changes:

  • Bumped revision from 5.5.0 to 5.5.3 in parent and update site POMs
  • Updated feature version from 5.5.2 to 5.5.3
  • Updated pythonscripting feature dependency from 5.5.0 to 5.5.3

Reviewed changes

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

File Description
pom.xml Parent POM revision bumped to 5.5.3
org.knime.update.python/pom.xml Update site revision bumped to 5.5.3
org.knime.features.python3.scripting/feature.xml Feature version and pythonscripting dependency updated to 5.5.3

Comment on lines 731 to 733
<import feature="org.knime.features.python2" version="5.5.0" match="greaterOrEqual"/>
<import feature="org.knime.features.conda" version="5.5.0" match="greaterOrEqual"/>
<import feature="org.knime.features.core.columnar" version="5.5.0" match="greaterOrEqual"/>
Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

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

The feature dependencies for python2, conda, and core.columnar remain at version 5.5.0 while pythonscripting was updated to 5.5.3. For consistency in an LTS release, consider whether these dependencies should also be updated to 5.5.3, or document why different versions are intentional.

Suggested change
<import feature="org.knime.features.python2" version="5.5.0" match="greaterOrEqual"/>
<import feature="org.knime.features.conda" version="5.5.0" match="greaterOrEqual"/>
<import feature="org.knime.features.core.columnar" version="5.5.0" match="greaterOrEqual"/>
<import feature="org.knime.features.python2" version="5.5.3" match="greaterOrEqual"/>
<import feature="org.knime.features.conda" version="5.5.3" match="greaterOrEqual"/>
<import feature="org.knime.features.core.columnar" version="5.5.3" match="greaterOrEqual"/>

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants