Skip to content

Conversation

@LeoWoerteler
Copy link
Contributor

DEVOPS-3612 (Incremental Version Bumps for 5.10)

Copilot AI review requested due to automatic review settings December 26, 2025 13:25
Copy link

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 from 5.9.0 to 5.10.0 across the Google API components in preparation for the 5.10.0 release. The changes ensure version consistency across bundle manifests and feature definitions.

Key changes:

  • Updated bundle and feature versions to 5.10.0.qualifier
  • Updated dependency version ranges to require 5.10.0 minimum versions where appropriate

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
org.knime.google.api/META-INF/MANIFEST.MF Updated bundle version and dependency version ranges from 5.9.0 to 5.10.0
org.knime.features.google.cloud.storage/feature.xml Updated feature version from 5.9.0 to 5.10.0
org.knime.features.google.api/feature.xml Updated feature version from 5.9.0 to 5.10.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Require-Bundle: org.knime.base;bundle-version="[5.10.0,6.0.0)",
org.knime.core.ui;bundle-version="[5.10.0,6.0.0)",
org.knime.base.filehandling;bundle-version="[5.10.0,6.0.0)",
org.knime.cloud.core;bundle-version="[5.9.0,6.0.0)",
Copy link

Copilot AI Dec 26, 2025

Choose a reason for hiding this comment

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

The dependency org.knime.cloud.core remains at version 5.9.0 while other dependencies were updated to 5.10.0. This inconsistency should be verified - either update to [5.10.0,6.0.0) if the component has been updated for 5.10.0, or document why it remains at 5.9.0.

Suggested change
org.knime.cloud.core;bundle-version="[5.9.0,6.0.0)",
org.knime.cloud.core;bundle-version="[5.10.0,6.0.0)",

Copilot uses AI. Check for mistakes.
Comment on lines 23 to 24
org.knime.credentials.base;bundle-version="[5.9.0,6.0.0)",
org.knime.credentials.base.oauth;bundle-version="[5.9.0,6.0.0)",
Copy link

Copilot AI Dec 26, 2025

Choose a reason for hiding this comment

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

The dependencies org.knime.credentials.base and org.knime.credentials.base.oauth remain at version 5.9.0 while most other dependencies were updated to 5.10.0. Verify whether these should also be updated to [5.10.0,6.0.0) for consistency with the version bump, or document why they remain at 5.9.0.

Suggested change
org.knime.credentials.base;bundle-version="[5.9.0,6.0.0)",
org.knime.credentials.base.oauth;bundle-version="[5.9.0,6.0.0)",
org.knime.credentials.base;bundle-version="[5.10.0,6.0.0)",
org.knime.credentials.base.oauth;bundle-version="[5.10.0,6.0.0)",

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants