plugins/governance/v1.5.13
maximhq/bifrostplugins/governance/v1.5.13May 26, 2026by akshaydeo
AI Summary
This is a bug fix and code refactoring release for the governance plugin that restores the blocked models create/edit UI functionality in the provider config sheet and improves code quality by using the standard library's slices.Contains function.
Key Highlights
- Fixed UI issue preventing VK blocked models from being created/edited in the provider config sheet
- Refactored VK blocked-model matching logic to use Go's standard library slices.Contains function
- Bug fix addresses issue #3750
New Features
- Restored UI functionality for VK blocked models in provider config sheet
Full Release Notes
## Plugin Release: governance v1.5.13 - fix: restore VK blocked models create/edit UI in the provider config sheet (#3750) - refactor: use `slices.Contains` for VK blocked-model matching (#3727) ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/governance@v1.5.13 ``` --- _This release was automatically created from version file: `plugins/governance/version`_