Skip to content

Commit

Permalink
Prepare Release for datalake 12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rickle-msft committed Apr 7, 2022
1 parent ccf2d95 commit 1c7828e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.9.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ com.azure:azure-storage-blob-cryptography;12.15.0;12.15.1
com.azure:azure-storage-blob-nio;12.0.0-beta.17;12.0.0-beta.18
com.azure:azure-storage-common;12.15.0;12.15.1
com.azure:azure-storage-file-share;12.12.0;12.12.1
com.azure:azure-storage-file-datalake;12.8.0;12.9.0-beta.1
com.azure:azure-storage-file-datalake;12.8.0;12.9.0
com.azure:azure-storage-internal-avro;12.2.0;12.2.1
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-storage-queue;12.12.0;12.12.1
Expand Down
12 changes: 7 additions & 5 deletions sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Release History

## 12.9.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 12.9.0 (2022-04-07)

### Bugs Fixed
- Fixed a bug that would cause auth failures when trying to rename a path object while authenticating with a sas.
Expand All @@ -14,6 +10,12 @@

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.26.0` to version `1.27.0`.
- Upgraded `azure-core-http-netty` from `1.11.8` to version `1.11.9`.
- Upgraded `azure-storage-blob` from `12.15.0` to version `12.15.1`.

## 12.8.0 (2022-03-09)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.8.0</version>
<version>12.9.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.9.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->

<name>Microsoft Azure client library for File Storage Data Lake</name>
<description>This module contains client library for Microsoft Azure File Storage Data Lake.</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.9.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.9.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down

0 comments on commit 1c7828e

Please sign in to comment.