github Agenta-AI/agenta v0.46.0

latest releases: v0.51.6, v0.51.1, v0.51.0...
3 months ago

What's Changed

  • Improved filter button to display a filter count badge for observability table by @bekossy
  • Implement First time admin user signup in OSS (Hot Fix) by @bekossy
  • Improved Self-hosting & environment variable naming by @aybruhm:
    • Cleaned up environment variables: We've reorganized environment variables to be more logical and platform-specific, while keeping support for the old ones. For example, AGENTA_PORT for Traefik is now just TRAEFIK_PORT. Check the deprecation docs if you're migrating.
    • Added SSL/TLS support: You can now easily set up HTTPS for production deployments with automatic Let's Encrypt certificates. See the SSL documentation for setup instructions.
    • Made ports more flexible: You can now run services on different ports if the defaults don't work for you. Want to run Traefik on port 8443 instead of 443? No problem. See docs.
    • Added Nginx option: Don't like Traefik? You can now use Nginx as your reverse proxy instead by enabling the nginx profile when deploying. See docs.
    • Better documentation: We've improved the self-hosting, networking, and SSL documentation with clearer guides, better troubleshooting, and helpful architecture diagrams.

Full Changelog: v0.45.4...v0.46.0

Don't miss a new agenta release

NewReleases is sending notifications on new releases.