Release 0.22 #3560
Replies: 3 comments 2 replies
-
At the moment, we have one issue tagged into v0.22: From the other issues, these should be considered:
From the open PRs, we should IMO wait for: LLVM 19 support is tricky as Nix will only have LLVM 19 in 24.11 which is planned for Nov 22 (NixOS/nixpkgs#339153). To speed things up, we could switch to unstable for a while just to get the testing coverage for LLVM 19. |
Beta Was this translation helpful? Give feedback.
-
Also we need #3561 to make sure that a released version depends on a released libbpf. |
Beta Was this translation helpful? Give feedback.
-
@viktormalik Thanks for getting this going.
+1 for this. I fixed half of this issue with: #3542. I can try to look into the other part soon. This is merged now though TBH I'm slightly nervous I didn't think of or catch all the weird edge cases around block scoping and variable ordering. This is another reason I'm pro "release branch". I'm a little unclear why we want to wait for this for a release but I'm a little out of my depth. |
Beta Was this translation helpful? Give feedback.
-
It's been a while since we did the last release and we have a lot of unreleased stuff already.
Let's discuss here what needs to be included in the release.
As discussed some while ago, we may want to consider crafting a release branch before the actual release to enable pulling new features into master while not blocking the release.
Beta Was this translation helpful? Give feedback.
All reactions