diff --git a/.github/release-please.yml b/.github/release-please.yml
index 82744682..5b1fe57a 100644
--- a/.github/release-please.yml
+++ b/.github/release-please.yml
@@ -1 +1,6 @@
releaseType: java-yoshi
+branches:
+- bumpMinorPreMajor: true
+ handleGHRelease: true
+ releaseType: java-yoshi
+ branch: java7
\ No newline at end of file
diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml
index fca7c299..5eac3ab6 100644
--- a/.github/sync-repo-settings.yaml
+++ b/.github/sync-repo-settings.yaml
@@ -48,6 +48,29 @@ branchProtectionRules:
- "dependencies (11, java-storage)"
- "dependencies (11, java-pubsub)"
- "cla/google"
+- pattern: java7
+ # Can admins overwrite branch protection.
+ # Defaults to `true`
+ isAdminEnforced: true
+ # Number of approving reviews required to update matching branches.
+ # Defaults to `1`
+ requiredApprovingReviewCount: 1
+ # Are reviews from code owners required to update matching branches.
+ # Defaults to `false`
+ requiresCodeOwnerReviews: true
+ # Require up to date branches
+ requiresStrictStatusChecks: false
+ # List of required status check contexts that must pass for commits to be accepted to matching branches.
+ requiredStatusCheckContexts:
+ - "dependencies (8)"
+ - "dependencies (11)"
+ - "linkage-monitor"
+ - "lint"
+ - "clirr"
+ - "units (8)"
+ - "units (11)"
+ - "Kokoro - Test: Integration"
+ - "cla/google"
# List of explicit permissions to add (additive only)
permissionRules:
- team: yoshi-admins
diff --git a/.github/workflows/downstream.yaml b/.github/workflows/downstream.yaml
index f28021e4..d049858d 100644
--- a/.github/workflows/downstream.yaml
+++ b/.github/workflows/downstream.yaml
@@ -12,6 +12,7 @@ jobs:
matrix:
java: [8, 11]
repo:
+ - java-bigquery
- java-bigqueryconnection
- java-spanner
- java-storage
diff --git a/.kokoro/build.sh b/.kokoro/build.sh
index 01e03c23..63c21c03 100755
--- a/.kokoro/build.sh
+++ b/.kokoro/build.sh
@@ -115,7 +115,7 @@ fi
# fix output location of logs
bash .kokoro/coerce_logs.sh
-if [[ "${ENABLE_BUILD_COP}" == "true" ]]
+if [[ "${ENABLE_FLAKYBOT}" == "true" ]]
then
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-shared-config
diff --git a/.kokoro/nightly/integration.cfg b/.kokoro/nightly/integration.cfg
index 0048c8ec..e51c7b4c 100644
--- a/.kokoro/nightly/integration.cfg
+++ b/.kokoro/nightly/integration.cfg
@@ -22,7 +22,7 @@ env_vars: {
}
env_vars: {
- key: "ENABLE_BUILD_COP"
+ key: "ENABLE_FLAKYBOT"
value: "true"
}
diff --git a/.kokoro/nightly/samples.cfg b/.kokoro/nightly/samples.cfg
index f2542931..9761fd86 100644
--- a/.kokoro/nightly/samples.cfg
+++ b/.kokoro/nightly/samples.cfg
@@ -33,6 +33,6 @@ env_vars: {
}
env_vars: {
- key: "ENABLE_BUILD_COP"
+ key: "ENABLE_FLAKYBOT"
value: "true"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b116a35..74016613 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [1.0.1](https://www.github.com/googleapis/java-shared-config/compare/v1.0.0...v1.0.1) (2021-08-18)
+
+
+### Dependencies
+
+* update dependency com.puppycrawl.tools:checkstyle to v8.45.1 ([#292](https://www.github.com/googleapis/java-shared-config/issues/292)) ([66bf6e6](https://www.github.com/googleapis/java-shared-config/commit/66bf6e6fb95997b9eb4b34268b8d20c2fbe9ed5a))
+
## [1.0.0](https://www.github.com/googleapis/java-shared-config/compare/v0.13.1...v1.0.0) (2021-07-29)
diff --git a/README.md b/README.md
index c5483137..03abec17 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ If you are using Maven, use this artifact as your project's parent.
com.google.cloud
google-cloud-shared-config
- 1.0.0
+ 1.0.1
```
diff --git a/pom.xml b/pom.xml
index 2800a63a..f39d39ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.google.cloud
google-cloud-shared-config
pom
- 1.0.0
+ 1.0.1
Google Cloud
https://github.com/googleapis/java-shared-config
@@ -631,7 +631,7 @@
com.puppycrawl.tools
checkstyle
- 8.44
+ 8.45.1
@@ -698,7 +698,7 @@
com.microsoft.doclet.DocFxDoclet
false
- ${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.0.jar
+ ${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.1.1.jar
-outputpath ${project.build.directory}/docfx-yml -projectname ${project.artifactId}
none
protected
diff --git a/synth.metadata b/synth.metadata
index 3511987b..9cc4d39f 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-shared-config.git",
- "sha": "7a5f7dba61f247f34ce66d1d116796bbfa87133b"
+ "sha": "a721f40ada9a6198b9b0da1cfcf1b5b367132ec4"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "1a2878d6909dd10ca4e3c1b5943d6622e996054e"
+ "sha": "ff01716e16d2c6e87eaf87197b753ac9fcbbed5d"
}
}
],
diff --git a/versions.txt b/versions.txt
index d2ec6181..2c3840fd 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-shared-config:1.0.0:1.0.0
+google-cloud-shared-config:1.0.1:1.0.1