1. 21 Jan, 2020 1 commit
  2. 15 Jan, 2020 1 commit
  3. 08 Jan, 2020 1 commit
  4. 06 Jan, 2020 1 commit
  5. 28 Nov, 2019 1 commit
  6. 19 Nov, 2019 1 commit
  7. 02 Nov, 2019 1 commit
  8. 01 Nov, 2019 1 commit
  9. 31 Oct, 2019 1 commit
  10. 22 Aug, 2019 1 commit
  11. 19 Jul, 2019 1 commit
  12. 17 Jul, 2019 2 commits
  13. 05 Jul, 2019 1 commit
  14. 01 Jul, 2019 1 commit
  15. 27 Jun, 2019 1 commit
  16. 22 May, 2019 1 commit
  17. 10 May, 2019 3 commits
  18. 28 Apr, 2019 1 commit
  19. 26 Apr, 2019 1 commit
  20. 22 Apr, 2019 2 commits
  21. 31 Mar, 2019 1 commit
  22. 18 Mar, 2019 1 commit
  23. 15 Mar, 2019 1 commit
  24. 19 Feb, 2019 2 commits
  25. 24 Jan, 2019 1 commit
  26. 17 Jan, 2019 1 commit
  27. 16 Jan, 2019 1 commit
  28. 07 Dec, 2018 1 commit
  29. 17 Oct, 2018 1 commit
  30. 27 Sep, 2018 1 commit
  31. 24 Sep, 2018 1 commit
  32. 06 Sep, 2018 3 commits
    • Peter Bale's avatar
      Change the way aws batching works · be4b4acc
      Peter Bale authored
      This is to change the way batching works when using the aws provider.
      Originally, batching would take the first n records you want to update
      and perform the desired actions on those records as part of a sync. It
      would then wait for the configured sync period and take the first n
      records again and sync them. The issue with this is that when you are
      using the TXT registry with a custom prefix, the updates can sync a TXT
      record and not the accompanying A/CNAME record. This causes external-dns
      to get out of sync with what is created and what the current state
      actually is. This update uses the same idea of batching, however, rather
      than stopping after the first batch until the next run, batching will
      now have a separate batch interval which controls the interval between
      each batch in the same sync period. This allows external-dns to fully
      sync with route53 as part of each sync and can then know that the state
      is complete.
      
      Fixes https://github.com/kubernetes-incubator/external...
      be4b4acc
    • Jonas Michel's avatar
      Add Source implementation for Istio Gateway (#694) · b9b68421
      Jonas Michel authored
      * add Istio Gateway Source
      
      * add documentation for Istio Gateway Source
      
      * make both istio namespace and ingress gateway service configurable
      
      * prefix gateway types, constructors, and flags with 'istio-'
      
      * fix: add missing sources to source flag docs
      b9b68421
    • Vladislav Troinich's avatar
      Add RFC2136 provider · 0151de53
      Vladislav Troinich authored
      0151de53
  33. 28 Aug, 2018 1 commit