Browse code

CoreDNS update to v1.2.6

Kubernetes in-cluster CNAME lookup is fixed in v1.2.6.
For details, refer kubernetes/kubernetes#67962 and
coredns/coredns#2040 GitHub issues.

Change-Id: Ib27a50e01c7921ddd3127638fbc192bf8475f3dd
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/6363
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Dheeraj S Shetty <dheerajs@vmware.com>

ejohn authored on 2018/12/14 13:36:52
Showing 1 changed files
... ...
@@ -1,11 +1,11 @@
1 1
 Summary:        CoreDNS
2 2
 Name:           coredns
3
-Version:        1.2.0
3
+Version:        1.2.6
4 4
 Release:        1%{?dist}
5 5
 License:        Apache License 2.0
6 6
 URL:            https://github.com/coredns/coredns/archive/v%{version}.tar.gz
7 7
 Source0:        coredns-%{version}.tar.gz
8
-%define sha1    coredns-%{version}.tar.gz=68818ca8981750eba425be9b561c4724948d236d
8
+%define sha1    coredns-%{version}.tar.gz=ade0b29e32deb02e3bd79ec9d3418df78843dd41
9 9
 Group:          Development/Tools
10 10
 Vendor:         VMware, Inc.
11 11
 Distribution:   Photon
... ...
@@ -48,5 +48,7 @@ rm -rf %{buildroot}/*
48 48
 %{_bindir}/coredns
49 49
 
50 50
 %changelog
51
+*   Fri Dec 14 2018 Emil John <ejohn@vmware.com> 1.2.6-1
52
+-   Update CoreDNS to v1.2.6
51 53
 *   Fri Aug 03 2018 Dheeraj Shetty <dheerajs@vmware.com> 1.2.0-1
52 54
 -   Initial version of coredns 1.2.0.