4924 Commits

Author SHA1 Message Date
Tariq Ibrahim
c2b8a75930
update and clean up azure dependencies 2020-08-17 23:04:37 -07:00
Kubernetes Prow Robot
4544ca797f
Merge pull request #1712 from tonychoe/patch-1
"passphrase:" is missing from oci.yaml example
2020-08-17 13:05:30 -07:00
Kubernetes Prow Robot
b2d44afcd6
Merge pull request #1709 from james-callahan/update-kustomization-0.7.3
Update kustomization for 0.7.3 release
2020-08-17 13:03:30 -07:00
Kubernetes Prow Robot
110a52186b
Merge pull request #1705 from DataDog/aws-errors-context
aws: errors with context
2020-08-17 13:01:30 -07:00
Kubernetes Prow Robot
1e2b11d3d3
Merge pull request #1581 from stefanlasiewski/patch-1
Improve documentation about rfc2136 TTLs
2020-08-17 12:59:30 -07:00
Kubernetes Prow Robot
a7f0e8213b
Merge pull request #1697 from openstacker/add-serviceAccountName
Fix Designate doc
2020-08-17 12:57:30 -07:00
Benjamin Pineau
b64e3ac832 aws: errors with context
When faced with errors from cloud providers (like "Throttling: Rate exceeded"), it's not always easy to find what operation caused the failure, and what action was aborted, if any,

