-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Increment versions for appconfiguration releases #47739
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 appconfiguration releases #47739
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 package versions for the azure-data-appconfiguration library following the release of version 1.9.0. The main package is bumped to the next beta version (1.10.0-beta.1), and all consuming packages across the repository are updated to reference the newly released GA version (1.9.0).
Changes:
- Incremented azure-data-appconfiguration main package version from 1.9.0 to 1.10.0-beta.1
- Updated all dependency references from 1.8.5 to the newly released 1.9.0 across multiple SDK modules
- Updated version tracking in version_client.txt and removed unreleased dependency marker
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/appconfiguration/azure-data-appconfiguration/pom.xml | Updated main package version to 1.10.0-beta.1 |
| sdk/appconfiguration/azure-data-appconfiguration/CHANGELOG.md | Added new unreleased section for 1.10.0-beta.1 |
| sdk/appconfiguration/azure-data-appconfiguration-perf/pom.xml | Updated perf package dependency to 1.10.0-beta.1 |
| eng/versioning/version_client.txt | Updated version tracking and removed unreleased marker |
| sdk/tools/azure-openrewrite/pom.xml | Updated dependency references from 1.8.5 to 1.9.0 |
| sdk/spring/spring-cloud-azure-starter-appconfiguration/pom.xml | Updated dependency reference to 1.9.0 |
| sdk/spring/spring-cloud-azure-service/pom.xml | Updated dependency reference to 1.9.0 |
| sdk/spring/spring-cloud-azure-autoconfigure/pom.xml | Updated dependency reference to 1.9.0 |
| sdk/spring/spring-cloud-azure-appconfiguration-config/pom.xml | Updated dependency reference to 1.9.0 |
| sdk/spring/spring-cloud-azure-actuator/pom.xml | Updated dependency reference to 1.9.0 |
| sdk/spring/spring-cloud-azure-actuator-autoconfigure/pom.xml | Updated dependency reference to 1.9.0 |
| sdk/monitor/azure-monitor-query/pom.xml | Updated dependency reference to 1.9.0 and changed from unreleased marker |
| sdk/monitor/azure-monitor-query-metrics/pom.xml | Updated dependency reference to 1.9.0 and changed from unreleased marker |
| sdk/monitor/azure-monitor-opentelemetry-exporter/pom.xml | Updated dependency reference to 1.9.0 |
| sdk/monitor/azure-monitor-opentelemetry-autoconfigure/pom.xml | Updated dependency reference to 1.9.0 |
| sdk/core/azure-core-tracing-opentelemetry-samples/pom.xml | Updated dependency reference to 1.9.0 |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
Increment package versions for appconfiguration releases