Skip to content

Commit

Permalink
Prepare patch releases for June 2023 (#35565)
Browse files Browse the repository at this point in the history
* Updated list of libraries to patch in patch-release.yml

* Reset sources for azure-security-confidentialledger to the release version 1.0.9.

* Prepare azure-security-confidentialledger for 1.0.10 patch release.

* Reset sources for azure-containers-containerregistry to the release version 1.1.0.

* Prepare azure-containers-containerregistry for 1.1.1 patch release.

* Reset sources for azure-communication-phonenumbers to the release version 1.1.2.

* Prepare azure-communication-phonenumbers for 1.1.3 patch release.

* Reset sources for azure-data-tables to the release version 12.3.11.

* Prepare azure-data-tables for 12.3.12 patch release.

* Reset sources for azure-monitor-query to the release version 1.2.0.

* Prepare azure-monitor-query for 1.2.1 patch release.

* Reset sources for azure-security-keyvault-keys to the release version 4.6.2.

* Prepare azure-security-keyvault-keys for 4.6.3 patch release.

* Reset sources for azure-data-schemaregistry to the release version 1.3.6.

* Prepare azure-data-schemaregistry for 1.3.7 patch release.

* Reset sources for azure-communication-sms to the release version 1.1.13.

* Prepare azure-communication-sms for 1.1.14 patch release.

* Reset sources for azure-communication-email to the release version 1.0.2.

* Prepare azure-communication-email for 1.0.3 patch release.

* Reset sources for azure-data-appconfiguration to the release version 1.4.5.

* Prepare azure-data-appconfiguration for 1.4.6 patch release.

* Reset sources for azure-monitor-ingestion to the release version 1.0.3.

* Prepare azure-monitor-ingestion for 1.0.4 patch release.

* Reset sources for azure-iot-deviceupdate to the release version 1.0.7.

* Prepare azure-iot-deviceupdate for 1.0.8 patch release.

* Reset sources for azure-communication-rooms to the release version 1.0.0.

* Prepare azure-communication-rooms for 1.0.1 patch release.

* Reset sources for azure-communication-chat to the release version 1.3.8.

* Prepare azure-communication-chat for 1.3.9 patch release.

* Reset sources for azure-messaging-webpubsub to the release version 1.2.4.

* Prepare azure-messaging-webpubsub for 1.2.5 patch release.

* Reset sources for azure-data-schemaregistry-apacheavro to the release version 1.1.6.

* Prepare azure-data-schemaregistry-apacheavro for 1.1.7 patch release.

* Reset sources for azure-ai-formrecognizer to the release version 4.0.7.

* Prepare azure-ai-formrecognizer for 4.0.8 patch release.

* Reset sources for azure-mixedreality-remoterendering to the release version 1.1.18.

* Prepare azure-mixedreality-remoterendering for 1.1.19 patch release.

* Reset sources for azure-ai-metricsadvisor to the release version 1.1.14.

* Prepare azure-ai-metricsadvisor for 1.1.15 patch release.

* Reset sources for azure-mixedreality-authentication to the release version 1.2.13.

* Prepare azure-mixedreality-authentication for 1.2.14 patch release.

* Reset sources for azure-security-keyvault-administration to the release version 4.3.2.

* Prepare azure-security-keyvault-administration for 4.3.3 patch release.

* Reset sources for azure-messaging-eventhubs to the release version 5.15.5.

* Prepare azure-messaging-eventhubs for 5.15.6 patch release.

* Reset sources for azure-security-keyvault-certificates to the release version 4.5.2.

* Prepare azure-security-keyvault-certificates for 4.5.3 patch release.

* Reset sources for azure-digitaltwins-core to the release version 1.3.9.

* Prepare azure-digitaltwins-core for 1.3.10 patch release.

* Reset sources for azure-security-keyvault-secrets to the release version 4.6.2.

* Prepare azure-security-keyvault-secrets for 4.6.3 patch release.

* Reset sources for azure-security-attestation to the release version 1.1.13.

* Updated dependencies in libraries and READMEs via version_client.txt

* Undo perf test changes for Azure Container Registry 1.0.13

* Fixed cspell issue.

* Added Schema Registry Apache Avro to the cspell ignore list.

* Downgrade nimbus-jose-jwt in azure-security-attestation while upgrade issues are resolved (#34305)

* Reset changes to the patch version.

* Updating the SDK dependencies for azure-messaging-eventhubs-checkpointstore-blob

* Fixed RevApi issue for Event Hubs Checkpointstore Blob.

* Reset changes to the patch version.

* Updating the SDK dependencies for azure-identity-extensions

* Reset changes to the patch version.

* Updating the SDK dependencies for azure-developer-loadtesting

* Updated missing READMEs.

* Removed broken link from Event Hubs samples README.

* Fixed revapi.json

* Fixed revapi.json issue.

* Finally fixed revapi.json issue.

* Reset changes to the patch version.

* Updating the SDK dependencies for azure-communication-callautomation

---------

Co-authored-by: azure-sdk <[email protected]>
Co-authored-by: Liudmila Molkova <[email protected]>
Co-authored-by: Alan Zimmer <[email protected]>
  • Loading branch information
4 people authored Jun 22, 2023
1 parent 3498b06 commit 43a751f
Show file tree
Hide file tree
Showing 2,440 changed files with 1,337,893 additions and 71,384 deletions.
2 changes: 2 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@
"sdk/purview/azure-analytics-purview-workflow/**",
"sdk/remoterendering/TestResources/**",
"sdk/purview/azure-analytics-purview-catalog/**",
"sdk/schemaregistry/azure-data-schemaregistry/**",
"sdk/schemaregistry/azure-data-schemaregistry-apacheavro/**",
"sdk/servicebus/build/**",
"sdk/search/azure-search-documents/**",
"sdk/storage/azure-storage-internal-avro/**",
Expand Down
20 changes: 20 additions & 0 deletions eng/code-quality-reports/src/main/resources/revapi/revapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,11 @@
"new" : "field com.mysql.cj.conf.PropertyKey.*",
"justification" : "Fix enum constants reordered."
},
{
"code" : "java.field.addedStaticField",
"new" : "field com.mysql.cj.conf.PropertyKey.ociConfigProfile",
"justification" : "This is an external dependency and we do not control what gets added."
},
{
"code" : "java.method.removed",
"old" : "method int com.mysql.cj.protocol.ServerSession::getOldStatusFlags()",
Expand All @@ -270,6 +275,21 @@
"code" : "java.method.removed",
"old" : "method void com.mysql.cj.protocol.ServerSession::setOldStatusFlags(int)",
"justification" : "Fix method removed."
},
{
"code": "java.field.addedStaticField",
"new" : "field com.azure.storage.blob.BlobServiceVersion.V2023_01_03",
"justification": "We do not need to do a minor version bump for libraries that use Storage for this change"
},
{
"code": "java.method.added",
"new" : "method int com.azure.storage.blob.specialized.AppendBlobAsyncClient::getMaxAppendBlockBytes()",
"justification": "We do not need to do a minor version bump for libraries that use Storage for this change"
},
{
"code": "java.method.added",
"new": "method int com.azure.storage.blob.specialized.AppendBlobAsyncClient::getMaxBlocks()",
"justification": "We do not need to do a minor version bump for libraries that use Storage for this change"
}
]
}
Expand Down
48 changes: 24 additions & 24 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-formrecognizer</artifactId>
<version>4.1.0-beta.3</version> <!-- {x-version-update;com.azure:azure-ai-formrecognizer;current} -->
<version>4.0.8</version> <!-- {x-version-update;com.azure:azure-ai-formrecognizer;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -58,7 +58,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-metricsadvisor</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
<version>1.1.15</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -68,7 +68,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-chat</artifactId>
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->
<version>1.3.9</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -88,12 +88,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-sms</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
<version>1.1.14</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-phonenumbers</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-phonenumbers;current} -->
<version>1.1.3</version> <!-- {x-version-update;com.azure:azure-communication-phonenumbers;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -103,7 +103,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-containers-containerregistry</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-containers-containerregistry;current} -->
<version>1.1.1</version> <!-- {x-version-update;com.azure:azure-containers-containerregistry;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down Expand Up @@ -193,22 +193,22 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
<version>1.4.6</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry</artifactId>
<version>1.4.0-beta.3</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
<version>1.3.7</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
<version>1.2.0-beta.3</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
<version>1.1.7</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-tables</artifactId>
<version>12.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
<version>12.3.12</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -218,12 +218,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity-extensions</artifactId>
<version>1.2.0-beta.2</version> <!-- {x-version-update;com.azure:azure-identity-extensions;current} -->
<version>1.1.5</version> <!-- {x-version-update;com.azure:azure-identity-extensions;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-iot-deviceupdate</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-iot-deviceupdate;current} -->
<version>1.0.8</version> <!-- {x-version-update;com.azure:azure-iot-deviceupdate;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -243,12 +243,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs</artifactId>
<version>5.16.0-beta.2</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs;current} -->
<version>5.15.6</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
<version>1.17.0-beta.2</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
<version>1.16.7</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -258,12 +258,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-webpubsub</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-webpubsub;current} -->
<version>1.2.5</version> <!-- {x-version-update;com.azure:azure-messaging-webpubsub;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-ingestion</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-ingestion;current} -->
<version>1.0.4</version> <!-- {x-version-update;com.azure:azure-monitor-ingestion;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -273,7 +273,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-query</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
<version>1.2.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -283,12 +283,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-administration</artifactId>
<version>4.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-security-keyvault-administration;current} -->
<version>4.3.3</version> <!-- {x-version-update;com.azure:azure-security-keyvault-administration;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-certificates</artifactId>
<version>4.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-security-keyvault-certificates;current} -->
<version>4.5.3</version> <!-- {x-version-update;com.azure:azure-security-keyvault-certificates;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -298,12 +298,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-keys</artifactId>
<version>4.7.0-beta.1</version> <!-- {x-version-update;com.azure:azure-security-keyvault-keys;current} -->
<version>4.6.3</version> <!-- {x-version-update;com.azure:azure-security-keyvault-keys;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-secrets</artifactId>
<version>4.7.0-beta.1</version> <!-- {x-version-update;com.azure:azure-security-keyvault-secrets;current} -->
<version>4.6.3</version> <!-- {x-version-update;com.azure:azure-security-keyvault-secrets;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down Expand Up @@ -585,17 +585,17 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-digitaltwins-core</artifactId>
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
<version>1.3.10</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-authentication</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
<version>1.2.14</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-remoterendering</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->
<version>1.1.19</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->
</dependency>
</dependencies>
<build>
Expand Down
110 changes: 101 additions & 9 deletions eng/pipelines/patch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,108 @@ extends:
template: /eng/pipelines/templates/stages/archetype-sdk-client-patch.yml
parameters:
artifacts:
- name: azure-sdk-template
- name: azure-security-confidentialledger
groupId: com.azure
safeName: azuresdktemplate
ServiceDirectory: template
- name: azure-sdk-template-two
safeName: azuresecurityconfidentialledger
ServiceDirectory: confidentialledger
- name: azure-containers-containerregistry
groupId: com.azure
safeName: azuresdktemplatetwo
ServiceDirectory: template
- name: azure-sdk-template-three
safeName: azurecontainerscontainerregistry
ServiceDirectory: containerregistry
- name: azure-communication-phonenumbers
groupId: com.azure
safeName: azuresdktemplatethree
ServiceDirectory: template
safeName: azurecommunicationphonenumbers
ServiceDirectory: communication
- name: azure-data-tables
groupId: com.azure
safeName: azuredatatables
ServiceDirectory: tables
- name: azure-monitor-query
groupId: com.azure
safeName: azuremonitorquery
ServiceDirectory: monitor
- name: azure-security-keyvault-keys
groupId: com.azure
safeName: azuresecuritykeyvaultkeys
ServiceDirectory: keyvault
- name: azure-data-schemaregistry
groupId: com.azure
safeName: azuredataschemaregistry
ServiceDirectory: schemaregistry
- name: azure-communication-sms
groupId: com.azure
safeName: azurecommunicationsms
ServiceDirectory: communication
- name: azure-communication-email
groupId: com.azure
safeName: azurecommunicationemail
ServiceDirectory: communication
- name: azure-data-appconfiguration
groupId: com.azure
safeName: azuredataappconfiguration
ServiceDirectory: appconfiguration
- name: azure-monitor-ingestion
groupId: com.azure
safeName: azuremonitoringestion
ServiceDirectory: monitor
- name: azure-iot-deviceupdate
groupId: com.azure
safeName: azureiotdeviceupdate
ServiceDirectory: deviceupdate
- name: azure-communication-rooms
groupId: com.azure
safeName: azurecommunicationrooms
ServiceDirectory: communication
- name: azure-communication-chat
groupId: com.azure
safeName: azurecommunicationchatclient
ServiceDirectory: communication
- name: azure-messaging-webpubsub
groupId: com.azure
safeName: azuremessagingwebpubsub
ServiceDirectory: webpubsub
- name: azure-data-schemaregistry-apacheavro
groupId: com.azure
safeName: azuredataschemaregistryapacheavro
ServiceDirectory: schemaregistry
- name: azure-ai-formrecognizer
groupId: com.azure
safeName: azureaiformrecognizer
ServiceDirectory: formrecognizer
- name: azure-mixedreality-remoterendering
groupId: com.azure
safeName: azuremixedrealityremoterendering
ServiceDirectory: remoterendering
- name: azure-ai-metricsadvisor
groupId: com.azure
safeName: azureaimetricsadvisor
ServiceDirectory: metricsadvisor
- name: azure-mixedreality-authentication
groupId: com.azure
safeName: azuremixedrealityauthentication
ServiceDirectory: mixedreality
- name: azure-security-keyvault-administration
groupId: com.azure
safeName: azuresecuritykeyvaultadministration
ServiceDirectory: keyvault
- name: azure-messaging-eventhubs
groupId: com.azure
safeName: azuremessagingeventhubs
ServiceDirectory: eventhubs
- name: azure-security-keyvault-certificates
groupId: com.azure
safeName: azuresecuritykeyvaultcertificates
ServiceDirectory: keyvault
- name: azure-digitaltwins-core
groupId: com.azure
safeName: azuredigitaltwinscore
ServiceDirectory: digitaltwins
- name: azure-security-keyvault-secrets
groupId: com.azure
safeName: azuresecuritykeyvaultsecrets
ServiceDirectory: keyvault
- name: azure-security-attestation
groupId: com.azure
safeName: azuresecurityattestation
ServiceDirectory: attestation

3 changes: 3 additions & 0 deletions eng/versioning/external_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,9 @@ org.testcontainers:junit-jupiter;1.17.6
# sdk\keyvault\microsoft-azure-keyvault-test\pom.xml
test_jar_com.microsoft.azure:azure-mgmt-resources;1.3.1-SNAPSHOT

# sdk\attestation\azure-security-attestation
attestation_com.nimbusds:nimbus-jose-jwt;9.22

# everything under sdk\cosmos
cosmos_com.fasterxml.jackson.module:jackson-module-afterburner;2.13.5
cosmos_com.google.guava:guava;30.1.1-jre
Expand Down
Loading

0 comments on commit 43a751f

Please sign in to comment.