1. 22 Sep, 2017 1 commit
  2. 20 Sep, 2017 1 commit
  3. 19 Sep, 2017 1 commit
  4. 18 Sep, 2017 1 commit
  5. 30 Aug, 2017 1 commit
  6. 25 Aug, 2017 1 commit
  7. 17 Aug, 2017 3 commits
    • Henning Jacobs's avatar
      a7a1cbc1
    • Justin Nauman's avatar
      ClusterIp Service support (#278) · 9b32e162
      Justin Nauman authored
      * ClusterIP service support
      
      - First pass at addresssing #187 by allowing services with type ClusterIP to be directly supported
      
      * Getting existing tests to pass
      
      * Adjusting formatting for gofmt/govet
      
      * Adding in guard logic around publishing of ClusterIP sources
      
      * Addressing PR feedback
      
      * Adding in CHANGELOG entry
      
      * Adding in Headless service test
      9b32e162
    • Clayton O'Neill's avatar
      Ingress target annotation should set, not append (#318) · ea4cbfe8
      Clayton O'Neill authored
      If the user has specified a target for the ingress, treat that as
      overriding any endpoints already set on the ingress, even if that list
      is not empty.  This allows overriding the IP address or hostname set
      when using a service like kube-keepalived-vip.
      ea4cbfe8
  8. 16 Aug, 2017 1 commit
    • Henning Jacobs's avatar
      Add Logo for ExternalDNS (#313) · c386e2c0
      Henning Jacobs authored
      * feat: add a logo
      
      * move logo above headline and make it smaller
      
      * make it even smaller to fit README
      
      * enlarge logo and center align it
      
      * try with div align center
      
      * center using p
      block
      c386e2c0
  9. 11 Aug, 2017 2 commits
  10. 10 Aug, 2017 2 commits
  11. 09 Aug, 2017 1 commit
  12. 03 Aug, 2017 2 commits
  13. 02 Aug, 2017 1 commit
  14. 01 Aug, 2017 1 commit
    • Peter Luttrell's avatar
      Update README.md and docs/faq.md (#296) · 24e871fa
      Peter Luttrell authored
      * Update the docs/faq.md to include details on propertly setting up nginx-ingress-controller to assign the fqdn of ELBs on AWS.
      
      * Updated the README.md to include links to the tutorials to the various platforms.
      
      * Corrected invalid YAML.
      24e871fa
  15. 31 Jul, 2017 1 commit
  16. 28 Jul, 2017 1 commit
  17. 27 Jul, 2017 2 commits
  18. 25 Jul, 2017 1 commit
  19. 24 Jul, 2017 1 commit
  20. 21 Jul, 2017 1 commit
  21. 19 Jul, 2017 2 commits
  22. 18 Jul, 2017 2 commits
  23. 17 Jul, 2017 1 commit
  24. 04 Jul, 2017 1 commit
  25. 03 Jul, 2017 1 commit
  26. 30 Jun, 2017 1 commit
    • Martin Linkhorst's avatar
      refactor source registration (#217) · 81974cd8
      Martin Linkhorst authored
      * ref(sources): refactor source registration and lookup to be lazy.
      
      * fix(fake): don't make changes to passed in config values
      
      * rework without init, tests are missing
      
      * make client provider public
      
      * fix all tests
      
      * change parameter list order, minor improvements
      
      * clientprovider -> clientgenerator, switch naming for interface/struct
      81974cd8
  27. 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
  28. 20 Jun, 2017 1 commit
  29. 16 Jun, 2017 4 commits