Skip to content

featbit-0.9.0

Choose a tag to compare

@github-actions github-actions released this 13 Jan 16:18
e602ed3

FeatBit Helm Chart v0.9.0

Chart Version: 0.9.0
App Version: 5.2.0

What's New:

  • Upgraded to FeatBit v5.2.0
  • Enhanced RBAC with fine-grained permission control
  • Flag comparison and copy across environments
  • Segment tags support
  • Custom flag sorting at organization level
  • Cross-project flag copying and cloning

Breaking Changes:

Database migration required before upgrading.

For embedded databases: Migrations run automatically
For external databases: Manually apply migration scripts before upgrade

PostgreSQL: https://github.com/featbit/featbit/blob/main/infra/postgresql/docker-entrypoint-initdb.d/v5.2.0.sql
MongoDB: https://github.com/featbit/featbit/blob/main/infra/mongodb/docker-entrypoint-initdb.d/v5.2.0.js

Installation:

helm install featbit featbit/featbit --version 0.9.0

Upgrade:

helm upgrade featbit featbit/featbit --version 0.9.0


Full Changelog: featbit/featbit@5.1.4...5.2.0