[Key Vault] Prepare new stable release for all 4 libraries#48476
Open
[Key Vault] Prepare new stable release for all 4 libraries#48476
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares stable patch releases for Azure Key Vault Java SDK libraries by aligning module versions and changelogs with the intended release numbers and dates.
Changes:
- Update
pom.xmlversions for Key Vault Administration/Certificates/Keys/Secrets to their stable patch release versions. - Finalize changelog entries for the new stable releases (dated
2026-03-19). - Align downstream/reference POMs and
version_client.txtwith the released versions.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| sdk/keyvault/azure-security-keyvault-secrets/pom.xml | Sets Secrets library version to 4.10.6 for the stable release. |
| sdk/keyvault/azure-security-keyvault-secrets/CHANGELOG.md | Finalizes 4.10.6 release notes and date. |
| sdk/keyvault/azure-security-keyvault-perf/pom.xml | Pins perf deps to the newly released stable Key Vault versions. |
| sdk/keyvault/azure-security-keyvault-keys/pom.xml | Sets Keys library version to 4.10.6 for the stable release. |
| sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md | Finalizes 4.10.6 release notes and adds missing issue link. |
| sdk/keyvault/azure-security-keyvault-certificates/pom.xml | Sets Certificates library version to 4.8.6 for the stable release. |
| sdk/keyvault/azure-security-keyvault-certificates/CHANGELOG.md | Finalizes 4.8.6 release notes and date. |
| sdk/keyvault/azure-security-keyvault-administration/pom.xml | Sets Administration version to 4.7.6 and updates test dependency on Keys to 4.10.6. |
| sdk/keyvault/azure-security-keyvault-administration/CHANGELOG.md | Finalizes 4.7.6 release notes and date. |
| sdk/e2e/pom.xml | Updates e2e deps to the newly released stable Key Vault versions. |
| eng/versioning/version_client.txt | Updates targeted versions to the new stable patch releases. |
You can also share your feedback on Copilot code review. Take the survey.
| @@ -1,17 +1,11 @@ | |||
| # Release History | |||
|
|
|||
srnagar
approved these changes
Mar 19, 2026
| <groupId>com.azure</groupId> | ||
| <artifactId>azure-security-keyvault-keys</artifactId> | ||
| <version>4.11.0-beta.1</version> <!-- {x-version-update;com.azure:azure-security-keyvault-keys;current} --> | ||
| <version>4.10.6</version> <!-- {x-version-update;com.azure:azure-security-keyvault-keys;current} --> |
ncamillucci
approved these changes
Mar 19, 2026
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.
Description
Updates changelogs and POMs ahead of new stable releases.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines