From a53275a88ed56dba936d0694aa8c62caaa8378d7 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 1 Jul 2022 16:28:23 +0000
Subject: [PATCH 1/6] chore(main): release 1.1.3-SNAPSHOT (#133)
: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-deploy-bom/pom.xml | 8 ++++----
google-cloud-deploy/pom.xml | 4 ++--
grpc-google-cloud-deploy-v1/pom.xml | 4 ++--
pom.xml | 8 ++++----
proto-google-cloud-deploy-v1/pom.xml | 4 ++--
versions.txt | 6 +++---
6 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/google-cloud-deploy-bom/pom.xml b/google-cloud-deploy-bom/pom.xml
index 082180c..18ac146 100644
--- a/google-cloud-deploy-bom/pom.xml
+++ b/google-cloud-deploy-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-deploy-bom
- 1.1.2
+ 1.1.3-SNAPSHOT
pom
com.google.cloud
@@ -65,17 +65,17 @@
com.google.cloud
google-cloud-deploy
- 1.1.2
+ 1.1.3-SNAPSHOT
com.google.api.grpc
grpc-google-cloud-deploy-v1
- 1.1.2
+ 1.1.3-SNAPSHOT
com.google.api.grpc
proto-google-cloud-deploy-v1
- 1.1.2
+ 1.1.3-SNAPSHOT
diff --git a/google-cloud-deploy/pom.xml b/google-cloud-deploy/pom.xml
index 3f9f47f..dbce794 100644
--- a/google-cloud-deploy/pom.xml
+++ b/google-cloud-deploy/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-deploy
- 1.1.2
+ 1.1.3-SNAPSHOT
jar
Google Google CLoud Deploy
https://github.com/googleapis/java-deploy
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-deploy-parent
- 1.1.2
+ 1.1.3-SNAPSHOT
google-cloud-deploy
diff --git a/grpc-google-cloud-deploy-v1/pom.xml b/grpc-google-cloud-deploy-v1/pom.xml
index d959830..bace326 100644
--- a/grpc-google-cloud-deploy-v1/pom.xml
+++ b/grpc-google-cloud-deploy-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-deploy-v1
- 1.1.2
+ 1.1.3-SNAPSHOT
grpc-google-cloud-deploy-v1
GRPC library for google-cloud-deploy
com.google.cloud
google-cloud-deploy-parent
- 1.1.2
+ 1.1.3-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 60d6943..f3f5f69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-deploy-parent
pom
- 1.1.2
+ 1.1.3-SNAPSHOT
Google Google CLoud Deploy Parent
https://github.com/googleapis/java-deploy
@@ -69,17 +69,17 @@
com.google.cloud
google-cloud-deploy
- 1.1.2
+ 1.1.3-SNAPSHOT
com.google.api.grpc
grpc-google-cloud-deploy-v1
- 1.1.2
+ 1.1.3-SNAPSHOT
com.google.api.grpc
proto-google-cloud-deploy-v1
- 1.1.2
+ 1.1.3-SNAPSHOT
diff --git a/proto-google-cloud-deploy-v1/pom.xml b/proto-google-cloud-deploy-v1/pom.xml
index 7b86e8d..1fe04b5 100644
--- a/proto-google-cloud-deploy-v1/pom.xml
+++ b/proto-google-cloud-deploy-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-deploy-v1
- 1.1.2
+ 1.1.3-SNAPSHOT
proto-google-cloud-deploy-v1
Proto library for google-cloud-deploy
com.google.cloud
google-cloud-deploy-parent
- 1.1.2
+ 1.1.3-SNAPSHOT
diff --git a/versions.txt b/versions.txt
index ebbc527..dd57958 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-deploy:1.1.2:1.1.2
-grpc-google-cloud-deploy-v1:1.1.2:1.1.2
-proto-google-cloud-deploy-v1:1.1.2:1.1.2
+google-cloud-deploy:1.1.2:1.1.3-SNAPSHOT
+grpc-google-cloud-deploy-v1:1.1.2:1.1.3-SNAPSHOT
+proto-google-cloud-deploy-v1:1.1.2:1.1.3-SNAPSHOT
From dd5a9c2861a818c88d490fbae1eb0c8b6539fe6e Mon Sep 17 00:00:00 2001
From: Mridula <66699525+mpeddada1@users.noreply.github.com>
Date: Thu, 7 Jul 2022 12:58:49 -0400
Subject: [PATCH 2/6] chore: mark native image checks as required (#129)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* chore: add native image checks as required
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com>
Co-authored-by: Owl Bot
---
.github/sync-repo-settings.yaml | 44 +++++++++++++++++----------------
README.md | 6 ++---
2 files changed, 26 insertions(+), 24 deletions(-)
diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml
index 7f9a2dd..af35130 100644
--- a/.github/sync-repo-settings.yaml
+++ b/.github/sync-repo-settings.yaml
@@ -1,4 +1,3 @@
-
# Whether or not rebase-merging is enabled on this repository.
# Defaults to `true`
rebaseMergeAllowed: false
@@ -15,33 +14,36 @@ mergeCommitAllowed: false
branchProtectionRules:
# Identifies the protection rule pattern. Name of the branch to be protected.
# Defaults to `main`
-- pattern: main
+ - pattern: main
# Can admins overwrite branch protection.
# Defaults to `true`
- isAdminEnforced: true
+ isAdminEnforced: true
# Number of approving reviews required to update matching branches.
# Defaults to `1`
- requiredApprovingReviewCount: 1
+ requiredApprovingReviewCount: 1
# Are reviews from code owners required to update matching branches.
# Defaults to `false`
- requiresCodeOwnerReviews: true
+ requiresCodeOwnerReviews: true
# Require up to date branches
- requiresStrictStatusChecks: false
+ requiresStrictStatusChecks: false
# List of required status check contexts that must pass for commits to be accepted to matching branches.
- requiredStatusCheckContexts:
- - "dependencies (8)"
- - "dependencies (11)"
- - "lint"
- - "units (8)"
- - "units (11)"
- - "Kokoro - Test: Integration"
- - "cla/google"
- - OwlBot Post Processor
+ requiredStatusCheckContexts:
+ - dependencies (8)
+ - dependencies (11)
+ - lint
+ - clirr
+ - units (8)
+ - units (11)
+ - 'Kokoro - Test: Integration'
+ - cla/google
+ - OwlBot Post Processor
+ - 'Kokoro - Test: Java GraalVM Native Image'
+ - 'Kokoro - Test: Java 17 GraalVM Native Image'
# List of explicit permissions to add (additive only)
permissionRules:
-- team: yoshi-admins
- permission: admin
-- team: yoshi-java-admins
- permission: admin
-- team: yoshi-java
- permission: push
+ - team: yoshi-admins
+ permission: admin
+ - team: yoshi-java-admins
+ permission: admin
+ - team: yoshi-java
+ permission: push
diff --git a/README.md b/README.md
index bb4adb4..378edca 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-deploy
- 1.1.1
+ 1.1.2
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-implementation 'com.google.cloud:google-cloud-deploy:1.1.1'
+implementation 'com.google.cloud:google-cloud-deploy:1.1.2'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "1.1.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "1.1.2"
```
## Authentication
From 63c5247da9ca303303fbaae6cef4d850d60e462e Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 7 Jul 2022 19:10:29 +0200
Subject: [PATCH 3/6] build(deps): update dependency
com.google.cloud:google-cloud-shared-config to v1.5.1 (#134)
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
---
google-cloud-deploy-bom/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/google-cloud-deploy-bom/pom.xml b/google-cloud-deploy-bom/pom.xml
index 18ac146..0a347b1 100644
--- a/google-cloud-deploy-bom/pom.xml
+++ b/google-cloud-deploy-bom/pom.xml
@@ -8,7 +8,7 @@
com.google.cloud
google-cloud-shared-config
- 1.5.0
+ 1.5.1
Google Google CLoud Deploy BOM
diff --git a/pom.xml b/pom.xml
index f3f5f69..c5a2820 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 14b22da8acea15ef3c1a6666a204281fcfb33ced Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Thu, 7 Jul 2022 18:42:11 +0000
Subject: [PATCH 4/6] chore: fix minor typos in README and pom templates
(#1479) (#135)
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 a454a61..1b645c0 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 378edca..8b148fb 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-deploy:1.1.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-deploy" % "1.1.2"
From efed1a67f8fa833c6321ba6629e8b52456027191 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:28:29 +0000
Subject: [PATCH 5/6] fix: enable longpaths support for windows test (#1485)
(#137)
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 1b645c0..de9173d 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 83ef7f9..e3bb26e 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 6ce1d9ddfdc865f030fdd6799237108eaede0d20 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:04:25 +0000
Subject: [PATCH 6/6] chore(main): release 1.1.3 (#138)
:robot: I have created a release *beep* *boop*
---
## [1.1.3](https://github.com/googleapis/java-deploy/compare/v1.1.2...v1.1.3) (2022-07-13)
### Bug Fixes
* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-deploy/issues/1485)) ([#137](https://github.com/googleapis/java-deploy/issues/137)) ([efed1a6](https://github.com/googleapis/java-deploy/commit/efed1a67f8fa833c6321ba6629e8b52456027191))
---
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-deploy-bom/pom.xml | 8 ++++----
google-cloud-deploy/pom.xml | 4 ++--
grpc-google-cloud-deploy-v1/pom.xml | 4 ++--
pom.xml | 8 ++++----
proto-google-cloud-deploy-v1/pom.xml | 4 ++--
versions.txt | 6 +++---
7 files changed, 24 insertions(+), 17 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ae12e0..2778fa6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.1.3](https://github.com/googleapis/java-deploy/compare/v1.1.2...v1.1.3) (2022-07-13)
+
+
+### Bug Fixes
+
+* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-deploy/issues/1485)) ([#137](https://github.com/googleapis/java-deploy/issues/137)) ([efed1a6](https://github.com/googleapis/java-deploy/commit/efed1a67f8fa833c6321ba6629e8b52456027191))
+
## [1.1.2](https://github.com/googleapis/java-deploy/compare/v1.1.1...v1.1.2) (2022-07-01)
diff --git a/google-cloud-deploy-bom/pom.xml b/google-cloud-deploy-bom/pom.xml
index 0a347b1..486a408 100644
--- a/google-cloud-deploy-bom/pom.xml
+++ b/google-cloud-deploy-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-deploy-bom
- 1.1.3-SNAPSHOT
+ 1.1.3
pom
com.google.cloud
@@ -65,17 +65,17 @@
com.google.cloud
google-cloud-deploy
- 1.1.3-SNAPSHOT
+ 1.1.3
com.google.api.grpc
grpc-google-cloud-deploy-v1
- 1.1.3-SNAPSHOT
+ 1.1.3
com.google.api.grpc
proto-google-cloud-deploy-v1
- 1.1.3-SNAPSHOT
+ 1.1.3
diff --git a/google-cloud-deploy/pom.xml b/google-cloud-deploy/pom.xml
index dbce794..d3903f8 100644
--- a/google-cloud-deploy/pom.xml
+++ b/google-cloud-deploy/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-deploy
- 1.1.3-SNAPSHOT
+ 1.1.3
jar
Google Google CLoud Deploy
https://github.com/googleapis/java-deploy
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-deploy-parent
- 1.1.3-SNAPSHOT
+ 1.1.3
google-cloud-deploy
diff --git a/grpc-google-cloud-deploy-v1/pom.xml b/grpc-google-cloud-deploy-v1/pom.xml
index bace326..21acce3 100644
--- a/grpc-google-cloud-deploy-v1/pom.xml
+++ b/grpc-google-cloud-deploy-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-deploy-v1
- 1.1.3-SNAPSHOT
+ 1.1.3
grpc-google-cloud-deploy-v1
GRPC library for google-cloud-deploy
com.google.cloud
google-cloud-deploy-parent
- 1.1.3-SNAPSHOT
+ 1.1.3
diff --git a/pom.xml b/pom.xml
index c5a2820..3d2844f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-deploy-parent
pom
- 1.1.3-SNAPSHOT
+ 1.1.3
Google Google CLoud Deploy Parent
https://github.com/googleapis/java-deploy
@@ -69,17 +69,17 @@
com.google.cloud
google-cloud-deploy
- 1.1.3-SNAPSHOT
+ 1.1.3
com.google.api.grpc
grpc-google-cloud-deploy-v1
- 1.1.3-SNAPSHOT
+ 1.1.3
com.google.api.grpc
proto-google-cloud-deploy-v1
- 1.1.3-SNAPSHOT
+ 1.1.3
diff --git a/proto-google-cloud-deploy-v1/pom.xml b/proto-google-cloud-deploy-v1/pom.xml
index 1fe04b5..23063d5 100644
--- a/proto-google-cloud-deploy-v1/pom.xml
+++ b/proto-google-cloud-deploy-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-deploy-v1
- 1.1.3-SNAPSHOT
+ 1.1.3
proto-google-cloud-deploy-v1
Proto library for google-cloud-deploy
com.google.cloud
google-cloud-deploy-parent
- 1.1.3-SNAPSHOT
+ 1.1.3
diff --git a/versions.txt b/versions.txt
index dd57958..833ca69 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-deploy:1.1.2:1.1.3-SNAPSHOT
-grpc-google-cloud-deploy-v1:1.1.2:1.1.3-SNAPSHOT
-proto-google-cloud-deploy-v1:1.1.2:1.1.3-SNAPSHOT
+google-cloud-deploy:1.1.3:1.1.3
+grpc-google-cloud-deploy-v1:1.1.3:1.1.3
+proto-google-cloud-deploy-v1:1.1.3:1.1.3