Michel Loiseleur
5487db9a0c
fix: pull-external-dns-lint by downloading golangci-lint within Makefile
2023-08-01 09:53:07 +02:00
Michel Loiseleur
d6a6325d3d
fix: try to reduce disk usage on CI
2023-08-01 09:27:23 +02:00
Michel Loiseleur
a1f99abf08
chore(ci): use go 1.20 on all gh workflow
2023-07-31 18:17:54 +02:00
Laurent Gil
55629ff482
chore: update the slack channel URL into the github support template
2023-07-25 08:54:53 +02:00
Kubernetes Prow Robot
bc61d4deb3
Merge pull request #3804 from kubernetes-sigs/raffo/fix-dynamodb
...
Fix domain filter to fix build
2023-07-21 03:44:09 -07:00
Raffaele Di Fazio
9b0444c4ca
fixes domainfilter to fix build
...
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
2023-07-21 12:26:09 +02:00
Kubernetes Prow Robot
ca195b034d
Merge pull request #3786 from liupeng0518/master
...
fix img dir
2023-07-21 02:46:08 -07:00
Kubernetes Prow Robot
16b28d8afe
Merge pull request #3711 from johngmyers/domainfilter
...
Refactor Provider to require DomainFilter
2023-07-20 04:02:07 -07:00
Kubernetes Prow Robot
659c4fbc28
Merge pull request #3758 from johngmyers/serialize
...
Add serialization/deserialization support to DomainFilter
2023-07-20 03:48:06 -07:00
Hans Kristian Nordengen
012fc88030
Tagget parameter TXTEncryptAESKey as secure
2023-07-17 19:54:07 +02:00
Romain Beuque
1a48cb8e16
feat(ovh): add cache based on DNS zone SOA value
...
OVHcloud customers using 'ovh' provider for large DNS zone will spend a
lot of time waiting for all records to be retrieved from the API. As
records can't change without a modification of the SOA Serial of the DNS
zone, this commit adds a client-side cache that stores the value of the
DNS records for each zone, based of the current SOA Serial value of the
zone. In case the SOA Serial of the zone is identical to the one in
cache, we can serve all the records directly from cache. Otherwise,
fallback on refreshing the cache from the API.
Signed-off-by: Romain Beuque <556072+rbeuque74@users.noreply.github.com>
2023-07-17 10:14:01 +00:00
Samuel Liu
48fe50c39e
fix both the docs site and the README on github
2023-07-17 14:05:58 +08:00
Kubernetes Prow Robot
22da9f231d
Merge pull request #3777 from kubernetes-sigs/dependabot/github_actions/dev-dependencies-81add663bd
...
build(deps): bump the dev-dependencies group with 1 update
2023-07-14 09:55:50 -07:00
Seweryn Chlewicki
1ffcc5d88c
Make the tests more verbose
2023-07-14 17:49:40 +01:00
Seweryn Chlewicki
8cd7c95124
Implement endpoint key
2023-07-14 17:33:13 +01:00
Seweryn Chlewicki
e8ee831cc1
Revert elements match
2023-07-14 17:20:49 +01:00
Seweryn Chlewicki
1fad07b0cc
Add multiple dots test
2023-07-14 17:19:11 +01:00
Seweryn Chlewicki
f04457dd86
Disable generation of old style txt records when using recordTypeInAffix
2023-07-14 17:16:05 +01:00
Seweryn Chlewicki
fa38920d37
Extract prefix and suffix to separate variables
2023-07-14 17:05:20 +01:00
Samuel Liu
17713874ff
fix img dir
2023-07-14 14:51:03 +08:00
dependabot[bot]
f7d992ecf3
build(deps): bump the dev-dependencies group with 1 update
...
Bumps the dev-dependencies group with 1 update: [helm/kind-action](https://github.com/helm/kind-action ).
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](fa81e57adf...dda0770415
)
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-14 04:00:43 +00:00
Kubernetes Prow Robot
ff09e607da
Merge pull request #3779 from pluralsh/update-plural-provider
...
fix: update plural client that includes license
2023-07-12 22:40:08 -07:00
David van der Spek
98521baeef
fix: update plural client that includes license
...
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
2023-07-12 17:41:48 +02:00
allurisravanth
38d4a2e9f4
review comments
2023-07-11 10:53:58 +05:30
allurisravanth
da5b6efc2c
review comments
2023-07-10 20:55:56 +05:30
allurisravanth
61c679d615
review comments
2023-07-09 09:18:22 +05:30
Megum1n
dc261a8793
Typo after merge from master
2023-07-08 22:56:19 +02:00
Megum1n
70a43a4231
Merge branch 'master' into gloo-multiple-namespaces
2023-07-08 22:49:13 +02:00
Kubernetes Prow Robot
1ac3866056
Merge pull request #3764 from johngmyers/contour-cleanup
...
Remove flags and documentation for removed contour-ingressroute source
2023-07-07 01:33:04 -07:00
Fredrik Larsson
712582caad
Check len == 0 instead of nil
2023-07-06 11:36:34 +02:00
Fredrik Larsson
f8ae66efab
Remove unnecessary test
2023-07-06 11:35:35 +02:00
allurisravanth
0576055cdd
review comments
2023-07-06 10:45:54 +05:30
allurisravanth
200c3f3fb3
review comments
2023-07-06 08:57:11 +05:30
Fredrik Larsson
bd568e9ba9
Add docs for annotation support on Gateway
2023-07-05 09:54:24 +02:00
Fredrik Larsson
76f8fbddcd
Add tests for annotation override (gateway sources)
2023-07-05 09:52:26 +02:00
Fredrik Larsson
56eb581aa5
Allow annotation target override on gateway
2023-07-05 09:52:26 +02:00
John Gardiner Myers
4a40346d42
Remove flags and documentation for removed contour-ingressroute source
2023-07-04 16:37:37 -07:00
Kubernetes Prow Robot
92824f4f9b
Merge pull request #3760 from cgroschupp/change-version-command
...
use only tags with prefix v for version determination
2023-07-03 09:40:52 -07:00
allurisravanth
688e03921c
review comments
2023-07-03 17:50:22 +05:30
Christian Groschupp
2c6655ca56
use only tags with prefix v for version determination
2023-07-03 13:22:54 +02:00
John Gardiner Myers
29a6372030
Add serialization/deserialization support to DomainFilter
2023-07-01 20:14:39 -07:00
John Gardiner Myers
84aa9c1792
Add missing DomainFilter tests
2023-07-01 10:49:34 -07:00
Fredrik Larsson
c4df1b18c9
Fix: File is not goimports
-ed with -local
2023-07-01 14:11:49 +02:00
Kubernetes Prow Robot
04a5079469
Merge pull request #3745 from cgroschupp/support-cname-and-aaaa-in-default-targets
...
support cnames and aaaa for default-targets
2023-06-30 05:30:42 -07:00
Christian Groschupp
33598b3c86
copy labels
2023-06-30 07:52:25 +02:00
Christian Groschupp
840338f77b
add AAAA to test
2023-06-30 07:51:31 +02:00
Fredrik Larsson
3dbcb9cba1
Simplify interface implementation test for targetFilterSource
2023-06-29 22:38:17 +02:00
Fredrik Larsson
42dde17b1b
Remove unneeded IsConfigured() method
2023-06-29 22:30:26 +02:00
Fredrik Larsson
05bb165ffa
Run tests via a Mock targetNetFilter instead of the actual one
2023-06-29 22:28:14 +02:00
Fredrik Larsson
d7d5a2d404
Move echoSource into targetfiltersource_test.go
2023-06-29 22:28:14 +02:00