Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: release 0.3.0 (#72)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [0.3.0](https://www.github.com/googleapis/java-orchestration-airflow/compare/v0.2.0...v0.3.0) (2021-09-27)


### Features

* Remove use of deprecated gradle command in java README ([#1196](https://www.github.com/googleapis/java-orchestration-airflow/issues/1196)) ([#52](https://www.github.com/googleapis/java-orchestration-airflow/issues/52)) ([07be24b](https://www.github.com/googleapis/java-orchestration-airflow/commit/07be24bb8fb3e608ebb0e68a9e8dabd5f3c1516b))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.0.1 ([#44](https://www.github.com/googleapis/java-orchestration-airflow/issues/44)) ([8ef7989](https://www.github.com/googleapis/java-orchestration-airflow/commit/8ef7989e7748d303eabb3a25fcdaac18db40e140))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.1.0 ([#48](https://www.github.com/googleapis/java-orchestration-airflow/issues/48)) ([e409977](https://www.github.com/googleapis/java-orchestration-airflow/commit/e4099776be1c4ac2de1f9df65d6d993d6f90f263))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.0 ([#54](https://www.github.com/googleapis/java-orchestration-airflow/issues/54)) ([8f6cb55](https://www.github.com/googleapis/java-orchestration-airflow/commit/8f6cb550592c1ac919a23c157a89b058b28fc35b))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.1 ([#62](https://www.github.com/googleapis/java-orchestration-airflow/issues/62)) ([9db334c](https://www.github.com/googleapis/java-orchestration-airflow/commit/9db334c77faf7d497b4e062e7c7ad50ad49014fa))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.3.0 ([#66](https://www.github.com/googleapis/java-orchestration-airflow/issues/66)) ([a756614](https://www.github.com/googleapis/java-orchestration-airflow/commit/a756614bfc649a39345472ce2402eedb0a1477c7))
---


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] committed Sep 28, 2021
1 parent 4b32409 commit 9c6a7b1
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 27 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog

## [0.3.0](https://www.github.com/googleapis/java-orchestration-airflow/compare/v0.2.0...v0.3.0) (2021-09-27)


### Features

* Remove use of deprecated gradle command in java README ([#1196](https://www.github.com/googleapis/java-orchestration-airflow/issues/1196)) ([#52](https://www.github.com/googleapis/java-orchestration-airflow/issues/52)) ([07be24b](https://www.github.com/googleapis/java-orchestration-airflow/commit/07be24bb8fb3e608ebb0e68a9e8dabd5f3c1516b))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.0.1 ([#44](https://www.github.com/googleapis/java-orchestration-airflow/issues/44)) ([8ef7989](https://www.github.com/googleapis/java-orchestration-airflow/commit/8ef7989e7748d303eabb3a25fcdaac18db40e140))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.1.0 ([#48](https://www.github.com/googleapis/java-orchestration-airflow/issues/48)) ([e409977](https://www.github.com/googleapis/java-orchestration-airflow/commit/e4099776be1c4ac2de1f9df65d6d993d6f90f263))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.0 ([#54](https://www.github.com/googleapis/java-orchestration-airflow/issues/54)) ([8f6cb55](https://www.github.com/googleapis/java-orchestration-airflow/commit/8f6cb550592c1ac919a23c157a89b058b28fc35b))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.1 ([#62](https://www.github.com/googleapis/java-orchestration-airflow/issues/62)) ([9db334c](https://www.github.com/googleapis/java-orchestration-airflow/commit/9db334c77faf7d497b4e062e7c7ad50ad49014fa))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.3.0 ([#66](https://www.github.com/googleapis/java-orchestration-airflow/issues/66)) ([a756614](https://www.github.com/googleapis/java-orchestration-airflow/commit/a756614bfc649a39345472ce2402eedb0a1477c7))

## [0.2.0](https://www.github.com/googleapis/java-orchestration-airflow/compare/v0.1.1...v0.2.0) (2021-08-10)


Expand Down
12 changes: 6 additions & 6 deletions google-cloud-orchestration-airflow-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow-bom</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -56,27 +56,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-orchestration-airflow-v1</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1:current} -->
<version>0.3.0</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-orchestration-airflow-v1beta1</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1beta1:current} -->
<version>0.3.0</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-orchestration-airflow-v1</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1:current} -->
<version>0.3.0</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-orchestration-airflow-v1beta1</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1beta1:current} -->
<version>0.3.0</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1beta1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-orchestration-airflow/pom.xml
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<packaging>jar</packaging>
<name>Google Cloud Composer</name>
<url>https://github.com/googleapis/java-orchestration-airflow</url>
<description>Cloud Composer is a managed Apache Airflow service that helps you create, schedule, monitor and manage workflows. Cloud Composer automation helps you create Airflow environments quickly and use Airflow-native tools, such as the powerful Airflow web interface and command line tools, so you can focus on your workflows and not your infrastructure.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow-parent</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-orchestration-airflow</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-orchestration-airflow-v1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-orchestration-airflow-v1</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1:current} -->
<version>0.3.0</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1:current} -->
<name>grpc-google-cloud-orchestration-airflow-v1</name>
<description>GRPC library for google-cloud-orchestration-airflow</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow-parent</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-orchestration-airflow-v1beta1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-orchestration-airflow-v1beta1</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1beta1:current} -->
<version>0.3.0</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1beta1:current} -->
<name>grpc-google-cloud-orchestration-airflow-v1beta1</name>
<description>GRPC library for google-cloud-orchestration-airflow</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow-parent</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow-parent</artifactId>
<packaging>pom</packaging>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<name>Google Cloud Composer Parent</name>
<url>https://github.com/googleapis/java-orchestration-airflow</url>
<description>
Expand Down Expand Up @@ -69,27 +69,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-orchestration-airflow-v1</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1:current} -->
<version>0.3.0</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-orchestration-airflow-v1beta1</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1beta1:current} -->
<version>0.3.0</version><!-- {x-version-update:grpc-google-cloud-orchestration-airflow-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-orchestration-airflow-v1</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1:current} -->
<version>0.3.0</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-orchestration-airflow-v1beta1</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1beta1:current} -->
<version>0.3.0</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1beta1:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-orchestration-airflow-v1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-orchestration-airflow-v1</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1:current} -->
<version>0.3.0</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1:current} -->
<name>proto-google-cloud-orchestration-airflow-v1</name>
<description>Proto library for google-cloud-orchestration-airflow</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow-parent</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-orchestration-airflow-v1beta1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-orchestration-airflow-v1beta1</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1beta1:current} -->
<version>0.3.0</version><!-- {x-version-update:proto-google-cloud-orchestration-airflow-v1beta1:current} -->
<name>proto-google-cloud-orchestration-airflow-v1beta1</name>
<description>Proto library for google-cloud-orchestration-airflow</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-orchestration-airflow-parent</artifactId>
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-orchestration-airflow:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions versions.txt
@@ -1,8 +1,8 @@
# Format:
# module:released-version:current-version

google-cloud-orchestration-airflow:0.2.0:0.2.1-SNAPSHOT
grpc-google-cloud-orchestration-airflow-v1:0.2.0:0.2.1-SNAPSHOT
grpc-google-cloud-orchestration-airflow-v1beta1:0.2.0:0.2.1-SNAPSHOT
proto-google-cloud-orchestration-airflow-v1:0.2.0:0.2.1-SNAPSHOT
proto-google-cloud-orchestration-airflow-v1beta1:0.2.0:0.2.1-SNAPSHOT
google-cloud-orchestration-airflow:0.3.0:0.3.0
grpc-google-cloud-orchestration-airflow-v1:0.3.0:0.3.0
grpc-google-cloud-orchestration-airflow-v1beta1:0.3.0:0.3.0
proto-google-cloud-orchestration-airflow-v1:0.3.0:0.3.0
proto-google-cloud-orchestration-airflow-v1beta1:0.3.0:0.3.0

0 comments on commit 9c6a7b1

Please sign in to comment.