Commit Graph

44 Commits

Author SHA1 Message Date
Yongun Seong
9b6dabf3f2
kubelogin-oidc: switch to recommended pattern for implicit attr defaults 2024-11-10 00:00:39 +09:00
Yongun Seong
4d089cffa9
kubelogin-oidc: 1.30.1 -> 1.31.0 2024-11-09 23:55:36 +09:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Bruno Bigras
c5edbce75d kubetrim: init at 0.0.1
Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
2024-11-07 14:09:08 -05:00
superherointj
9ec4be8cea kubent: add meta.changelog 2024-10-14 12:21:29 -03:00
superherointj
32695b3686 kubent: migrate to pkgs/by-name 2024-10-14 12:17:39 -03:00
R. Ryantm
1451e665c4 kubectl-gadget: 0.32.0 -> 0.33.0 2024-10-07 14:22:47 +00:00
Ivan Kovnatsky
f3f69171dd
treewide: migrate packages maintained by ivankovnatsky to by-name 2024-10-04 16:31:04 +03:00
Yongun Seong
40d78f5d7b
kubelogin-oidc: 1.30.0 -> 1.30.1 (#346100)
- Diff: https://github.com/int128/kubelogin/compare/v1.30.0...v1.30.1
- Pinned buildGo123Module to fix build
- Added version in ldflags for correct version reporting
- Run all package tests during build
- Moved to by-name
- Added myself as maintainer
2024-10-03 11:44:57 -04:00
wxt
c4fc0521a9 kubetui: init at 1.5.3 2024-09-26 14:28:27 +08:00
R. Ryantm
f8262abfe0 kulala-fmt: 1.3.2 -> 1.4.0 2024-09-23 21:06:23 +00:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
R. Ryantm
c5d1842f48 kulala-fmt: 1.3.1 -> 1.3.2 2024-09-14 01:34:49 +00:00
Morgan Helton
7a41a8c71d
kubectl-gadget: add version test 2024-09-02 12:09:16 -05:00
Morgan Helton
a4ffcf5664
kubectl-gadget: 0.31.0 -> 0.32.0 2024-09-02 12:08:08 -05:00
Morgan Helton
c7188fe301
kubectl-gadget: move to by-name 2024-09-02 12:05:20 -05:00
R. Ryantm
f898739804 kulala-fmt: 1.3.0 -> 1.3.1 2024-08-31 13:28:39 +00:00
R. Ryantm
640a3c8e27 kulala-fmt: 1.2.0 -> 1.3.0 2024-08-13 14:50:48 +00:00
Sandro
2503ce7ec6
Merge pull request #328036 from jemand771/init-kubectl-df-pv 2024-08-09 15:12:55 +02:00
CnTeng
d385090a85
kulala-fmt: 1.1.0 -> 1.2.0 2024-08-07 00:16:52 +08:00
Sandro
3b615c0507
Merge pull request #328558 from r-ryantm/auto-update/kube-state-metrics
kube-state-metrics: 2.12.0 -> 2.13.0
2024-08-03 18:22:16 +02:00
Aleksana
3862db8a01
Merge pull request #329830 from CnTeng/kulala-fmt
kulala-fmt: init at 1.1.0
2024-08-03 20:24:34 +08:00
zimbatm
7724b648cf kubectl-doctor: move to by-name 2024-07-31 09:10:31 +02:00
CnTeng
e05ca1fd73
kulala-fmt: init at 1.1.0 2024-07-26 11:34:20 +08:00
R. Ryantm
c719126205 kube-state-metrics: 2.12.0 -> 2.13.0 2024-07-20 01:11:28 +00:00
Willy
946e9f2160 kubectl-df-pv: init at 0.3.0 2024-07-18 00:11:20 +02:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
Simon Menke
f8bb2bbe2d
kubectl-validate: 0.0.3 -> 0.0.4 2024-06-21 16:15:53 +02:00
Luflosi
4f8d158986
kubo: 0.28.0 -> 0.29.0
https://github.com/ipfs/kubo/releases/tag/v0.29.0

The FUSE mount functionality is no longer completely broken, so reenable the NixOS test.
2024-06-11 15:47:09 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Pol Dellaiera
2b52ddcb56
Merge pull request #312735 from wrmilling/kubefetch-init
kubefetch: init at 0.7.2
2024-06-09 22:54:40 +02:00
Peder Bergebakken Sundt
2f967ecb03
Merge pull request #289357 from IogaMaster/kubefwd
kubefwd: init at 1.22.5
2024-06-08 15:35:45 +02:00
Winston R. Milling
5eb5d610c4
kubefetch: init at 0.7.2 2024-06-06 08:20:36 -05:00
Erik Skytthe
25e319b76c
kube-state-metrics: init at 2.12.0 (#314208)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-05-28 14:46:22 +02:00
R. Ryantm
1cbb066095 kubo: 0.27.0 -> 0.28.0 2024-04-15 13:20:22 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
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-03-19 03:14:51 +01:00
R. Ryantm
16f76f1789 kubectl-validate: 0.0.1 -> 0.0.3 2024-03-15 09:37:48 +00:00
R. Ryantm
167fddb067 kubo: 0.26.0 -> 0.27.0 2024-03-04 13:12:17 +00:00
Simon Menke
1e82964404
kubectl-validate: init at v0.0.1 2024-02-27 13:50:00 +01:00
IogaMaster
e8fea0a559
kubefwd: init at 1.22.5
https://github.com/txn2/kubefwd
Closes #283525
2024-02-16 11:36:52 -07:00
Luflosi
5413027f9c
kubo: 0.25.0 -> 0.26.0
https://github.com/ipfs/kubo/releases/tag/v0.26.0
2024-01-22 16:42:00 +01:00
Luflosi
16a8b378b7
kubo: 0.24.0 -> 0.25.0
https://github.com/ipfs/kubo/releases/tag/v0.25.0
2023-12-14 23:21:54 +01:00
Luflosi
05b4972db0
kubo: migrate to by-name 2023-12-14 23:21:43 +01:00
koralowiec
8d19fd63b0 kubectl-neat: init at 2.0.3 2023-10-03 16:48:56 +02:00