diff --git a/.github/.OwlBot.yaml b/.github/.OwlBot.yaml index 2f825eee..7c4a65b6 100644 --- a/.github/.OwlBot.yaml +++ b/.github/.OwlBot.yaml @@ -16,6 +16,7 @@ docker: image: "gcr.io/cloud-devrel-public-resources/owlbot-java:latest" deep-remove-regex: +- "/samples/snippets/generated" - "/grpc-google-.*/src" - "/proto-google-.*/src" - "/google-.*/src" @@ -26,4 +27,6 @@ deep-copy-regex: - source: "/google/cloud/shell/(v.*)/.*-java/grpc-google-.*/src" dest: "/owl-bot-staging/$1/grpc-google-cloud-shell-$1/src" - source: "/google/cloud/shell/(v.*)/.*-java/gapic-google-.*/src" - dest: "/owl-bot-staging/$1/google-cloud-shell/src" \ No newline at end of file + dest: "/owl-bot-staging/$1/google-cloud-shell/src" +- source: "/google/cloud/shell/(v.*)/.*-java/samples/snippets/generated" + dest: "/owl-bot-staging/$1/samples/snippets/generated" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bcef994..a1ade347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/googleapis/java-shell/compare/v2.2.0...v2.2.1) (2022-06-23) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#215](https://github.com/googleapis/java-shell/issues/215)) ([1df50b7](https://github.com/googleapis/java-shell/commit/1df50b71c4c33721233cf2dccad70e325d5033b8)) + ## [2.2.0](https://github.com/googleapis/java-shell/compare/v2.1.12...v2.2.0) (2022-05-24) diff --git a/README.md b/README.md index f90ec73e..14488ce6 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-shell - 2.1.12 + 2.2.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-shell:2.1.12' +implementation 'com.google.cloud:google-cloud-shell:2.2.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.1.12" +libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.2.0" ``` ## Authentication diff --git a/google-cloud-shell-bom/pom.xml b/google-cloud-shell-bom/pom.xml index 4ecf1ead..3b27d247 100644 --- a/google-cloud-shell-bom/pom.xml +++ b/google-cloud-shell-bom/pom.xml @@ -3,12 +3,12 @@ 4.0.0 com.google.cloud google-cloud-shell-bom - 2.2.0 + 2.2.1 pom com.google.cloud google-cloud-shared-config - 1.4.0 + 1.5.0 Google Cloud Shell BOM @@ -56,17 +56,17 @@ com.google.cloud google-cloud-shell - 2.2.0 + 2.2.1 com.google.api.grpc grpc-google-cloud-shell-v1 - 2.2.0 + 2.2.1 com.google.api.grpc proto-google-cloud-shell-v1 - 2.2.0 + 2.2.1 diff --git a/google-cloud-shell/pom.xml b/google-cloud-shell/pom.xml index 241523eb..918844bc 100644 --- a/google-cloud-shell/pom.xml +++ b/google-cloud-shell/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-shell - 2.2.0 + 2.2.1 jar Google Cloud Shell https://github.com/googleapis/java-shell @@ -11,7 +11,7 @@ com.google.cloud google-cloud-shell-parent - 2.2.0 + 2.2.1 google-cloud-shell diff --git a/grpc-google-cloud-shell-v1/pom.xml b/grpc-google-cloud-shell-v1/pom.xml index a048b0b8..c56a027e 100644 --- a/grpc-google-cloud-shell-v1/pom.xml +++ b/grpc-google-cloud-shell-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-shell-v1 - 2.2.0 + 2.2.1 grpc-google-cloud-shell-v1 GRPC library for google-cloud-shell com.google.cloud google-cloud-shell-parent - 2.2.0 + 2.2.1 diff --git a/pom.xml b/pom.xml index 3e9421d6..61c7e072 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-shell-parent pom - 2.2.0 + 2.2.1 Google Cloud Shell Parent https://github.com/googleapis/java-shell @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 1.4.0 + 1.5.0 @@ -60,23 +60,23 @@ com.google.cloud google-cloud-shell - 2.2.0 + 2.2.1 com.google.api.grpc grpc-google-cloud-shell-v1 - 2.2.0 + 2.2.1 com.google.api.grpc proto-google-cloud-shell-v1 - 2.2.0 + 2.2.1 com.google.cloud google-cloud-shared-dependencies - 2.12.0 + 2.13.0 pom import diff --git a/proto-google-cloud-shell-v1/pom.xml b/proto-google-cloud-shell-v1/pom.xml index 11f95e74..b4a21e7b 100644 --- a/proto-google-cloud-shell-v1/pom.xml +++ b/proto-google-cloud-shell-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-shell-v1 - 2.2.0 + 2.2.1 proto-google-cloud-shell-v1 Proto library for google-cloud-shell com.google.cloud google-cloud-shell-parent - 2.2.0 + 2.2.1 diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index f2afe0a8..6c02a4e1 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-shell - 2.1.12 + 2.2.0 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 4f87ae49..248ce0cf 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-shell - 2.1.12 + 2.2.0 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index d2bef56d..de885959 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-shell - 2.1.12 + 2.2.0 diff --git a/versions.txt b/versions.txt index 984a1bfc..a577eab1 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-shell:2.2.0:2.2.0 -grpc-google-cloud-shell-v1:2.2.0:2.2.0 -proto-google-cloud-shell-v1:2.2.0:2.2.0 +google-cloud-shell:2.2.1:2.2.1 +grpc-google-cloud-shell-v1:2.2.1:2.2.1 +proto-google-cloud-shell-v1:2.2.1:2.2.1