Update git submodules

* Update designate from branch 'master'
  to 77f239634242315e1533d8c969fd1bcc59cc8a12
  - Merge "Allow TXT record over 255 characters if split"
  - Allow TXT record over 255 characters if split
    
    As defined in RFC1035 section 3.3.14 TXT-DATA
    can be one or more <character-strings>s.
    Before this commit Designate threw errors
    when saving TXT records that are split
    into multiple strings because validations on
    the field did not consider allowing this
    in a single DNS record as per RFC7208
    section 3.3.
    
    This patch allows longer TXT record data
    but only if it is split according to RFC
    definitions mentioned above. If data
    is made of more <character-string>s,
    each one is individually validated with
    the same validations as if the data was
    not split.
    
    Closes-Bug: 1595265
    Change-Id: I4e3e51b32ab01efc4202c297708eff5a2e2b4985
    Signed-off-by: Emanuel Andrecut (emanuel.andrecut@fleio.com)
This commit is contained in:
Zuul 2021-10-25 17:11:27 +00:00 committed by Gerrit Code Review
parent b6336439de
commit 7e721dad0e
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4807c23228fbb23af3087ee072bf73d7fc43aff5
Subproject commit 77f239634242315e1533d8c969fd1bcc59cc8a12