-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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: Remove old versions #70207
kafka: Remove old versions #70207
Conversation
439c461
to
c1affff
Compare
Given the release dates of all these old versions, they should indeed be EOL. @NeQuissimus maybe it needs a mention in 20.03 release note with a link to upstream documentation regarding upgrades ? |
this needs a rebase |
Keeping latest two + latest 0.x and latest 1.x Removed 0.9, 0.10, 1.0, 2.0
c1affff
to
b18d19c
Compare
This should probably be merged into 20.03. |
Is this ready to merge? |
apacheKafka_1_1 = callPackage ../servers/apache-kafka { majorVersion = "1.1"; }; | ||
apacheKafka_2_0 = callPackage ../servers/apache-kafka { majorVersion = "2.0"; }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be added to pkgs/top-level/aliases.nix
What would be needed to merge this ? If it is the alias thing, i can do. Same if this need a note in the changelog ? Let try to merge this for everyone sanity |
If you want to take this PR over. Just do something like here: https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/aliases.nix#L705 |
I am closing this as it is very stale. Somebody interested in removing old Kafka versions is welcome to submit a new PR. |
Keeping latest two + latest 0.x and latest 1.x
Removed 0.9, 0.10, 1.0, 2.0
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)