8.5
install: Replace wget with curl.
ci: Do not pre-install rabbitmq-server in Docker images.
scripts: Pass --retry 3 to curl.
Use #!/usr/bin/env for bash shebangs.
install: Support Ubuntu 24.04.
ci: Check that non-scripts aren’t marked executable.
tools: Reimplement CI failure script without using CircleCI endpoint.
dependencies: Switch to pnpm.
ci: Test that the installed PostgreSQL was what was asked for.
ci: Test pgroonga installation.
ci: Unpack installation tarball under /root/.
ci: Remove references to CircleCI, which we no longer use.
ci: Remove 2>&1 redirection.
nginx: Remove legacy X-XSS-Protection header.