This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
feat: add supports of labels while creating managed zone #289
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
google-cla
bot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Dec 24, 2020
product-auto-label
bot
added
the
api: dns
Issues related to the googleapis/java-dns API.
label
Dec 24, 2020
Codecov Report
@@ Coverage Diff @@
## master #289 +/- ##
============================================
- Coverage 77.34% 77.26% -0.08%
- Complexity 175 178 +3
============================================
Files 15 15
Lines 1174 1192 +18
Branches 101 105 +4
============================================
+ Hits 908 921 +13
- Misses 215 218 +3
- Partials 51 53 +2
Continue to review full report at Codecov.
|
chingor13
changed the title
feat: add supports of labels while creating manazed zone
feat: add supports of labels while creating managed zone
Dec 28, 2020
chingor13
suggested changes
Dec 28, 2020
@@ -378,6 +382,11 @@ private static void validateValue(String value, Set<String> validValues) { | |||
public Builder setDnsSecConfig(DnsSecConfig dnsSecConfig) { | |||
return this; | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
chingor13
approved these changes
Dec 28, 2020
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Feb 22, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [1.1.0](https://www.github.com/googleapis/java-dns/compare/v1.0.8...v1.1.0) (2021-02-22) ### Features * add supports of labels while creating managed zone ([#289](https://www.github.com/googleapis/java-dns/issues/289)) ([47b687f](https://www.github.com/googleapis/java-dns/commit/47b687f2aeadc25f24c0c9401be8062b87527580)) * expose DNSSEC options of ManagedZones ([#276](https://www.github.com/googleapis/java-dns/issues/276)) ([b3bdbd1](https://www.github.com/googleapis/java-dns/commit/b3bdbd1f9e1e593264908dcc913866c5876e1197)) ### Bug Fixes * don't log downloads ([#318](https://www.github.com/googleapis/java-dns/issues/318)) ([0b7cb06](https://www.github.com/googleapis/java-dns/commit/0b7cb06e30a8cd9e413375961701952acdb87e5e)) * update repo name ([#312](https://www.github.com/googleapis/java-dns/issues/312)) ([83cbd61](https://www.github.com/googleapis/java-dns/commit/83cbd610763b5010c9748094cbb8e3dbaceec11c)) ### Dependencies * update dependency com.google.apis:google-api-services-dns to v1-rev20210204-1.31.0 ([#315](https://www.github.com/googleapis/java-dns/issues/315)) ([29f0414](https://www.github.com/googleapis/java-dns/commit/29f0414b91b8922c87dbfe47ed7ea9ca3f8e0c90)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.18.0 ([#298](https://www.github.com/googleapis/java-dns/issues/298)) ([7da3244](https://www.github.com/googleapis/java-dns/commit/7da324461b3848acc66af7efbb827422a456ebdd)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.19.0 ([#319](https://www.github.com/googleapis/java-dns/issues/319)) ([e2da544](https://www.github.com/googleapis/java-dns/commit/e2da544fdd62017f21fc78e93dcfa296e83829fa)) * update dependency com.google.errorprone:error_prone_annotations to v2.5.1 ([#299](https://www.github.com/googleapis/java-dns/issues/299)) ([4919dcc](https://www.github.com/googleapis/java-dns/commit/4919dcc394a85b75d504b50167417d76c4a0a80a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #288