Michel Loiseleur
3773411a5a
docs: upgrade mkdocs and fix warnings
2024-06-07 08:15:44 +02:00
Morre
c0a183b006
fix: re-add api-approved.kubernetes.io annotation
2024-05-21 09:27:03 +02:00
dongjiang1989
4e6dd80301
update controller-tools version
...
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
2024-04-22 16:16:49 +08:00
Michel Loiseleur
251d579d2e
chore: upgrade ExternalDNS to go 1.22
2024-03-14 08:34:57 +01:00
Michel Loiseleur
d68fd0217b
feat: upgrade ExternalDNS to go 1.21
2023-09-08 10:57:23 +02:00
John Gardiner Myers
07b1f81c14
Build image with ko
2023-08-10 07:45:45 -07:00
Kubernetes Prow Robot
e62d2f3ac5
Merge pull request #3673 from mloiseleur/golang-1.20
...
Upgrade ExternalDNS to go 1.20
2023-06-12 07:51:48 -07:00
Kubernetes Prow Robot
ab11b2e688
Merge pull request #3456 from aruneshpa/patch-1
...
Define Labels type and JSON tags for ProviderSpecific fields
2023-06-09 03:34:13 -07:00
Michel Loiseleur
93e7fcdb64
update go 1.20 on go.mod, docs & on ci
2023-06-09 11:46:55 +02:00
Kubernetes Prow Robot
9877b8fef9
Merge pull request #3525 from morremeyer/docs/crd-source
...
docs: add example for provider specific config
2023-05-08 04:45:17 -07:00
Kubernetes Prow Robot
bf055a1736
Merge pull request #2661 from servicelayers/crd-aws-example
...
[AWS] Include DnsEndpoint example with AWS provider specifics
2023-04-13 11:48:39 -07:00
Maurice Meyer
4c546fb73a
docs: add example for provider specific config
2023-03-31 17:34:20 +02:00
Arunesh Pandey
b2eebecd68
Define Labels type and JSON tags for ProviderSpecific fields
...
The current example of CRD source is missing the `Labels` type
definition. It also does not have the JSON tag for the `Name` and
`Value` fields of the `ProviderSpecificProperty` type. As such,
creating a CRD from these types will result in errors.
This change fixes the two issues highlighted above.
2023-03-06 14:19:58 -08:00
Hyeonmin Park
c5824ae5d7
Merge branch 'master' into fix-typo-kvu-clusterip
2022-12-01 00:17:38 +09:00
Raffaele Di Fazio
cfce744c75
Upgrade ExternalDNS to go 1.19 ( #3152 )
...
* upgrades ExternalDNS to go 1.19
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* fixes testutil comparison
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* disable golint
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* bump golangici-lint
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* remove deprecated linters and revive
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* remove other linters to make it pass
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* remove gosimple
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
2022-11-30 00:24:54 -08:00
Hyeonmin Park
8fd846593f
Fix typo: service type ClusterIP capitalization
2022-11-24 17:59:54 +09:00
Will Hegedus
316345731c
Bump to go 1.18
...
Required for net/netip package
2022-04-20 13:35:34 -04:00
Francisco Robles Martín
27aa444b9d
[AWS] Include DnsEndpoint example with AWS provider specifics
...
Signed-off-by: Francisco Robles Martín <f.robles.martin@pm.me>
2022-03-22 11:17:32 +01:00
Steve Hipwell
a3a0f6d7bb
feat[chart]: Release v1.8.0
...
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2022-02-17 17:24:14 +00:00
Sean Malloy
bcc60e8531
Bump To Go 1.17
2022-01-21 14:23:58 -06:00
Steve Hipwell
c5259353fc
feat(chart): update chart process
...
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2021-11-11 16:46:38 +00:00
Kubernetes Prow Robot
fbbc2b9f68
Merge pull request #2003 from lunarway/bump-go-1-16
...
Update to Go 1.16
2021-03-31 00:14:58 -07:00
Thomas Stig Jacobsen
67ef48f8ba
Update docs/contributing/getting-started.md
...
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-03-30 11:10:40 +02:00
Thomas Stig Jacobsen
ac01d16c89
Another bump to 1.16.2
2021-03-12 15:44:05 +01:00
Thomas Stig Jacobsen
b1dd82e8ba
Further bump to 1.16.1
2021-03-11 14:22:41 +01:00
Dinar Valeev
add7a4102a
Approve crd v1
...
All CRDs under k8s.io and kubernetes.io API groups should go through API
approval.
Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa>
2021-03-10 11:36:18 +01:00
Thomas Stig Jacobsen
1c4d474440
Update to Go 1.16
2021-03-09 11:02:00 +01:00
Dinar Valeev
544d245464
Update apiextentions to v1
...
v1 is available since kubernetes 1.16, since then v1beta1 is deprecated
and will be dropped in kubernetes 1.22
Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa>
2021-03-08 20:12:08 +01:00
Dinar Valeev
a143a6cd59
Generate CRD with controller-gen
...
Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa>
2021-03-08 20:12:05 +01:00
Kubernetes Prow Robot
6a7fb3a9a7
Merge pull request #1425 from btoonk/internalhostname
...
feat: use ClusterIP with internal-hostname annotation
2020-12-23 05:56:26 -08:00
Bas Toonk
381382413e
add docs
2020-12-17 15:14:34 +01:00
bl-ue
84a23191b5
Fix typos
...
* fix typos
* fix special quote characters
* fix syntax highlighting in some code blocks
2020-12-13 10:03:14 -05:00
windayski
9f28aa9106
fix some typos
2020-11-30 10:23:19 +00:00
kundan2707
7ea1871ef4
updated review comments
2020-11-05 15:14:56 +05:30
Jonas-Taha El Sesiy
774fb1e1c6
Update to Go 1.15 & update Azure dependencies
2020-10-21 23:52:29 -07:00
Johannes Grumböck
63be26d798
Added some documentation
2020-10-03 15:50:22 +02:00
Sean Malloy
d42251eaad
Add quick start section to contributor docs
2020-09-01 08:57:04 -05:00
Raffaele Di Fazio
7505f29e4c
Remove occurrences of "master" from the project ( #1636 )
...
* intial removal of inappropriate terminology
Signed-off-by: Raffaele Di Fazio <raffo@github.com>
* removed other occurrences
Signed-off-by: Raffaele Di Fazio <raffo@github.com>
* gofmt
Signed-off-by: Raffaele Di Fazio <raffo@github.com>
* addresses comment
Signed-off-by: Raffaele Di Fazio <raffo@github.com>
* gofmt
Signed-off-by: Raffaele Di Fazio <raffo@github.com>
2020-07-08 01:13:08 -07:00
ttonline
4fb9b61072
fix broken links: https://community.exoscale.com/documentation/dns/api/ ( #1451 )
2020-03-03 14:36:11 +01:00
Yury Tsarev
95624432b7
Update CRD source doc with RBAC, fix CRD manifest
...
* Add RBAC piece of documentation
* Remove `status:` to avoid validation failure
Otherwise it fails with
```
$ kubectl apply -f crd-manifest.yaml
error: error validating "crd-manifest.yaml": error validating data: ValidationError(CustomResourceDefinition.status): missing required field "storedVersions" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionStatus;
```
2019-12-28 15:51:09 +01:00
Nick Jüttner
f763d2a413
Move into kubernetes-sigs organization ( #1245 )
...
* Move into kubernetes-sigs organization
* Disable labeler action for forks
2019-11-01 17:10:19 +01:00
Jonas Michel
43dce0b9d9
Add documentation for Contour IngressRoute source
2019-07-04 20:06:25 -05:00
Anand Patel
edfc413e48
add empty source
2019-05-17 11:40:20 -04:00
Dirk Gómez
293efb27cf
Turns out sudo is not necessary
2019-02-22 20:46:58 +01:00
Dirk Gómez
eea13a85ec
Document make dep step which may be needed to run make build
2019-02-22 17:22:55 +01:00
Nick Jüttner
6d39526069
Merge branch 'master' into cloudflare-proxied-annotation
2019-01-24 11:16:54 +01:00
Zach Seils
9cc0fbf3e1
Correct Google Cloud DNS (ref: https://cloud.google.com/dns/ ) naming in docs
2019-01-04 21:37:00 +00:00
Erik Swets
e0e7a9defd
Allow setting Cloudflare proxying by annotation
2018-11-16 12:52:47 +01:00
Jonas Michel
b9b6842195
Add Source implementation for Istio Gateway ( #694 )
...
* add Istio Gateway Source
* add documentation for Istio Gateway Source
* make both istio namespace and ingress gateway service configurable
* prefix gateway types, constructors, and flags with 'istio-'
* fix: add missing sources to source flag docs
2018-09-06 16:39:32 +02:00
shashidharatd
1529c0231f
Add documentation for CRD source
2018-08-22 19:37:21 +05:30