diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b50b35..80ed5430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.2.0](https://github.com/googleapis/java-orchestration-airflow/compare/v1.1.7...v1.2.0) (2022-05-19) + + +### Features + +* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-orchestration-airflow/issues/1440)) ([#192](https://github.com/googleapis/java-orchestration-airflow/issues/192)) ([65dd7cc](https://github.com/googleapis/java-orchestration-airflow/commit/65dd7cc75dfddf793ef4f1f25c7388b72cf3cb49)) +* next release from main branch is 1.1.7 ([#187](https://github.com/googleapis/java-orchestration-airflow/issues/187)) ([a9bb411](https://github.com/googleapis/java-orchestration-airflow/commit/a9bb411a573ce140de903e48a1d68baebbfe4516)) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.11.0 ([#191](https://github.com/googleapis/java-orchestration-airflow/issues/191)) ([a394c98](https://github.com/googleapis/java-orchestration-airflow/commit/a394c98bd07b24742e25e8c8efe797364253c636)) +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#193](https://github.com/googleapis/java-orchestration-airflow/issues/193)) ([569b945](https://github.com/googleapis/java-orchestration-airflow/commit/569b9454430883d8f958e6d08ccca635d2501de4)) + ### [1.1.7](https://github.com/googleapis/java-orchestration-airflow/compare/v1.1.6...v1.1.7) (2022-04-15) diff --git a/google-cloud-orchestration-airflow-bom/pom.xml b/google-cloud-orchestration-airflow-bom/pom.xml index e42d3301..02bd2262 100644 --- a/google-cloud-orchestration-airflow-bom/pom.xml +++ b/google-cloud-orchestration-airflow-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-orchestration-airflow-bom - 1.1.8-SNAPSHOT + 1.2.0 pom com.google.cloud @@ -56,27 +56,27 @@ com.google.cloud google-cloud-orchestration-airflow - 1.1.8-SNAPSHOT + 1.2.0 com.google.api.grpc grpc-google-cloud-orchestration-airflow-v1 - 1.1.8-SNAPSHOT + 1.2.0 com.google.api.grpc grpc-google-cloud-orchestration-airflow-v1beta1 - 0.4.8-SNAPSHOT + 0.5.0 com.google.api.grpc proto-google-cloud-orchestration-airflow-v1 - 1.1.8-SNAPSHOT + 1.2.0 com.google.api.grpc proto-google-cloud-orchestration-airflow-v1beta1 - 0.4.8-SNAPSHOT + 0.5.0 diff --git a/google-cloud-orchestration-airflow/pom.xml b/google-cloud-orchestration-airflow/pom.xml index 9552a625..c0eb474f 100644 --- a/google-cloud-orchestration-airflow/pom.xml +++ b/google-cloud-orchestration-airflow/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-orchestration-airflow - 1.1.8-SNAPSHOT + 1.2.0 jar Google Cloud Composer https://github.com/googleapis/java-orchestration-airflow @@ -11,7 +11,7 @@ com.google.cloud google-cloud-orchestration-airflow-parent - 1.1.8-SNAPSHOT + 1.2.0 google-cloud-orchestration-airflow diff --git a/grpc-google-cloud-orchestration-airflow-v1/pom.xml b/grpc-google-cloud-orchestration-airflow-v1/pom.xml index c55bafad..138e09c9 100644 --- a/grpc-google-cloud-orchestration-airflow-v1/pom.xml +++ b/grpc-google-cloud-orchestration-airflow-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-orchestration-airflow-v1 - 1.1.8-SNAPSHOT + 1.2.0 grpc-google-cloud-orchestration-airflow-v1 GRPC library for google-cloud-orchestration-airflow com.google.cloud google-cloud-orchestration-airflow-parent - 1.1.8-SNAPSHOT + 1.2.0 diff --git a/grpc-google-cloud-orchestration-airflow-v1beta1/pom.xml b/grpc-google-cloud-orchestration-airflow-v1beta1/pom.xml index 7fa6b0c4..50c61747 100644 --- a/grpc-google-cloud-orchestration-airflow-v1beta1/pom.xml +++ b/grpc-google-cloud-orchestration-airflow-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-orchestration-airflow-v1beta1 - 0.4.8-SNAPSHOT + 0.5.0 grpc-google-cloud-orchestration-airflow-v1beta1 GRPC library for google-cloud-orchestration-airflow com.google.cloud google-cloud-orchestration-airflow-parent - 1.1.8-SNAPSHOT + 1.2.0 diff --git a/pom.xml b/pom.xml index 54411269..42d88c8f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-orchestration-airflow-parent pom - 1.1.8-SNAPSHOT + 1.2.0 Google Cloud Composer Parent https://github.com/googleapis/java-orchestration-airflow @@ -69,27 +69,27 @@ com.google.cloud google-cloud-orchestration-airflow - 1.1.8-SNAPSHOT + 1.2.0 com.google.api.grpc grpc-google-cloud-orchestration-airflow-v1 - 1.1.8-SNAPSHOT + 1.2.0 com.google.api.grpc grpc-google-cloud-orchestration-airflow-v1beta1 - 0.4.8-SNAPSHOT + 0.5.0 com.google.api.grpc proto-google-cloud-orchestration-airflow-v1 - 1.1.8-SNAPSHOT + 1.2.0 com.google.api.grpc proto-google-cloud-orchestration-airflow-v1beta1 - 0.4.8-SNAPSHOT + 0.5.0 diff --git a/proto-google-cloud-orchestration-airflow-v1/pom.xml b/proto-google-cloud-orchestration-airflow-v1/pom.xml index 71697d55..d8f10adc 100644 --- a/proto-google-cloud-orchestration-airflow-v1/pom.xml +++ b/proto-google-cloud-orchestration-airflow-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-orchestration-airflow-v1 - 1.1.8-SNAPSHOT + 1.2.0 proto-google-cloud-orchestration-airflow-v1 Proto library for google-cloud-orchestration-airflow com.google.cloud google-cloud-orchestration-airflow-parent - 1.1.8-SNAPSHOT + 1.2.0 diff --git a/proto-google-cloud-orchestration-airflow-v1beta1/pom.xml b/proto-google-cloud-orchestration-airflow-v1beta1/pom.xml index 01e4845b..9a8c0838 100644 --- a/proto-google-cloud-orchestration-airflow-v1beta1/pom.xml +++ b/proto-google-cloud-orchestration-airflow-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-orchestration-airflow-v1beta1 - 0.4.8-SNAPSHOT + 0.5.0 proto-google-cloud-orchestration-airflow-v1beta1 Proto library for google-cloud-orchestration-airflow com.google.cloud google-cloud-orchestration-airflow-parent - 1.1.8-SNAPSHOT + 1.2.0 diff --git a/versions.txt b/versions.txt index 67dce900..47d6f18a 100644 --- a/versions.txt +++ b/versions.txt @@ -1,8 +1,8 @@ # Format: # module:released-version:current-version -google-cloud-orchestration-airflow:1.1.7:1.1.8-SNAPSHOT -grpc-google-cloud-orchestration-airflow-v1:1.1.7:1.1.8-SNAPSHOT -grpc-google-cloud-orchestration-airflow-v1beta1:0.4.7:0.4.8-SNAPSHOT -proto-google-cloud-orchestration-airflow-v1:1.1.7:1.1.8-SNAPSHOT -proto-google-cloud-orchestration-airflow-v1beta1:0.4.7:0.4.8-SNAPSHOT +google-cloud-orchestration-airflow:1.2.0:1.2.0 +grpc-google-cloud-orchestration-airflow-v1:1.2.0:1.2.0 +grpc-google-cloud-orchestration-airflow-v1beta1:0.5.0:0.5.0 +proto-google-cloud-orchestration-airflow-v1:1.2.0:1.2.0 +proto-google-cloud-orchestration-airflow-v1beta1:0.5.0:0.5.0