|
| 1 | +# Fluent Bit Maintenance Policy |
| 2 | + |
| 3 | +This document outlines the maintenance strategy and version support for Fluent Bit. |
| 4 | + |
| 5 | +## Active Branches and Maintainers |
| 6 | + |
| 7 | +| Branch | Version | Status | Maintainer | Notes | |
| 8 | +|------------|--------------------|---------------------|-------------------------------------------------------------|--------------------------------------------------------------------| |
| 9 | +| `master` | v4.1 (development) | Active development | [Eduardo Silva](https://github.com/edsiper) | All new features and bug fixes land here first | |
| 10 | +| `4.0` | v4.0.x | Maintenance only | [Hiroshi Hatake (@cosmo0920)](https://github.com/cosmo0920) | Critical fixes and safe backports only. Maintained until **Dec 31, 2025** | |
| 11 | + |
| 12 | +--- |
| 13 | + |
| 14 | +## v4.0 Maintenance Policy |
| 15 | + |
| 16 | +As of **July 2025**, active development has moved to Fluent Bit **v4.1** (tracked in the `master` branch). |
| 17 | + |
| 18 | +**v4.0** has entered **maintenance mode**, now maintained by [Hiroshi Hatake (@cosmo0920)](https://github.com/cosmo0920), a long-time Fluent Bit contributor and core developer. |
| 19 | + |
| 20 | +Maintenance for v4.0 will continue until **December 31, 2025**, which is three months after the official v4.1 release. |
| 21 | + |
| 22 | +### Accepted Changes for v4.0 |
| 23 | + |
| 24 | +- ✅ Security patches |
| 25 | +- ✅ Critical bug fixes |
| 26 | +- ✅ Low-risk enhancements that unblock adoption (e.g., OpenTelemetry improvements, performance tuning) |
| 27 | + |
| 28 | +> ⚠️ All changes must first be merged into `master` before being cherry-picked into the `4.0` branch by the maintainer. |
| 29 | +
|
| 30 | +v4.0 releases will continue on an as-needed basis depending on urgency and impact. |
| 31 | + |
| 32 | +--- |
| 33 | + |
| 34 | +## How to Contribute to Maintained Versions |
| 35 | + |
| 36 | +If you're submitting a fix or feature relevant to v4.0: |
| 37 | + |
| 38 | +- Open your PR against the `master` branch |
| 39 | +- Add a note in the PR or issue: `Target: v4.0` |
| 40 | +- Tag [@cosmo0920](https://github.com/cosmo0920) to request backport consideration |
0 commit comments