about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kubernetes
diff options
context:
space:
mode:
authorJohan Thomsen <jth@dbc.dk>2018-05-26 11:19:12 +0200
committerJohan Thomsen <jth@dbc.dk>2018-05-26 11:19:12 +0200
commitdf54c25f5a90420a007d1b668fc657595b859bd7 (patch)
treec60e91047099ab34087ecd97c7515c6580976ce0 /pkgs/applications/networking/cluster/kubernetes
parent0c841f98d09c8b4fa40a1517b9c71ad70aef7794 (diff)
downloadnixlib-df54c25f5a90420a007d1b668fc657595b859bd7.tar
nixlib-df54c25f5a90420a007d1b668fc657595b859bd7.tar.gz
nixlib-df54c25f5a90420a007d1b668fc657595b859bd7.tar.bz2
nixlib-df54c25f5a90420a007d1b668fc657595b859bd7.tar.lz
nixlib-df54c25f5a90420a007d1b668fc657595b859bd7.tar.xz
nixlib-df54c25f5a90420a007d1b668fc657595b859bd7.tar.zst
nixlib-df54c25f5a90420a007d1b668fc657595b859bd7.zip
Kubernetes:
- Added information regarding breaking changes to release note for 18.09
- Changed golang version comment in kubernetes package
- Added @johanot to maintainers list
Diffstat (limited to 'pkgs/applications/networking/cluster/kubernetes')
-rw-r--r--pkgs/applications/networking/cluster/kubernetes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kubernetes/default.nix b/pkgs/applications/networking/cluster/kubernetes/default.nix
index 68f281bf0047..65fd22cdf47a 100644
--- a/pkgs/applications/networking/cluster/kubernetes/default.nix
+++ b/pkgs/applications/networking/cluster/kubernetes/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
     sha256 = "1la9cdf5a67kg72xn4bn5mib1caiv5vxsjmnxqsmx0m7vhbv5i4n";
   };
 
-  # go > 1.10 should be fixed by https://github.com/kubernetes/kubernetes/pull/60597
+  # Build using golang v1.9 in accordance with https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.10.md#external-dependencies
   buildInputs = [ removeReferencesTo makeWrapper which go_1_9 rsync go-bindata ];
 
   outputs = ["out" "man" "pause"];
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
     description = "Production-Grade Container Scheduling and Management";
     license = licenses.asl20;
     homepage = https://kubernetes.io;
-    maintainers = with maintainers; [offline];
+    maintainers = with maintainers; [johanot offline];
     platforms = platforms.unix;
   };
 }