Back to articles
LibreFang 0.6.6 Released
How-ToDevOps

LibreFang 0.6.6 Released

via Dev.to涼風羽月

LibreFang 0.6.6 Released LibreFang v0.6.6 is now available! This release focuses on deployment reliability, ensuring your Agent OS containers build and deploy smoothly in modern CI/CD pipelines. What's New in 0.6.6 🐳 Docker Build Fix We've updated our Docker build pipeline to be compatible with the latest docker/build-push-action@v7 . The action now requires the file parameter instead of the older dockerfile syntax — a breaking change that affected deployments using this popular GitHub Action. What this means for you: If you're deploying LibreFang via GitHub Actions, this fix ensures your Docker builds continue to work without manual intervention. No action needed on your end — just upgrade and deploy with confidence. Install / Upgrade # Binary curl -fsSL https://get.librefang.ai | sh # Rust SDK cargo add librefang # JavaScript SDK npm install @librefang/sdk # Python SDK pip install librefang-sdk Links Full Changelog GitHub Release GitHub Discord Contributing Guide **Key improvements i

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles