diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 731a0eb4..8807efca 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -1,3 +1,16 @@
+# 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.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:491a007c6bd6e77f9e9b1bebcd6cdf08a4a4ef2c228c123d9696845204cb685d
+ digest: sha256:7c853edc4136ae8f19f9d46d4569d38de2e446db2eea057f32e412bdba255846
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 8413c214..c72961a0 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -21,7 +21,7 @@ If you are still having issues, please include as much information as possible:
General, Core, and Other are also allowed as types
2. OS type and version:
3. Java version:
-4. dns version(s):
+4. version(s):
#### Steps to reproduce
diff --git a/.github/workflows/approve-readme.yaml b/.github/workflows/approve-readme.yaml
index 7513acae..c5132427 100644
--- a/.github/workflows/approve-readme.yaml
+++ b/.github/workflows/approve-readme.yaml
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
steps:
- - uses: actions/github-script@v3
+ - uses: actions/github-script@v5
with:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
script: |
diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml
index 9b4fd4d8..59c7cadd 100644
--- a/.github/workflows/auto-release.yaml
+++ b/.github/workflows/auto-release.yaml
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.head_ref, 'release-please')
steps:
- - uses: actions/github-script@v3
+ - uses: actions/github-script@v5
with:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
debug: true
diff --git a/.kokoro/nightly/java11-integration.cfg b/.kokoro/nightly/java11-integration.cfg
new file mode 100644
index 00000000..58049cc3
--- /dev/null
+++ b/.kokoro/nightly/java11-integration.cfg
@@ -0,0 +1,37 @@
+# Format: //devtools/kokoro/config/proto/build.proto
+
+# Configure the docker image for kokoro-trampoline.
+env_vars: {
+ key: "TRAMPOLINE_IMAGE"
+ value: "gcr.io/cloud-devrel-public-resources/java11014"
+}
+
+env_vars: {
+ key: "JOB_TYPE"
+ value: "integration"
+}
+# TODO: remove this after we've migrated all tests and scripts
+env_vars: {
+ key: "GCLOUD_PROJECT"
+ value: "gcloud-devel"
+}
+
+env_vars: {
+ key: "GOOGLE_CLOUD_PROJECT"
+ value: "gcloud-devel"
+}
+
+env_vars: {
+ key: "ENABLE_FLAKYBOT"
+ value: "true"
+}
+
+env_vars: {
+ key: "GOOGLE_APPLICATION_CREDENTIALS"
+ value: "secret_manager/java-it-service-account"
+}
+
+env_vars: {
+ key: "SECRET_MANAGER_KEYS"
+ value: "java-it-service-account"
+}
diff --git a/.repo-metadata.json b/.repo-metadata.json
index f11664c3..648c778b 100644
--- a/.repo-metadata.json
+++ b/.repo-metadata.json
@@ -1,10 +1,10 @@
{
- "name": "dns",
+ "api_shortname": "dns",
"name_pretty": "Cloud DNS",
"product_documentation": "https://cloud.google.com/dns",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-dns/latest/history",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559772",
- "release_level": "ga",
+ "release_level": "stable",
"language": "java",
"repo": "googleapis/java-dns",
"repo_short": "java-dns",
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28b9eb4f..c1d73979 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+### [2.0.5](https://github.com/googleapis/java-dns/compare/v2.0.4...v2.0.5) (2022-02-03)
+
+
+### Dependencies
+
+* **java:** update actions/github-script action to v5 ([#1339](https://github.com/googleapis/java-dns/issues/1339)) ([#595](https://github.com/googleapis/java-dns/issues/595)) ([82116f4](https://github.com/googleapis/java-dns/commit/82116f4c2056414e030bf09c78d4b6b145f874d2))
+* update actions/github-script action to v5 ([#594](https://github.com/googleapis/java-dns/issues/594)) ([3ec93a8](https://github.com/googleapis/java-dns/commit/3ec93a8ee149cf685b77d7d129effe5ee39c4270))
+* update dependency com.google.apis:google-api-services-dns to v1-rev20220106-1.32.1 ([#581](https://github.com/googleapis/java-dns/issues/581)) ([1e81dae](https://github.com/googleapis/java-dns/commit/1e81dae3cdca14d4aacb5502a18187e8a8aa8d9b))
+* update dependency com.google.apis:google-api-services-dns to v1-rev20220127-1.32.1 ([#597](https://github.com/googleapis/java-dns/issues/597)) ([220f7c3](https://github.com/googleapis/java-dns/commit/220f7c3f4889e3f1b8fe658bc488548d62edfedc))
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.7.0 ([#596](https://github.com/googleapis/java-dns/issues/596)) ([ab875db](https://github.com/googleapis/java-dns/commit/ab875db9b54123e5680c9c1878f9473e8dbefacd))
+* update dependency com.google.errorprone:error_prone_annotations to v2.11.0 ([#593](https://github.com/googleapis/java-dns/issues/593)) ([ddde21b](https://github.com/googleapis/java-dns/commit/ddde21b329b4fac5394b634bf3e7a4b2e239de43))
+* update dependency org.easymock:easymock to v4 ([#582](https://github.com/googleapis/java-dns/issues/582)) ([278b62b](https://github.com/googleapis/java-dns/commit/278b62bfc5697a7337da25b1d3d7aea273fbf159))
+
### [2.0.4](https://www.github.com/googleapis/java-dns/compare/v2.0.3...v2.0.4) (2022-01-07)
diff --git a/pom.xml b/pom.xml
index bc52421a..73f08002 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-dns
jar
- 2.0.4
+ 2.0.5
Google Cloud DNS Parent
https://github.com/googleapis/java-dns
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 1.2.4
+ 1.2.6
@@ -61,14 +61,14 @@
com.google.cloud
google-cloud-shared-dependencies
- 2.6.0
+ 2.7.0
pom
import
com.google.errorprone
error_prone_annotations
- 2.10.0
+ 2.11.0
@@ -77,7 +77,7 @@
com.google.apis
google-api-services-dns
- v1-rev20211215-1.32.1
+ v1-rev20220127-1.32.1
com.google.api-client
@@ -135,7 +135,7 @@
org.easymock
easymock
- 3.6
+ 4.3
test
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 2fe3d98a..81758979 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-dns
- 2.0.3
+ 2.0.4
@@ -53,7 +53,7 @@
org.codehaus.mojo
build-helper-maven-plugin
- 3.2.0
+ 3.3.0
add-snippets-source
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 880ef35c..894c45d0 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-dns
- 2.0.4
+ 2.0.5
@@ -52,7 +52,7 @@
org.codehaus.mojo
build-helper-maven-plugin
- 3.2.0
+ 3.3.0
add-snippets-source
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 27fd0e2f..d9c60892 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 24.1.2
+ 24.2.0
pom
import
diff --git a/versions.txt b/versions.txt
index 24112d78..d18ac4a3 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-dns:2.0.4:2.0.4
\ No newline at end of file
+google-cloud-dns:2.0.5:2.0.5
\ No newline at end of file