V2 Alpha Feedback #4141
Replies: 2 comments 4 replies
-
Little demo of branched environments in action! Ignore the error 😄 Next up we'll add the ability to create a new branch in the ui |
Beta Was this translation helpful? Give feedback.
-
For us syncing between environments/branches would be really helpful. Our environments, dev, uat, prod, always exist, so we would want to create the branches/environments/spaces for them once and never remove them. Then, since every applications runs in every environment, we need to have each flag available in every environment, with the exact same configuration apart from the rules. This way we can, for example, have the feature enabled in dev, enabled in uat for specific users, and disabled in prod. Currently I see two ways of doing this:
An environment could be seen as a special kind of condition that always exists in each flag. Maybe, for example, instead of having a single rollouts/rules form, the user would see multiple forms, one per environment. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 Flipt v2 Alpha Release
We're excited to share the alpha release of Flipt v2, a ground-up reimagining of Flipt focused on flexibility, composability, and GitOps-native workflows.
Re: #3828
🔍 What's New in v2?
staging
,prod
) in a single deployment.This alpha is not yet feature-complete with v1 (e.g., audit logs are still WIP), but it’s ready for early adopters and community feedback.
🐳 Get Started with Docker
docker run -d \ -p 8080:8080 \ -p 9000:9000 \ -v $HOME/flipt:/var/opt/flipt \ docker.flipt.io/flipt/flipt:v2-alpha
Check out the Configuration Overview for how to configure.
📚 Docs in Progress
There's still plenty of work ahead, but we’d love your feedback, questions, and ideas as we shape v2.
We’ve started updating the docs with key concepts, configuration details, and a Quickstart guide.
Note: the v2 docs aren't yet as complete as v1, but we’re shipping updates daily—check back often!
🛠️ Still TODO
We'll keep this list updated as we make progress. Feel free to suggest additional items.
💬 We Want Your Feedback
This is an alpha release. We're looking for early adopters to kick the tires and help shape the final version.
v2
label!Beta Was this translation helpful? Give feedback.
All reactions