Commit Graph

49 Commits

Author SHA1 Message Date
Christian Kampka
f0ec10a829
treewide: remove kampka as maintainer (#109813) 2021-01-18 21:23:49 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Christian Kampka
b42b8c1396
kops_1_18: 1.18.1 -> 1.18.2 (#101692) 2020-10-25 22:13:15 +00:00
Christian Kampka
656915d250
kops: Add meta.changelog 2020-09-10 10:52:32 +02:00
Christian Kampka
c524f8b574
kops_1_18: 1.18.0 -> 1.18.1 2020-09-10 10:42:51 +02:00
Christian Kampka
422f3f2f4c
kops_1_17: 1.17.1 -> 1.17.2 2020-09-10 10:35:48 +02:00
Christian Kampka
0b4221ec81
kops_1_15: Remove unsupported version 2020-08-03 10:50:20 +02:00
Christian Kampka
90557cd804
kops_1_18: init at 1.18.0 2020-08-03 10:49:15 +02:00
Christian Kampka
8136e028bf
kops_1_17: 1.17.0 -> 1.17.1 2020-07-06 10:40:13 +02:00
Christian Kampka
e680e3b96c
kops_1_16: 1.16.3 -> 1.16.4 2020-07-06 10:40:12 +02:00
Christian Kampka
623a3f0a6a
kops_1_17: init at 1.17.0 2020-06-03 08:36:57 +02:00
Christian Kampka
598fcd561b
kops_1_16: 1.16.2 -> 1.16.3 2020-06-03 08:34:08 +02:00
Christian Kampka
7d2a50a418
kops_1_16: 1.16.1 -> 1.16.2 2020-05-06 09:46:36 +02:00
Christian Kampka
8bcf7f6e41
kops_1_15: 1.15.2 -> 1.15.3 2020-05-06 09:34:35 +02:00
Frederik Rietdijk
afb1041148 Merge master into staging-next 2020-05-02 09:39:00 +02:00
Florian Klink
4d7bd77f75 kops: fix hash
As seen on https://hydra.nixos.org/build/118009308
2020-05-01 12:47:57 +02:00
zowoq
b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Jörg Thalheim
4cc520ba0f
kops: remove old versions 2020-04-27 12:23:20 +01:00
Jörg Thalheim
abe679b2ba
kops: 1.16.0 -> 1.16.1 2020-04-27 12:19:40 +01:00
zowoq
16df60734a kops: use installShellFiles 2020-04-27 08:48:36 +10:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim
72f4001e1e
kops: fix strict deps build 2020-03-23 08:14:59 +00:00
Christian Kampka
fcdf22329a
kops_1_16: init at 1.16.0 2020-02-27 10:59:41 +01:00
Christian Kampka
9eaf6f5f5c
kops_1_15: 1.15.1 -> 1.15.2 (#79809) 2020-02-11 21:35:35 +01:00
Konstantinos Koukopoulos
3153fad73f
kops: 1.15.0 -> 1.15.1 (#78821)
Upgrade the kops_1_15 attribute of kops to bring in the newest patch release (1.15.1) which includes many important bug fixes.
Full release notes here: https://github.com/kubernetes/kops/releases/tag/v1.15.1
2020-01-30 12:19:24 +00:00
Christian Kampka
a951af1a5e kops_1_15: init at 1.15.0 (#73809) 2019-12-03 13:21:56 +00:00
Christian Kampka
1349b26303
kops_1_14: 1.14.0 -> 1.14.1 2019-11-08 11:37:20 +01:00
Christian Kampka
b980f1e46c kops_1_14: init at 1.14.0 (#70189) 2019-10-01 17:03:02 +00:00
Christian Kampka
79d656813c kops_1_13: 1.13.1 -> 1.13.2 (#69485) 2019-09-26 10:47:29 +00:00
Christian Kampka
a82ae1470a kops_1_13: 1.13.0 -> 1.13.1 (#69407) 2019-09-25 08:57:34 +00:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Christian Kampka
48395480f7 kops_1_13: init at 1.13.0 2019-08-05 16:06:30 +02:00
Christian Kampka
2f99b0d605 kops_1_12: 1.12.2 -> 1.12.3 2019-08-05 16:06:30 +02:00
Christian Kampka
4d50ce93aa kops: restructure package to maintain multiple versions in the future
kops versions are bound to the version of the kubernetes cluster they
are targeted to maintain (kops 1.12 -> k8s 1.12, kops 1.13 -> k8s 1.13,
etc). Upgrading kops should therefore be done very deliberately
as it may affect the cluster it is working with in drastic ways.
This change introduces the ability to maintain multiple versions of
kops in nixpkgs, giving the users the ability to pin it to their target
cluster version when installing
2019-08-05 16:06:30 +02:00
Ari Becker
b28a4b7495
kops: 1.11.1->1.12.1 2019-06-20 14:03:42 +03:00
Eric Bailey
78091dffcb kops: 1.11.0 -> 1.11.1 (#57079) 2019-03-15 23:56:53 +01:00
Teo Klestrup Röijezon
f2977752c4 kops: 1.10.0 -> 1.11.0 2019-01-25 11:24:54 +01:00
Teo Klestrup Röijezon
a0a71e9be6
kops: 1.9.0 -> 1.10.0 2018-09-06 12:32:53 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Eric Bailey
437cc2c640 kops: 1.8.1 -> 1.9.0 (#40513) 2018-05-15 18:19:27 +01:00
Ryan Mulligan
ec95f3cd1e kops: 1.8.0 -> 1.8.1
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/hclwimgs404fz9k2lrx35xcxa16bgb9x-kops-1.8.1-bin/bin/kops -h` got 0 exit code
- ran `/nix/store/hclwimgs404fz9k2lrx35xcxa16bgb9x-kops-1.8.1-bin/bin/kops --help` got 0 exit code
- ran `/nix/store/hclwimgs404fz9k2lrx35xcxa16bgb9x-kops-1.8.1-bin/bin/kops help` got 0 exit code
- ran `/nix/store/hclwimgs404fz9k2lrx35xcxa16bgb9x-kops-1.8.1-bin/bin/kops version` and found version 1.8.1
- found 1.8.1 with grep in /nix/store/hclwimgs404fz9k2lrx35xcxa16bgb9x-kops-1.8.1-bin
- found 1.8.1 in filename of file in /nix/store/hclwimgs404fz9k2lrx35xcxa16bgb9x-kops-1.8.1-bin

cc "@offline @zimbatm @ehmry @lethalman"
2018-02-26 19:52:38 -08:00
Maximilian Bode
094c9ac655 kops: 1.7.1 -> 1.8.0 2017-12-09 21:02:00 +01:00
zimbatm
aac7370a22 kops: 1.6.2 -> 1.7.1 2017-11-01 20:24:18 +00:00
zimbatm
941d83df04 kops: 1.6.0 -> 1.6.2 2017-07-07 13:33:58 +01:00
Yann Hodique
23a6b4c628 kops: fix hash 2017-05-25 03:04:33 +02:00
Benjamin Staffin
3cf55f070d
kops: enable bash and zsh completion 2017-05-23 16:14:15 -04:00
Benjamin Staffin
964027aaa1
kops: 1.4.0 -> 1.6.0 2017-05-22 19:06:37 -04:00
Dan Peebles
23e4e32b91 kops: enable on Darwin 2017-03-12 22:35:20 -04:00
Jaka Hudoklin
2041f5b817 kops: init at 1.4.0 2016-10-09 19:31:44 +02:00