Skip to content

Prepare Key Vault Certificates and Secrets GA release#49265

Open
rohitsinghal4u wants to merge 4 commits into
mainfrom
release-keyvault-certificates-secrets-ga
Open

Prepare Key Vault Certificates and Secrets GA release#49265
rohitsinghal4u wants to merge 4 commits into
mainfrom
release-keyvault-certificates-secrets-ga

Conversation

@rohitsinghal4u
Copy link
Copy Markdown
Contributor

@rohitsinghal4u rohitsinghal4u commented May 26, 2026

Description

  • Updates azure-security-keyvault-certificates from 4.9.0-beta.2 to 4.9.0.
  • Updates azure-security-keyvault-secrets from 4.11.0-beta.2 to 4.11.0.
  • Updates version_client metadata, e2e references, and Key Vault perf dependencies to the stable versions.
  • Finalizes changelog entries for the GA release without empty release-note sections.

Validation

  • git diff --check
  • eng/versioning/pom_file_version_scanner.ps1
  • eng/common/scripts/Verify-ChangeLog.ps1 for azure-security-keyvault-certificates 4.9.0
  • eng/common/scripts/Verify-ChangeLog.ps1 for azure-security-keyvault-secrets 4.11.0
  • mvn -f sdk/keyvault/azure-security-keyvault-certificates/pom.xml -DskipTests=true -Dgpg.skip=true -Drevapi.skip=true -Dspotbugs.skip=true -Dcheckstyle.skip=true package
  • mvn -f sdk/keyvault/azure-security-keyvault-secrets/pom.xml -DskipTests=true -Dgpg.skip=true -Drevapi.skip=true -Dspotbugs.skip=true -Dcheckstyle.skip=true package

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
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

This PR prepares the Key Vault Certificates and Secrets client libraries for GA release by moving package versions from beta to stable, aligning internal metadata, and finalizing release notes.

Changes:

  • Bumped azure-security-keyvault-certificates to 4.9.0 and azure-security-keyvault-secrets to 4.11.0.
  • Updated Key Vault perf module dependencies to use the new stable versions.
  • Finalized CHANGELOG.md and eng/versioning/version_client.txt entries for the GA release.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
sdk/keyvault/azure-security-keyvault-secrets/pom.xml Bumps Secrets package version to 4.11.0.
sdk/keyvault/azure-security-keyvault-secrets/CHANGELOG.md Converts the top entry to the GA release with a release date.
sdk/keyvault/azure-security-keyvault-perf/pom.xml Updates perf dependencies to stable Secrets/Certificates versions.
sdk/keyvault/azure-security-keyvault-certificates/pom.xml Bumps Certificates package version to 4.9.0.
sdk/keyvault/azure-security-keyvault-certificates/CHANGELOG.md Converts the top entry to the GA release with a release date.
eng/versioning/version_client.txt Updates version metadata to reflect the GA releases.


### Features Added

- Includes all changes from 4.11.0-beta.1.

### Features Added

- Includes all changes from 4.9.0-beta.1.
Comment on lines +188 to +192
com.azure:azure-security-keyvault-certificates;4.8.7;4.9.0
com.azure:azure-security-keyvault-jca;2.11.0;2.12.0-beta.1
com.azure:azure-security-test-keyvault-jca;1.0.0;1.0.0
com.azure:azure-security-keyvault-keys;4.10.7;4.11.0-beta.1
com.azure:azure-security-keyvault-secrets;4.10.7;4.11.0-beta.2
com.azure:azure-security-keyvault-secrets;4.10.7;4.11.0
@@ -1,9 +1,11 @@
# Release History

@@ -1,9 +1,11 @@
# Release History

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@rohitsinghal4u
Copy link
Copy Markdown
Contributor Author

Ran eng/common/scripts/Prepare-Release.ps1 for:

  • azure-security-keyvault-certificates version 4.9.0
  • azure-security-keyvault-secrets version 4.11.0

The script updated the release tracking work items and refreshed the README install snippets for the v1 packages.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Untriaged

Development

Successfully merging this pull request may close these issues.

3 participants