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

Commit

Permalink
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
Browse files Browse the repository at this point in the history
…cies to v2.5.1 (#158)

fix: remove location proto

Note: Removing location proto is not considered breaking because it is now available though the latest version of shared dependencies via proto-google-common-protos
  • Loading branch information
Neenu1995 committed Dec 3, 2021
1 parent 20b627e commit b7e6196
Show file tree
Hide file tree
Showing 28 changed files with 52 additions and 11,319 deletions.
31 changes: 27 additions & 4 deletions .github/.OwlBot.yaml
Expand Up @@ -21,9 +21,32 @@ deep-remove-regex:
- "/google-.*/src"

deep-copy-regex:
- source: "/google/cloud/gkehub/(v.*)/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/$1/proto-google-cloud-gkehub-$1/src"
- source: "/google/cloud/gkehub/(v.*)/.*-java/grpc-google-.*/src"
dest: "/owl-bot-staging/$1/grpc-google-cloud-gkehub-$1/src"
- source: "/google/cloud/gkehub/v1/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/v1/proto-google-cloud-gkehub-v1/src"
- source: "/google/cloud/gkehub/v1alpha/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/v1alpha/proto-google-cloud-gkehub-v1alpha/src"
- source: "/google/cloud/gkehub/v1beta/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/v1beta/proto-google-cloud-gkehub-v1beta/src"
- source: "/google/cloud/gkehub/v1beta1/.*-java/proto-google-.*/src/main/java/com/google/cloud/gkehub"
dest: "/owl-bot-staging/v1beta1/proto-google-cloud-gkehub-v1beta1/src/main/java/com/google/cloud/gkehub"
- source: "/google/cloud/gkehub/v1alpha2/.*-java/proto-google-.*/src/main/java/com/google/cloud/gkehub"
dest: "/owl-bot-staging/v1alpha2/proto-google-cloud-gkehub-v1alpha2/src/main/java/com/google/cloud/gkehub"

- source: "/google/cloud/gkehub/v1beta1/.*-java/proto-google-.*/src/main/proto/google/cloud/gkehub"
dest: "/owl-bot-staging/v1beta1/proto-google-cloud-gkehub-v1beta1/src/main/proto/google/cloud/gkehub"
- source: "/google/cloud/gkehub/v1alpha2/.*-java/proto-google-.*/src/main/proto/google/cloud/gkehub"
dest: "/owl-bot-staging/v1alpha2/proto-google-cloud-gkehub-v1alpha2/src/main/proto/google/cloud/gkehub"

- source: "/google/cloud/gkehub/v1/.*-java/grpc-google-.*/src"
dest: "/owl-bot-staging/v1/grpc-google-cloud-gkehub-v1/src"
- source: "/google/cloud/gkehub/v1alpha/.*-java/grpc-google-.*/src"
dest: "/owl-bot-staging/v1alpha/grpc-google-cloud-gkehub-v1alpha/src"
- source: "/google/cloud/gkehub/v1beta/.*-java/grpc-google-.*/src"
dest: "/owl-bot-staging/v1beta/grpc-google-cloud-gkehub-v1beta/src"
- source: "/google/cloud/gkehub/v1beta1/.*-java/grpc-google-.*/src/main/java/com/google/cloud/gkehub"
dest: "/owl-bot-staging/v1beta1/grpc-google-cloud-gkehub-v1beta1/src/main/java/com/google/cloud/gkehub"
- source: "/google/cloud/gkehub/v1alpha2/.*-java/grpc-google-.*/src/main/java/com/google/cloud/gkehub"
dest: "/owl-bot-staging/v1alpha2/grpc-google-cloud-gkehub-v1alpha2/src/main/java/com/google/cloud/gkehub"

- source: "/google/cloud/gkehub/(v.*)/.*-java/gapic-google-.*/src"
dest: "/owl-bot-staging/$1/google-cloud-gkehub/src"
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<className>com/google/cloud/location/*</className>
<differenceType>8001</differenceType>
</difference>
</differences>

0 comments on commit b7e6196

Please sign in to comment.