Let's make it easier to identify an error source (and affected object when possible) by providing more context (and by using easy to find error messages).
2020-08-14 12:54:28 +02:00
Matt Dennison
f69a82f8c6 Merge branch 'master' of https://github.com/kubernetes-sigs/external-dns into dennisme/minttl-ns1 2020-08-11 23:17:48 -07:00
Tony Choe
67815a5cf7
Update oracle.md 2020-08-10 20:34:10 -07:00
Enrique Gonzalez
a2480b348e
docs: add feature to Unreleased changes
Signed-off-by: Enrique Gonzalez <goga.enrique@gmail.com>
2020-08-10 11:30:37 +02:00
Enrique Gonzalez
dea8bce9fe
Merge remote-tracking branch 'upstream/master' into df-regex 2020-08-10 11:27:11 +02:00
Eric R. Rath
cbb3bc7137 Merge branch 'master' into oci-auth-instance-principal 2020-08-07 13:16:03 -07:00
Tony Choe
e69dcecabc
"passphrase:" is missing from oci.yaml example
The current example is incomplete. It misses "passphrase".
2020-08-06 21:19:38 -07:00
Joseph Glanville
5beb528c32 Contour HTTPProxy support 2020-08-06 18:56:59 +07:00
James Callahan
1ab0963954
Update kustomization for 0.7.3 release 2020-08-06 15:08:04 +10:00
Kubernetes Prow Robot
3a61439cd1
Merge pull request #1706 from kubernetes-sigs/changelog-for-v0.7.3
Changelog for v0.7.3 release
v0.7.3
2020-08-05 01:10:28 -07:00
Raffaele Di Fazio
8d332971f2
Update CHANGELOG.md 2020-08-05 10:08:25 +02:00
Raffaele Di Fazio
7779f11f80
Changelog for v0.7.3 release 2020-08-05 10:07:49 +02:00
David Dooling
cd750c95ea
Update apiVersions in docs (#1690)
* Update apiVersions in docs

Update docs to reflect new apiVersions for ingresses and deployments.

* Add selector to apps/v1 deployments
2020-08-05 00:44:28 -07:00
Kubernetes Prow Robot
e8b558d34b
Merge pull request #1702 from tariq1890/badge
use the github actions build status badge
2020-08-04 00:18:19 -07:00
Tariq Ibrahim
2c467cfdc8
use the github actions build status badge 2020-08-03 21:20:13 -07:00
Eric R. Rath
07cfb7fdfb fixed linting error - no punc in errors 2020-07-31 14:18:37 -07:00
Eric R. Rath
c5ddb1e1a9 added entry to changelog under 'unreleased' 2020-07-31 14:02:50 -07:00
Eric R. Rath
9d90d082bd OCI provider: updated tutorial with info about instance principal auth 2020-07-31 13:56:31 -07:00
Eric R. Rath
51cf0d931c OCI provider: add support for OCI IAM instance principal authentication
Oracle Cloud Infrastructure (OCI) supports "instance princpal" authentication.
From
<https://docs.cloud.oracle.com/en-us/iaas/Content/Identity/Tasks/callingservicesfrominstances.htm>:

> After you set up the required resources and policies, an application running
> on an instance can call Oracle Cloud Infrastructure public services, removing
> the need to configure user credentials or a configuration file.

This change adds support to the OCI provider for instance principal
authentication when external-dns is run on an OCI instance (e.g. in OCI OKE).
Existing support for key/fingerprint-based authentication is unchanged.
2020-07-31 13:46:26 -07:00
Kubernetes Prow Robot
5e8b14a72f
Merge pull request #1635 from ultradns/master
UltraDNS Provider
2020-07-30 08:04:31 -07:00
Feilong Wang
cf26b450a0 Fix Designate doc 2020-07-30 14:18:18 +12:00
dan.simone@oracle.com
9024b2ef81 Clarify wildcard parameter 2020-07-29 13:16:03 -07:00
dan.simone@oracle.com
b01daf5927 Support wildcard records - Optional ability to replace the asterisk in generated registry TXT records with another string 2020-07-29 12:01:33 -07:00
dan.simone@oracle.com
f85cddab58 Change to an annotation-based approach, based on feedback 2020-07-29 11:51:27 -07:00
dan.simone@oracle.com
26274bd685 First pass - based on global flag 2020-07-29 11:42:45 -07:00
Kushal Bhandari
5f7338fa92
Merge pull request #6 from aliasgharmhowwala/feature/ultradns_provider
Feature/ultradns provider
2020-07-29 09:26:27 -04:00
Kushal Bhandari
185d17d8c5
Merge branch 'master' into feature/ultradns_provider 2020-07-29 09:26:14 -04:00
kbhandari
e083e4e36d Added review comments 2020-07-29 13:19:14 +00:00
kbhandari
783355fd76 Added review comments 2020-07-29 13:13:47 +00:00
kbhandari
0a7c4fd8ca Incorprated master changes 2020-07-29 13:07:44 +00:00
Kushal Bhandari
62b7bf1289
Merge branch 'master' into master 2020-07-29 08:56:33 -04:00
Kubernetes Prow Robot
545bd58bb5
Merge pull request #1688 from ericrrath/upgrade-oci-sdk
Upgrade Oracle OCI SDK
2020-07-29 00:35:51 -07:00
Kubernetes Prow Robot
3804f2bec9
Merge pull request #1692 from tariq1890/clean-deps
update dependencies and minor dep tree cleanup
2020-07-29 00:31:47 -07:00
Eric R. Rath
37422bb800 updated changelog 2020-07-28 16:16:27 -07:00
Eric R. Rath
aaf662b662 Upgrade Oracle OCI SDK to latest 2020-07-28 16:15:59 -07:00
Eric R. Rath
b7a5cb2c55 Merge remote-tracking branch 'upstream/master' 2020-07-28 16:15:14 -07:00
Tariq Ibrahim
71eca876d1
update dependencies and minor dep tree cleanup 2020-07-28 12:32:36 -07:00
Kubernetes Prow Robot
4c05f358c6
Merge pull request #1689 from jmthvt/fix/kustomize-serviceaccountname
fix: add serviceaccount name in kustomize deployment
2020-07-28 05:03:08 -07:00
Jeremy Mathevet
4b967a3050
Update CHANGELOG 2020-07-28 19:36:36 +08:00
Jeremy Mathevet
048b4c5a3c
fix: add serviceaccount name in kustomize deployment 2020-07-28 19:33:08 +08:00
Eric R. Rath
a24709cf63 Merge branch 'master' of github.com:ericrrath/external-dns 2020-07-27 16:18:38 -07:00
Kushal Bhandari
6c5cc7360d
Merge pull request #5 from aliasgharmhowwala/feature/ultradns_provider
Incorporated Review comments
2020-07-22 11:11:34 -04:00
kbhandari
67207c0f91 Incorporated Review comments 2020-07-22 15:08:53 +00:00
Kushal Bhandari
49b414230a
Merge pull request #4 from aliasgharmhowwala/feature/ultradns_provider
Incorporated review comments
2020-07-22 09:56:17 -04:00