Closes #
- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- Documentation update
- Refactor / chore (no functional change)
- bobrapet (operator / controllers)
- bobravoz-grpc (transport)
- bubu-sdk-go
- Engram / Impulse
- Helm charts
- Examples
- Docs / website
- Org .github / community health
- I have read the Contributing Guide
- My code follows the project's style and conventions
- I have run
make lintandmake test(or equivalent) locally - I have added tests that prove my fix/feature works
- I have updated documentation if this is a user-facing change
- CRD changes: I have run
make generateandmake manifests