Skip to content

[Key Vault] Prepare new stable release for all 4 libraries#48476

Open
vcolin7 wants to merge 3 commits intomainfrom
release/keyvault/2026-03-19
Open

[Key Vault] Prepare new stable release for all 4 libraries#48476
vcolin7 wants to merge 3 commits intomainfrom
release/keyvault/2026-03-19

Conversation

@vcolin7
Copy link
Member

@vcolin7 vcolin7 commented Mar 19, 2026

Description

Updates changelogs and POMs ahead of new stable releases.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.xml versions 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.txt with 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

<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} -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the README too for all 4 libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Untriaged
Status: Untriaged

Development

Successfully merging this pull request may close these issues.

4 participants