Increment versions for cosmos releases#48235
Open
azure-sdk wants to merge 1 commit intoAzure:mainfrom
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR advances the Cosmos Spark connector packages to the next development beta after the 4.44.1 release, keeping Maven artifacts and version_client.txt aligned with the Cosmos release/versioning workflow.
Changes:
- Bump Cosmos Spark connector artifact versions from
4.44.1to4.45.0-beta.1across multiple Spark/Scala variants. - Add new
4.45.0-beta.1 (Unreleased)sections to the affected connector CHANGELOGs. - Update
eng/versioning/version_client.txtto move the “dependency-version” baseline to4.44.1and set “current-version” to4.45.0-beta.1.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| sdk/cosmos/fabric-cosmos-spark-auth_3/pom.xml | Updates provided dependency and enforcer include to azure-cosmos-spark_3-5_2-12:4.45.0-beta.1. |
| sdk/cosmos/azure-cosmos-spark_4-0_2-13/pom.xml | Bumps module version to 4.45.0-beta.1. |
| sdk/cosmos/azure-cosmos-spark_4-0_2-13/CHANGELOG.md | Adds 4.45.0-beta.1 (Unreleased) section. |
| sdk/cosmos/azure-cosmos-spark_3-5_2-13/pom.xml | Bumps module version to 4.45.0-beta.1. |
| sdk/cosmos/azure-cosmos-spark_3-5_2-13/CHANGELOG.md | Adds 4.45.0-beta.1 (Unreleased) section. |
| sdk/cosmos/azure-cosmos-spark_3-5_2-12/pom.xml | Bumps module version to 4.45.0-beta.1. |
| sdk/cosmos/azure-cosmos-spark_3-5_2-12/CHANGELOG.md | Adds 4.45.0-beta.1 (Unreleased) section. |
| sdk/cosmos/azure-cosmos-spark_3-4_2-12/pom.xml | Bumps module version to 4.45.0-beta.1. |
| sdk/cosmos/azure-cosmos-spark_3-4_2-12/CHANGELOG.md | Adds 4.45.0-beta.1 (Unreleased) section. |
| sdk/cosmos/azure-cosmos-spark_3-3_2-12/pom.xml | Bumps module version to 4.45.0-beta.1. |
| sdk/cosmos/azure-cosmos-spark_3-3_2-12/CHANGELOG.md | Adds 4.45.0-beta.1 (Unreleased) section. |
| sdk/cosmos/azure-cosmos-spark-account-data-resolver-sample/pom.xml | Updates sample’s provided dependency and enforcer include to 4.45.0-beta.1. |
| eng/versioning/version_client.txt | Advances Cosmos Spark connector entries to 4.44.1;4.45.0-beta.1. |
Comment on lines
101
to
104
| <groupId>com.azure.cosmos.spark</groupId> | ||
| <artifactId>azure-cosmos-spark_3-5_2-12</artifactId> | ||
| <version>4.44.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;current} --> | ||
| <version>4.45.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;current} --> | ||
| <scope>provided</scope> |
There was a problem hiding this comment.
This change bumps the azure-cosmos-spark_3-5_2-12 dependency to 4.45.0-beta.1, but sdk/cosmos/fabric-cosmos-spark-auth_3/CHANGELOG.md's 1.2.0-beta.1 (Unreleased) section is still empty. Please add an entry under "Other Changes" (or relevant section) describing the dependency update so release notes reflect the change.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Increment package versions for cosmos releases