From 39a4081c802bf0b618e2d9449780b97828f74858 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Wed, 2 Mar 2022 19:20:29 +0000
Subject: [PATCH 1/4] chore(main): release 1.2.8-SNAPSHOT (#301)
: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).
---
grpc-google-iam-v1/pom.xml | 4 ++--
pom.xml | 4 ++--
proto-google-iam-v1/pom.xml | 4 ++--
versions.txt | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/grpc-google-iam-v1/pom.xml b/grpc-google-iam-v1/pom.xml
index 3356ef8e..de1ea310 100644
--- a/grpc-google-iam-v1/pom.xml
+++ b/grpc-google-iam-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-iam-v1
- 1.2.7
+ 1.2.8-SNAPSHOT
grpc-google-iam-v1
GRPC library for grpc-google-iam-v1
com.google.cloud
google-iam-parent
- 1.2.7
+ 1.2.8-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 068b737e..84811afe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-iam-parent
pom
- 1.2.7
+ 1.2.8-SNAPSHOT
Google IAM Parent
https://github.com/googleapis/java-iam
@@ -77,7 +77,7 @@
com.google.api.grpc
proto-google-iam-v1
- 1.2.7
+ 1.2.8-SNAPSHOT
diff --git a/proto-google-iam-v1/pom.xml b/proto-google-iam-v1/pom.xml
index 180f2ef3..2768f1f8 100644
--- a/proto-google-iam-v1/pom.xml
+++ b/proto-google-iam-v1/pom.xml
@@ -3,13 +3,13 @@
4.0.0
com.google.api.grpc
proto-google-iam-v1
- 1.2.7
+ 1.2.8-SNAPSHOT
proto-google-iam-v1
PROTO library for proto-google-iam-v1
com.google.cloud
google-iam-parent
- 1.2.7
+ 1.2.8-SNAPSHOT
diff --git a/versions.txt b/versions.txt
index 30af4a04..64787cd5 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,5 +1,5 @@
# Format:
# module:released-version:current-version
-proto-google-iam-v1:1.2.7:1.2.7
-grpc-google-iam-v1:1.2.7:1.2.7
+proto-google-iam-v1:1.2.7:1.2.8-SNAPSHOT
+grpc-google-iam-v1:1.2.7:1.2.8-SNAPSHOT
From 26600e54f797dbcdd2394550a11fd14929d70d54 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Tue, 8 Mar 2022 02:56:17 +0000
Subject: [PATCH 2/4] chore: update java template (#1367) (#303)
* chore: update java template
* chore: fix tests
* chore: fix tests
* chore: update project
Source-Link: https://github.com/googleapis/synthtool/commit/1155a97fed1c195d10ad406d483bc8ac2507f1d7
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:b0b1c1c89570e229b1026372a2b8989ba31495007055b8d30178b7648503eefa
---
.github/.OwlBot.lock.yaml | 2 +-
.kokoro/build.bat | 30 +++++++++++++++---------------
.kokoro/nightly/integration.cfg | 4 ++--
3 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 53941094..426cf83e 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:e3746f84955528d0fe24bf2e4df89875d6ce5a036af01b9c326d61a38838523a
+ digest: sha256:b0b1c1c89570e229b1026372a2b8989ba31495007055b8d30178b7648503eefa
diff --git a/.kokoro/build.bat b/.kokoro/build.bat
index cc602c9e..067cf4a4 100644
--- a/.kokoro/build.bat
+++ b/.kokoro/build.bat
@@ -1,18 +1,18 @@
+:: Copyright 2022 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.
+:: Github action job to test core java library features on
+:: downstream client libraries before they are released.
:: See documentation in type-shell-output.bat
-# Copyright 2022 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.
-# Github action job to test core java library features on
-# downstream client libraries before they are released.
"C:\Program Files\Git\bin\bash.exe" %~dp0build.sh
diff --git a/.kokoro/nightly/integration.cfg b/.kokoro/nightly/integration.cfg
index e51c7b4c..a2907a25 100644
--- a/.kokoro/nightly/integration.cfg
+++ b/.kokoro/nightly/integration.cfg
@@ -13,12 +13,12 @@ env_vars: {
# TODO: remove this after we've migrated all tests and scripts
env_vars: {
key: "GCLOUD_PROJECT"
- value: "gcloud-devel"
+ value: "java-docs-samples-testing"
}
env_vars: {
key: "GOOGLE_CLOUD_PROJECT"
- value: "gcloud-devel"
+ value: "java-docs-samples-testing"
}
env_vars: {
From 868362ad7b801e79409e2415e51aee858055334c Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 8 Mar 2022 04:33:07 +0100
Subject: [PATCH 3/4] deps: update actions/checkout action to v3 (#297)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* deps: update actions/checkout action to v3
* 🦉 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
From 0612a76837e7b54f319612ef42eadc4ee4c9c4ff Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 8 Mar 2022 04:14:22 +0000
Subject: [PATCH 4/4] chore(main): release 1.2.8 (#304)
:robot: I have created a release *beep* *boop*
---
### [1.2.8](https://github.com/googleapis/java-iam/compare/v1.2.7...v1.2.8) (2022-03-08)
### Dependencies
* update actions/checkout action to v3 ([#297](https://github.com/googleapis/java-iam/issues/297)) ([868362a](https://github.com/googleapis/java-iam/commit/868362ad7b801e79409e2415e51aee858055334c))
---
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 +++++++
grpc-google-iam-v1/pom.xml | 4 ++--
pom.xml | 4 ++--
proto-google-iam-v1/pom.xml | 4 ++--
versions.txt | 4 ++--
5 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f0d1333..173a5078 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [1.2.8](https://github.com/googleapis/java-iam/compare/v1.2.7...v1.2.8) (2022-03-08)
+
+
+### Dependencies
+
+* update actions/checkout action to v3 ([#297](https://github.com/googleapis/java-iam/issues/297)) ([868362a](https://github.com/googleapis/java-iam/commit/868362ad7b801e79409e2415e51aee858055334c))
+
### [1.2.7](https://github.com/googleapis/java-iam/compare/v1.2.6...v1.2.7) (2022-03-02)
diff --git a/grpc-google-iam-v1/pom.xml b/grpc-google-iam-v1/pom.xml
index de1ea310..3ef50de0 100644
--- a/grpc-google-iam-v1/pom.xml
+++ b/grpc-google-iam-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-iam-v1
- 1.2.8-SNAPSHOT
+ 1.2.8
grpc-google-iam-v1
GRPC library for grpc-google-iam-v1
com.google.cloud
google-iam-parent
- 1.2.8-SNAPSHOT
+ 1.2.8
diff --git a/pom.xml b/pom.xml
index 84811afe..423d5643 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-iam-parent
pom
- 1.2.8-SNAPSHOT
+ 1.2.8
Google IAM Parent
https://github.com/googleapis/java-iam
@@ -77,7 +77,7 @@
com.google.api.grpc
proto-google-iam-v1
- 1.2.8-SNAPSHOT
+ 1.2.8
diff --git a/proto-google-iam-v1/pom.xml b/proto-google-iam-v1/pom.xml
index 2768f1f8..6b0a8cc2 100644
--- a/proto-google-iam-v1/pom.xml
+++ b/proto-google-iam-v1/pom.xml
@@ -3,13 +3,13 @@
4.0.0
com.google.api.grpc
proto-google-iam-v1
- 1.2.8-SNAPSHOT
+ 1.2.8
proto-google-iam-v1
PROTO library for proto-google-iam-v1
com.google.cloud
google-iam-parent
- 1.2.8-SNAPSHOT
+ 1.2.8
diff --git a/versions.txt b/versions.txt
index 64787cd5..20a89f8d 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,5 +1,5 @@
# Format:
# module:released-version:current-version
-proto-google-iam-v1:1.2.7:1.2.8-SNAPSHOT
-grpc-google-iam-v1:1.2.7:1.2.8-SNAPSHOT
+proto-google-iam-v1:1.2.8:1.2.8
+grpc-google-iam-v1:1.2.8:1.2.8