0.9.3 (2024-03-01)
- commitlint: addition of commit message linter (#60) (a9ee4bb)
- commitlint: allow release commit style (#67) (600aa01)
- commitlint: check for the presence of concrete PR number (#64) (8283064)
- release-please: initial configuration (#60) (02b3595)
- release-please: update version in Dockerfile (#63) (548f3e1)
- shellcheck: fix exit code propagation (#64) (8a2a7fc)
- Adds automated multi-platform container image building for amd64 and arm64 architectures.
- Adds metadata labels to Dockerfile.
- Fixes high memory usage of RabbitMQ by limiting the maximum number of open file descriptors.
- Fixes container image names to be Podman-compatible.
- Fixes documentation to set the default language to English.
- Changes base image to the official RabbitMQ Docker image.
- Adds RabbitMQ management UI exposed on port 31672 in the cluster debug mode.
- Fixes minor code warnings.
- Changes CI system to include Python flake8 and Dockerfile hadolint checkers.
- Changes documentation to single-page layout.
- Fixes documentation badge links.
- Cleans REANA-Message-Broker Dockerfile by removing unused instructions.
- Uses standardised REANA component documentation structure.
- Changes license to MIT.
- Adds dockerignore file to ease developments.
- Initial public release.