-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Increment versions for cosmos releases #45852
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: main
Are you sure you want to change the base?
Increment versions for cosmos releases #45852
Conversation
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 increments the package versions for Cosmos releases across multiple modules.
- Updated azure-cosmos dependency versions for Spring modules (spring-cloud-azure-starter-cosmos, spring-cloud-azure-service, spring-cloud-azure-autoconfigure, spring-cloud-azure-actuator, spring-cloud-azure-actuator-autoconfigure, azure-spring-data-cosmos).
- Updated azure-cosmos and related dependencies (azure-cosmos-tests, azure-cosmos-test, azure-cosmos-spark, azure-cosmos-kafka-connect, azure-cosmos-encryption) along with corresponding changelogs and version client file to reflect the new versions.
Reviewed Changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
sdk/spring/spring-cloud-azure-starter-cosmos/pom.xml | Updated azure-cosmos version from 4.71.0 to 4.72.0. |
sdk/spring/spring-cloud-azure-service/pom.xml | Updated azure-cosmos version from 4.71.0 to 4.72.0. |
sdk/spring/spring-cloud-azure-autoconfigure/pom.xml | Updated azure-cosmos version from 4.71.0 to 4.72.0. |
sdk/spring/spring-cloud-azure-actuator/pom.xml | Updated azure-cosmos version from 4.71.0 to 4.72.0. |
sdk/spring/spring-cloud-azure-actuator-autoconfigure/pom.xml | Updated azure-cosmos version from 4.71.0 to 4.72.0. |
sdk/spring/azure-spring-data-cosmos/pom.xml | Updated azure-cosmos version from 4.71.0 to 4.72.0. |
sdk/resourcemanager/azure-resourcemanager-samples/pom.xml | Updated azure-cosmos version from 4.71.0 to 4.72.0. |
sdk/cosmos/azure-cosmos/pom.xml | Updated azure-cosmos version from 4.72.0 to 4.73.0-beta.1. |
sdk/cosmos/azure-cosmos/CHANGELOG.md | Added changelog entry for 4.73.0-beta.1 release. |
sdk/cosmos/azure-cosmos-tests/pom.xml | Updated azure-cosmos version from 4.72.0 to 4.73.0-beta.1. |
sdk/cosmos/azure-cosmos-test/pom.xml | Updated azure-cosmos version from 4.72.0 to 4.73.0-beta.1. |
sdk/cosmos/azure-cosmos-spark_3_2-12/pom.xml | Updated azure-cosmos version from 4.72.0 to 4.73.0-beta.1. |
sdk/cosmos/azure-cosmos-kafka-connect/pom.xml | Updated artifact version from 2.4.0 to 2.5.0-beta.1 and azure-cosmos dependency accordingly. |
sdk/cosmos/azure-cosmos-kafka-connect/CHANGELOG.md | Added changelog entry for 2.5.0-beta.1 release. |
sdk/cosmos/azure-cosmos-encryption/pom.xml | Updated azure-cosmos-encryption version from 2.21.0 to 2.22.0-beta.1 and azure-cosmos dependency accordingly. |
sdk/cosmos/azure-cosmos-encryption/CHANGELOG.md | Added changelog entry for 2.22.0-beta.1 release. |
sdk/cosmos/azure-cosmos-benchmark/pom.xml | Updated azure-cosmos version from 4.72.0 to 4.73.0-beta.1 and azure-cosmos-encryption version from 2.21.0 to 2.22.0-beta.1. |
eng/versioning/version_client.txt | Updated recorded versions reflecting the new release versions. |
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.
LGTM
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.
LGTM, thanks
Increment package versions for cosmos releases