diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 426cf83e..f60d7749 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,4 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:b0b1c1c89570e229b1026372a2b8989ba31495007055b8d30178b7648503eefa + digest: sha256:fc52b202aa298a50a12c64efd04fea3884d867947effe2fa85382a246c09e813 +# created: 2022-04-06T16:30:03.627422514Z diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml new file mode 100644 index 00000000..4caef688 --- /dev/null +++ b/.github/auto-label.yaml @@ -0,0 +1,15 @@ +# Copyright 2021 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +requestsize: + enabled: true diff --git a/CHANGELOG.md b/CHANGELOG.md index b0e3fbe3..c719dc4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.6](https://github.com/googleapis/java-notebooks/compare/v1.0.5...v1.0.6) (2022-04-18) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.10.0 ([#367](https://github.com/googleapis/java-notebooks/issues/367)) ([9e45698](https://github.com/googleapis/java-notebooks/commit/9e45698b7b2a095c0fb1494b46a448e64e587c1b)) + ### [1.0.5](https://github.com/googleapis/java-notebooks/compare/v1.0.4...v1.0.5) (2022-03-29) diff --git a/README.md b/README.md index af3e6f1a..7aae0d91 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-notebooks - 1.0.4 + 1.0.5 ``` @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-notebooks:1.0.4' +implementation 'com.google.cloud:google-cloud-notebooks:1.0.5' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.0.4" +libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.0.5" ``` ## Authentication diff --git a/google-cloud-notebooks-bom/pom.xml b/google-cloud-notebooks-bom/pom.xml index 6e47fa74..7e6c2c23 100644 --- a/google-cloud-notebooks-bom/pom.xml +++ b/google-cloud-notebooks-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-notebooks-bom - 1.0.5 + 1.0.6 pom com.google.cloud @@ -56,27 +56,27 @@ com.google.cloud google-cloud-notebooks - 1.0.5 + 1.0.6 com.google.api.grpc grpc-google-cloud-notebooks-v1beta1 - 0.7.5 + 0.7.6 com.google.api.grpc grpc-google-cloud-notebooks-v1 - 1.0.5 + 1.0.6 com.google.api.grpc proto-google-cloud-notebooks-v1beta1 - 0.7.5 + 0.7.6 com.google.api.grpc proto-google-cloud-notebooks-v1 - 1.0.5 + 1.0.6 diff --git a/google-cloud-notebooks/pom.xml b/google-cloud-notebooks/pom.xml index f998e6a3..c049ac14 100644 --- a/google-cloud-notebooks/pom.xml +++ b/google-cloud-notebooks/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-notebooks - 1.0.5 + 1.0.6 jar Google AI Platform Notebooks https://github.com/googleapis/java-notebooks @@ -11,7 +11,7 @@ com.google.cloud google-cloud-notebooks-parent - 1.0.5 + 1.0.6 google-cloud-notebooks diff --git a/grpc-google-cloud-notebooks-v1/pom.xml b/grpc-google-cloud-notebooks-v1/pom.xml index a1286d96..185a55e8 100644 --- a/grpc-google-cloud-notebooks-v1/pom.xml +++ b/grpc-google-cloud-notebooks-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-notebooks-v1 - 1.0.5 + 1.0.6 grpc-google-cloud-notebooks-v1 GRPC library for google-cloud-notebooks com.google.cloud google-cloud-notebooks-parent - 1.0.5 + 1.0.6 diff --git a/grpc-google-cloud-notebooks-v1beta1/pom.xml b/grpc-google-cloud-notebooks-v1beta1/pom.xml index c51a413c..b639dbd2 100644 --- a/grpc-google-cloud-notebooks-v1beta1/pom.xml +++ b/grpc-google-cloud-notebooks-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-notebooks-v1beta1 - 0.7.5 + 0.7.6 grpc-google-cloud-notebooks-v1beta1 GRPC library for grpc-google-cloud-notebooks-v1beta1 com.google.cloud google-cloud-notebooks-parent - 1.0.5 + 1.0.6 diff --git a/pom.xml b/pom.xml index 7a1bc3ec..8f0f5d6a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-notebooks-parent pom - 1.0.5 + 1.0.6 Google AI Platform Notebooks Parent https://github.com/googleapis/java-notebooks @@ -61,33 +61,33 @@ com.google.cloud google-cloud-notebooks - 1.0.5 + 1.0.6 com.google.api.grpc proto-google-cloud-notebooks-v1 - 1.0.5 + 1.0.6 com.google.api.grpc grpc-google-cloud-notebooks-v1 - 1.0.5 + 1.0.6 com.google.api.grpc proto-google-cloud-notebooks-v1beta1 - 0.7.5 + 0.7.6 com.google.api.grpc grpc-google-cloud-notebooks-v1beta1 - 0.7.5 + 0.7.6 com.google.cloud google-cloud-shared-dependencies - 2.9.0 + 2.10.0 pom import @@ -132,7 +132,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 3.1.2 + 3.2.2 diff --git a/proto-google-cloud-notebooks-v1/pom.xml b/proto-google-cloud-notebooks-v1/pom.xml index f1de53bc..bd0ca8d9 100644 --- a/proto-google-cloud-notebooks-v1/pom.xml +++ b/proto-google-cloud-notebooks-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-notebooks-v1 - 1.0.5 + 1.0.6 proto-google-cloud-notebooks-v1 Proto library for google-cloud-notebooks com.google.cloud google-cloud-notebooks-parent - 1.0.5 + 1.0.6 diff --git a/proto-google-cloud-notebooks-v1beta1/pom.xml b/proto-google-cloud-notebooks-v1beta1/pom.xml index 51816b52..f21502ef 100644 --- a/proto-google-cloud-notebooks-v1beta1/pom.xml +++ b/proto-google-cloud-notebooks-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-notebooks-v1beta1 - 0.7.5 + 0.7.6 proto-google-cloud-notebooks-v1beta1 PROTO library for proto-google-cloud-notebooks-v1beta1 com.google.cloud google-cloud-notebooks-parent - 1.0.5 + 1.0.6 diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 5836c7ec..5ea91054 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-notebooks - 1.0.4 + 1.0.5 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index b84a6145..e207e7b3 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-notebooks - 1.0.5 + 1.0.6 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 316dd4f1..45c29129 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-notebooks - 1.0.4 + 1.0.5 diff --git a/versions.txt b/versions.txt index 203e0eab..df8535a4 100644 --- a/versions.txt +++ b/versions.txt @@ -1,8 +1,8 @@ # Format: # module:released-version:current-version -google-cloud-notebooks:1.0.5:1.0.5 -grpc-google-cloud-notebooks-v1beta1:0.7.5:0.7.5 -grpc-google-cloud-notebooks-v1:1.0.5:1.0.5 -proto-google-cloud-notebooks-v1beta1:0.7.5:0.7.5 -proto-google-cloud-notebooks-v1:1.0.5:1.0.5 +google-cloud-notebooks:1.0.6:1.0.6 +grpc-google-cloud-notebooks-v1beta1:0.7.6:0.7.6 +grpc-google-cloud-notebooks-v1:1.0.6:1.0.6 +proto-google-cloud-notebooks-v1beta1:0.7.6:0.7.6 +proto-google-cloud-notebooks-v1:1.0.6:1.0.6