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

Commit

Permalink
Change triggered by none of the following:
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Apr 2, 2020
1 parent 5eab414 commit 0819dd6
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 65 deletions.
33 changes: 0 additions & 33 deletions CHANGELOG.md
@@ -1,38 +1,5 @@
# Changelog

## [0.36.0](https://www.github.com/googleapis/java-talent/compare/v0.35.2...v0.36.0) (2020-03-27)


### ⚠ BREAKING CHANGES

* use `TenantName` for resources in place of `TenantOrProjectName`
* adopt the new multi-pattern resource names (#88)

### Features

* adopt the new multi-pattern resource names ([#88](https://www.github.com/googleapis/java-talent/issues/88)) ([0a8a4c9](https://www.github.com/googleapis/java-talent/commit/0a8a4c9141e5b024ab4106975690f6b3f1c91bf3))
* resource name change ([#106](https://www.github.com/googleapis/java-talent/issues/106)) ([2c44fa8](https://www.github.com/googleapis/java-talent/commit/2c44fa85b84cb8b64715a784b9c960a0ac23065c))


### Bug Fixes

* undeprecate resource name classes until multi-pattern resources are available ([#83](https://www.github.com/googleapis/java-talent/issues/83)) ([c6ac9f8](https://www.github.com/googleapis/java-talent/commit/c6ac9f825e122cd4805f51ae5ef3fc9e2185ca1b))


### Dependencies

* update core dependencies ([#84](https://www.github.com/googleapis/java-talent/issues/84)) ([2824acd](https://www.github.com/googleapis/java-talent/commit/2824acd3d725f7a2b2c246dad5140e248ceb318c))
* update dependency com.google.api:api-common to v1.9.0 ([#108](https://www.github.com/googleapis/java-talent/issues/108)) ([3e9cd1f](https://www.github.com/googleapis/java-talent/commit/3e9cd1fbd46f00d83dd5cedcce487644ba7eb465))
* update dependency com.google.cloud:google-cloud-core to v1.92.5 ([bd15e46](https://www.github.com/googleapis/java-talent/commit/bd15e4646a653e0951999a35336c472bc3c1661c))
* update dependency com.google.protobuf:protobuf-java to v3.11.4 ([e6ca466](https://www.github.com/googleapis/java-talent/commit/e6ca46662f9f78760fde934e23deaa1d4582d604))
* update dependency io.grpc:grpc-bom to v1.27.1 ([b9a488d](https://www.github.com/googleapis/java-talent/commit/b9a488d3356e772131a427934011d5f4543fac2c))


### Documentation

* **regen:** update generate proto documentation ([#86](https://www.github.com/googleapis/java-talent/issues/86)) ([3e2a860](https://www.github.com/googleapis/java-talent/commit/3e2a860d3d10cb46dcbe97582afc0b283d591f01))
* **regen:** update sample code to set total timeout, add API client header test ([10922f4](https://www.github.com/googleapis/java-talent/commit/10922f4c050ea3a54e57c30d5963d95e749228dd))

### [0.35.2](https://www.github.com/googleapis/java-talent/compare/v0.35.1...v0.35.2) (2020-02-04)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-talent</artifactId>
<version>0.36.0</version>
<version>0.35.2-beta</version>
</dependency>

```
Expand Down
8 changes: 4 additions & 4 deletions google-cloud-talent-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-talent-bom</artifactId>
<version>0.36.1-SNAPSHOT</version> <!-- {x-version-update:google-cloud-talent:current} -->
<version>0.35.3-beta-SNAPSHOT</version> <!-- {x-version-update:google-cloud-talent:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -64,17 +64,17 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-talent-v4beta1</artifactId>
<version>0.36.1-SNAPSHOT</version> <!-- {x-version-update:proto-google-cloud-talent-v4beta1:current} -->
<version>0.35.3-beta-SNAPSHOT</version> <!-- {x-version-update:proto-google-cloud-talent-v4beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-talent</artifactId>
<version>0.36.1-SNAPSHOT</version> <!-- {x-version-update:google-cloud-talent:current} -->
<version>0.35.3-beta-SNAPSHOT</version> <!-- {x-version-update:google-cloud-talent:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-talent-v4beta1</artifactId>
<version>0.36.1-SNAPSHOT</version> <!-- {x-version-update:grpc-google-cloud-talent-v4beta1:current} -->
<version>0.35.3-beta-SNAPSHOT</version> <!-- {x-version-update:grpc-google-cloud-talent-v4beta1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-talent/pom.xml
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-talent</artifactId>
<version>0.36.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-talent:current} -->
<version>0.35.3-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-talent:current} -->
<packaging>jar</packaging>
<name>Google Cloud Talent Solution</name>
<url>https://github.com/googleapis/java-talent</url>
<description>Java idiomatic client for Google Cloud Talent Solution</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-talent-parent</artifactId>
<version>0.36.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-talent:current} -->
<version>0.35.3-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-talent:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-talent</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-talent-v4beta1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-talent-v4beta1</artifactId>
<version>0.36.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-talent-v4beta1:current} -->
<version>0.35.3-beta-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-talent-v4beta1:current} -->
<name>grpc-google-cloud-talent-v4beta1</name>
<description>GRPC library for grpc-google-cloud-talent-v4beta1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-talent-parent</artifactId>
<version>0.36.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-talent:current} -->
<version>0.35.3-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-talent:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-talent-parent</artifactId>
<packaging>pom</packaging>
<version>0.36.1-SNAPSHOT</version> <!-- {x-version-update:google-cloud-talent:current} -->
<version>0.35.3-beta-SNAPSHOT</version> <!-- {x-version-update:google-cloud-talent:current} -->
<name>Google Cloud Talent Solution Parent</name>
<url>https://github.com/googleapis/java-talent</url>
<description>
Expand Down Expand Up @@ -81,22 +81,22 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-talent-v4beta1</artifactId>
<version>0.36.1-SNAPSHOT</version> <!-- {x-version-update:proto-google-cloud-talent-v4beta1:current} -->
<version>0.35.3-beta-SNAPSHOT</version> <!-- {x-version-update:proto-google-cloud-talent-v4beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-talent-v4beta1</artifactId>
<version>0.36.1-SNAPSHOT</version> <!-- {x-version-update:grpc-google-cloud-talent-v4beta1:current} -->
<version>0.35.3-beta-SNAPSHOT</version> <!-- {x-version-update:grpc-google-cloud-talent-v4beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-talent</artifactId>
<version>0.36.1-SNAPSHOT</version> <!-- {x-version-update:google-cloud-talent:current} -->
<version>0.35.3-beta-SNAPSHOT</version> <!-- {x-version-update:google-cloud-talent:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-talent-bom</artifactId>
<version>0.36.1-SNAPSHOT</version> <!-- {x-version-update:google-cloud-talent-bom:current} -->
<version>0.35.3-beta-SNAPSHOT</version> <!-- {x-version-update:google-cloud-talent-bom:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-talent-v4beta1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-talent-v4beta1</artifactId>
<version>0.36.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-talent-v4beta1:current} -->
<version>0.35.3-beta-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-talent-v4beta1:current} -->
<name>proto-google-cloud-talent-v4beta1</name>
<description>PROTO library for proto-google-cloud-talent-v4beta1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-talent-parent</artifactId>
<version>0.36.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-talent:current} -->
<version>0.35.3-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-talent:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions samples/install-without-bom/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud.samples</groupId>
<artifactId>shared-configuration</artifactId>
<version>1.0.14</version>
<version>1.0.13</version>
</parent>

<properties>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-talent</artifactId>
<version>0.36.0</version>
<version>0.35.2-beta</version>
</dependency>
<!-- [END talent_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.google.cloud.samples</groupId>
<artifactId>shared-configuration</artifactId>
<version>1.0.14</version>
<version>1.0.13</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions samples/snapshot/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud.samples</groupId>
<artifactId>shared-configuration</artifactId>
<version>1.0.14</version>
<version>1.0.13</version>
</parent>

<properties>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-talent</artifactId>
<version>0.36.0</version>
<version>0.35.2-beta</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions samples/snippets/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud.samples</groupId>
<artifactId>shared-configuration</artifactId>
<version>1.0.14</version>
<version>1.0.13</version>
</parent>

<properties>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>4.4.0</version>
<version>4.3.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
8 changes: 3 additions & 5 deletions synth.metadata
@@ -1,21 +1,19 @@
{
"updateTime": "2020-03-26T22:48:24.018150Z",
"updateTime": "2020-04-02T00:24:56.148152Z",
"sources": [
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "8bea81bfa461698981b3d3a488a95633d2f6e9ff",
"internalRef": "303197602",
"log": "8bea81bfa461698981b3d3a488a95633d2f6e9ff\nchore: use latest protoc-java-resource-name-plugin in bazel WORKSPACE.\nnew commits:\n- fix: stop generating `parseList` and `toStringList` if a multi-pattern resource name has subclasses (#79)\n\ncommitter: @hzyi-google\nPiperOrigin-RevId: 303197602\n\nb14af92e565264675d6b12cd2c0ded6c94ddd7f8\nfix talent API incorrect placeholders in two resource name patterns.\ncommitter: @hzyi-google\n\nPiperOrigin-RevId: 303189497\n\n8e22db908ae09e1f7e2802c03b4563fd6b524e0e\nchore(google/maps): Update postprocessing script for Java.\n\n- Update root build.gradle to load local plugin\n- Change com.google.api.grpc group to com.google.maps\n\nPiperOrigin-RevId: 303176850\n\n65816afa71e588252b7119dc723592abe51ea106\nbazel: update gapic-generator-go to v0.12.5 and gapic-generator hash\n\nChanges to gapic-generator-go include:\n* feat: strip invalid link references in comments\n* chore: updating Go deps in bazel repositories\n\nChanges to gapic-generator include:\n* fix: bazel go build gen check for cloud in proto pkg name\n* Revert \"feat: allow static substitution for group name\"\n\nPiperOrigin-RevId: 303150338\n\nd4aa417ed2bba89c2d216900282bddfdafef6128\nFix incorrect retry config in gapic v2 for kms.\n\nPiperOrigin-RevId: 303010132\n\nfd08334533204fdd1b33f79fcb263dbb5bf13de0\nfix: osconfig/v1 update go_gapic_library target to microgen interface\n\nPiperOrigin-RevId: 303007866\n\ne2c0f2a0e06d86b50aba98f67f9f291587d986b3\nUpdate comments for google/rpc/error_details.proto.\n\nPiperOrigin-RevId: 303002528\n\nf786c7586748e78a286b1620ff3ddbf7b4dcab92\nfeat: Add OsConfigService v1 patch APIs.\n\nPiperOrigin-RevId: 302999346\n\n0341fa3fc2f4073a1b1f260d37b2ce620799f545\nTurn on gapic config v2 for kms.\n\nCommitter: @hzyi-google\nPiperOrigin-RevId: 302980301\n\n32dc6e832039b61ac3fb82c72eb0a27570aebcd6\nredis: v1beta1 enables REDIS_5_0 as an option for redis_version field and adds two new redis configs --stream-node-max-entries --stream-node-max-bytes\n\nPiperOrigin-RevId: 302958009\n\n685f16483cc4d87c35051f21f8f13ef4fdc919b4\nredis: v1 enables REDIS_5_0 as an option for redis_version field and adds two new redis configs --stream-node-max-entries --stream-node-max-bytes\n\nPiperOrigin-RevId: 302957729\n\n733cb282ae5e64673ef86c9a5dff647df803d8b7\nAdd GAPIC cofiguration for v1 client library genetration.\n\nPiperOrigin-RevId: 302928200\n\n1b0fff5f2ec6dc4a9443d9b50e70e9c94c30c45b\ndocs: remove an internal lint declaration\n\nPiperOrigin-RevId: 302928106\n\n2be23f3f3036a6f7ce0844def3d2d3da74e5d415\nfix(google/maps): Add post-processing rules for Google Maps APIs\n\nPiperOrigin-RevId: 302925222\n\nfd83ab212176a1042e8d45ea90766b3bf59ac679\nfix: migrate osconfig/agentendpoint/v1 go_gapic_library target to microgen impl\n\nPiperOrigin-RevId: 302913609\n\n0e07113e776bdd8fcc0783372e08bb6e76cb1b5b\ndocs: Update documentation with links to smart home developer guides and reference pages. Remove outdated authorization instructions.\n\nPiperOrigin-RevId: 302892245\n\n551cf1e6e3addcc63740427c4f9b40dedd3dac27\nfeat: Add OS Config AgentEndpointService v1 PatchJobs and Tasks APIs.\n\nPiperOrigin-RevId: 302792195\n\n1df117114c73299b614dfd3ba3632bf246669336\nSynchronize new proto/yaml changes.\n\nPiperOrigin-RevId: 302753982\n\n71d6c56a14bb433beb1237dccb48dabcd9597924\nRefresh monitoring client libraries.\nRename to Cloud Monitoring API.\nAdded support for TimeSeriesQueryLanguageCondition condition type in alert policies.\n\nPiperOrigin-RevId: 302735422\n\n25a1781c096974df99d556cc5888fefa82bc6425\nbazel: migrate all go_gapic_library targets to microgenerator implementation\n\n* update rules_go and gazelle bazel dependencies\n* update gapic-generator bazel dependency (with build file generator changes)\n\nPiperOrigin-RevId: 302730217\n\n36c0febd0fa7267ab66d14408eec2afd1b6bec4e\nUpdate GAPIC configurations to v2 .yaml.\n\nPiperOrigin-RevId: 302639621\n\n078f222366ed344509a48f2f084944ef61476613\nFix containeranalysis v1beta1 assembly target name\n\nPiperOrigin-RevId: 302529186\n\n0be7105dc52590fa9a24e784052298ae37ce53aa\nAdd BUILD.bazel file to asset/v1p1beta1\n\nPiperOrigin-RevId: 302154871\n\n6c248fd13e8543f8d22cbf118d978301a9fbe2a8\nAdd missing resource annotations and additional_bindings to dialogflow v2 API.\n\nPiperOrigin-RevId: 302063117\n\n9a3a7f33be9eeacf7b3e98435816b7022d206bd7\nChange the service name from \"chromeos-moblab.googleapis.com\" to \"chromeosmoblab.googleapis.com\"\n\nPiperOrigin-RevId: 302060989\n\n98a339237577e3de26cb4921f75fb5c57cc7a19f\nfeat: devtools/build/v1 publish client library config annotations\n\n* add details field to some of the BuildEvents\n* add final_invocation_id and build_tool_exit_code fields to BuildStatus\n\nPiperOrigin-RevId: 302044087\n\ncfabc98c6bbbb22d1aeaf7612179c0be193b3a13\nfeat: home/graph/v1 publish client library config annotations & comment updates\n\nThis change includes adding the client library configuration annotations, updated proto comments, and some client library configuration files.\n\nPiperOrigin-RevId: 302042647\n\nc8c8c0bd15d082db9546253dbaad1087c7a9782c\nchore: use latest gapic-generator in bazel WORKSPACE.\nincluding the following commits from gapic-generator:\n- feat: take source protos in all sub-packages (#3144)\n\nPiperOrigin-RevId: 301843591\n\ne4daf5202ea31cb2cb6916fdbfa9d6bd771aeb4c\nAdd bazel file for v1 client lib generation\n\nPiperOrigin-RevId: 301802926\n\n"
"internalRef": "303197602"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "e36822bfa0acb355502dab391b8ef9c4f30208d8",
"log": "e36822bfa0acb355502dab391b8ef9c4f30208d8\nchore(java): treat samples shared configuration dependency update as chore (#457)\n\n\n1b4cc80a7aaf164f6241937dd87f3bd1f4149e0c\nfix: do not run node 8 CI (#456)\n\n\nee4330a0e5f4b93978e8683fbda8e6d4148326b7\nchore(java_templates): mark version bumps of current library as a chore (#452)\n\nWith the samples/install-without-bom/pom.xml referencing the latest released library, we want to mark updates of this version as a chore for renovate bot.\na0d3133a5d45544a66345059eebf76933265c099\nfix(java): run mvn install with retry (#453)\n\n* fix(java): run mvn install with retry\n\n* fix invocation of command\n6a17abc7652e2fe563e1288c6e8c23fc260dda97\ndocs: document the release schedule we follow (#454)\n\n\n7e98e1609c91082f4eeb63b530c6468aefd18cfd\nbuild: use checkout@v2, not v1, as this allows manual re-running of tests (#451)\n\nhttps://github.com/actions/checkout/issues/23\n"
"sha": "e36822bfa0acb355502dab391b8ef9c4f30208d8"
}
}
],
Expand Down
8 changes: 4 additions & 4 deletions versions.txt
@@ -1,7 +1,7 @@
# Format:
# module:released-version:current-version

proto-google-cloud-talent-v4beta1:0.36.0:0.36.1-SNAPSHOT
grpc-google-cloud-talent-v4beta1:0.36.0:0.36.1-SNAPSHOT
google-cloud-talent:0.36.0:0.36.1-SNAPSHOT
google-cloud-talent-bom:0.36.0:0.36.1-SNAPSHOT
proto-google-cloud-talent-v4beta1:0.35.2:0.35.3-SNAPSHOT
grpc-google-cloud-talent-v4beta1:0.35.2:0.35.3-SNAPSHOT
google-cloud-talent:0.35.2:0.35.3-SNAPSHOT
google-cloud-talent-bom:0.35.2:0.35.3-SNAPSHOT

0 comments on commit 0819dd6

Please sign in to comment.