From 72a5976928072e3f7a1047cf54b441a52104e279 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 1 Jul 2022 17:46:12 +0000
Subject: [PATCH 1/6] chore(main): release 2.2.3-SNAPSHOT (#224)
:robot: I have created a release *beep* *boop*
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
google-cloud-shell-bom/pom.xml | 8 ++++----
google-cloud-shell/pom.xml | 4 ++--
grpc-google-cloud-shell-v1/pom.xml | 4 ++--
pom.xml | 8 ++++----
proto-google-cloud-shell-v1/pom.xml | 4 ++--
versions.txt | 6 +++---
6 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/google-cloud-shell-bom/pom.xml b/google-cloud-shell-bom/pom.xml
index e1722c3a..46c02643 100644
--- a/google-cloud-shell-bom/pom.xml
+++ b/google-cloud-shell-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-shell-bom
- 2.2.2
+ 2.2.3-SNAPSHOT
pom
com.google.cloud
@@ -56,17 +56,17 @@
com.google.cloud
google-cloud-shell
- 2.2.2
+ 2.2.3-SNAPSHOT
com.google.api.grpc
grpc-google-cloud-shell-v1
- 2.2.2
+ 2.2.3-SNAPSHOT
com.google.api.grpc
proto-google-cloud-shell-v1
- 2.2.2
+ 2.2.3-SNAPSHOT
diff --git a/google-cloud-shell/pom.xml b/google-cloud-shell/pom.xml
index 8133abde..f8633c2b 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.2
+ 2.2.3-SNAPSHOT
jar
Google Cloud Shell
https://github.com/googleapis/java-shell
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-shell-parent
- 2.2.2
+ 2.2.3-SNAPSHOT
google-cloud-shell
diff --git a/grpc-google-cloud-shell-v1/pom.xml b/grpc-google-cloud-shell-v1/pom.xml
index b4659fbc..1da4253a 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.2
+ 2.2.3-SNAPSHOT
grpc-google-cloud-shell-v1
GRPC library for google-cloud-shell
com.google.cloud
google-cloud-shell-parent
- 2.2.2
+ 2.2.3-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 7e1cb6d7..4a10c261 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-shell-parent
pom
- 2.2.2
+ 2.2.3-SNAPSHOT
Google Cloud Shell Parent
https://github.com/googleapis/java-shell
@@ -60,17 +60,17 @@
com.google.cloud
google-cloud-shell
- 2.2.2
+ 2.2.3-SNAPSHOT
com.google.api.grpc
grpc-google-cloud-shell-v1
- 2.2.2
+ 2.2.3-SNAPSHOT
com.google.api.grpc
proto-google-cloud-shell-v1
- 2.2.2
+ 2.2.3-SNAPSHOT
diff --git a/proto-google-cloud-shell-v1/pom.xml b/proto-google-cloud-shell-v1/pom.xml
index 79f5d9cc..6be25d48 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.2
+ 2.2.3-SNAPSHOT
proto-google-cloud-shell-v1
Proto library for google-cloud-shell
com.google.cloud
google-cloud-shell-parent
- 2.2.2
+ 2.2.3-SNAPSHOT
diff --git a/versions.txt b/versions.txt
index 964cd410..577b2f8a 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-shell:2.2.2:2.2.2
-grpc-google-cloud-shell-v1:2.2.2:2.2.2
-proto-google-cloud-shell-v1:2.2.2:2.2.2
+google-cloud-shell:2.2.2:2.2.3-SNAPSHOT
+grpc-google-cloud-shell-v1:2.2.2:2.2.3-SNAPSHOT
+proto-google-cloud-shell-v1:2.2.2:2.2.3-SNAPSHOT
From 5b62413d568609f414ee9ab55e0d8967793dbfa0 Mon Sep 17 00:00:00 2001
From: Mridula <66699525+mpeddada1@users.noreply.github.com>
Date: Fri, 8 Jul 2022 12:54:50 -0400
Subject: [PATCH 2/6] chore: add native image checks as required (#221)
---
.github/sync-repo-settings.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml
index dd5626f3..0501f63f 100644
--- a/.github/sync-repo-settings.yaml
+++ b/.github/sync-repo-settings.yaml
@@ -16,6 +16,8 @@ branchProtectionRules:
- 'Kokoro - Test: Integration'
- cla/google
- OwlBot Post Processor
+ - 'Kokoro - Test: Java GraalVM Native Image'
+ - 'Kokoro - Test: Java 17 GraalVM Native Image'
- pattern: java7
isAdminEnforced: true
requiredApprovingReviewCount: 1
From d22278893d51a64a608483cef32969117ded698e Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Fri, 8 Jul 2022 19:11:41 +0200
Subject: [PATCH 3/6] build(deps): update dependency
com.google.cloud:google-cloud-shared-config to v1.5.1 (#225)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.1
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
Co-authored-by: Owl Bot
---
README.md | 6 +++---
google-cloud-shell-bom/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index f1702f1b..2c88eb05 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.2.1
+ 2.2.2
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-implementation 'com.google.cloud:google-cloud-shell:2.2.1'
+implementation 'com.google.cloud:google-cloud-shell:2.2.2'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.2.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.2.2"
```
## Authentication
diff --git a/google-cloud-shell-bom/pom.xml b/google-cloud-shell-bom/pom.xml
index 46c02643..8182bc8b 100644
--- a/google-cloud-shell-bom/pom.xml
+++ b/google-cloud-shell-bom/pom.xml
@@ -8,7 +8,7 @@
com.google.cloud
google-cloud-shared-config
- 1.5.0
+ 1.5.1
Google Cloud Shell BOM
diff --git a/pom.xml b/pom.xml
index 4a10c261..1fd8f4a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 1.5.0
+ 1.5.1
From df03a460810fbb2bd435a6cd4279f0ca236d56a4 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri, 8 Jul 2022 17:46:11 +0000
Subject: [PATCH 4/6] chore: fix minor typos in README and pom templates
(#1479) (#226)
Source-Link: https://github.com/googleapis/synthtool/commit/18d4e9bb50d0dfb3291de18c51b96a2c835e2446
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45
---
.github/.OwlBot.lock.yaml | 4 ++--
README.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index a454a61e..1b645c01 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28
-# created: 2022-06-29T23:17:33.110417661Z
+ digest: sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45
+# created: 2022-07-07T14:26:11.880812641Z
diff --git a/README.md b/README.md
index 2c88eb05..895bf8ab 100644
--- a/README.md
+++ b/README.md
@@ -23,13 +23,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
+If you are using Gradle without BOM, add this to your dependencies:
```Groovy
implementation 'com.google.cloud:google-cloud-shell:2.2.2'
```
-If you are using SBT, add this to your dependencies
+If you are using SBT, add this to your dependencies:
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.2.2"
From 840323bc9230a5949072f914a3eebad2e9be7eb5 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Wed, 13 Jul 2022 19:26:20 +0000
Subject: [PATCH 5/6] fix: enable longpaths support for windows test (#1485)
(#227)
Source-Link: https://github.com/googleapis/synthtool/commit/73365620c41d96e97ff474b2c4d39b890ad51967
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
---
.github/.OwlBot.lock.yaml | 4 ++--
.github/workflows/ci.yaml | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 1b645c01..de9173d9 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45
-# created: 2022-07-07T14:26:11.880812641Z
+ digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
+# created: 2022-07-13T13:53:17.676447481Z
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 83ef7f9c..e3bb26e3 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -39,6 +39,8 @@ jobs:
windows:
runs-on: windows-latest
steps:
+ - name: Support longpaths
+ run: git config --system core.longpaths true
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
From 52b07c13bb36391da07f91d819af737030404ba8 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 14 Jul 2022 14:30:10 +0000
Subject: [PATCH 6/6] chore(main): release 2.2.3 (#228)
:robot: I have created a release *beep* *boop*
---
## [2.2.3](https://github.com/googleapis/java-shell/compare/v2.2.2...v2.2.3) (2022-07-13)
### Bug Fixes
* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-shell/issues/1485)) ([#227](https://github.com/googleapis/java-shell/issues/227)) ([840323b](https://github.com/googleapis/java-shell/commit/840323bc9230a5949072f914a3eebad2e9be7eb5))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
CHANGELOG.md | 7 +++++++
google-cloud-shell-bom/pom.xml | 8 ++++----
google-cloud-shell/pom.xml | 4 ++--
grpc-google-cloud-shell-v1/pom.xml | 4 ++--
pom.xml | 8 ++++----
proto-google-cloud-shell-v1/pom.xml | 4 ++--
versions.txt | 6 +++---
7 files changed, 24 insertions(+), 17 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8915569d..85f8f902 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.2.3](https://github.com/googleapis/java-shell/compare/v2.2.2...v2.2.3) (2022-07-13)
+
+
+### Bug Fixes
+
+* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-shell/issues/1485)) ([#227](https://github.com/googleapis/java-shell/issues/227)) ([840323b](https://github.com/googleapis/java-shell/commit/840323bc9230a5949072f914a3eebad2e9be7eb5))
+
## [2.2.2](https://github.com/googleapis/java-shell/compare/v2.2.1...v2.2.2) (2022-07-01)
diff --git a/google-cloud-shell-bom/pom.xml b/google-cloud-shell-bom/pom.xml
index 8182bc8b..0a811a33 100644
--- a/google-cloud-shell-bom/pom.xml
+++ b/google-cloud-shell-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-shell-bom
- 2.2.3-SNAPSHOT
+ 2.2.3
pom
com.google.cloud
@@ -56,17 +56,17 @@
com.google.cloud
google-cloud-shell
- 2.2.3-SNAPSHOT
+ 2.2.3
com.google.api.grpc
grpc-google-cloud-shell-v1
- 2.2.3-SNAPSHOT
+ 2.2.3
com.google.api.grpc
proto-google-cloud-shell-v1
- 2.2.3-SNAPSHOT
+ 2.2.3
diff --git a/google-cloud-shell/pom.xml b/google-cloud-shell/pom.xml
index f8633c2b..297f62cf 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.3-SNAPSHOT
+ 2.2.3
jar
Google Cloud Shell
https://github.com/googleapis/java-shell
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-shell-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
google-cloud-shell
diff --git a/grpc-google-cloud-shell-v1/pom.xml b/grpc-google-cloud-shell-v1/pom.xml
index 1da4253a..024a26eb 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.3-SNAPSHOT
+ 2.2.3
grpc-google-cloud-shell-v1
GRPC library for google-cloud-shell
com.google.cloud
google-cloud-shell-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
diff --git a/pom.xml b/pom.xml
index 1fd8f4a1..ebee7a6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-shell-parent
pom
- 2.2.3-SNAPSHOT
+ 2.2.3
Google Cloud Shell Parent
https://github.com/googleapis/java-shell
@@ -60,17 +60,17 @@
com.google.cloud
google-cloud-shell
- 2.2.3-SNAPSHOT
+ 2.2.3
com.google.api.grpc
grpc-google-cloud-shell-v1
- 2.2.3-SNAPSHOT
+ 2.2.3
com.google.api.grpc
proto-google-cloud-shell-v1
- 2.2.3-SNAPSHOT
+ 2.2.3
diff --git a/proto-google-cloud-shell-v1/pom.xml b/proto-google-cloud-shell-v1/pom.xml
index 6be25d48..ef2eec6b 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.3-SNAPSHOT
+ 2.2.3
proto-google-cloud-shell-v1
Proto library for google-cloud-shell
com.google.cloud
google-cloud-shell-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
diff --git a/versions.txt b/versions.txt
index 577b2f8a..9bdb2364 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-shell:2.2.2:2.2.3-SNAPSHOT
-grpc-google-cloud-shell-v1:2.2.2:2.2.3-SNAPSHOT
-proto-google-cloud-shell-v1:2.2.2:2.2.3-SNAPSHOT
+google-cloud-shell:2.2.3:2.2.3
+grpc-google-cloud-shell-v1:2.2.3:2.2.3
+proto-google-cloud-shell-v1:2.2.3:2.2.3