-
Notifications
You must be signed in to change notification settings - Fork 2
DEVOPS-3612: Incremental version bumps for 5.10.0 #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
DEVOPS-3612 (Incremental Version Bumps for 5.10)
There was a problem hiding this 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)", |
Copilot
AI
Dec 26, 2025
There was a problem hiding this comment.
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.
| org.knime.cloud.core;bundle-version="[5.9.0,6.0.0)", | |
| org.knime.cloud.core;bundle-version="[5.10.0,6.0.0)", |
| 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)", |
Copilot
AI
Dec 26, 2025
There was a problem hiding this comment.
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.
| 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)", |
DEVOPS-3612 (Incremental Version Bumps for 5.10)