diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index a454a61e..de9173d9 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28
-# created: 2022-06-29T23:17:33.110417661Z
+ digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
+# created: 2022-07-13T13:53:17.676447481Z
diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml
index 6f09d695..0181fcd5 100644
--- a/.github/sync-repo-settings.yaml
+++ b/.github/sync-repo-settings.yaml
@@ -17,6 +17,8 @@ branchProtectionRules:
- 'Kokoro - Test: Integration'
- cla/google
- OwlBot Post Processor
+ - 'Kokoro - Test: Java GraalVM Native Image'
+ - 'Kokoro - Test: Java 17 GraalVM Native Image'
- pattern: java7
isAdminEnforced: true
requiredApprovingReviewCount: 1
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 83ef7f9c..e3bb26e3 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -39,6 +39,8 @@ jobs:
windows:
runs-on: windows-latest
steps:
+ - name: Support longpaths
+ run: git config --system core.longpaths true
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e037372a..37653e61 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [2.1.2](https://github.com/googleapis/java-dns/compare/v2.1.1...v2.1.2) (2022-07-13)
+
+
+### Bug Fixes
+
+* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-dns/issues/1485)) ([#679](https://github.com/googleapis/java-dns/issues/679)) ([12a0ad0](https://github.com/googleapis/java-dns/commit/12a0ad08a99e380ab5b5a941c5c0086de852e3b4))
+
+
+### Dependencies
+
+* update dependency com.google.apis:google-api-services-dns to v1-rev20220622-1.32.1 ([#669](https://github.com/googleapis/java-dns/issues/669)) ([fe66dff](https://github.com/googleapis/java-dns/commit/fe66dffc2b52c3ecd259d6b80c6b753421299559))
+* update dependency com.google.apis:google-api-services-dns to v1-rev20220630-1.32.1 ([#677](https://github.com/googleapis/java-dns/issues/677)) ([83f881a](https://github.com/googleapis/java-dns/commit/83f881a55d1fdde8e1db3716a1109fac51d108b7))
+
## [2.1.1](https://github.com/googleapis/java-dns/compare/v2.1.0...v2.1.1) (2022-07-01)
diff --git a/pom.xml b/pom.xml
index 3c673f98..73f14e30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-dns
jar
- 2.1.1
+ 2.1.2
Google Cloud DNS Parent
https://github.com/googleapis/java-dns
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 1.5.0
+ 1.5.1
@@ -72,7 +72,7 @@
com.google.apis
google-api-services-dns
- v1-rev20220518-1.32.1
+ v1-rev20220630-1.32.1
com.google.api-client
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 1b12a156..70123e44 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.1.0
+ 2.1.1
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 37139f7d..c570c697 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-dns
- 2.1.1
+ 2.1.2
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 072a58e5..c749d42a 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 25.4.0
+ 26.0.0
pom
import
diff --git a/versions.txt b/versions.txt
index 7acec571..00bb5461 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-dns:2.1.1:2.1.1
\ No newline at end of file
+google-cloud-dns:2.1.2:2.1.2
\ No newline at end of file