1. 01 Jul, 2021 2 commits
  2. 18 Jun, 2021 2 commits
  3. 03 Jun, 2021 1 commit
  4. 16 Mar, 2021 1 commit
  5. 05 Feb, 2021 1 commit
  6. 31 Aug, 2020 1 commit
  7. 21 Aug, 2020 1 commit
  8. 18 Aug, 2020 2 commits
    • prune's avatar
      removed ref to vinylDNS · 32a28ca5
      prune authored
      32a28ca5
    • Prune Sebastien THOMAS's avatar
      added --txt-prefix to google deployment · e0723bb2
      Prune Sebastien THOMAS authored
      when using `registry=txt` option, make sure to also use the `txt-prefix` and `txt-owner-id` options as well. If you try to create a `TXT` record in VinylDNS without a prefix, it will try to create a `TXT` record with the same name as your actual DNS record and fail (creating a stranded record `external-dns` cannot manage).
      e0723bb2
  9. 05 Aug, 2020 1 commit
  10. 18 Feb, 2020 2 commits
  11. 13 Jan, 2020 1 commit
  12. 07 Jan, 2020 1 commit
  13. 15 Oct, 2019 1 commit
  14. 24 Sep, 2019 1 commit
  15. 28 Jun, 2018 1 commit
  16. 15 Jun, 2018 2 commits
  17. 06 Jun, 2018 1 commit
  18. 16 May, 2018 1 commit
  19. 24 Apr, 2018 1 commit
  20. 23 Apr, 2018 1 commit
  21. 16 Apr, 2018 1 commit
  22. 21 Mar, 2018 1 commit
  23. 14 Mar, 2018 1 commit
  24. 27 Feb, 2018 1 commit
    • Zach Arnold's avatar
      update RBAC rules in docs (#451) · 38952778
      Zach Arnold authored
      * update RBAC rules in docs
      
      * update docs with split between rbac and non
      
      * make deployment use new sa
      
      * docs: correctly reference service account in CRB
      
      * docs: correctly reference service account in CRB in other docs
      38952778
  25. 24 Nov, 2017 1 commit
  26. 03 Aug, 2017 1 commit
  27. 27 Jul, 2017 1 commit
  28. 29 Jun, 2017 1 commit
    • Nils Juenemann's avatar
      Support for multiple domains within --domain-filter (#252) · 73d39796
      Nils Juenemann authored
      * Support for multiple domains within --domain-filter
      
      The parameter accepts a comma separated list of domains with or without trailing dot. Example: --domain-filter="example.org, company.test.,staging.com". Closes #247 and #229
      
      * Add boilerplate header
      
      * Add documentation for methods and structs
      
      * use StringsVar for the domain-filter flag
      
      * go fmt
      
      * Remove camel case from tests
      
      * Revert changes in README.md
      
      * Move DomainFilter to provider package
      
      * Make a new slice and copy elements to it
      
      * Update CHANGELOG.md
      
      * docs: change minor spelling mistake
      73d39796
  29. 08 May, 2017 2 commits
  30. 26 Apr, 2017 1 commit
  31. 07 Apr, 2017 1 commit
  32. 05 Apr, 2017 1 commit
    • Martin Linkhorst's avatar
      support hostnames as endpoint targets (CNAME support) (#122) · b0f437a4
      Martin Linkhorst authored
      * feat(aws): support hostnames as endpoint targets
      
      * docs: describe how to run ExternalDNS on AWS
      
      * docs: update changelog with CNAME feature
      
      * docs: update changelog to include AWS documentation
      
      * fix(aws): test that updating records removes the old value
      
      * feat(google): add CNAME support to Google provider
      
      * fix(source): sanitize source and target hostnames
      
      * docs: update changelog to include latest changes
      
      * docs(aws): mention that ExternalDNS takes full ownership of a hosted zone
      
      * fix(aws): switch route53 tests to use endpoint pointers
      
      * docs: add TODO to remove record filtering once ownership is in place
      b0f437a4
  33. 30 Mar, 2017 1 commit
    • Martin Linkhorst's avatar
      Elaborate the docs, add a faq section (#109) · 5ff80155
      Martin Linkhorst authored
      * docs: elaborate the docs, add a faq section
      
      * docs: fix a messed up command
      
      * docs: update docs to reference v0.1 release
      
      * docs(faq): fix stray whitespace
      
      * docs: restructure docs for a leaner README
      
      * docs: move first run section back to main readme
      
      * docs: fix references to packages
      
      * docs: fix reference to gke tutorial
      
      * docs: fix missing source flag in examples
      
      * docs: fix missing provider flag in examples
      
      * docs: mention ingress support in main readme
      5ff80155
  34. 17 Mar, 2017 1 commit