Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#189)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.3.0](googleapis/java-storage-transfer@v1.2.2...v1.3.0) (2022-09-15)


### Features

* add AWS S3 compatible data source ([da2afe2](googleapis/java-storage-transfer@da2afe2))
* Add default retry configuration ([#188](googleapis/java-storage-transfer#188)) ([da2afe2](googleapis/java-storage-transfer@da2afe2))
* add DeleteTransferJob operation ([da2afe2](googleapis/java-storage-transfer@da2afe2))


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#190](googleapis/java-storage-transfer#190)) ([724ef94](googleapis/java-storage-transfer@724ef94))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Sep 16, 2022
1 parent 724ef94 commit 8969bfa
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 17 deletions.
14 changes: 14 additions & 0 deletions java-storage-transfer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.3.0](https://github.com/googleapis/java-storage-transfer/compare/v1.2.2...v1.3.0) (2022-09-15)


### Features

* add AWS S3 compatible data source ([6769f28](https://github.com/googleapis/java-storage-transfer/commit/6769f28fbcff6e33d25978686c306f450de41faf))
* Add default retry configuration ([#188](https://github.com/googleapis/java-storage-transfer/issues/188)) ([6769f28](https://github.com/googleapis/java-storage-transfer/commit/6769f28fbcff6e33d25978686c306f450de41faf))
* add DeleteTransferJob operation ([6769f28](https://github.com/googleapis/java-storage-transfer/commit/6769f28fbcff6e33d25978686c306f450de41faf))


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#190](https://github.com/googleapis/java-storage-transfer/issues/190)) ([5c75867](https://github.com/googleapis/java-storage-transfer/commit/5c75867cbd30005ac7fd3ede46a48793772a999a))

## [1.2.2](https://github.com/googleapis/java-storage-transfer/compare/v1.2.1...v1.2.2) (2022-09-08)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-transfer-bom</artifactId>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<version>1.3.0</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -56,17 +56,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-transfer</artifactId>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<version>1.3.0</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-storage-transfer-v1</artifactId>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-storage-transfer-v1:current} -->
<version>1.3.0</version><!-- {x-version-update:grpc-google-cloud-storage-transfer-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-storage-transfer-v1</artifactId>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-storage-transfer-v1:current} -->
<version>1.3.0</version><!-- {x-version-update:proto-google-cloud-storage-transfer-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions java-storage-transfer/google-cloud-storage-transfer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-transfer</artifactId>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<version>1.3.0</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<packaging>jar</packaging>
<name>Google Storage Transfer Service</name>
<url>https://github.com/googleapis/java-storage-transfer</url>
<description>Storage Transfer Service Secure, low-cost services for transferring data from cloud or on-premises sources.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-transfer-parent</artifactId>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<version>1.3.0</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-storage-transfer</site.installationModule>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-storage-transfer-v1</artifactId>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-storage-transfer-v1:current} -->
<version>1.3.0</version><!-- {x-version-update:grpc-google-cloud-storage-transfer-v1:current} -->
<name>grpc-google-cloud-storage-transfer-v1</name>
<description>GRPC library for google-cloud-storage-transfer</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-transfer-parent</artifactId>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<version>1.3.0</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions java-storage-transfer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-transfer-parent</artifactId>
<packaging>pom</packaging>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<version>1.3.0</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<name>Google Storage Transfer Service Parent</name>
<url>https://github.com/googleapis/java-storage-transfer</url>
<description>
Expand Down Expand Up @@ -69,17 +69,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-transfer</artifactId>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<version>1.3.0</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-storage-transfer-v1</artifactId>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-storage-transfer-v1:current} -->
<version>1.3.0</version><!-- {x-version-update:grpc-google-cloud-storage-transfer-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-storage-transfer-v1</artifactId>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-storage-transfer-v1:current} -->
<version>1.3.0</version><!-- {x-version-update:proto-google-cloud-storage-transfer-v1:current} -->
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-storage-transfer-v1</artifactId>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-storage-transfer-v1:current} -->
<version>1.3.0</version><!-- {x-version-update:proto-google-cloud-storage-transfer-v1:current} -->
<name>proto-google-cloud-storage-transfer-v1</name>
<description>Proto library for google-cloud-storage-transfer</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-transfer-parent</artifactId>
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<version>1.3.0</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions java-storage-transfer/versions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-cloud-storage-transfer:1.2.2:1.2.3-SNAPSHOT
grpc-google-cloud-storage-transfer-v1:1.2.2:1.2.3-SNAPSHOT
proto-google-cloud-storage-transfer-v1:1.2.2:1.2.3-SNAPSHOT
google-cloud-storage-transfer:1.3.0:1.3.0
grpc-google-cloud-storage-transfer-v1:1.3.0:1.3.0
proto-google-cloud-storage-transfer-v1:1.3.0:1.3.0

0 comments on commit 8969bfa

Please sign in to comment.