Prepare Key Vault Certificates and Secrets GA release#49265
Open
rohitsinghal4u wants to merge 4 commits into
Open
Prepare Key Vault Certificates and Secrets GA release#49265rohitsinghal4u wants to merge 4 commits into
rohitsinghal4u wants to merge 4 commits into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
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-certificatesto4.9.0andazure-security-keyvault-secretsto4.11.0. - Updated Key Vault perf module dependencies to use the new stable versions.
- Finalized
CHANGELOG.mdandeng/versioning/version_client.txtentries 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>
Contributor
Author
|
Ran
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>
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
Validation
git diff --checkeng/versioning/pom_file_version_scanner.ps1eng/common/scripts/Verify-ChangeLog.ps1for azure-security-keyvault-certificates 4.9.0eng/common/scripts/Verify-ChangeLog.ps1for azure-security-keyvault-secrets 4.11.0mvn -f sdk/keyvault/azure-security-keyvault-certificates/pom.xml -DskipTests=true -Dgpg.skip=true -Drevapi.skip=true -Dspotbugs.skip=true -Dcheckstyle.skip=true packagemvn -f sdk/keyvault/azure-security-keyvault-secrets/pom.xml -DskipTests=true -Dgpg.skip=true -Drevapi.skip=true -Dspotbugs.skip=true -Dcheckstyle.skip=true package