Fine-Grained Access Control for Your Kubernetes Environments
Branch management just got a huge upgrade with some new changes.
There are two key components to Branch Changes:
- Locking Zeet Branches to Git Commits - You can now lock a Zeet branch to a specific git commit instead of just a git branch. This enables precise reproducibility and environment locking. No more surprises from a branch moving under you unexpectedly.
- Multiple Zeet Branches per git branch
With Branch Changes, you can spin up multiple Zeet branches from the same git branch. For example, you could have a "staging" and "production" Zeet branch based on "main" with small config tweaks between them.
Combined, these two features enable flexible workflows like canary deployments, seamless hotfixes, and isolated testing. You get all the power of GitOps without the complexity.
Give it a shot, it's live right now!