-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kafka: versions cleanup and drop older #287036
Conversation
For clarity, my intention is to ignore the pkgs/by-name check failure. 😸 |
Please don't! Check out #285922 (comment) for my recommendation on what to do |
No problem and thanks for the advice. How does it look to you now? :) |
0eb6a7d
to
e76cfa6
Compare
Looking good regarding |
e76cfa6
to
d2b1ce1
Compare
@srhb Hey, could you please rebase this against master and then cherry-pick my three commits from https://github.com/jpds/nixpkgs/commits/kafka-versions-cleanup-3.7/ ? |
General cleanup -- following the logic that NixOS 23.11 contains Kafka 3.5, so there is a sensible upgrade path for everyone as long as we keep that around until after the next release.
To please the by-name gods :-)
d2b1ce1
to
ff5e9d2
Compare
@jpds Done, how does this look? 😸 |
Looks great to me (though I do not have commit privileges to merge this myself). |
Description of changes
Adds new version, cleans up everything not necessary to have a sane upgrade experience on NixOS.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.