0.3.0-rc1
Pre-release
Pre-release
Main Changes since 0.2.0
The 0.3.0 release brings a complete redesign of the Strimzi Quotas plugin to support cluster-wide volume usage quota management according to Strimzi Proposal 47
A full list of changes can be found under the 0.3.0 milestone.
The release candidate is available in a staging repository:
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1215/</url>
</repository>
</repositories>
You can download the JAR and add it to your Apache Kafka libs
directory.
New Contributors
- @k-wall made their first contribution in #17
- @tombentley made their first contribution in #24
- @SamBarker made their first contribution in #26
- @ppatierno made their first contribution in #35
- @robobario made their first contribution in #34
- @fvaleri made their first contribution in #44
All changes
- Improve the
README.md
file by @scholzj in #14 - Fix #16: Support a list of principals that are excluded from consideration by the quota by @k-wall in #17
- Fix #11: Factor out StorageChecker by @k-wall in #20
- Fix #19: Correct implementation of quotaResetRequired by @k-wall in #21
- Metric improvements - Expose hard quota, produce, fetch, requests limits as metrics by @k-wall in #22
- Apache marks attribution by @tombentley in #24
- quotaResetRequired respects quotaType. by @SamBarker in #26
- Update the CodeQL version by @scholzj in #27
- Thread to scheduler by @SamBarker in #29
- Add Java 17 pipeline for testing by @scholzj in #31
- Add min available bytes storage policy by @SamBarker in #33
- Fixed Twitter badge by @ppatierno in #35
- Remove deprecated total disk usage soft/hard limit types by @robobario in #34
- Add available ratio limit type by @robobario in #36
- Add throttle factor resilience by @robobario in #37
- Metrics by @SamBarker in #39
- Add caching of volume observations to mitigate inconsistencies between API calls. by @SamBarker in #42
- Add metrics note by @fvaleri in #44
- Update the Azure CI pipeline by @scholzj in #46
- Update some of the dependencies before the release by @scholzj in #45
Full Changelog: 0.2.0...0.3.0-rc1