Skip to content

Commit 2ec94f8

Browse files
authored
Merge pull request kubernetes-sigs#1355 from linki/changelog4
Add changelog for v0.5.18
2 parents 5b05c5a + 4595944 commit 2ec94f8

File tree

1 file changed

+55
-10
lines changed

1 file changed

+55
-10
lines changed

CHANGELOG.md

Lines changed: 55 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
## v0.5.18 - 2020-01-09
2+
3+
- Use correct link to contributors guide (#1349) @szuecs
4+
- AWS-SD: Rebrand AWS Auto Naming to Cloud Map (#1348) @vanekjar
5+
- Add more linters and improve code quality (#1347) @tariq1890
6+
- Suppress noisy logging of klog (#1344) @saidst
7+
- Update VinylDNS documentation (#1342) @dgrizzanti
8+
- Remove incubator references in README (#1341) @Raffo
9+
- Rename project root package to sigs.k8s.io (#1334) @tariq1890
10+
- Add CRD documentation and fix samples (#1332) @ytsarev
11+
- Add support for multiple Istio ingress gateways (#1328) @ashleyschuett
12+
- Enable image publishing to gcr.io via cloudbuild (#1326) @njuettner
13+
- Corrected a typo in the Readme (#1323) @drewhemm
14+
- Rework tutorial for Azure Private DNS (#1319) @saidst
15+
- Correct typos and superflous spaces in the provider code (#1315) @stensonb
16+
- Add missing bracket in CLI help output (#1308) @ekeih
17+
- Add missing service account to deployment spec in the docs (#1305) @linki
18+
- Bump the version of golangci-lint (#1296) @njuettner
19+
- Fix broken link of ingress-gce and ingress-nginx (#1290) @sivanzcw
20+
- Use apps/v1 for the deployment to be compatible with Kubernetes 1.16 (#1279) @scholzj
21+
- Normalize function return and comments on exported type (#1277) @sivanzcw
22+
- Use non-deprecated initializer with go context (#1271) @linki
23+
- Fix several golint errors (#1270) @bysph
24+
- Add Azure Private DNS Provider (#1269) @saidst
25+
- Fix tutorial for kubernetes 1.16+ (#1268) @yujunz
26+
- Add me-south region to list of canonical hosted zones (#1266) @poweroftrue
27+
- Add gov region to list of canonical hosted zones (#1260) @helgi
28+
- Update broken links to RDNS (#1259) @Slach
29+
- Designate: add snippet for RBAC environment (#1254) @bavarianbidi
30+
- Fix log-level parameter in tutorials (#1253) @bavarianbidi
31+
- Improve RFC2136 documentation (#1251) @alex-orange
32+
- Google Provider: Add support for batching updates (#1248) @vdesjardins
33+
- Azure: add support for specifying user assigned identity's clientID to authenticate (#1247) @norshtein
34+
- Automatically add provider labels on pull requests via Github actions (#1242) @njuettner
35+
- Improve documentation for nginx ingress controller on AWS (#1234) @PiotrJander
36+
- Use apps/v1 instead of extensions/v1beta1 in Deployment examples (#1225) @reegnz
37+
- Add documentation to make the use of namespaces clearer (#1223) @dgrizzanti
38+
- Add support for using Nodes as Source (#1218) @skoef
39+
- Add missing RBAC permissions for the ServiceAccount in the docs (#1206) @dooman87
40+
- Upgrade client-go + azure sdk (#1195) @timja
41+
- RFC2136: Add support for batching updates (#1164) @h3ndrk
42+
- Fix confusing arrow direction in the Azure tutorial (#1163) @adipascu
43+
- Route53: Add RBAC manifest and update wording around IAM policy (#1149) @dkeightley
44+
- Route53: Add support for all AWS Route53 routing policies; add additional Setldentifier abstraction layer (#1008) @devkid
45+
146
## v0.5.17 - 2019-09-17
247

348
- Exoscale: add context support (#1193) @greut
@@ -42,7 +87,7 @@
4287
## v0.5.15 - 2019-07-03
4388

4489
- RFC2136: Fix when merging multiple targets (#1082) @hachh
45-
- New provider VinylDNS (#1080) @dgrizzanti
90+
- New provider VinylDNS (#1080) @dgrizzanti
4691
- Core: Fix for DomainFilter exclusions (#1059) @cmattoon
4792
- Core: Update aws-go-sdk to be compatible with kube-aws-iam-controller (#1054) @mikkeloscar
4893
- RFC2136: Log RR adds/deletes as Info (#1041) @gclawes
@@ -58,17 +103,17 @@
58103

59104
## v0.5.14 - 2019-05-14
60105

61-
- Docs: Update aws.md (#1009) @pawelprazak
106+
- Docs: Update aws.md (#1009) @pawelprazak
62107
- New provider TransIP (#1007) @skoef
63-
- Docs: Add docker image faq (#1006) @Raffo
108+
- Docs: Add docker image faq (#1006) @Raffo
64109
- DNSimple: Support apex records (#1004) @jbowes
65110
- NS1: Add --ns1-endpoint and --ns1-ignoressl flags (#1002) @mburtless
66-
- AWS: Cache the endpoints on the controller loop (#1001) @fraenkel
111+
- AWS: Cache the endpoints on the controller loop (#1001) @fraenkel
67112
- Core: Supress Kubernetes logs (#991) @njuettner
68113
- Core: distroless/static image (#989) @jharshman
69-
- Core: Headless service missing DNS entry (#984) @yverbin
70-
- New provider NS1 (#963) @mburtless
71-
- Core: Add Cloud Foundry routes as a source (#955) @dgrizzanti
114+
- Core: Headless service missing DNS entry (#984) @yverbin
115+
- New provider NS1 (#963) @mburtless
116+
- Core: Add Cloud Foundry routes as a source (#955) @dgrizzanti
72117

73118
## v0.5.13 - 2019-04-18
74119

@@ -188,8 +233,8 @@
188233
- Allow AWS batching to fully sync on each run (#699) @bartelsielski
189234

190235
## v0.5.6 - 2018-09-07
191-
192-
- Alibaba Cloud (#696) @xianlubird
236+
237+
- Alibaba Cloud (#696) @xianlubird
193238
- Add Source implementation for Istio Gateway (#694) @jonasrmichel
194239
- CRD source based on getting endpoints from CRD (#657) @shashidharatd
195240
- Add filter by service type feature (#653) @Devatoria
@@ -226,7 +271,7 @@
226271
- Add aws max change count flag (#596) @peterbale
227272
- AWS provider: Properly check suitable domains (#594) @elordahl
228273
- Annotation with upper-case hostnames block further updates (#579) @njuettner
229-
274+
230275
## v0.5.3 - 2018-06-15
231276

232277
- Print a message if no hosted zones match (aws provider) (#592) @svend

0 commit comments

Comments
 (0)