From b9e085fa3fcd8267cac82d910d8424e5ede840d3 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Mon, 23 Aug 2021 23:02:31 +0000
Subject: [PATCH 01/16] chore: release 0.2.3-SNAPSHOT (#61)
: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-binary-authorization-bom/pom.xml | 8 ++++----
google-cloud-binary-authorization/pom.xml | 4 ++--
grpc-google-cloud-binary-authorization-v1beta1/pom.xml | 4 ++--
pom.xml | 8 ++++----
proto-google-cloud-binary-authorization-v1beta1/pom.xml | 4 ++--
versions.txt | 6 +++---
6 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/google-cloud-binary-authorization-bom/pom.xml b/google-cloud-binary-authorization-bom/pom.xml
index 7ebef903..c88f6d63 100644
--- a/google-cloud-binary-authorization-bom/pom.xml
+++ b/google-cloud-binary-authorization-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-binary-authorization-bom
- 0.2.2
+ 0.2.3-SNAPSHOT
pom
com.google.cloud
@@ -56,17 +56,17 @@
com.google.cloud
google-cloud-binary-authorization
- 0.2.2
+ 0.2.3-SNAPSHOT
com.google.api.grpc
grpc-google-cloud-binary-authorization-v1beta1
- 0.2.2
+ 0.2.3-SNAPSHOT
com.google.api.grpc
proto-google-cloud-binary-authorization-v1beta1
- 0.2.2
+ 0.2.3-SNAPSHOT
diff --git a/google-cloud-binary-authorization/pom.xml b/google-cloud-binary-authorization/pom.xml
index 593413c8..99420a63 100644
--- a/google-cloud-binary-authorization/pom.xml
+++ b/google-cloud-binary-authorization/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-binary-authorization
- 0.2.2
+ 0.2.3-SNAPSHOT
jar
Google Binary Authorization
https://github.com/googleapis/java-binary-authorization
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-binary-authorization-parent
- 0.2.2
+ 0.2.3-SNAPSHOT
google-cloud-binary-authorization
diff --git a/grpc-google-cloud-binary-authorization-v1beta1/pom.xml b/grpc-google-cloud-binary-authorization-v1beta1/pom.xml
index c9401f8c..ec663cba 100644
--- a/grpc-google-cloud-binary-authorization-v1beta1/pom.xml
+++ b/grpc-google-cloud-binary-authorization-v1beta1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-binary-authorization-v1beta1
- 0.2.2
+ 0.2.3-SNAPSHOT
grpc-google-cloud-binary-authorization-v1beta1
GRPC library for google-cloud-binary-authorization
com.google.cloud
google-cloud-binary-authorization-parent
- 0.2.2
+ 0.2.3-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 508522b4..0a3d8f2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-binary-authorization-parent
pom
- 0.2.2
+ 0.2.3-SNAPSHOT
Google Binary Authorization Parent
https://github.com/googleapis/java-binary-authorization
@@ -60,17 +60,17 @@
com.google.cloud
google-cloud-binary-authorization
- 0.2.2
+ 0.2.3-SNAPSHOT
com.google.api.grpc
grpc-google-cloud-binary-authorization-v1beta1
- 0.2.2
+ 0.2.3-SNAPSHOT
com.google.api.grpc
proto-google-cloud-binary-authorization-v1beta1
- 0.2.2
+ 0.2.3-SNAPSHOT
diff --git a/proto-google-cloud-binary-authorization-v1beta1/pom.xml b/proto-google-cloud-binary-authorization-v1beta1/pom.xml
index 34164a77..3ff292f3 100644
--- a/proto-google-cloud-binary-authorization-v1beta1/pom.xml
+++ b/proto-google-cloud-binary-authorization-v1beta1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-binary-authorization-v1beta1
- 0.2.2
+ 0.2.3-SNAPSHOT
proto-google-cloud-binary-authorization-v1beta1
Proto library for google-cloud-binary-authorization
com.google.cloud
google-cloud-binary-authorization-parent
- 0.2.2
+ 0.2.3-SNAPSHOT
diff --git a/versions.txt b/versions.txt
index 067e7530..646acf86 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-binary-authorization:0.2.2:0.2.2
-grpc-google-cloud-binary-authorization-v1beta1:0.2.2:0.2.2
-proto-google-cloud-binary-authorization-v1beta1:0.2.2:0.2.2
+google-cloud-binary-authorization:0.2.2:0.2.3-SNAPSHOT
+grpc-google-cloud-binary-authorization-v1beta1:0.2.2:0.2.3-SNAPSHOT
+proto-google-cloud-binary-authorization-v1beta1:0.2.2:0.2.3-SNAPSHOT
From d97b20b38c0bca7638c47b32bb037ca93780813d Mon Sep 17 00:00:00 2001
From: Tomo Suzuki
Date: Tue, 24 Aug 2021 14:52:29 -0400
Subject: [PATCH 02/16] ci: removing linkage-monitor from the required checks
(#62)
Linkage Monitor is no longer needed, because the Libraries BOM synchronizes with Google Cloud BOM and the shared dependencies BOM https://github.com/GoogleCloudPlatform/cloud-opensource-java/issues/2137
---
.github/sync-repo-settings.yaml | 2 --
README.md | 6 +++---
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml
index ffd39f6f..32e0ea5a 100644
--- a/.github/sync-repo-settings.yaml
+++ b/.github/sync-repo-settings.yaml
@@ -10,7 +10,6 @@ branchProtectionRules:
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- - linkage-monitor
- lint
- clirr
- units (8)
@@ -26,7 +25,6 @@ branchProtectionRules:
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- - linkage-monitor
- lint
- clirr
- units (7)
diff --git a/README.md b/README.md
index 1593b4be..46a14b9f 100644
--- a/README.md
+++ b/README.md
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-binary-authorization
- 0.2.1
+ 0.2.2
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-compile 'com.google.cloud:google-cloud-binary-authorization:0.2.1'
+compile 'com.google.cloud:google-cloud-binary-authorization:0.2.2'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "0.2.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "0.2.2"
```
## Authentication
From d483ccb4108ad67f7660bcb3facfc13982af48dc Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Tue, 24 Aug 2021 19:27:07 +0000
Subject: [PATCH 03/16] chore: update gapic-generator-java version to 2.1.0
(#57)
- [x] Regenerate this pull request now.
PiperOrigin-RevId: 391407209
Source-Link: https://github.com/googleapis/googleapis/commit/e1738ee972b49fd0c4d4718b035444495142b781
Source-Link: https://github.com/googleapis/googleapis-gen/commit/ee19262b2b9bf96e2c5f5f13df60686247be11dd
---
.../stub/BinauthzManagementServiceV1Beta1StubSettings.java | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/google-cloud-binary-authorization/src/main/java/com/google/cloud/binaryauthorization/v1beta1/stub/BinauthzManagementServiceV1Beta1StubSettings.java b/google-cloud-binary-authorization/src/main/java/com/google/cloud/binaryauthorization/v1beta1/stub/BinauthzManagementServiceV1Beta1StubSettings.java
index c7ff00a5..0a2c0f4c 100644
--- a/google-cloud-binary-authorization/src/main/java/com/google/cloud/binaryauthorization/v1beta1/stub/BinauthzManagementServiceV1Beta1StubSettings.java
+++ b/google-cloud-binary-authorization/src/main/java/com/google/cloud/binaryauthorization/v1beta1/stub/BinauthzManagementServiceV1Beta1StubSettings.java
@@ -236,7 +236,9 @@ public static List getDefaultServiceScopes() {
/** Returns a builder for the default credentials for this service. */
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder() {
- return GoogleCredentialsProvider.newBuilder().setScopesToApply(DEFAULT_SERVICE_SCOPES);
+ return GoogleCredentialsProvider.newBuilder()
+ .setScopesToApply(DEFAULT_SERVICE_SCOPES)
+ .setUseJwtAccessWithScope(true);
}
/** Returns a builder for the default ChannelProvider for this service. */
From 0752b32752cc39ab2ae76d632f124d8424fd821e Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Wed, 25 Aug 2021 23:28:22 +0000
Subject: [PATCH 04/16] chore: enable release-trigger bot (#1192) (#63)
---
.github/.OwlBot.lock.yaml | 2 +-
.github/release-trigger.yml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
create mode 100644 .github/release-trigger.yml
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 1830d09a..34f691d3 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-java:latest
- digest: sha256:8e27e5a7297b40eca3ab46ae67f10c575813a85c673839030aa161d0818f3a24
+ digest: sha256:677e79291a12251a7c7e9c24db87f50ae0428bbb79c2bebc50e4fc5e9ed1ee32
diff --git a/.github/release-trigger.yml b/.github/release-trigger.yml
new file mode 100644
index 00000000..d4ca9418
--- /dev/null
+++ b/.github/release-trigger.yml
@@ -0,0 +1 @@
+enabled: true
From 7ac02929114968d08efeeb170009ba5be44089bf Mon Sep 17 00:00:00 2001
From: Dina Graves Portman
Date: Fri, 27 Aug 2021 15:28:13 -0700
Subject: [PATCH 05/16] Adding cicd team to codeowners (#66)
---
.github/CODEOWNERS | 4 +++-
.repo-metadata.json | 5 +++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 30fdb7b9..af6322b0 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -4,7 +4,9 @@
# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
-* @googleapis/yoshi-java
+# The @googleapis/cicd is the default owner for changes in this repo
+* @googleapis/yoshi-java @googleapis/cicd
+**/*.java @googleapis/cicd
# The java-samples-reviewers team is the default owner for samples changes
samples/**/*.java @googleapis/java-samples-reviewers
diff --git a/.repo-metadata.json b/.repo-metadata.json
index a8d9cf92..fc5c7b60 100644
--- a/.repo-metadata.json
+++ b/.repo-metadata.json
@@ -12,5 +12,6 @@
"distribution_name": "com.google.cloud:google-cloud-binary-authorization",
"api_id": "binary-authorization.googleapis.com",
"requires_billing": true,
- "library_type": "GAPIC_AUTO"
-}
\ No newline at end of file
+ "library_type": "GAPIC_AUTO",
+ "codeowner_team": "@googleapis/cicd"
+}
From 8cb0da37f9c387a79c9255bca3402ec22643ded8 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Mon, 30 Aug 2021 19:14:56 +0000
Subject: [PATCH 06/16] feat: Remove use of deprecated gradle command in java
README (#1196) (#65)
---
.github/.OwlBot.lock.yaml | 2 +-
.github/workflows/ci.yaml | 13 -------------
README.md | 2 +-
3 files changed, 2 insertions(+), 15 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 34f691d3..33207c57 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-java:latest
- digest: sha256:677e79291a12251a7c7e9c24db87f50ae0428bbb79c2bebc50e4fc5e9ed1ee32
+ digest: sha256:8a486672c9a4ae5e7d55b9ac252ce1741582b8c2ceeda40efa32376325809928
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 65ae6ecd..d510359d 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -42,19 +42,6 @@ jobs:
java-version: ${{matrix.java}}
- run: java -version
- run: .kokoro/dependencies.sh
- linkage-monitor:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-java@v1
- with:
- java-version: 8
- - run: java -version
- - name: Install artifacts to local Maven repository
- run: .kokoro/build.sh
- shell: bash
- - name: Validate any conflicts with regard to com.google.cloud:libraries-bom (latest release)
- uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
lint:
runs-on: ubuntu-latest
steps:
diff --git a/README.md b/README.md
index 46a14b9f..989c84c9 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ 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
-compile 'com.google.cloud:google-cloud-binary-authorization:0.2.2'
+implementation 'com.google.cloud:google-cloud-binary-authorization:0.2.2'
```
If you are using SBT, add this to your dependencies
From 4843a904a0e402ed6ae9677e940faec9f1d1f71e Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 31 Aug 2021 22:48:38 +0200
Subject: [PATCH 07/16] deps: update dependency
com.google.cloud:google-cloud-shared-dependencies to v2.2.0 (#69)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `2.1.0` -> `2.2.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-shared-dependencies
### [`v2.2.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#220-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare210v220-2021-08-31)
[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v2.1.0...v2.2.0)
##### Dependencies
- update dependency com.fasterxml.jackson:jackson-bom to v2.12.5 ([#456](https://www.togithub.com/googleapis/java-shared-dependencies/issues/456)) ([05b58e8](https://www.github.com/googleapis/java-shared-dependencies/commit/05b58e84ff6617bdcbb1ea644aa6e061bdea0319))
- update dependency com.google.api:api-common to v2.0.2 ([#450](https://www.togithub.com/googleapis/java-shared-dependencies/issues/450)) ([51caebe](https://www.github.com/googleapis/java-shared-dependencies/commit/51caebe89bfade98866f63952bf82bc663a0179a))
- update dependency com.google.http-client:google-http-client-bom to v1.40.0 ([#455](https://www.togithub.com/googleapis/java-shared-dependencies/issues/455)) ([82a5e42](https://www.github.com/googleapis/java-shared-dependencies/commit/82a5e42b06570a2c7c9d53b03161b110a44487a1))
- update dependency com.google.oauth-client:google-oauth-client-bom to v1.32.1 ([#447](https://www.togithub.com/googleapis/java-shared-dependencies/issues/447)) ([9d2b895](https://www.github.com/googleapis/java-shared-dependencies/commit/9d2b8958f62daa6a3015a8ac052762fb3d79b35b))
- update dependency io.grpc:grpc-bom to v1.40.1 ([#451](https://www.togithub.com/googleapis/java-shared-dependencies/issues/451)) ([df668ea](https://www.github.com/googleapis/java-shared-dependencies/commit/df668ead8830a40acf9d5605d47f93c465b779c0))
- update gax.version to v2.4.0 ([#458](https://www.togithub.com/googleapis/java-shared-dependencies/issues/458)) ([a797d9e](https://www.github.com/googleapis/java-shared-dependencies/commit/a797d9eb8a4bcb3025a9511eae61271278a4a5c9))
- update google.common-protos.version to v2.5.0 ([#457](https://www.togithub.com/googleapis/java-shared-dependencies/issues/457)) ([38c7bb9](https://www.github.com/googleapis/java-shared-dependencies/commit/38c7bb925414d90ff3065650d06589f79bcab9b6))
- update google.core.version to v2.1.1 ([#449](https://www.togithub.com/googleapis/java-shared-dependencies/issues/449)) ([b28723a](https://www.github.com/googleapis/java-shared-dependencies/commit/b28723ace0c27ebc73f23a2d094e0fe9ba8a9075))
- update google.core.version to v2.1.2 ([#459](https://www.togithub.com/googleapis/java-shared-dependencies/issues/459)) ([df4d5b7](https://www.github.com/googleapis/java-shared-dependencies/commit/df4d5b7717386f5e0e2cca87bd9afc56b2c7aee8))
- update iam.version to v1.1.0 ([#448](https://www.togithub.com/googleapis/java-shared-dependencies/issues/448)) ([3967928](https://www.github.com/googleapis/java-shared-dependencies/commit/39679287f3ef8c1cbca5dfc8aca3f69cfee3d4a6))
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-binary-authorization).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0a3d8f2d..124b1292 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
com.google.cloud
google-cloud-shared-dependencies
- 2.1.0
+ 2.2.0
pom
import
From 99597c20d6a162d4d9587e1938a565857adddac2 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Tue, 31 Aug 2021 22:02:49 +0000
Subject: [PATCH 08/16] build(java): update renovate config to mark conformance
tests as a test commit type (#1199) (#68)
---
.github/.OwlBot.lock.yaml | 2 +-
renovate.json | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 33207c57..fb70e14d 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-java:latest
- digest: sha256:8a486672c9a4ae5e7d55b9ac252ce1741582b8c2ceeda40efa32376325809928
+ digest: sha256:2595f321d9a9acf34c2d02e4dc5ec214ce07eecdb43978382d8a88476dec0c16
diff --git a/renovate.json b/renovate.json
index 8f1535f2..4ee15828 100644
--- a/renovate.json
+++ b/renovate.json
@@ -50,7 +50,8 @@
"^junit:junit",
"^com.google.truth:truth",
"^org.mockito:mockito-core",
- "^org.objenesis:objenesis"
+ "^org.objenesis:objenesis",
+ "^com.google.cloud:google-cloud-conformance-tests"
],
"semanticCommitType": "test",
"semanticCommitScope": "deps"
From 14d51d1c1a1610f1c9eb4985099e6280bb63c98d Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 2 Sep 2021 18:00:29 +0200
Subject: [PATCH 09/16] chore(deps): update dependency
com.google.cloud:google-cloud-binary-authorization to v0.2.0 (#52)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-binary-authorization](https://togithub.com/googleapis/java-binary-authorization) | `0.1.1` -> `0.2.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
***
### Release Notes
googleapis/java-binary-authorization
### [`v0.2.0`](https://togithub.com/googleapis/java-binary-authorization/blob/master/CHANGELOG.md#​020-httpswwwgithubcomgoogleapisjava-binary-authorizationcomparev011v020-2021-08-09)
[Compare Source](https://togithub.com/googleapis/java-binary-authorization/compare/v0.1.1...v0.2.0)
##### âš BREAKING CHANGES
* release gapic-generator-java v2.0.0 ([#​47](https://togithub.com/googleapis/java-binary-authorization/issues/47))
##### Features
* release gapic-generator-java v2.0.0 ([#​47](https://www.togithub.com/googleapis/java-binary-authorization/issues/47)) ([6e8fd4b](https://www.togithub.com/googleapis/java-binary-authorization/commit/6e8fd4b1fb93b8075af8c2536655e7d213c1622a))
##### Bug Fixes
* Add `shopt -s nullglob` to dependencies script ([#​1130](https://www.togithub.com/googleapis/java-binary-authorization/issues/1130)) ([#​26](https://www.togithub.com/googleapis/java-binary-authorization/issues/26)) ([0b7ea96](https://www.togithub.com/googleapis/java-binary-authorization/commit/0b7ea968aedb1824a84e1a9abd35feae17ee3b3b))
* owlbot post-processor should generate README ([#​1154](https://www.togithub.com/googleapis/java-binary-authorization/issues/1154)) ([#​31](https://www.togithub.com/googleapis/java-binary-authorization/issues/31)) ([d40ffa2](https://www.togithub.com/googleapis/java-binary-authorization/commit/d40ffa289be02aa3e6bcfe9c50d688e2905addd1)), closes [#​1146](https://www.togithub.com/googleapis/java-binary-authorization/issues/1146) [#​1147](https://www.togithub.com/googleapis/java-binary-authorization/issues/1147)
##### Dependencies
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#​28](https://www.togithub.com/googleapis/java-binary-authorization/issues/28)) ([4dda105](https://www.togithub.com/googleapis/java-binary-authorization/commit/4dda105fe56704810a5157afd17af47aadb4e67e))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([#​48](https://www.togithub.com/googleapis/java-binary-authorization/issues/48)) ([c069652](https://www.togithub.com/googleapis/java-binary-authorization/commit/c06965200207f3784ff1517c8e5da7275649d254))
##### Documentation
* Replace "global policy" with "system policy" in Binary Authorization documentation ([#​45](https://www.togithub.com/googleapis/java-binary-authorization/issues/45)) ([7ee7f88](https://www.togithub.com/googleapis/java-binary-authorization/commit/7ee7f88b06bd51c018f7e43b28b415b069d92ccd))
##### [0.1.1](https://www.togithub.com/googleapis/java-binary-authorization/compare/v0.1.0...v0.1.1) (2021-06-09)
##### Dependencies
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.3.0 ([#​16](https://www.togithub.com/googleapis/java-binary-authorization/issues/16)) ([5221465](https://www.togithub.com/googleapis/java-binary-authorization/commit/522146545b9f56a65a87a282f7bb057c626a6b47))
***
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
***
* \[ ] If you want to rebase/retry this PR, check this box.
***
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-binary-authorization).
---
samples/install-without-bom/pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
samples/snippets/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 565a891d..d02a8742 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-binary-authorization
- 0.1.1
+ 0.2.0
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 10db73d1..8e78023d 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-binary-authorization
- 0.1.1
+ 0.2.0
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 1a1401ff..037240fc 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-binary-authorization
- 0.1.1
+ 0.2.0
From f91a1ff8ced3087b5a4317f2cbfa73bdab9de889 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Thu, 2 Sep 2021 20:29:00 +0000
Subject: [PATCH 10/16] chore(java): install maven 3.8.1 at runtime (#1202)
(#71)
---
.github/.OwlBot.lock.yaml | 2 +-
.github/workflows/ci.yaml | 14 +++++++++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index fb70e14d..91c0ea20 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-java:latest
- digest: sha256:2595f321d9a9acf34c2d02e4dc5ec214ce07eecdb43978382d8a88476dec0c16
+ digest: sha256:4837f2a7fdff2985b4f7432f8a6d6a87beacebf3ac071746532c0ce2e3f24b9b
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index d510359d..e23d923e 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -12,6 +12,9 @@ jobs:
java: [8, 11]
steps:
- uses: actions/checkout@v2
+ - uses: stCarolas/setup-maven@v4
+ with:
+ maven-version: 3.8.1
- uses: actions/setup-java@v1
with:
java-version: ${{matrix.java}}
@@ -37,6 +40,9 @@ jobs:
java: [8, 11]
steps:
- uses: actions/checkout@v2
+ - uses: stCarolas/setup-maven@v4
+ with:
+ maven-version: 3.8.1
- uses: actions/setup-java@v1
with:
java-version: ${{matrix.java}}
@@ -46,6 +52,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
+ - uses: stCarolas/setup-maven@v4
+ with:
+ maven-version: 3.8.1
- uses: actions/setup-java@v1
with:
java-version: 8
@@ -57,10 +66,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
+ - uses: stCarolas/setup-maven@v4
+ with:
+ maven-version: 3.8.1
- uses: actions/setup-java@v1
with:
java-version: 8
- run: java -version
- run: .kokoro/build.sh
env:
- JOB_TYPE: clirr
+ JOB_TYPE: clirr
\ No newline at end of file
From 6a28ae06c419ecb14b2903d704cbd5ae90de5967 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Wed, 8 Sep 2021 16:29:02 +0000
Subject: [PATCH 11/16] chore(java): update windows build (#1205) (#72)
---
.github/.OwlBot.lock.yaml | 2 +-
.github/workflows/ci.yaml | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 91c0ea20..a173685b 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-java:latest
- digest: sha256:4837f2a7fdff2985b4f7432f8a6d6a87beacebf3ac071746532c0ce2e3f24b9b
+ digest: sha256:a9e9c43309df91d0051ccfcea4860a95bbe9a85eeb3c1822fa1a617a06b649de
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index e23d923e..3becb5c0 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -26,6 +26,9 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
+ - uses: stCarolas/setup-maven@v4
+ with:
+ maven-version: 3.8.1
- uses: actions/setup-java@v1
with:
java-version: 8
@@ -75,4 +78,4 @@ jobs:
- run: java -version
- run: .kokoro/build.sh
env:
- JOB_TYPE: clirr
\ No newline at end of file
+ JOB_TYPE: clirr
From 2d3133d69092e9f2b3cd4b3c58345e1e3ba48932 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Wed, 8 Sep 2021 21:00:47 +0000
Subject: [PATCH 12/16] chore: add gcf-owl-bot to list of trusted contributors
(#1208) (#75)
---
.github/.OwlBot.lock.yaml | 2 +-
.github/trusted-contribution.yml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index a173685b..46b63e03 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-java:latest
- digest: sha256:a9e9c43309df91d0051ccfcea4860a95bbe9a85eeb3c1822fa1a617a06b649de
+ digest: sha256:78ad73bf327217e14460c3a3adbba3e1d9a4b5f35fe85103421ba784fd27529f
diff --git a/.github/trusted-contribution.yml b/.github/trusted-contribution.yml
index f247d5c7..a0ba1f7d 100644
--- a/.github/trusted-contribution.yml
+++ b/.github/trusted-contribution.yml
@@ -1,2 +1,3 @@
trustedContributors:
-- renovate-bot
\ No newline at end of file
+- renovate-bot
+- gcf-owl-bot[bot]
From da5c6606fd19ffb77e5f940c5de4a1671601f520 Mon Sep 17 00:00:00 2001
From: Jeff Ching
Date: Wed, 8 Sep 2021 15:25:00 -0700
Subject: [PATCH 13/16] chore: remove readme autosynth config (#77)
---
.github/readme/synth.py | 19 ------------
.kokoro/continuous/readme.cfg | 55 -----------------------------------
2 files changed, 74 deletions(-)
delete mode 100644 .github/readme/synth.py
delete mode 100644 .kokoro/continuous/readme.cfg
diff --git a/.github/readme/synth.py b/.github/readme/synth.py
deleted file mode 100644
index 7b48cc28..00000000
--- a/.github/readme/synth.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2020 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.
-
-"""This script is used to synthesize generated the README for this library."""
-
-from synthtool.languages import java
-
-java.custom_templates(["java_library/README.md"])
diff --git a/.kokoro/continuous/readme.cfg b/.kokoro/continuous/readme.cfg
deleted file mode 100644
index 84ce0f09..00000000
--- a/.kokoro/continuous/readme.cfg
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2020 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.
-
-# Format: //devtools/kokoro/config/proto/build.proto
-
-env_vars: {
- key: "TRAMPOLINE_IMAGE"
- value: "gcr.io/cloud-devrel-kokoro-resources/python-multi"
-}
-
-env_vars: {
- key: "TRAMPOLINE_BUILD_FILE"
- value: "github/java-binary-authorization/.kokoro/readme.sh"
-}
-
-# Build logs will be here
-action {
- define_artifacts {
- regex: "**/*sponge_log.xml"
- regex: "**/*sponge_log.log"
- }
-}
-
-# The github token is stored here.
-before_action {
- fetch_keystore {
- keystore_resource {
- keystore_config_id: 73713
- keyname: "yoshi-automation-github-key"
- # TODO(theacodes): remove this after secrets have globally propagated
- backend_type: FASTCONFIGPUSH
- }
- }
-}
-
-# Common env vars for all repositories and builds.
-env_vars: {
- key: "GITHUB_USER"
- value: "yoshi-automation"
-}
-env_vars: {
- key: "GITHUB_EMAIL"
- value: "yoshi-automation@google.com"
-}
From 21bfb2b02cf77e35fddfa751f1f380e1f06a6df7 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri, 10 Sep 2021 11:22:50 -0700
Subject: [PATCH 14/16] chore(java): update shared-config and
shared-dependencies version in pom template (#1182) (#76)
Source-Link: https://github.com/googleapis/synthtool/commit/396d9b84a1e93880f5bf88b59ecd38a0a6dffc5e
Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:8c50e7bab0ae5ad41ee29420b558542637104500f6256b8fe74282b0cf6144db
Co-authored-by: Owl Bot
---
.github/.OwlBot.lock.yaml | 2 +-
.kokoro/release/common.sh | 2 +-
.kokoro/release/drop.sh | 2 +-
.kokoro/release/promote.sh | 2 +-
.kokoro/release/publish_javadoc.sh | 2 +-
.kokoro/release/publish_javadoc11.sh | 2 +-
.kokoro/release/stage.sh | 2 +-
.kokoro/trampoline.sh | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 46b63e03..b6721276 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-java:latest
- digest: sha256:78ad73bf327217e14460c3a3adbba3e1d9a4b5f35fe85103421ba784fd27529f
+ digest: sha256:8c50e7bab0ae5ad41ee29420b558542637104500f6256b8fe74282b0cf6144db
diff --git a/.kokoro/release/common.sh b/.kokoro/release/common.sh
index 6e3f6599..7f78ee41 100755
--- a/.kokoro/release/common.sh
+++ b/.kokoro/release/common.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2018 Google Inc.
+# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/.kokoro/release/drop.sh b/.kokoro/release/drop.sh
index 5c4551ef..742ec1a8 100755
--- a/.kokoro/release/drop.sh
+++ b/.kokoro/release/drop.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2018 Google Inc.
+# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/.kokoro/release/promote.sh b/.kokoro/release/promote.sh
index 1fa95fa5..3cac3d8a 100755
--- a/.kokoro/release/promote.sh
+++ b/.kokoro/release/promote.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2018 Google Inc.
+# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/.kokoro/release/publish_javadoc.sh b/.kokoro/release/publish_javadoc.sh
index 43692fb6..1c3669e8 100755
--- a/.kokoro/release/publish_javadoc.sh
+++ b/.kokoro/release/publish_javadoc.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2019 Google Inc.
+# Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/.kokoro/release/publish_javadoc11.sh b/.kokoro/release/publish_javadoc11.sh
index 9e556a99..b08ffaab 100755
--- a/.kokoro/release/publish_javadoc11.sh
+++ b/.kokoro/release/publish_javadoc11.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2021 Google Inc.
+# 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.
diff --git a/.kokoro/release/stage.sh b/.kokoro/release/stage.sh
index 8a103384..77dc4e8f 100755
--- a/.kokoro/release/stage.sh
+++ b/.kokoro/release/stage.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2018 Google Inc.
+# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/.kokoro/trampoline.sh b/.kokoro/trampoline.sh
index 9da0f839..8b69b793 100644
--- a/.kokoro/trampoline.sh
+++ b/.kokoro/trampoline.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2018 Google Inc.
+# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
From b0eb8800f5c701a6ecf0977382d03d9eebbb0f55 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Fri, 10 Sep 2021 20:23:13 +0200
Subject: [PATCH 15/16] chore(deps): update dependency
com.google.cloud:google-cloud-binary-authorization to v0.2.2 (#70)
---
samples/install-without-bom/pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
samples/snippets/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index d02a8742..14e27192 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-binary-authorization
- 0.2.0
+ 0.2.2
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 8e78023d..b43bf05a 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-binary-authorization
- 0.2.0
+ 0.2.2
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 037240fc..9161fbc8 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-binary-authorization
- 0.2.0
+ 0.2.2
From 013e41861a65c402044d8097c96cab81482d6746 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 10 Sep 2021 18:58:13 +0000
Subject: [PATCH 16/16] chore: release 0.3.0 (#67)
:robot: I have created a release \*beep\* \*boop\*
---
## [0.3.0](https://www.github.com/googleapis/java-binary-authorization/compare/v0.2.2...v0.3.0) (2021-09-10)
### Features
* Remove use of deprecated gradle command in java README ([#1196](https://www.github.com/googleapis/java-binary-authorization/issues/1196)) ([#65](https://www.github.com/googleapis/java-binary-authorization/issues/65)) ([8cb0da3](https://www.github.com/googleapis/java-binary-authorization/commit/8cb0da37f9c387a79c9255bca3402ec22643ded8))
### Dependencies
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.0 ([#69](https://www.github.com/googleapis/java-binary-authorization/issues/69)) ([4843a90](https://www.github.com/googleapis/java-binary-authorization/commit/4843a904a0e402ed6ae9677e940faec9f1d1f71e))
---
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 | 12 ++++++++++++
google-cloud-binary-authorization-bom/pom.xml | 8 ++++----
google-cloud-binary-authorization/pom.xml | 4 ++--
.../pom.xml | 4 ++--
pom.xml | 8 ++++----
.../pom.xml | 4 ++--
versions.txt | 6 +++---
7 files changed, 29 insertions(+), 17 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 652aa3a0..c5c14191 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [0.3.0](https://www.github.com/googleapis/java-binary-authorization/compare/v0.2.2...v0.3.0) (2021-09-10)
+
+
+### Features
+
+* Remove use of deprecated gradle command in java README ([#1196](https://www.github.com/googleapis/java-binary-authorization/issues/1196)) ([#65](https://www.github.com/googleapis/java-binary-authorization/issues/65)) ([8cb0da3](https://www.github.com/googleapis/java-binary-authorization/commit/8cb0da37f9c387a79c9255bca3402ec22643ded8))
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.0 ([#69](https://www.github.com/googleapis/java-binary-authorization/issues/69)) ([4843a90](https://www.github.com/googleapis/java-binary-authorization/commit/4843a904a0e402ed6ae9677e940faec9f1d1f71e))
+
### [0.2.2](https://www.github.com/googleapis/java-binary-authorization/compare/v0.2.1...v0.2.2) (2021-08-23)
diff --git a/google-cloud-binary-authorization-bom/pom.xml b/google-cloud-binary-authorization-bom/pom.xml
index c88f6d63..4a7a9e24 100644
--- a/google-cloud-binary-authorization-bom/pom.xml
+++ b/google-cloud-binary-authorization-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-binary-authorization-bom
- 0.2.3-SNAPSHOT
+ 0.3.0
pom
com.google.cloud
@@ -56,17 +56,17 @@
com.google.cloud
google-cloud-binary-authorization
- 0.2.3-SNAPSHOT
+ 0.3.0
com.google.api.grpc
grpc-google-cloud-binary-authorization-v1beta1
- 0.2.3-SNAPSHOT
+ 0.3.0
com.google.api.grpc
proto-google-cloud-binary-authorization-v1beta1
- 0.2.3-SNAPSHOT
+ 0.3.0
diff --git a/google-cloud-binary-authorization/pom.xml b/google-cloud-binary-authorization/pom.xml
index 99420a63..3bc62790 100644
--- a/google-cloud-binary-authorization/pom.xml
+++ b/google-cloud-binary-authorization/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-binary-authorization
- 0.2.3-SNAPSHOT
+ 0.3.0
jar
Google Binary Authorization
https://github.com/googleapis/java-binary-authorization
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-binary-authorization-parent
- 0.2.3-SNAPSHOT
+ 0.3.0
google-cloud-binary-authorization
diff --git a/grpc-google-cloud-binary-authorization-v1beta1/pom.xml b/grpc-google-cloud-binary-authorization-v1beta1/pom.xml
index ec663cba..cc54e56f 100644
--- a/grpc-google-cloud-binary-authorization-v1beta1/pom.xml
+++ b/grpc-google-cloud-binary-authorization-v1beta1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-binary-authorization-v1beta1
- 0.2.3-SNAPSHOT
+ 0.3.0
grpc-google-cloud-binary-authorization-v1beta1
GRPC library for google-cloud-binary-authorization
com.google.cloud
google-cloud-binary-authorization-parent
- 0.2.3-SNAPSHOT
+ 0.3.0
diff --git a/pom.xml b/pom.xml
index 124b1292..cadf5d9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-binary-authorization-parent
pom
- 0.2.3-SNAPSHOT
+ 0.3.0
Google Binary Authorization Parent
https://github.com/googleapis/java-binary-authorization
@@ -60,17 +60,17 @@
com.google.cloud
google-cloud-binary-authorization
- 0.2.3-SNAPSHOT
+ 0.3.0
com.google.api.grpc
grpc-google-cloud-binary-authorization-v1beta1
- 0.2.3-SNAPSHOT
+ 0.3.0
com.google.api.grpc
proto-google-cloud-binary-authorization-v1beta1
- 0.2.3-SNAPSHOT
+ 0.3.0
diff --git a/proto-google-cloud-binary-authorization-v1beta1/pom.xml b/proto-google-cloud-binary-authorization-v1beta1/pom.xml
index 3ff292f3..21d1abbe 100644
--- a/proto-google-cloud-binary-authorization-v1beta1/pom.xml
+++ b/proto-google-cloud-binary-authorization-v1beta1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-binary-authorization-v1beta1
- 0.2.3-SNAPSHOT
+ 0.3.0
proto-google-cloud-binary-authorization-v1beta1
Proto library for google-cloud-binary-authorization
com.google.cloud
google-cloud-binary-authorization-parent
- 0.2.3-SNAPSHOT
+ 0.3.0
diff --git a/versions.txt b/versions.txt
index 646acf86..c0656e3b 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-binary-authorization:0.2.2:0.2.3-SNAPSHOT
-grpc-google-cloud-binary-authorization-v1beta1:0.2.2:0.2.3-SNAPSHOT
-proto-google-cloud-binary-authorization-v1beta1:0.2.2:0.2.3-SNAPSHOT
+google-cloud-binary-authorization:0.3.0:0.3.0
+grpc-google-cloud-binary-authorization-v1beta1:0.3.0:0.3.0
+proto-google-cloud-binary-authorization-v1beta1:0.3.0:0.3.0