diff --git a/.github/workflows/samples.yaml b/.github/workflows/samples.yaml
new file mode 100644
index 00000000..a1d50073
--- /dev/null
+++ b/.github/workflows/samples.yaml
@@ -0,0 +1,14 @@
+on:
+ pull_request:
+name: samples
+jobs:
+ lint:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: actions/setup-java@v1
+ with:
+ java-version: 8
+ - name: Run checkstyle
+ run: mvn -P lint --quiet --batch-mode checkstyle:check
+ working-directory: samples/snippets
diff --git a/.kokoro/release/stage.cfg b/.kokoro/release/stage.cfg
index 62e19a0d..19835a1e 100644
--- a/.kokoro/release/stage.cfg
+++ b/.kokoro/release/stage.cfg
@@ -13,32 +13,7 @@ action {
}
}
-# Fetch the token needed for reporting release status to GitHub
-before_action {
- fetch_keystore {
- keystore_resource {
- keystore_config_id: 73713
- keyname: "yoshi-automation-github-key"
- }
- }
-}
-
-# Fetch magictoken to use with Magic Github Proxy
-before_action {
- fetch_keystore {
- keystore_resource {
- keystore_config_id: 73713
- keyname: "releasetool-magictoken"
- }
- }
-}
-
-# Fetch api key to use with Magic Github Proxy
-before_action {
- fetch_keystore {
- keystore_resource {
- keystore_config_id: 73713
- keyname: "magic-github-proxy-api-key"
- }
- }
+env_vars: {
+ key: "SECRET_MANAGER_KEYS"
+ value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30a2b71f..aa6ff6d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [0.3.4](https://www.github.com/googleapis/java-bigqueryreservation/compare/v0.3.3...v0.3.4) (2020-08-27)
+
+
+### Bug Fixes
+
+* temporarily disable reporting to unblock releases ([#132](https://www.github.com/googleapis/java-bigqueryreservation/issues/132)) ([6c103ab](https://www.github.com/googleapis/java-bigqueryreservation/commit/6c103ab88a665a8a4fe6c8226bed5df5ceff2fec))
+
### [0.3.3](https://www.github.com/googleapis/java-bigqueryreservation/compare/v0.3.2...v0.3.3) (2020-08-07)
diff --git a/README.md b/README.md
index 73c84021..647ff120 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-bigqueryreservation
- 0.3.2
+ 0.3.3
```
@@ -28,11 +28,11 @@ If you are using Maven, add this to your pom.xml file:
If you are using Gradle, add this to your dependencies
```Groovy
-compile 'com.google.cloud:google-cloud-bigqueryreservation:0.3.3'
+compile 'com.google.cloud:google-cloud-bigqueryreservation:0.3.4'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "0.3.3"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "0.3.4"
```
[//]: # ({x-version-update-end})
diff --git a/google-cloud-bigqueryreservation-bom/pom.xml b/google-cloud-bigqueryreservation-bom/pom.xml
index 92c76e6e..8fa305c7 100644
--- a/google-cloud-bigqueryreservation-bom/pom.xml
+++ b/google-cloud-bigqueryreservation-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-bigqueryreservation-bom
- 0.3.3
+ 0.3.4
pom
com.google.cloud
@@ -64,17 +64,17 @@
com.google.cloud
google-cloud-bigqueryreservation
- 0.3.3
+ 0.3.4
com.google.api.grpc
proto-google-cloud-bigqueryreservation-v1
- 0.3.3
+ 0.3.4
com.google.api.grpc
grpc-google-cloud-bigqueryreservation-v1
- 0.3.3
+ 0.3.4
diff --git a/google-cloud-bigqueryreservation/pom.xml b/google-cloud-bigqueryreservation/pom.xml
index bc52192e..a3c8baae 100644
--- a/google-cloud-bigqueryreservation/pom.xml
+++ b/google-cloud-bigqueryreservation/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-bigqueryreservation
- 0.3.3
+ 0.3.4
jar
Google Cloud BigQuery Reservations
https://github.com/googleapis/java-bigqueryreservation
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-bigqueryreservation-parent
- 0.3.3
+ 0.3.4
google-cloud-bigqueryreservation
diff --git a/grpc-google-cloud-bigqueryreservation-v1/pom.xml b/grpc-google-cloud-bigqueryreservation-v1/pom.xml
index 563fad80..cc0813d9 100644
--- a/grpc-google-cloud-bigqueryreservation-v1/pom.xml
+++ b/grpc-google-cloud-bigqueryreservation-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-bigqueryreservation-v1
- 0.3.3
+ 0.3.4
grpc-google-cloud-bigqueryreservation-v1
GRPC library for grpc-google-cloud-bigqueryreservation-v1
com.google.cloud
google-cloud-bigqueryreservation-parent
- 0.3.3
+ 0.3.4
diff --git a/pom.xml b/pom.xml
index eb52d6fc..274f3b90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-bigqueryreservation-parent
pom
- 0.3.3
+ 0.3.4
Google Cloud BigQuery Reservations Parent
https://github.com/googleapis/java-bigqueryreservation
@@ -70,17 +70,17 @@
com.google.cloud
google-cloud-bigqueryreservation
- 0.3.3
+ 0.3.4
com.google.api.grpc
proto-google-cloud-bigqueryreservation-v1
- 0.3.3
+ 0.3.4
com.google.api.grpc
grpc-google-cloud-bigqueryreservation-v1
- 0.3.3
+ 0.3.4
diff --git a/proto-google-cloud-bigqueryreservation-v1/pom.xml b/proto-google-cloud-bigqueryreservation-v1/pom.xml
index 8a41a973..aaecbed6 100644
--- a/proto-google-cloud-bigqueryreservation-v1/pom.xml
+++ b/proto-google-cloud-bigqueryreservation-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-bigqueryreservation-v1
- 0.3.3
+ 0.3.4
proto-google-cloud-bigqueryreservation-v1
PROTO library for proto-google-cloud-bigqueryreservation-v1
com.google.cloud
google-cloud-bigqueryreservation-parent
- 0.3.3
+ 0.3.4
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 4e9b9f7d..2027a5a5 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-bigqueryreservation
- 0.3.2
+ 0.3.3
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 78f420cf..eb9ad5ea 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-bigqueryreservation
- 0.3.2
+ 0.3.3
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 6e7c7e9c..f9614ad9 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 8.1.0
+ 9.1.0
pom
import
@@ -41,7 +41,7 @@
com.google.cloud
google-cloud-bigqueryreservation
- 0.3.2
+ 0.3.3
diff --git a/synth.metadata b/synth.metadata
index 3839fc11..4b35c5bd 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigqueryreservation.git",
- "sha": "8e804159ffaccd0c6ba2284c67e80f6a36376e62"
+ "sha": "6c103ab88a665a8a4fe6c8226bed5df5ceff2fec"
}
},
{
@@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "f8823dec98277a9516f2fb6fae9f58b3a59a23e1"
+ "sha": "019c7168faa0e56619f792693a8acdb30d6de19b"
}
}
],
@@ -43,6 +43,7 @@
".github/release-please.yml",
".github/trusted-contribution.yml",
".github/workflows/ci.yaml",
+ ".github/workflows/samples.yaml",
".kokoro/build.bat",
".kokoro/build.sh",
".kokoro/coerce_logs.sh",
diff --git a/versions.txt b/versions.txt
index 90560902..3594514a 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-bigqueryreservation:0.3.3:0.3.3
-proto-google-cloud-bigqueryreservation-v1:0.3.3:0.3.3
-grpc-google-cloud-bigqueryreservation-v1:0.3.3:0.3.3
\ No newline at end of file
+google-cloud-bigqueryreservation:0.3.4:0.3.4
+proto-google-cloud-bigqueryreservation-v1:0.3.4:0.3.4
+grpc-google-cloud-bigqueryreservation-v1:0.3.4:0.3.4
\ No newline at end of file