dependabot[bot]
6bebd6d6cf
build(deps): bump helm/chart-releaser-action from 1.4.1 to 1.5.0
...
Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action ) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/helm/chart-releaser-action/releases )
- [Commits](98bccfd32b...be16258da8
)
---
updated-dependencies:
- dependency-name: helm/chart-releaser-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-03 08:57:33 +00:00
Kubernetes Prow Robot
ebf35f337d
Merge pull request #3350 from stevehipwell/fix-gh-action-workflow-approve
...
Fixed bad syntax in GH action workflow approval
2023-01-31 23:57:06 -08:00
Steve Hipwell
7233d00492
chore: Fixed bad syntax in GH action workflow approval
...
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2023-01-31 12:41:38 +00:00
vinhas tommy
176fd2ba32
improve log on Records
2023-01-30 08:09:06 +01:00
Kubernetes Prow Robot
7b116b9e64
Merge pull request #3344 from brunoleite/master
...
Add Osaka (ap-northeast-3) Hosted Zone ID for AWS Network Load Balancers
2023-01-29 08:34:37 -08:00
Kubernetes Prow Robot
931312b86f
Merge pull request #2709 from sepulworld/fix/DeleteService_ownerID_check
...
Use HasPrefix to check for ownerID
2023-01-27 02:32:25 -08:00
Bruno Leite Alves
0dc451d7de
add ap-northeast-3 (Osaka) network balancer hosted zone ID to aws provider
2023-01-26 18:23:41 +01:00
vinhas tommy
6c0f2eb591
fix(gandi): allow grandi provider to support multiple TXT rsetvalues
2023-01-26 15:42:24 +01:00
Philippe M. Chiasson
786cd5da51
Fix table indentation
2023-01-25 21:33:26 -05:00
Philippe M. Chiasson
8389939f18
Add external_dns_controller_last_reconcile_timestamp_seconds metric
2023-01-25 21:33:18 -05:00
Kubernetes Prow Robot
8862af9377
Merge pull request #3331 from stevehipwell/add-gh-workflow-approval
...
Added automation to run GH actions on PRs with ok-to-test
2023-01-25 01:06:10 -08:00
Shchukin Konstantin
16b8192783
create an alias when creord in a zone other than the target
2023-01-24 12:10:28 +07:00
Steve Hipwell
ead02a1f8d
Added automation to run GH actions on PRs with ok-to-test
...
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2023-01-23 18:24:13 +00:00
Kubernetes Prow Robot
a18bf2b512
Merge pull request #1209 from goto-opensource/feature/retry-single-changes-on-batch-failure
...
Route53: retry single changes in a batch if the batch fails
2023-01-17 02:04:33 -08:00
Kubernetes Prow Robot
1a556ce3a9
Merge pull request #3201 from zioproto/azure-tutorials
...
Improve Azure tutorials
2023-01-17 02:02:33 -08:00
Kubernetes Prow Robot
8c2d545c17
Merge pull request #3288 from arturhoo/cloudflare-go-0.58.0
...
Update cloudflare-go to 0.58.1
2023-01-17 01:02:34 -08:00
Artur Rodrigues
b9c3a51e6b
Merge branch 'kubernetes-sigs:master' into cloudflare-go-0.58.0
2023-01-16 17:50:06 +00:00
Alfred Krohmer
7dd84a589d
Route53: retry single changes in a batch if the batch fails
...
If a single change fails during the retry, it will be added to a queue.
In the next iteration, changes from this queue will be submitted after
all other changes.
When submitting single changes, they are always submitted as batches of
changes with the same DNS name and ownership relation to avoid
inconsistency between the record created and the TXT records.
2023-01-16 16:03:16 +01:00
Alfred Krohmer
adf6ad753f
Route53: wrap route53.Change in preparation of retry mechanism
2023-01-16 16:03:03 +01:00
Kubernetes Prow Robot
2e3eef3733
Merge pull request #3323 from kubernetes-sigs/raffo/update-kustomize-v0.13.2
...
updates kustomize with newly released version
2023-01-15 02:40:13 -08:00
Raffaele Di Fazio
a37b59a414
updates kustomize with newly released version
...
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
2023-01-14 21:27:00 +01:00
Kubernetes Prow Robot
9f599eca20
Merge pull request #3222 from jessegonzalez/fix-simple-to-from-other-routing-policy
...
Allow AWS Route53 routing policy change to/from simple to others.
v0.13.2
2023-01-10 09:33:25 -08:00
Jesse Gonzalez
2296119619
chore(provider/ovh): Running go fmt on provider/ovh to fix the build.
2023-01-10 00:26:20 -06:00
Jesse Gonzalez
2b28a334c9
test(aws/provider): Adding test for func requireDelteCreate().
2023-01-10 00:12:48 -06:00
Jesse Gonzalez
6580182b79
refactor(provider/aws): Refactor createUpdateChanges() with helper requiresDeleteCreate() to see if change is UPSERT capable.
2023-01-09 22:55:19 -06:00
Jesse Gonzalez
b747cc8835
test(provider/aws): Updating TestAWSApplyChanges() to include a policy change from weighted to latency based routing.
2023-01-09 22:50:32 -06:00
Jesse Gonzalez
2a92eb8085
fix: Support conversion from/to simple to/from other routing policies for the AWS provider.
2023-01-09 22:50:32 -06:00
Artur Rodrigues
2d4ea13c76
Update to 0.58.1
...
Signed-off-by: Artur Rodrigues <artur.rodrigues@lacework.net>
2023-01-09 10:17:15 +00:00
Artur Rodrigues
90eb289984
Adapt to breaking changes on cloudflare-go 0.58.0
...
Signed-off-by: Artur Rodrigues <artur.rodrigues@lacework.net>
2023-01-09 10:16:57 +00:00
Artur Rodrigues
6c442de487
Update cloudflare-go to 0.58.0
...
Signed-off-by: Artur Rodrigues <artur.rodrigues@lacework.net>
2023-01-09 10:16:55 +00:00
Scott Fleener
e264fdecff
Dedupe on DNS name and record type
2023-01-08 20:48:15 -05:00
Kubernetes Prow Robot
2026edc2db
Merge pull request #3292 from mastersingh24/patch-1
...
Minor correction in GKE tutorial
2023-01-08 12:55:27 -08:00
Kubernetes Prow Robot
55a6c10826
Merge pull request #3280 from mrueg/fix-import
...
provider/ovh: Fix import
2023-01-07 18:01:27 -08:00
Kubernetes Prow Robot
f782624e58
Merge pull request #3295 from kubernetes-sigs/raffo/more-packing
...
Pack dependabot PRs
2023-01-07 17:59:27 -08:00
Scott Fleener
27eb7c9ea0
Update unit tests to include request count tracking
2023-01-07 20:13:56 -05:00
Scott Fleener
83d880421c
Only update PiHole entries when they have actually changed
2023-01-07 19:30:07 -05:00
Raffaele Di Fazio
c0675cce3e
packs multiple dependabot PRs
...
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
2023-01-07 19:25:35 +01:00
Kubernetes Prow Robot
7b7b84dce2
Merge pull request #3294 from rikatz/deal-with-nil-endpoint
...
Fix null pointer on generateTxtRecord
2023-01-06 09:43:59 -08:00
Ricardo Katz
708de4f98d
Fix null pointer on generateTxtRecord
2023-01-06 14:03:17 -03:00
Gari Singh
ed15768727
Minor correction in GKE tutorial
...
Updated the backend.service.name in the Ingress resource to match the name used in the Service created earlier.
2023-01-06 09:03:46 -05:00
Manuel Rüger
cfabcad9bc
provider/ovh: Fix import
2023-01-06 08:03:22 +01:00
Kubernetes Prow Robot
8d3946427b
Merge pull request #3268 from abursavich/gateway-api-0.6
...
gateway-api: upgrade from v0.5.1 to v0.6.0 and add GRPCRoute support
2023-01-05 05:53:58 -08:00
Andy Bursavich
13d978caeb
gateway-api: upgrade from v0.5.1 to v0.6.0 and add GRPCRoute support
2023-01-04 08:18:35 -08:00
Andy Bursavich
ac6ce47b99
Bump k8s.io/{api,apimachinery,clientgo} from v0.25.2 to v0.26.0
2023-01-04 08:15:59 -08:00
Saverio Proto
617a32aa3d
Improve Azure tutorials
...
* Bump container images to v0.13.1
* Add example with kubernetes service and `external-dns.alpha.kubernetes.io/hostname` annotation
* Add example with `external-dns.alpha.kubernetes.io/internal-hostname`
* Add example used in combination with `service.beta.kubernetes.io/azure-load-balancer-internal`
2023-01-04 10:23:26 +01:00
Kubernetes Prow Robot
3649838926
Merge pull request #3271 from abursavich/gatewayroute-gvk
...
gateway-api: patch route informer results with TypeMeta
2023-01-04 01:09:59 -08:00
gugdewescale
b99289d0c9
fix: scaleway documentation, remove SCW_DEFAULT_ORGANIZATION_ID
2023-01-03 08:57:41 +01:00
Kubernetes Prow Robot
736c763650
Merge pull request #3279 from prasadkatti/patch-1
...
docs: rename alb-ingress-controller to aws-load-balancer-controller
2023-01-02 17:27:31 -08:00
Prasad Katti
8630c1f1c3
docs: rename alb-ingress-controller to aws-load-balancer-controller
2023-01-02 14:49:29 -08:00
Kubernetes Prow Robot
bfcd7648c9
Merge pull request #2662 from mateusz-jablonski94/#2610-handle-zone-lookup
...
stop processing after zone lookup failed
2023-01-02 11:13:31 -08:00