1. 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
  2. 08 May, 2017 2 commits
  3. 26 Apr, 2017 1 commit
  4. 07 Apr, 2017 1 commit
  5. 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
  6. 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
  7. 17 Mar, 2017 2 commits
  8. 16 Mar, 2017 2 commits