Hey guys, This is pretty urgent. I have updated the website as we are releasing 4.11.1
This is the change I have made, please "Approve" it and merge, this way the website will be in a decent state. I have already pushed to asf-site the generated contents in order to be able to make the 4.11.1 release. https://github.com/apache/bookkeeper/pull/2448 Contents of the patch: - fix BP page - fix versions list - fix download page and releases history - add script to publish the website manually - tagged as "stable" 4.10.0 - tagged as EOL every release < 4.9.2 - removed stale information about next releases (if we do not have a real plan it is better to not write stale information) the procedure to publish the new website manually is: - git clone https://github.com/apache/bookkeeper - cd bookkeeper/site - docker/ci.sh - scripts/publish-website-manually.sh Enrico