Skip to content
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

Merged
merged 7 commits into from
Jun 26, 2024

Conversation

srhb
Copy link
Contributor

@srhb srhb commented Feb 7, 2024

Description of changes

Adds new version, cleans up everything not necessary to have a sane upgrade experience on NixOS.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@srhb
Copy link
Contributor Author

srhb commented Feb 8, 2024

For clarity, my intention is to ignore the pkgs/by-name check failure. 😸

@infinisil
Copy link
Member

Please don't! Check out #285922 (comment) for my recommendation on what to do

@srhb
Copy link
Contributor Author

srhb commented Feb 9, 2024

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? :)

@infinisil
Copy link
Member

Looking good regarding pkgs/by-name! Make sure to create aliases for the removed attributes in aliases.nix though, otherwise people won't know why they're removed.

@jpds
Copy link
Contributor

jpds commented Jun 13, 2024

@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/ ?

pkgs/top-level/all-packages.nix Outdated Show resolved Hide resolved
@srhb srhb marked this pull request as draft June 17, 2024 06:46
srhb added 4 commits June 17, 2024 09:01
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 :-)
@srhb srhb marked this pull request as ready for review June 17, 2024 07:17
@srhb
Copy link
Contributor Author

srhb commented Jun 17, 2024

@jpds Done, how does this look? 😸

@srhb srhb changed the title kafka: versions 3.6.1, 3.5.3 and drop older kafka: versions cleanup and drop older Jun 17, 2024
@jpds
Copy link
Contributor

jpds commented Jun 17, 2024

Looks great to me (though I do not have commit privileges to merge this myself).

@SuperSandro2000 SuperSandro2000 merged commit efdfa30 into NixOS:master Jun 26, 2024
27 checks passed
@srhb srhb deleted the kafka-versions-cleanup branch June 28, 2024 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants