about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kops
AgeCommit message (Collapse)AuthorFilesLines
2024-06-19kops: add kops_1_29Michael Adler1-0/+2
2024-06-19kops: update kops_1_28 to 1.28.5Michael Adler1-0/+4
It seems like the bot made a mistake updating kops_1_28 to 1.29.0.
2024-05-22kops: 1.28.4 -> 1.29.0R. Ryantm1-2/+2
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-02-05kops: 1.28.3 -> 1.28.4R. Ryantm1-2/+2
2024-01-24kops: 1.28.2 -> 1.28.3R. Ryantm1-2/+2
2023-12-23kops_1_28: 1.28.1 -> 1.28.2 (#276139)R. RyanTM1-2/+2
2023-11-14kops: 1.28.0 -> 1.28.1R. Ryantm1-2/+2
2023-10-04kops: 1.27.1 -> 1.28.0Eric Bailey1-8/+8
- Drop kops_1_25 - kops_1_26: 1.26.5 -> 1.26.6 - Update 23.11 release notes
2023-09-13kops_1_27: 1.27.0 -> 1.27.1R. Ryantm1-2/+2
2023-07-24kops: 1.26.4 -> 1.27.0 (#245208)Eric Bailey1-8/+8
- Drop kops_1_24 - kops_1_26: 1.26.4 -> 1.26.5 - Update 23.11 release notes
2023-06-20kops_1_26: 1.26.3 -> 1.26.4 (#238727)Michael Adler1-2/+2
2023-06-13treewide: don't set platforms.unix for buildGoModuleSandro Jäckel1-1/+0
2023-05-07kops_1_26: 1.26.2 -> 1.26.3R. Ryantm1-3/+3
2023-03-20kops: 1.25.4 -> 1.26.2Michael Adler1-0/+6
2023-03-20kops: 1.25.3 -> 1.25.4Michael Adler1-1/+1
2023-03-20kops: 1.24.3 -> 1.24.5Michael Adler1-2/+2
2023-03-20kops: drop 1.23Michael Adler1-6/+0
2022-11-26kops: 1.25.2 -> 1.25.3 (#203024)R. RyanTM1-2/+2
2022-10-20kops: 1.25.1 -> 1.25.2R. Ryantm1-2/+2
2022-09-30kops: 1.24.3 -> 1.25.1Eric Bailey1-8/+7
- Drop kops_1_22 - kops_1_23: 1.23.2 -> 1.23.4 - Update 22.11 release notes
2022-09-16kops: 1.24.2 -> 1.24.3R. Ryantm1-2/+2
2022-09-03kops: 1.24.1 -> 1.24.2R. Ryantm1-2/+2
2022-08-01kops: 1.24.0 -> 1.24.1 (#183803)Dawid Ciężarkiewicz1-2/+2
https://github.com/kubernetes/kops/releases/tag/v1.24.1
2022-07-08kops: drop 1.21Eric Bailey1-6/+0
2022-07-08kops: 1.23.2 -> 1.24.0Eric Bailey1-0/+7
2022-06-03kops: use buildGoModule (#176050)Aaron Jheng1-16/+13
2022-05-24kops: 1.23.1 -> 1.23.2 (#174165)Eric Bailey1-2/+2
Also update 22.05 release notes, which still mentioned 1.22.4 as the default.
2022-04-22kops: 1.23.0 -> 1.23.1 (#169805)Eric Bailey1-2/+2
2022-03-22kops: add me as maintainerEric Bailey1-1/+1
2022-03-22kops: 1.22.4 -> 1.23.0Eric Bailey1-6/+6
- init kops_1_23 at 1.23.0 - drop kops_1_20
2022-02-22kops: 1.22.2 -> 1.22.4Eric Bailey1-2/+2
2021-11-23kops: 1.21.4 -> 1.22.2Eric Bailey1-6/+6
2021-11-23kops: 1.21.1 -> 1.21.4Eric Bailey1-2/+2
2021-11-23kops: 1.20.2 -> 1.20.3Eric Bailey1-2/+2
2021-08-31kops: 1.21.0 -> 1.21.1 (#136057)Eric Bailey1-2/+2
2021-08-26treewide: buildFlagsArray -> ldflagszowoq1-5/+4
2021-07-10kops: default to 1.21.0, drop 1.18 (#129472)Eric Bailey1-5/+6
2021-07-06kops: 1.20.1 -> 1.20.2 (#128801)Eric Bailey1-2/+2
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-28kops: keep only three latest versionsEric Bailey1-10/+0
2021-05-28kops: 1.19.2 -> 1.20.1Eric Bailey1-0/+6
2021-05-07Add diegolelis as maintainerdiegolelis1-1/+1
2021-05-07kops_1_19: init at 1.19.2diegolelis1-1/+6
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-18treewide: remove kampka as maintainer (#109813)Christian Kampka1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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
2020-10-25kops_1_18: 1.18.1 -> 1.18.2 (#101692)Christian Kampka1-2/+2
2020-09-10kops: Add meta.changelogChristian Kampka1-5/+7
2020-09-10kops_1_18: 1.18.0 -> 1.18.1Christian Kampka1-2/+2
2020-09-10kops_1_17: 1.17.1 -> 1.17.2Christian Kampka1-2/+2